summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: 270d66c9186156069d27c930073b48f5b7dd9d5b (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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
Fri Mar 14 11:18:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Optimized_Connection/Optimized_Connection.mpc:
        * tests/DSI_AMH/DSI_AMH.mpc:
        * tests/Bug_2702_Regression/CloseConnection.mpc:
        * tests/Bug_2122_Regression/Bug_2122_Regression.mpc:
        * orbsvcs/tests/Bug_2800_Regression/Bug_2800_Regression.mpc:
          Added custom idl project to resolve problems on OpenVMS

Thu Mar 13 09:31:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/Root_POA.cpp:
          Get the acceptor filter in the constructor and then check it
          when we need it.

Wed Mar 12 13:43:34 UTC 2008  Jonathan Pollack  <pollack_j@ociweb.com>

        * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp:

          Fixed a comment that was triggering an error in the fuzz build.

Wed Mar 12 12:59:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * configure.ac:
          Added support for fox, thanks to Thomas Girard
          <thomas dot g dot girard at free dot fr> for reporting this

Wed Mar 12 11:55:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ForResource/TAO_FoxResource_Export.h:
          Corrected this file, thanks to Thomas Girard
          <thomas dot g dot girard at free dot fr> for reporting this

Wed Mar 12 07:08:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/FoxResource/FoxResource_Loader.h:
          Added missing fox include, thanks to Thomas Girard
          <thomas dot g dot girard at free dot fr> for reporting this

Tue Mar 11 20:25:13 UTC 2008  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/include/ast_interface.h:
        * TAO_IDL/include/ast_component.h:
        * TAO_IDL/ast/ast_component.cpp:

          Removed AST_Component override of redef_clash(), it does
          nothing but call the base class version in AST_Interface.
          Also made the AST_Interface version non-virtual.

Tue Mar 11 19:46:44 UTC 2008  Jonathan Pollack  <pollack_j@ociweb.com>

        * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp:

          The IFR now throws an exception when referenced types are
          unknown, rather than crashing without an error.

Tue Mar 11 18:51:10 UTC 2008  Jonathan Pollack  <pollack_j@ociweb.com>

        * TAO_IDL/ast/ast_interface.cpp:

          The -Cw option generated a warning message instead of an error,
          but it had the same end result: a premature exit from a method
          call. This has been fixed.

Mon Mar 10 08:02:30 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/dynamicinterface.mpb:
          DII is not available with minimum corba and corba/e

        * tao/DynamicInterface.mpc:
          Use regular base prject

        * tao/DynamicInterface/Context.h:
        * tao/IIOP_Transport.cpp:
          Layout changes

Sat Mar  8 07:15:30 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Makefile.am:
          Added new files

Sat Mar  8 07:12:30 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/AnyTypeCode.mpc:
        * tao/BiDir_GIOP.mpc:
        * tao/CodecFactory.mpc:
        * tao/Codeset.mpc:
        * tao/Compression.mpc:
        * tao/CSD_Framework.mpc:
        * tao/CSD_ThreadPool.mpc:
        * tao/DiffServPolicy.mpc:
        * tao/DynamicAny.mpc:
        * tao/DynamicInterface.mpc:
        * tao/EndpointPolicy.mpc:
        * tao/IFR_Client.mpc:
        * tao/ImR_Client.mpc:
        * tao/IORInterceptor.mpc:
        * tao/IORManipulation.mpc:
        * tao/IORTable.mpc:
        * tao/Messaging.mpc:
        * tao/ObjRefTemplate.mpc:
        * tao/PI.mpc:
        * tao/PI_Server.mpc:
        * tao/PortableServer.mpc:
        * tao/RTCORBA.mp:
        * tao/RTPortableServer.mpc:
        * tao/RTScheduler.mpc:
        * tao/SmartProxies.mpc:
        * tao/Strategies.mpc:
        * tao/TC.mpc:
        * tao/TC_IIOP.mpc:
        * tao/TypeCodeFactory.mpc:
        * tao/Valuetype.mpc:
        * tao/ZlibCompressor.mpc:
          Explicitly specify the project name, on VMS the filenames
          are returned lower case and MPC compares project names
          case sensitive.

        * tao/LocalObject.cpp:
        * tao/LocalObject.h:
          _repository_id must be available with CORBA/e

Fri Mar  7 13:47:30 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/BiDir_GIOP/BiDir_ORBInitializer.cpp:
        * tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp:
        * tao/BiDir_GIOP/BiDir_Service_Context_Handler.h:
        * tao/BiDir_GIOP/BiDirPolicy_Validator.h:
        * tao/GIOP_Message_Generator_Parser_12.cpp:
        * tao/GIOP_Message_Generator_Parser_12.h:
        * tao/Service_Context_Handler.cpp:
        * tao/Service_Context_Handler.h:
        * tao/Service_Context_Handler_Registry.cpp:
        * tao/Service_Context_Handler_Registry.h:
        * tao/tao.mpc:
          Made the handling of service contexts pluggable. Previously
          the core of TAO did know how to handle the IOP::BI_DIR_IIOP
          service context. Introduced a new Service Context Handler
          base class from which concrete handlers are derived, these
          handlers are then registered with the service context handler
          registry for a certain context id. This way the BiDIR
          library handles the BiDIR service context. The future
          compression support can now also be implemented without
          that the core knows much about this. The next step is to
          refactor the adding of the bidir service context to a message
          in such a way that it is pluggable.

        * tao/GIOP_Message_Generator_Parser_10.cpp:
          Check the return value of several streaming operators

        * tao/Object.{h,cpp}:
          Disable the _request operation with CORBA/e

        * tao/LocalObject.{h,cpp}:
          Disabled a few operations with CORBA/e

        * tao/Service_Callbacks.h:
        * tao/Service_Context.cpp:
        * tao/Service_Context.h:
        * tao/Service_Context.inl:
          Layout changes

Tue Mar  4 10:10:30 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ORB_Table.{h,cpp,inl}:
          Removed obsolete methods and members

        * tao/PI/Interceptor_List_T.{h,cpp}:
          Const changes

        * tao/Policy_Validator.h:
        * tao/TAO_Server_Request.h:
          Layout changes

Mon Mar  3 14:52:30 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/GIOP_Message_Generator_Parser.h:
        * tao/GIOP_Message_Generator_Parser_10.h:
        * tao/GIOP_Message_Generator_Parser_11.h:
        * tao/GIOP_Message_Generator_Parser_12.h:
        * tao/GIOP_Message_Generator_Parser_Impl.h:
          No need to export these classes from the TAO library

Sat Mar  1 19:14:30 UTC 2008  William Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/mcpp.mpb:
        * TAO_IDL/contrib/mcpp/directive.cpp:
        * TAO_IDL/contrib/mcpp/expand.cpp:
        * TAO_IDL/contrib/mcpp/main.cpp:
        * TAO_IDL/driver/drv_mcpp_preproc.cpp:
        * TAO_IDL/preproc.mpb:

          Fuzz fixes.

Fri Feb 29 16:24:43 UTC 2008  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp:

          Fixed signed/unsigned mismatch warning on Debian, introduced
          by changes in

          Thu Feb 28 19:16:43 UTC 2008  Jeff Parsons <j.parsons@vanderbilt.edu>

Fri Feb 28 10:54:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3154_Regression/run_test.pl:
          Updated for VxWorks cross platform testing

Thu Feb 28 19:16:43 UTC 2008  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/IFRService/EnumDef_i.h:
        * orbsvcs/orbsvcs/IFRService/ConstantDef_i.h:

          Cosmetic changes.

        * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp:

          Changed creation of IOR output file to use
          ACE_DEFAULT_FILE_PERMS. Also added more error checking to
          cover the open, write and close steps. Thanks to Jules
          Colding <colding at 42tools dot com> for reporting that
          the previous code created a file that was world writable.

Thu Feb 28 13:26:12 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * TAO_IDL/contrib/mcpp/eval.cpp:
        * TAO_IDL/contrib/mcpp/expand.cpp:
        * TAO_IDL/contrib/mcpp/mbchar.cpp:
        * TAO_IDL/contrib/mcpp/mcpp.mpc:
        * TAO_IDL/contrib/mcpp/support.cpp:
        * TAO_IDL/contrib/mcpp/system.cpp:

          Compile error fixes.

Thu Feb 28 06:01:19 UTC 2008  Sumant Tambe  <sutambe@nospam>

        * TAO_IDL/contrib/mcpp/main.cpp:
        * TAO_IDL/contrib/mcpp/support.cpp:
        * TAO_IDL/contrib/mcpp/system.cpp:

          #included OS_NS_stdlib.h header for ACE_OS::free,
          ACE_OS::malloc, and ACE_OS::realloc.

Wed Feb 27 19:24:02 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * TAO_IDL/contrib/mcpp/LICENSE:
        * TAO_IDL/contrib/mcpp/Makefile.am:
        * TAO_IDL/contrib/mcpp/Makefile.in:
        * TAO_IDL/contrib/mcpp/cc1.cpp:
        * TAO_IDL/contrib/mcpp/config.h.in:
        * TAO_IDL/contrib/mcpp/configed.H:
        * TAO_IDL/contrib/mcpp/directive.cpp:
        * TAO_IDL/contrib/mcpp/eval.cpp:
        * TAO_IDL/contrib/mcpp/expand.cpp:
        * TAO_IDL/contrib/mcpp/internal.H:
        * TAO_IDL/contrib/mcpp/lib.cpp:
        * TAO_IDL/contrib/mcpp/main.cpp:
        * TAO_IDL/contrib/mcpp/mbchar.cpp:
        * TAO_IDL/contrib/mcpp/mcpp.mpc:
        * TAO_IDL/contrib/mcpp/mcpp_lib.h:
        * TAO_IDL/contrib/mcpp/mcpp_lib.cpp:
        * TAO_IDL/contrib/mcpp/mcpp_lib_export.h:
        * TAO_IDL/contrib/mcpp/noconfig.H:
        * TAO_IDL/contrib/mcpp/preproc.cpp:
        * TAO_IDL/contrib/mcpp/support.cpp:
        * TAO_IDL/contrib/mcpp/system.H:
        * TAO_IDL/contrib/mcpp/system.cpp:
        * TAO_IDL/contrib/mcpp/testmain.cpp:

          An open source, BSD licensed C preprocessor.

        * TAO_IDL/driver/drv_mcpp_preproc.cpp:

          Derived from drv_preproc.cpp, invokes the MCPP preprocessor
          as a library call instad of spawning a process.

        * TAO_IDL/preproc.mpb:
        * TAO_IDL/tao_idl.mpc:
        * MPC/config/mcpp.mpb:

          Modifications supporting selection of drv_preproc/drv_mcpp_preproc
          based on the mcpp feature.

Wed Feb 27 15:21:48 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>

        * orbsvcs/Naming_Service/NT_Naming_Server.cpp:
        * orbsvcs/Notify_Service/NT_Notify_Server.cpp:
        * orbsvcs/examples/CosEC/Simple/Consumer.cpp:
        * orbsvcs/examples/CosEC/Simple/Service.cpp:
        * orbsvcs/examples/CosEC/Simple/Supplier.cpp:
        * orbsvcs/examples/CosEC/TypedSimple/Consumer.cpp:
        * orbsvcs/examples/CosEC/TypedSimple/Supplier.cpp:
        * orbsvcs/examples/ImR/Combined_Service/test.cpp:
        * orbsvcs/examples/Notify/Federation/Agent/Agent.cpp:
        * orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.cpp:
        * orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp:
        * orbsvcs/examples/RtEC/IIOPGateway/EC.cpp:
        * orbsvcs/examples/RtEC/IIOPGateway/Gateway.cpp:
        * orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp:
        * orbsvcs/examples/RtEC/Kokyu/Service.cpp:
        * orbsvcs/examples/RtEC/MCast/MCast.cpp:
        * orbsvcs/examples/RtEC/Schedule/Service.cpp:
        * orbsvcs/examples/RtEC/Simple/Consumer.cpp:
        * orbsvcs/examples/RtEC/Simple/Service.cpp:
        * orbsvcs/examples/RtEC/Simple/Supplier.cpp:
        * orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/server.cpp:
        * orbsvcs/tests/Redundant_Naming/client.cpp:
        * orbsvcs/tests/Sched/DynSched_Test.cpp:

          Use ACE_TMAIN instead of main as the program entry point to comply
          with ACE/TAO/CIAO coding standards.

        * orbsvcs/examples/CosEC/Simple/CosEC_Simple.mpc:
        * orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc:
        * orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc:
        * orbsvcs/examples/RtEC/Kokyu/RtECKokyu.mpc:
        * orbsvcs/examples/RtEC/IIOPGateway/RtEC_IIOPGateway.mpc:
        * orbsvcs/examples/RtEC/MCast/RtEC_MCast.mpc:
        * orbsvcs/examples/RtEC/Schedule/RtEC_Schedule.mpc:
        * orbsvcs/examples/RtEC/Simple/RtEC_Simple.mpc:

          MPC doesn't recognize ACE_TMAIN as an entry point, as such, we need
          to explicitly set exename in the MPC file.

Wed Feb 27 08:36:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/GIOP_Message_Generator_Parser_12.cpp:
          Check the return value of operator<<

        * tao/Invocation_Base.{cpp,inl}:
          Moved a few methods to the inline file

        * tao/LocalObject.h:
        * tao/TAO_Server_Request.cpp:
          Layout change

Tue Feb 26 16:16:16 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>

        * TAO_IDL/tao_idl.cpp:

          Use ACE_TMAIN instead of main as the program entry point to comply
          with ACE/TAO/CIAO coding standards.

Mon Feb 25 22:19:46 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>

        * orbsvcs/examples/CosEC/Factory/FactoryClient.cpp:
        * orbsvcs/examples/CosEC/Factory/main.cpp:
        * orbsvcs/examples/CosEC/RtEC_Based/bin/RtEC_Based_CosEC.cpp:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Basic.cpp:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.cpp:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Supplier.cpp:
        * orbsvcs/examples/FaultTolerance/RolyPoly/client.cpp:
        * orbsvcs/examples/FaultTolerance/RolyPoly/server.cpp:
        * orbsvcs/examples/LoadBalancing/client.cpp:
        * orbsvcs/examples/LoadBalancing/server.cpp:
        * orbsvcs/examples/Notify/Filter/main.cpp:
        * orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp:
        * orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp:
        * orbsvcs/examples/Notify/Subscribe/main.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Consumer_Client.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp:
        * orbsvcs/examples/ORT/client.cpp:
        * orbsvcs/examples/ORT/gateway_server.cpp:
        * orbsvcs/examples/ORT/server.cpp:
        * orbsvcs/examples/PSS/Simple_Naming.cpp:
        * orbsvcs/examples/PSS/server.cpp:
        * orbsvcs/examples/Security/SecurityLevel1/client.cpp:
        * orbsvcs/examples/Security/SecurityLevel1/server.cpp:
        * orbsvcs/examples/Security/Send_File/client.cpp:
        * orbsvcs/examples/Security/Send_File/server.cpp:
        * orbsvcs/tests/Notify/Destroy/main.cpp:
        * orbsvcs/tests/Notify/Driver/main.cpp:
        * orbsvcs/tests/RTCosScheduling/client.cpp:

          Use ACE_TMAIN instead of main as the program entry point to comply
          with ACE/TAO/CIAO coding standards.

        * orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc:
        * orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly.mpc:
        * orbsvcs/examples/LoadBalancing/LoadBalancing.mpc:
        * orbsvcs/examples/ORT/ORT.mpc:
        * orbsvcs/examples/Security/Send_File/Security_Send_File.mpc:

          MPC doesn't recognize ACE_TMAIN as an entry point, as such, we need
          to explicitly set exename in the MPC file.

Mon Feb 25 20:14:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/ORB_Local_Config/run_tests_all.pl:
        * tests/Parallel_Connect_Strategy/run_test.pl:
          Updated for VxWorks

        * tests/CSD_Collocation/run_test.pl:
          No need to set libpath

Mon Feb 25 19:47:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2183_Regression/run_test.pl:
        * tests/Bug_2702_Regression/run_test.pl:
          Use the new IgnoreHostRoot support when spawning perl

        * tests/Bug_3154_Regression/run_test.pl:
          Don't use HOST_ROOT to get tao_idl, the test framework will
          do this

        * tests/Hang_Shutdown/client.cpp:
        * tests/Hang_Shutdown/server.cpp
          Fixed typo and no need to pass in an empty orb name

        * tests/Leader_Followers/run_test.pl:
        * tests/MT_Timeout/run_test.pl:
        * tests/MProfile_Connection_Timeout/run_test.pl:
          Only store the ior filename once

        * tests/OctetSeq/test_i.cpp
          Initialise pointer with 0

        * tests/MT_Timeout/Client_Task.cpp:
          Use prefix increment

        * tests/MProfile_Connection_Timeout/client.cpp:
          Laout changes

Mon Feb 25 15:36:17 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>

        * orbsvcs/IFR_Service/IFR_Server.cpp:
        * orbsvcs/ImplRepo_Service/ImR_Activator.cpp:
        * orbsvcs/ImplRepo_Service/ImR_Locator.cpp:
        * orbsvcs/Naming_Service/NT_Naming_Server.cpp:
        * orbsvcs/Notify_Service/NT_Notify_Server.cpp:
        * orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/client.cpp:
        * orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/server.cpp:
        * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/client.cpp:
        * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/server.cpp:
        * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/compare_histo.cpp:
        * orbsvcs/tests/Bug_3215_Regression/client.cpp:
        * orbsvcs/tests/Bug_3215_Regression/server.cpp:
        * orbsvcs/tests/Bug_3216_Regression/client.cpp:
        * orbsvcs/tests/Bug_3216_Regression/server.cpp:
        * orbsvcs/tests/Security/mixed_security_test/client.cpp:
        * orbsvcs/tests/Security/mixed_security_test/server.cpp:

          Use ACE_TMAIN instead of main as the program entry point to comply
          with ACE/TAO/CIAO coding standards.

        * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/LoadBalancing.mpc:

          MPC doesn't recognize ACE_TMAIN as an entry point, as such, we need
          to explicitly set exename in the MPC file.

Mon Feb 25 09:45:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/POA/Loader/Servant_Locator.cpp:
        * tests/POA/On_Demand_Loading/Servant_Manager.cpp:
          Fixed OpenVMS IA64 warnings

Sun Feb 24 19:48:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3154_Regression/run_test.pl:
          Extended timeout for OpenVMS

Sun Feb 24 19:44:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp:
        * orbsvcs/IFR_Service/IFR_Service.cpp:
          No need to pass in empty orb name

        * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Server.cpp:
          Small code simplification

        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h:
          Doxygen change

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp:
          Layout change

        * orbsvcs/orbsvcs/IFRService/AbstractInterfaceDef_i.cpp:
          Use true instead of 1

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
          Use LM_DEBUG with ACE_DEBUG

        * orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/run_test.pl:
        * orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl:
        * orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/run_test.pl:
        * orbsvcs/tests/InterfaceRepo/Bug_3200_Regression/run_test.pl:
        * orbsvcs/tests/InterfaceRepo/IDL3_Test/run_test.pl:
          Just check whether the spawn worked or not instead of trying to
          check for the existince of the executable. The tests did fail on
          OpenVMS and VxWorks

Fri Feb 22 18:27:39 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>

        * tests/Bug_2935_Regression/middle.cpp:
        * tests/Bug_2935_Regression/sink.cpp:
        * tests/Bug_2935_Regression/source.cpp:
        * tests/DII_AMI_Forward/client.cpp:
        * tests/DII_AMI_Forward/server.cpp:
        * tests/POA/Adapter_Activator/server.cpp:
        * tests/POA/DSI/client.cpp:
        * tests/POA/DSI/server.cpp:
        * tests/POA/Default_Servant2/client.cpp:
        * tests/POA/Default_Servant2/server.cpp:
        * tests/POA/Explicit_Activation/server.cpp:
        * tests/POA/FindPOA/FindPOA.cpp:
        * tests/POA/Forwarding/client.cpp:
        * tests/POA/Forwarding/server.cpp:
        * tests/POA/Generic_Servant/client.cpp:
        * tests/POA/Loader/server.cpp:
        * tests/POA/NewPOA/NewPOA.cpp:
        * tests/POA/On_Demand_Activation/server.cpp:
        * tests/POA/On_Demand_Loading/server.cpp:
        * tests/POA/POA_BiDir/POA_BiDir.cpp:
        * tests/POA/Reference_Counted_Servant/server.cpp:
        * tests/POA/RootPOA/RootPOA.cpp:
        * tests/POA/TIE/client.cpp:
        * tests/POA/TIE/server.cpp:
        * tests/Portable_Interceptors/Bug_2133/client.cpp:
        * tests/Portable_Interceptors/Bug_2133/server.cpp:
        * tests/objref_comparison_test/main.cpp:

          Use ACE_TMAIN instead of main as the program entry point to comply
          with ACE/TAO/CIAO coding standards.

        * tests/POA/Generic_Servant/POA_Generic_Servant.mpc:
        * tests/POA/On_Demand_Activation/POA_On_Demand_Activation.mpc:
        * tests/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc:
        * tests/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc:

          MPC doesn't recognize ACE_TMAIN as an entry point, as such, we need
          to explicitly set exename in the MPC file.

Fri Feb 22 17:01:26 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>

        * docs/tutorials/Quoter/RTCORBA/Admin.cpp:
        * docs/tutorials/Quoter/RTCORBA/Broker.cpp:
        * docs/tutorials/Quoter/RTCORBA/Distributor.cpp:

          Use ACE_TMAIN instead of main as the program entry point to comply
          with ACE/TAO/CIAO coding standards.

Fri Feb 22 08:57:12 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/optimize_collocated_invocations.mpb:
          New file, when this feature is set to 0 we pass -Sp -Sd to the
          idl compiler. In the future we can also change the core libraries
          to disable certain classes

        * MPC/config/taoidldefaults.mpb:
          Derive from optimize_collocated_invocations

Fri Feb 22 00:39:46 UTC 2008  Steve Huston  <shuston@riverace.com>

        * tests/Param_Test/run_test.pl: Use target class to wait for, and
          delete, the IOR files. Allows good execution on LabVIEW_RT.

        * tests/AMH_Exceptions/run_test.pl: Correct the target obj creation.

Thu Feb 21 19:25:12 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_visitor_component/component_ch.cpp:
        * TAO_IDL/be/be_visitor_component/component_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/amh_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ci.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation.cpp:
        * TAO_IDL/be/be_visitor_root/root.cpp:
        * TAO_IDL/be/be_visitor_root/root_ch.cpp:
          When collocation optimizations have been disabled also don't
          generate a collocated proxy broker function and the checks
          for this cpb function, this results in a footprint reduction
          for each interface but also for each operation. This fixes
          bugzilla 2971

Thu Feb 21 15:35:12 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/corba_e_compact.mpb:
        * MPC/config/corba_e_micro.mpb:
        * MPC/config/core_minimum_corba.mpb:
        * MPC/config/minimum_corba.mpb:
        * MPC/config/taoidldefaults.mpb:
        * MPC/config/taobaseidldefaults.mpb:
          Moved the contents of taoidldefaults to taobaseidldefaults,
          taoidldefaults now also derives from the CORBA profiles
          so that when we compile IDL we also generate code focused
          for the set profile. This reduces the size of the generated
          code, this fixes bugzilla 3233

Thu Feb 21 02:34:37 CST 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO version 1.6.3 released.

Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End: