summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: 9c76f1db36f5b6b0d0a4b47f09075f8fecfae6b2 (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
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
Fri Oct 31 07:34:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Valuetype/AbstractBase_Invocation_Adapter.h:
          Removed ; after ACE_UNIMPLEMENTED_FUNC

        * tao/Valuetype/Makefile.bor:
          Added missing file

        * tao/Messaging/Makefile.bor:
          Removed obsolete files.

Thu Oct 30 23:23:05 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* performance-tests/Cubit/TAO/DII_Cubit/Makefile:
	* performance-tests/Latency/DII/Makefile:
	* performance-tests/Latency/DSI/Makefile:
	* performance-tests/Latency/Deferred/Makefile:
	* performance-tests/RTCorba/Oneways/Reliable/Makefile:
	* performance-tests/Sequence_Latency/DII/Makefile:
	* performance-tests/Sequence_Latency/DSI/Makefile:
	* performance-tests/Sequence_Latency/Deferred/Makefile:

	  Added missing libraries to the link line. This is necessary
	  since the DynamicInterface library depends on the Messaging
	  library.

	* tests/OBV/Supports/Supports_Test_impl.cpp:
	* tests/Xt_Stopwatch/Stopwatch_display.h:

	  Fixed compilation problems. These showed up only in builds which
	  used MPC.

	* tao/Messaging/Asynch_Timeout_Handler.cpp:
	* tao/Messaging/Asynch_Timeout_Handler.h:
	* tao/Messaging/Messaging.cpp:
	* tao/Messaging/Messaging.h:

	  Cosmetic fixes to get them compiling in minimum_corba builds.

	* tao/Messaging/Messaging.mpc:

	  Added the list of files in the project.

Thu Oct 30 22:57:43 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/examples/ORT/Makefile:

	  Added misisng libraries.

	* orbsvcs/tests/EC_Throughput/ECT_Driver.h:

	  Added a forward declaration.

Thu Oct 30 22:09:17 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_traits.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:

          Added tao_release() to the generated Value_Traits<> specialization,
          so the INOUT argument template helper class can release the argument
          at demarshal time with the same call for both interface and
          valuetypes. This extra method has already been added to
          CORBA::ValueBase.

Thu Oct 30 15:01:43 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp:
	* orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.cpp:
	* orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.cpp:
	* orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp:
	* orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.cpp:
	* orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.cpp:
	* orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.cpp:
	* orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.cpp:
	* orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.cpp:
	* orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.cpp:
	* orbsvcs/tests/Notify/lib/Command.cpp:
	* orbsvcs/tests/Notify/lib/Command.h:
	* orbsvcs/tests/Notify/performance-tests/Filter/Notify_Sequence_Push_Consumer.cpp:
	* orbsvcs/tests/Notify/performance-tests/Filter/Notify_Structured_Push_Consumer.cpp:

	  Fixed compilation on platforms where exceptions are turned off.

Thu Oct 30 20:45:00 UTC 2003  Gautam Thaker  <gthaker@atl.lmco.com>

        Please direct all queries regarding this commit to
        Jason Cohen <jcohen@atl.lmco.com>

        * tao/Strategies/SCIOP_Acceptor.cpp:

          Cleaned up commented code.  No functional change.

Thu Oct 30 20:30:00 UTC 2003  Gautam Thaker  <gthaker@atl.lmco.com>

        Please direct all queries regarding this commit to
        Jason Cohen <jcohen@atl.lmco.com>

        * tao/Strategies/SCIOP_Acceptor.cpp:
        * tao/Strategies/SCIOP_Acceptor.h:
        * tao/Strategies/SCIOP_Endpoint.cpp:
        * tao/Strategies/SCIOP_Lite_Factory.h:

          Moved include files which are suspected to have been
          refactored upstream.  The previous problems only affected
          the SCTP enabled TAO build.

Thu Oct 30 13:50:50 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/DynamicInterface/DII_Invocation.cpp:
	* TAO_IDL/ast/ast_string.cpp:

	  Fixed warnings with g++ 2.95.3.

Thu Oct 30 11:47:34 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tests/Portable_Interceptors/Bug_1559/Client_ORBInitializer.h:
	* tests/Portable_Interceptors/Bug_1559/Makefile:
	* tests/Portable_Interceptors/Bug_1559/Server_ORBInitializer.h:
	* tests/Portable_Interceptors/Bug_1559/client.cpp:
	* tests/Portable_Interceptors/Bug_1559/interceptors.cpp:
	* tests/Portable_Interceptors/Bug_1559/server.cpp:

	  Get the above files compiling on g++.

Thu Oct 30 10:21:19 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicInterface/Request.h:
        * tao/DynamicInterface/ServerRequest.h:

          Added missing redefinition of TAO_EXPORT_MACRO.

Thu Oct 30 22:02:28 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/SSLIOP.dsp:

	  Turned on RTTI for a few files.

Thu Oct 30 09:44:11 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/examples/RtEC/Kokyu/Makefile:

	  Updated dependencies. Not sure how Venkita got this into the
	  main trunk without usingthe Makefile.

Thu Oct 30 09:38:01 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

	* orbsvcs/examples/RtEC/Kokyu/Makefile: Updated dependencies.

Thu Oct 30 09:28:20 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/Notify/Method_Request_Updates_T.h:
	* orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h:

	  Forward declared CORBA::Environment to get around build problems
	  in static builds.

Thu Oct 30 10:44:58 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/Makefile.bor:
          Updated this makefile with all the recent changes

        * tao/DynamicInterface/DII_Invocation_Adapter.h:
        * tao/Messaging/Asynch_Invocation_Adapter.h:
          Removed ; after ACE_UNIMPLEMENTED_FUNC

Thu Oct 30 08:10:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Collocated_Invocation.h:
          Removed ; after ACE_UNIMPLEMENTED_FUNC

        * tao/Makefile.bor:
          Updated this makefile with all the recent changes

Thu Oct 30 07:22:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ClientInterceptorAdapter.h:
          Added TAO_GIOP_Invocation as forward declaration

        * tao/Invocation_Adapter.h:
        * tao/Invocation_Base.h:
          Removed ; after ACE_UNIMPLEMENTED_FUNC

Thu Oct 30 07:00:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/TAO_IDL_BE.bor:
          Add missing files.

Wed Oct 29 21:35:48 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp: Fixed compilation
	  errors in Win32 core builds. Strange that g++ missed this.

Wed Oct 29 21:10:08 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/RTCORBA/Multi_Priority_Mapping.cpp:

	  Added ace/Log_Msg.h to get this compiling on one of RH8 builds.

Wed Oct 29 20:39:32 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* TAO_IDL/be/be_visitor_tmplinst/tmplinst_cs.cpp:
	* TAO_IDL/be/be_visitor_tmplinst/tmplinst_ss.cpp:
	* TAO_IDL/be_include/be_visitor_tmplinst/tmplinst_cs.h:
	* TAO_IDL/be_include/be_visitor_tmplinst/tmplinst_ss.h:

	  Fixed fuzz errors.

Wed Oct 29 20:36:08 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Initializer.h:
	* orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Interceptor.cpp:
	* orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Interceptor.h:
	* orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp:

	  Remved #include of corbafwd.h and added other includes necessray
	  to get them compiling on builds with MPC.

Wed Oct 29 19:41:14 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/ESF/ESF_Worker.h:
	* orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.h:
	* orbsvcs/orbsvcs/Event/EC_ConsumerControl.h:
	* orbsvcs/orbsvcs/Event/EC_SupplierControl.h:
	* orbsvcs/orbsvcs/Notify/Factory.h:

	  Forward declared CORBA::Environment in all these header files.

	* orbsvcs/orbsvcs/FaultTolerance/FT_Endpoint_Selector_Factory.cpp:
	* orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp:

	  #included Environment.h.

	  The above fixes should take care of the build problems with
	  SuSE static builds.

Wed Oct 29 17:31:16 2003  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * orbsvcs/examples/LoadBalancing/Makefile:
        * orbsvcs/examples/LoadBalancing/ORBInitializer.cpp:
        * orbsvcs/examples/LoadBalancing/ORBInitializer.h:
        * orbsvcs/examples/LoadBalancing/RPS_Monitor.cpp:
        * orbsvcs/examples/LoadBalancing/RPS_Monitor.h:
        * orbsvcs/examples/LoadBalancing/server.cpp:
        * orbsvcs/examples/LoadBalancing/client.cpp:
        * orbsvcs/examples/LoadBalancing/ServerRequestInterceptor.h:
        * orbsvcs/examples/LoadBalancing/ServerRequestInterceptor.cpp:
        * orbsvcs/examples/LoadBalancing/Stock.cpp:
        * orbsvcs/examples/LoadBalancing/Stock.h:
        * orbsvcs/examples/LoadBalancing/StockFactory.h:
        * orbsvcs/examples/LoadBalancing/StockFactory.cpp:
        * orbsvcs/examples/LoadBalancing/Test.idl:
        * orbsvcs/examples/LoadBalancing/run_test.pl:

          Added a new directory "Load Balancing" under
          TAO/orbsvcs/examples.

          This directory contains an example of the adaptive load
          balancing strategy built in TAO's Load Balancing Service
          named the Cygnus Load Balancing/Monitoring Service.

          The server objects, which the LB service is trying to load
          balance is a StockFactory object. Clients make lot
          of requests to StockFactory objects, which inturn
          call a Stock object to return the stock price of
          a particular Stock symbol.

Wed Oct 29 15:03:58 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Invocation_Adapter.cpp (invoke_oneway):

          Explicitly convert Messaging::SyncScope to octet before
          assigning to TAO_Operation_Details::response_flags, as is
          done in all other occurrences in TAO.

Wed Oct 29 14:14:15 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

	* orbsvcs/examples/RtEC/Makefile: Added Kokyu subdirectory.

Wed Oct 29 12:57:51 2003  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * orbsvcs/performance-tests/LoadBalancing/ORBInitializer.cpp:
        * orbsvcs/performance-tests/LoadBalancing/RPS_Monitor.cpp:
          Added #includes to tao/ORB_Constants.h to define the new "home"
          of TAO_DEFAULT_MINOR_CODE.

Wed Oct 29 12:44:26 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicInterface/DynamicInterface.mpc:
        * tao/PortableServer/PortableServer.mpc:

          Added extra header files (not corresponding to .cpp files)
          to these .mpc files.

Wed Oct 29 12:16:57 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:

          Reverted the changes in

          Wed Oct 29 11:00:56 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

          since the original motivation was from warnings in gcc 3.2,
          whereas the chanages in question produced errors in gcc 3.3.

Wed Oct 29 12:15:35 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/IIOP_Transport.cpp: Cosmetic fix.

	* tao/Strategies/SCIOP_Endpoint.cpp:
	* tao/Strategies/SCIOP_Endpoint.h:
	* tao/Strategies/SCIOP_Factory.h:
	* tao/Strategies/SCIOP_Transport.cpp:

	  Fixes for the compilation errors in lksctp build. Since I have o
	  clue on what the problem could be, this is just a guess.

Wed Oct 29 12:09:09 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicInterface/DynamicInterface.mpc:
        * tao/PortableServer/PortableServer.mpc:

          Added list of source files, since the CVS respository
          contains source files which are not to be built but not
          yet removed.

Wed Oct 29 11:28:36 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Valuetype/AbstractBase_Invocation_Adapter.cpp:
        * tao/Valuetype/AbstractBase_Invocation_Adapter.h:

          Added 'const' qualifier to operation name parameter in the
          constructor, to correlate with the signature of the base
          class constructor.

Wed Oct 29 11:14:33 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tests/Portable_Interceptors/PICurrent/ClientRequestInterceptor.cpp:
	* tests/Portable_Interceptors/PICurrent/ClientRequestInterceptor2.cpp:
	* tests/Portable_Interceptors/PICurrent/ServerRequestInterceptor.cpp:

	  #include OS.h in the above files to get them compiling in single
	  threaded builds.

Wed Oct 29 11:00:56 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:

          Added generation of ACE_TEMPLATE_SPECIALIZATION macro
          to implementataion of Objref_Traits<> and Value_Traits<>
          specializations.

Wed Oct 29 10:50:36 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/RTCORBA/RT_Transport_Descriptor.cpp: Added a missing
	  include.

Wed Oct 29 10:23:42 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Object_Proxy_Broker.h:
        * tao/Remote_Object_Proxy_Broker.h:

          Added #include of orbconf.h to pull in TAO_HAS_MINIMUM_CORBA flag.

        * tao/PortableServer/PortableServerC.cpp:
        * tao/PortableServer/PortableServerC.h:

          Added TAO_HAS_MINIMUM_POA guards around TAO::Objref_Traits<>
          specializations, TAO::Arg_Traits<> specializations and
          associated explicit template instantiations.

Wed Oct 29 09:53:09 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/TypeCodeFactory_Adapter.h: Added a missing inclusion.

Tue Oct 28 23:19:18 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/util/utl_scope.cpp (lookup_pseudo):

          Removed unused local variables.

Tue Oct 28 22:46:46 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/IFRService.dsp:

          Turned on RTTI in the project settings.

        * orbsvcs/orbsvcs/IFRService/IFR_BaseS.h:
        * orbsvcs/orbsvcs/IFRService/IFR_BasicS.h:
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.h:
        * orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.h:

          Removed the IFR_Client export macro from these files.

Tue Oct 28 22:29:25 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/TypeCodeFactory/TypeCodeFactoryC.cpp:

          Fixed typo in #include.

Tue Oct 28 22:22:29 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/FT_ORB.dsp:

          Updated project file list.

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:

          Added include of tao/Typecode.h.

        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp:

          Replaced instances of TAO_INVOKE_EXCEPTION with
          TAO::TAO_INVOKE_SYSTEM_EXCEPTION.

Tue Oct 28 22:12:23 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile:
	* docs/tutorials/Quoter/AMI/Makefile:
	* docs/tutorials/Quoter/Event_Service/Makefile:
	* docs/tutorials/Quoter/Naming_Service/Makefile:
	* docs/tutorials/Quoter/On_Demand_Activation/Makefile:
	* docs/tutorials/Quoter/RT_Event_Service/Makefile:
	* docs/tutorials/Quoter/Simple/Client/Makefile:
	* docs/tutorials/Quoter/Simple/Impl-Repo/Makefile:
	* docs/tutorials/Quoter/Simple/ImprovedServer/Makefile:
	* docs/tutorials/Quoter/Simple/Persistent/Makefile:
	* docs/tutorials/Quoter/Simple/Server/Makefile:
	* docs/tutorials/Quoter/idl/Makefile:

	  Updated dependencies.

	* docs/tutorials/Quoter/On_Demand_Activation/Stock_Factory_Locator_i.h:
	  #included ORB.h instead of corba.h.

Tue Oct 28 22:04:02 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/examples/CosEC/Factory/FactoryClient.cpp:
	* orbsvcs/examples/Log/Basic/TLS_Client.cpp:
	* orbsvcs/examples/ORT/Server_IORInterceptor.h:
	* orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp:
	* orbsvcs/examples/ORT/server.cpp:
	* orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h:
	* orbsvcs/tests/LoadBalancing/LoadMonitor/CPU/Makefile:
	* orbsvcs/tests/Log/Basic_Log_Test/client.cpp:
	* orbsvcs/tests/RTCosScheduling/client.cpp:

	  All those simple mistakes that were left behind. Changing
	  corba.h to ORB.h, including additional header files like
	  ace/Log_Msg.h were done to get these files compiling.

Tue Oct 28 21:53:13 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
	* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:

	  Removed #include of Invocation.h. We need to remove this from
	  the repo. We will do that once things stabilize a bit.

	* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h: Removed the
	  declaratrion of _tao_QueryInterface () since it is no longer
	  required.

	* orbsvcs/tests/Security/MT_IIOP_SSL/Makefile:

	  Updated dependecies.

	* orbsvcs/tests/Security/MT_IIOP_SSL/Server_Worker.h:
	* orbsvcs/tests/Security/MT_SSLIOP/Server_Worker.h:

	  Changed the #include of corba.h to ORB.h. This (corba.h)
	  is another file that needs to be removed from the repo.

	* orbsvcs/tests/Security/Secure_Invocation/server.cpp: Fixed a
	  unused variable warning.

Tue Oct 28 21:51:19 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Dynamic_Adapter.cpp:
        * tao/Dynamic_Adapter.h:
        * tao/DynamicInterface/Context.h:
        * tao/DynamicInterface/Request.h:
        * tao/DynamicInterface/Request.inl:
        * tao/DynamicInterface/Server_Request.h:
        * tao/DynamicInterface/Server_Request.inl:

          Moved CORBA::release() and CORBA::is_nil() for Request and
          ServerRequest from Dynamic_Adapter.* to their associated
          files in the DynamicInterface library.

        * TAOACE.dsw:

          Added dependency on the TAO_Messaging library to
          TAO_DynamicInterface library build.

Tue Oct 28 20:56:41 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* TAO_IDL/be/be_sequence.cpp:
	* TAO_IDL/be/be_visitor_arg_traits.cpp:
	* TAO_IDL/be_include/be_sequence.h:
	* TAO_IDL/be_include/be_visitor_arg_traits.h:
	* TAO_IDL/util/utl_scope.cpp:

	  Fixed warnings that arose due to a conversion of string to a
	  non-const pointers.

Tue Oct 28 15:53:42 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Invocation_Adapter.h:
	* tao/Invocation_Adapter.inl:
	* tao/Invocation_Adapter.h:
	* tao/Invocation_Adapter.inl:
	* tao/DynamicInterface/DII_Invocation_Adapter.cpp:
	* tao/DynamicInterface/DII_Invocation_Adapter.h:
	* tao/Messaging/Asynch_Invocation_Adapter.cpp:
	* tao/Messaging/Asynch_Invocation_Adapter.h

	  Added const qualifier to the operation names. Not sure how this
	  got missed. Thought I had done this once before!

Tue Oct 28 14:06:52 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/tests/AVStreams/Latency/pong.cpp:

	  #included ORB.h and removed corba.h

	* tao/Invocation_Adapter.h: Cosmetic fixes.

	* TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp:

	  Implementation of the insertion operators for the valuetypes
	  generated the ACE_INLINE macro. Removed generation of the
	  ACE_INLINE macro.

Tue Oct 28 13:48:50 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Invocation_Adapter.h:

	  Added some documentation. More stuff needs to be added.

	* tao/Profile_Transport_Resolver.cpp:

	  Cosmetic fix.

	* tao/Messaging/MessagingC.cpp:
	* tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp:

          Fixed a couple of fuzz errors that slipped.

Tue Oct 28 13:33:58 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/IORInterceptor/TAO_IORInterceptor.dsp;

          Added link to Valuetype library.

Tue Oct 28 13:21:43 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/ORB.cpp:

          Replaced a TypeCode::_nil () return value with 0, similar to other
          locations in this file, to avoid dependency on Typecode.h.

        * tao/ORB.h:

          Cosmetic changes.

        * tao/ORB_Core.cpp:

          Fixed misstypes of TAO::TAO_INVOKE_SYSTEM_EXCEPTION.

        * tao/ObjRefTemplate/TAO_ObjRefTemplate_Static.dsp:
        * tao/Valuetype/TAO_Valuetype_Static.dsp:

          Minor changes to project configurations.

Tue Oct 28 13:11:03 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/ORB.cpp:
	* tao/Service_Callbacks.cpp:

	  Fixed compilation errors due to a wrong casting of an int as an
	  enum. VC6.o doesn't like this.

Tue Oct 28 12:47:54 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp
	  (visit_interface_fwd):

	  Unused variable warning.

Tue Oct 28 12:39:01 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Any.cpp (operator>>):

	  Inspite of numerous compilations we seemed to have missed a
	  warning. The fix is to use .in () on a Typecode_var while
	  passing the pointer to another object.

Tue Oct 28 12:02:47 2003  Balachandran Natarajan <bala@dre.vanderbilt.edu>
                          Jeff Parsons  <parsons@dre.vanderbilt.edu>

	This checkin is aimed at revamping the invocation code path
	including the generated code. The design is outlined in the
        bugzilla. Please see

	http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=1369

	This checkin only concentrates on the stub path. During the work
	we tried addressing the following additional problems

	- Header inclusions. Now IDL compiler generates just enough
	  headers for the applications. There is no need to include
	  corba.h or corbafwd.h anymore.

	- Wide range of problems with PortableInterceptors. Please see the
	  dependencies in the above bug list.

	- We have tried reducing the inter-header dependencies quite a
	  bit within the TAO library. Other libraries need more
	  work. There are more places in TAO where this can be done
	  effectively. We will address all of them with time.

	- We have changed most of the tests and examples including the ORB
	  services to include thelight weight headers.

	- The generated code has gone down by more than 50%
	  everywhere. This work also clearly demarcates the responsibility
	  of the IDL compiler from the ORB. More work is needed on the
	  skeleton side.

	More gory details of the changes can be found in
	$TAO_ROOT/ChangeLogs/ChangeLog-03d. The documentation for all the
	new interfaces are not complete yet. We will do them as we
	cleanup the scoreboard.

        * ChangeLogs/ChangeLog-03d: New changelog entry for the changes.

Tue Oct 28 12:01:06 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* ChangeLogs/ChangeLog-03c: Moved a bunch of ChangeLog entries
	  right untril 1.3.5 to this new file.

Tue Oct 28 07:05:46 2003  Ossama Othman  <ossama@dre.vanderbilt.edu>

	The following changes are designed to make profile equivalance
	checking code consistent between all pluggable protocol
	implementations.

	* tao/Profile.h (is_equivalent):

	  This method is no longer virtual since it relies on template
	  methods implemented by subclasses to perform pluggable
	  protocol-specific profile equivalence check processing.

	  (do_is_equivalent):

	  New protected template method that subclasses must implement in
	  order to allow pluggable protocols to apply their own definition
	  of profile equivalance.

	  (endpoint_count):

	  Made this method const to address "discards const qualifier"
	  errors.  This is now necessary since some equivalence checking
	  code that calls this method has been refactored to the
	  is_equivalence() method.

	* tao/Profile.cpp (is_equivalent):

	  Check for a zero pointer to avoid potential a seg fault.

	  Invoke the new do_is_equivalent() template method and the new
	  is_equivalent_hook() hook method.

	  (is_profile_equivalent_i, is_equivalent_hook):

	  Renamed is_profile_equivalent_i() method to is_equivalent_hook()
	  to better reflect the purpose of this method.  Note that
	  is_equivalent_hook() is virtual to allow subclasses to override
	  the default behavior.

	  (is_equivalent_hook):

	  The TAO_Unknown_Profile::is_equivalent() method does not need to
	  allow some services (e.g. FT) to apply their own definition of
	  profile equivalence.  Override this method so that it always
	  return true.  Note that this behavior is consistent with the
	  behavior that existed prior to these changes.

	* tao/IIOP_Profile.h (endpoint_count):

	  Now a "const" method to address "discards const qualifier"
	  errors.

	  (is_equivalent, do_is_equivalent):

	  Renamed this public method to the new protected
	  do_is_equivalent() template method.

	* tao/IIOP_Profile.cpp (is_equivalent):

	  Refactored common profile equivalence checking code to the
	  TAO_Profile base class.

	  (do_is_equivalent):

	  Moved protocol-specific profile equivalence checks to this
	  template method.

	  (endpoint_count):

	  Now a "const" method to address "discards const qualifier"
	  errors.

	* tao/Strategies/DIOP_Profile.h:
	* tao/Strategies/DIOP_Profile.cpp:
	* tao/Strategies/SCIOP_Profile.h:
	* tao/Strategies/SCIOP_Profile.cpp:
	* tao/Strategies/SHMIOP_Profile.h:
	* tao/Strategies/SHMIOP_Profile.cpp:
	* tao/Strategies/UIOP_Profile.h:
	* tao/Strategies/UIOP_Profile.cpp:
	* orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.h:
	* orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.cpp:
	* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.h:
	* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp:

	  Likewise.

	* orbsvcs/tests/Security/Secure_Invocation/server.cpp:

	  Added a sanity check for properly functioning SSLIOP object
	  reference equivalence checks.  Thanks to Sebastien Lalonde
	  <SLalonde@interstarinc.com> for pointing out that SSLIOP object
	  reference equivalence was not working properly.

Sat Oct 25 13:19:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAOACE.dsw: Added that EventService is dependent of BiDIR GIOP
          to make sure that BiDIR GIOP is build first.