blob: 10a0b3b91da2d8b56f66220888d0931f148472f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
|
Wed Apr 23 13:09:22 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
* devguide_examples.lst:
Disable the RTCORBA example for minimum CORBA and the like.
Fri Apr 18 14:06:47 UTC 2008 Adam Mitz <mitza@ociweb.com>
* BiDirectionalGIOP/BiDirectionalGIOP.mpc:
Also excluded the Bidir client from CORBA/e micro.
Thu Apr 17 22:43:37 UTC 2008 Adam Mitz <mitza@ociweb.com>
* BiDirectionalGIOP/BiDirectionalGIOP.mpc:
* ImplRepo/Basic/ImplRepo_Basic.mpc:
* ImplRepo/IORTable/ImplRepo_IORTable.mpc:
* ImplRepo/ImplRepo.mpc:
* devguide_examples.lst:
Excluded these from CORBA/e Micro builds.
Wed Apr 9 14:44:33 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
* EventServices/RTEC_Federated/supplier.conf:
Fixed a problem where the last line was continued with a backslash.
Fri Apr 4 11:55:44 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
* Messaging/AMIcallback/Messenger_i.cpp:
Remove vc8 warning about conversion from time_t to smaller type.
Mon Feb 25 17:28:59 UTC 2008 Ciju John <johnc at ociweb dot com>
* DevGuideExamples/PortableInterceptors/IOR/run_test.pl:
Additional timeout for monitoring service ior.
* DevGuideExamples/EventServices/RTEC_Federated/supplier.conf:
Add block flushing and exclusive TransportMuxing
strategies. Adding these fixes scoreboard failures.
Wed Sep 19 17:24:25 UTC 2007 Ciju John <johnc at ociweb dot com>
* DevGuideExamples/Security/SecurityUnawareApp/MessengerClient.cpp:
* DevGuideExamples/Security/SecurityUnawareApp/run_test.pl:
Fix app to mask expected exception. Also test script doesn't
exit on expected failure.
Tue Dec 18 23:28:01 UTC 2007 Adam Mitz <mitza@ociweb.com>
* CIAO/Messenger/StaticDAnCE/run_test.pl:
* CIAO/Messenger/descriptors/run_test.pl:
Using PerlACE::Process to determine the real path to NodeApplication
since it may need to be modified by -ExeSubDir.
Thu Oct 25 14:48:21 UTC 2007 Adam Mitz <mitza@ociweb.com>
* CIAO/Messenger/Administrator.mpc:
* CIAO/Messenger/Messenger.mpc:
* CIAO/Messenger/Receiver.mpc:
* CIAO/Messenger/StaticDAnCE/Messenger_StaticDAnCE.mpc:
Added "requires += cidl" to all projects that did not already have
it. This prevents the CIAO examples from being built when there is
no CIAO library built.
Wed Oct 24 22:05:08 UTC 2007 Adam Mitz <mitza@ociweb.com>
* CIAO/Messenger/StaticDAnCE:
* CIAO/Messenger/StaticDAnCE/Messenger_StaticDAnCE.mpc:
* CIAO/Messenger/StaticDAnCE/README.txt:
* CIAO/Messenger/StaticDAnCE/StaticDAnCEApp.cpp:
* CIAO/Messenger/StaticDAnCE/plan.h:
* CIAO/Messenger/StaticDAnCE/run_test.pl:
Added a new example that builds on the CIAO/Messenger example but
runs one of the four nodes statically (no dlopen, etc.).
Wed Oct 24 19:08:46 UTC 2007 Adam Mitz <mitza@ociweb.com>
* CIAO/Messenger/Administrator.mpc:
* CIAO/Messenger/Administrator_Client_IDL2.mpc:
* CIAO/Messenger/Administrator_Client_IDL3.mpc:
* CIAO/Messenger/Administrator_exec_i.h:
* CIAO/Messenger/Administrator_exec_i.cpp:
* CIAO/Messenger/History_exec_i.h:
* CIAO/Messenger/History_exec_i.cpp:
* CIAO/Messenger/Messenger.mpc:
* CIAO/Messenger/Messenger_exec_i.h:
* CIAO/Messenger/Messenger_exec_i.cpp:
* CIAO/Messenger/Publication_exec_i.h:
* CIAO/Messenger/Publication_exec_i.cpp:
* CIAO/Messenger/Receiver.mpc:
* CIAO/Messenger/Receiver_exec_i.h:
* CIAO/Messenger/Receiver_exec_i.cpp:
* CIAO/Messenger/Runnable_exec_i.h:
* CIAO/Messenger/Runnable_exec_i.cpp:
* CIAO/Messenger/descriptors/Application-flattened.cdp:
* CIAO/Messenger/descriptors/ApplicationNodeMap.dat:
* CIAO/Messenger/descriptors/README_15a:
* CIAO/Messenger/descriptors/run_test.pl:
Ported the CIAO example to TAO 1.5a (CIAO 0.5a).
Fri Oct 19 20:56:50 UTC 2007 Adam Mitz <mitza@ociweb.com>
* BiDirectionalGIOP/BiDirectionalGIOP.mpc:
* Multithreading/GracefulShutdown/GracefulShutdown.mpc:
* NotifyService/Filtering/Filtering.mpc:
Added exename to account for the wchar changes (ACE_TMAIN).
* devguide_examples.lst:
Added the CIAO example, which is only run with -Config CIAO.
Thu Oct 11 16:45:44 2007 ciju john <john_c@ociweb.com>
Importing entry from $TAO_ROOT/OCIChangeLog
Wed Sep 19 17:24:25 UTC 2007 Ciju John <johnc at ociweb dot com>
* DevGuideExamples/Security/SecurityUnawareApp/MessengerClient.cpp:
* DevGuideExamples/Security/SecurityUnawareApp/run_test.pl:
Fix app to mask expected exception. Also test script doesn't
exit on expected failure.
Tue Oct 9 16:20:46 UTC 2007 Adam Mitz <mitza@ociweb.com>
* BiDirectionalGIOP/client.cpp:
* BiDirectionalGIOP/server.cpp:
* Messaging/AMIcallback/MessengerHandler.cpp:
* Multithreading/GracefulShutdown/MessengerClient.cpp:
* Multithreading/GracefulShutdown/MessengerServer.h:
* Multithreading/GracefulShutdown/MessengerServer.cpp:
* NotifyService/Filtering/MessengerServer.cpp:
* NotifyService/Messenger/Messenger_i.cpp:
* NotifyService/RTNotify/Messenger_i.cpp:
* SmartProxies/Logger_i.h:
* SmartProxies/Logger_i.cpp:
* ValueTypes/Notify/consumer.cpp:
Fixes for ACE_USES_WCHAR builds.
Mon Jul 23 14:17:47 UTC 2007 Adam Mitz <mitza@ociweb.com>
* LocalObjects/ServantLocator/ServantLocator.mpc:
Exclude this example from CORBA/e Compact and Micro builds.
Fri Jun 15 21:54:31 UTC 2007 Adam Mitz <mitza@ociweb.com>
* EventServices/RTEC_MCast_Federated/SimpleAddressServer.cpp:
Changed code to match the new enumeration name in the IDL.
Mon Jun 4 11:58:54 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* EventServices/RTEC_MCast_Federated/SimpleAddressServer.h:
* EventServices/RTEC_MCast_Federated/SimpleAddressServer.cpp:
Updated address server implementation to be consistent with the
interface.
Thu May 10 11:44:16 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* NamingService/Naming_Server/MessengerTask.cpp:
* PortableInterceptors/Auth/ClientInterceptor.cpp:
* PortableInterceptors/Auth/ServerInterceptor.cpp:
* PortableInterceptors/IOR/ClientInterceptor.cpp:
* PortableInterceptors/PICurrent/ClientInterceptor.cpp:
* PortableInterceptors/PICurrent/ServerInterceptor.cpp:
* PortableInterceptors/PICurrent_NameService/ClientInterceptor.cpp:
* PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp:
* PortableInterceptors/SimpleCodec/ClientInterceptor.cpp:
Replaced the old ACE_.*_cast with the corresponding C++ style
cast.
Fri Apr 27 13:15:11 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* devguide_examples.lst:
Disable the PortableInterceptors examples if interceptors are
disabled.
Fri Apr 27 13:12:00 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* PortableInterceptors/Auth/Auth.mpc:
* PortableInterceptors/IOR/IOR.mpc:
* PortableInterceptors/PICurrent/PICurrent.mpc:
* PortableInterceptors/PICurrent_NameService/PICurrent_NameService.mpc:
* PortableInterceptors/SimpleCodec/SimpleCode.mpc:
Added interceptors to the inheritence list for the clients.
Wed Mar 21 14:48:47 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* AMH_AMI/run_test.pl:
* BiDirectionalGIOP/run_test.pl:
* EventServices/RTEC_Basic/run_test.pl:
* EventServices/RTEC_Federated/run_test.pl:
* EventServices/RTEC_Filter/run_test.pl:
* EventServices/RTEC_MCast_Federated/run_test.pl:
* ImplRepo/run_test.pl:
* Messaging/AMIcallback/run_test.pl:
* NamingService/Naming_Context_Ext/run_test.pl:
* NamingService/corbaloc_Messenger/run_test.pl:
* PortableInterceptors/Auth/run_test.pl:
* PortableInterceptors/IOR/run_test.pl:
* PortableInterceptors/PICurrent/run_test.pl:
* PortableInterceptors/PICurrent_NameService/run_test.pl:
* PortableInterceptors/SimpleCodec/run_test.pl:
* SmartProxies/run_test.pl:
* ValueTypes/Bank/run_test.pl:
* ValueTypes/Messenger/run_test.pl:
Increase timeouts to allow these to run on slower machines.
Tue Feb 27 12:17:34 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* PortableInterceptors/PICurrent_NameService/run_test.pl:
I introduced a bug into this script. The MessengerServer does
not create an IOR file, just wait 1 second before starting the
client.
Tue Feb 20 12:30:37 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* PortableInterceptors/Auth/run_test.pl:
* PortableInterceptors/IOR/run_test.pl:
* PortableInterceptors/PICurrent/run_test.pl:
* PortableInterceptors/PICurrent_NameService/run_test.pl:
* PortableInterceptors/SimpleCodec/run_test.pl:
Modified these tests to wait for the IOR file and then a half
second before starting the client. On slower machines, the client
could get a TRANSIENT exception by invoking a method on the server
before it's ready.
Mon Feb 19 15:23:44 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* ImplRepo/run_test.pl:
* LocalObjects/ServantLocator/run_test.pl:
* Messaging/AMIcallback/run_test.pl:
* Messaging/RelativeRoundtripTimeout/run_test.pl:
* NamingService/Messenger/run_test.pl:
* NamingService/Naming_Client/run_test.pl:
* NamingService/Naming_Context_Ext/run_test.pl:
* NamingService/Naming_Server/run_test.pl:
* NamingService/corbaloc_Messenger/run_test.pl:
* NamingService/corbaname_Messenger/run_test.pl:
* NotifyService/EventSequence/run_test.pl:
* NotifyService/Filtering/run_test.pl:
* NotifyService/Messenger/run_test.pl:
* NotifyService/OfferSubscriptions/run_test.pl:
* NotifyService/QoSProperties/run_test.pl:
* NotifyService/RTNotify/run_test.pl:
* NotifyService/SupplierSideNC/run_test.pl:
* PortableInterceptors/Auth/run_test.pl:
* PortableInterceptors/IOR/run_test.pl:
* PortableInterceptors/PICurrent/run_test.pl:
* PortableInterceptors/PICurrent_NameService/run_test.pl:
* PortableInterceptors/SimpleCodec/run_test.pl:
* RTCORBA/run_test.pl:
* Security/ParticipatingApp/run_test.pl:
* Security/PolicyControllingApp/run_test.pl:
* Security/SecurityUnawareApp/run_test.pl:
* SmartProxies/run_test.pl:
Changed the return value check on SpawnWaitKill() from == -1 to !=
0 to catch process failures instead of just process timeouts.
Thu Feb 15 12:23:31 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* ValueTypes/Bank/bank.mpc:
With my rename from Wed Feb 14 14:29:40 UTC 2007, I forgot to
change the clients 'after' setting.
Wed Feb 14 16:23:31 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* PortableInterceptors/PICurrent/ClientInitializer.h:
* PortableInterceptors/PICurrent/ClientInitializer.cpp:
* PortableInterceptors/PICurrent/MessengerClient.cpp:
* PortableInterceptors/PICurrent_NameService/ClientInitializer.h:
* PortableInterceptors/PICurrent_NameService/ClientInitializer.cpp:
* PortableInterceptors/PICurrent_NameService/MessengerClient.cpp:
Moved the setting of the PICurrent slot data to after the ORB and
PICurrent object are initialized.
Wed Feb 14 14:29:40 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* PortableInterceptors/Auth/MessengerClient.cpp:
* PortableInterceptors/Auth/MessengerServer.cpp:
* PortableInterceptors/IOR/MessengerClient.cpp:
* PortableInterceptors/IOR/MessengerServer.cpp:
* PortableInterceptors/PICurrent/MessengerClient.cpp:
* PortableInterceptors/PICurrent/MessengerServer.cpp:
* PortableInterceptors/PICurrent_NameService/MessengerClient.cpp:
* PortableInterceptors/PICurrent_NameService/MessengerServer.cpp:
* PortableInterceptors/SimpleCodec/MessengerClient.cpp:
* PortableInterceptors/SimpleCodec/MessengerServer.cpp:
Include either tao/PI_Server/PI_Server.h or tao/PI/PI.h to ensure
that the PI_Server or PI libraries are actually linked into the
executable when statically linking.
Wed Feb 14 14:03:26 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* devguide_examples.lst:
The ImplRepo test can no longer be run in a static build since the
ImR_Client library must be dynamically loaded in. It is part of
the PortableServer library in TAO 1.4a.
Tue Feb 13 13:05:57 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* CIAO/Messenger/Administrator_exec_i.h:
* CIAO/Messenger/Administrator_exec_i.cpp:
* CIAO/Messenger/History_exec_i.h:
* CIAO/Messenger/History_exec_i.cpp:
* CIAO/Messenger/Messenger_exec_i.h:
* CIAO/Messenger/Messenger_exec_i.cpp:
* CIAO/Messenger/Publication_exec_i.h:
* CIAO/Messenger/Publication_exec_i.cpp:
* CIAO/Messenger/Receiver_exec_i.h:
* CIAO/Messenger/Receiver_exec_i.cpp:
* CIAO/Messenger/Runnable_exec_i.h:
* CIAO/Messenger/Runnable_exec_i.cpp:
* EventServices/OMG_SupplierSideEC/EchoEventSupplierMain.cpp:
* PortableInterceptors/IOR/ServerIORInterceptor.h:
* PortableInterceptors/IOR/ServerIORInterceptor.cpp:
* PortableInterceptors/SimpleCodec/ClientInterceptor.cpp:
Removed the ACE exception macros.
* EventServices/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc:
* ValueTypes/Bank/bank.mpc:
Modified these project names so that they can be included in the
entire TAO workspace.
Mon Feb 12 14:46:17 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* AMH_AMI/AMH_AMI.mpc:
Re-arranged the generated source files so that they are at the
beginning (like MPC would do if it were automatically generating
the list of source files). This is required for template
instantiation to work properly for Visual Age 6.0.
Thu Feb 8 14:32:40 UTC 2007 Adam Mitz <mitza@ociweb.com>
* LocalObjects/ServantLocator/ServantLocator.mpc:
Added the anytypecode base project for compatibility with this
change to TAO (see $TAO_ROOT/OCIChangeLog).
Thu Feb 8 14:28:06 UTC 2007 Adam Mitz <mitza@ociweb.com>
Mon Feb 5 22:51:25 UTC 2007 Adam Mitz <mitza@ociweb.com>
* ValueTypes/Notify/Event.idl:
* ValueTypes/Notify/Event_i.h:
Replaced a custom typedef for sequence<long> with CORBA::LongSeq.
Using the type provided by the C++ mapping spec is simpler and it
avoids a lingering problem with Visual C++ and DLL exports with
templates.
Fri Feb 2 02:54:02 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* CIAO/Messenger/Administrator_Client_IDL2.mpc:
* CIAO/Messenger/Administrator_Client_IDL3.mpc:
Added requires += cidl so that these projects will not be built if
cidl is not available.
Thu Feb 1 19:00:50 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* CIAO/CIAO.mwc:
Removed an unnecessary -includes.
* CIAO/Messenger/Administrator.mpc:
* CIAO/Messenger/Administrator_Client_IDL2.mpc:
* CIAO/Messenger/Administrator_Client_IDL3.mpc:
* CIAO/Messenger/Messenger.mpc:
* CIAO/Messenger/Receiver.mpc:
Removed requires += exceptions.
Thu Feb 1 18:49:47 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* ChangeLogs/ChangeLog-1.4a:
* readme.txt:
* AMH/AMH.mpc:
* AMH_AMI/AMH_AMI.mpc:
* AMH_AMI/inner_cb.cpp:
* AMH_AMI/inner_cb.h:
* BiDirectionalGIOP/BiDirectionalGIOP.mpc:
* CIAO/Messenger/Administrator_Client_IDL2.mpc:
* CIAO/Messenger/Administrator_Client_IDL3.mpc:
* EventServices/OMG_Basic/OMG_Basic.mpc:
* EventServices/OMG_SupplierSideEC/OMG_SupplierSideEC.mpc:
* EventServices/OMG_TypedEC/ConsumerMain.cpp:
* EventServices/OMG_TypedEC/Messenger_i.cpp:
* EventServices/OMG_TypedEC/Messenger_i.h:
* EventServices/OMG_TypedEC/OMG_TypedEC.mpc:
* EventServices/OMG_TypedEC/SupplierMain.cpp:
* EventServices/RTEC_Basic/RTEC_Basic.mpc:
* EventServices/RTEC_Federated/RTEC_Federated.mpc:
* EventServices/RTEC_Filter/RTEC_Filter.mpc:
* EventServices/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc:
* EventServices/RTEC_MCast_Federated/SimpleAddressServer.cpp:
* EventServices/RTEC_MCast_Federated/SimpleAddressServer.h:
* GettingStarted/GettingStarted.mpc:
* ImplRepo/ImplRepo.mpc:
* ImplRepo/Basic/ImplRepo_Basic.mpc:
* ImplRepo/IORTable/ImplRepo_IORTable.mpc:
* InterfaceRepo/IFRBrowser.cpp:
* InterfaceRepo/InterfaceRepo.mpc:
* LocalObjects/Messenger/Messenger.mpc:
* LocalObjects/ServantLocator/MessengerServer.cpp:
* LocalObjects/ServantLocator/ServantLocator.mpc:
* Messaging/AMIcallback/AMIcallback.mpc:
* Messaging/AMIcallback/MessengerHandler.cpp:
* Messaging/AMIcallback/MessengerHandler.h:
* Messaging/RelativeRoundtripTimeout/RelativeRoundtripTimeout.mpc:
* Multithreading/GracefulShutdown/GracefulShutdown.mpc:
* Multithreading/Reactive/Reactive.mpc:
* Multithreading/ThreadPerConnection/ThreadPerConnection.mpc:
* Multithreading/ThreadPool/ThreadPool.mpc:
* NamingService/Messenger/Messenger.mpc:
* NamingService/Naming_Client/Naming_Client.mpc:
* NamingService/Naming_Context_Ext/Naming_Context_Ext.mpc:
* NamingService/Naming_Server/Naming_Server.mpc:
* NamingService/corbaloc_Messenger/corbaloc_Messenger.mpc:
* NamingService/corbaname_Messenger/corbaname_Messenger.mpc:
* NotifyService/EventSequence/EventSequence.mpc:
* NotifyService/Filtering/Filtering.mpc:
* NotifyService/Messenger/Messenger.mpc:
* NotifyService/OfferSubscriptions/OfferSubscriptions.mpc:
* NotifyService/QoSProperties/QoSProperties.mpc:
* NotifyService/RTNotify/RTNotify.mpc:
* NotifyService/SupplierSideNC/SupplierSideNC.mpc:
* PortableInterceptors/Auth/Auth.mpc:
* PortableInterceptors/Auth/ClientInitializer.h:
* PortableInterceptors/Auth/ClientInterceptor.cpp:
* PortableInterceptors/Auth/ClientInterceptor.h:
* PortableInterceptors/Auth/ServerInitializer.h:
* PortableInterceptors/Auth/ServerInterceptor.cpp:
* PortableInterceptors/Auth/ServerInterceptor.h:
* PortableInterceptors/IOR/ClientInitializer.h:
* PortableInterceptors/IOR/ClientInterceptor.cpp:
* PortableInterceptors/IOR/ClientInterceptor.h:
* PortableInterceptors/IOR/IOR.mpc:
* PortableInterceptors/IOR/Messenger_i.cpp:
* PortableInterceptors/IOR/ServerInitializer.h:
* PortableInterceptors/IOR/ServerInterceptor.cpp:
* PortableInterceptors/IOR/ServerInterceptor.h:
* PortableInterceptors/PICurrent/ClientInitializer.h:
* PortableInterceptors/PICurrent/ClientInterceptor.cpp:
* PortableInterceptors/PICurrent/ClientInterceptor.h:
* PortableInterceptors/PICurrent/PICurrent.mpc:
* PortableInterceptors/PICurrent/ServerInitializer.h:
* PortableInterceptors/PICurrent/ServerInterceptor.cpp:
* PortableInterceptors/PICurrent/ServerInterceptor.h:
* PortableInterceptors/PICurrent_NameService/ClientInitializer.h:
* PortableInterceptors/PICurrent_NameService/ClientInterceptor.cpp:
* PortableInterceptors/PICurrent_NameService/ClientInterceptor.h:
* PortableInterceptors/PICurrent_NameService/PICurrent_NameService.mpc:
* PortableInterceptors/PICurrent_NameService/ServerInitializer.h:
* PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp:
* PortableInterceptors/PICurrent_NameService/ServerInterceptor.h:
* PortableInterceptors/SimpleCodec/ClientInitializer.h:
* PortableInterceptors/SimpleCodec/ClientInterceptor.cpp:
* PortableInterceptors/SimpleCodec/ClientInterceptor.h:
* PortableInterceptors/SimpleCodec/Messenger_i.cpp:
* PortableInterceptors/SimpleCodec/ServerInitializer.h:
* PortableInterceptors/SimpleCodec/ServerInterceptor.cpp:
* PortableInterceptors/SimpleCodec/ServerInterceptor.h:
* PortableInterceptors/SimpleCodec/SimpleCode.mpc:
* RTCORBA/RTCORBA.mpc:
* Security/ParticipatingApp/ParticipatingApp.mpc:
* Security/PolicyControllingApp/PolicyControllingApp.mpc:
* Security/SecurityUnawareApp/SecurityUnawareApp.mpc:
* SmartProxies/SmartProxies.mpc:
* ValueTypes/Bank/bank.mpc:
* ValueTypes/Bank/server.cpp:
* ValueTypes/Messenger/Message_i.cpp:
* ValueTypes/Messenger/ValueTypes.mpc:
* ValueTypes/Notify/Notify.mpc:
Brought over the TAO 1.4a DevGuideExamples and updated them for
TAO 1.5a.
|