summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog_ref
blob: 114dc57450424c8d5dd174b3ae7db7d9e39529ed (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
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
Tue Apr 22 09:28:36 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:

          Made a fix for strings and wstrings similar to

          Mon Apr 21 14:09:21 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

Tue Apr 22 09:10:23 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Seq_Var_T.cpp: Fixed a wroong inclusion of inlined file.

Tue Apr 22 06:30:52 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* be/be_visitor_sequence/sequence_ch.cpp: 
	* be/be_visitor_sequence/sequence_cs.cpp: Use the new managed type
	  out classes when the IDL compiler comes across managed types. 

Tue Apr 22 06:22:47 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Seq_Out_T.cpp:
	* tao/Seq_Out_T.h:
	* tao/Seq_Out_T.inl:
	* tao/Seq_Var_T.cpp:
	* tao/Seq_Var_T.h:
	* tao/Seq_Var_T.inl: The Var and Out classes for sequences have
	  been split across two files. The motivation for this change came
	  around when we had to have a seperate out class for managed
	  types. This was needed since the operator[] for managed types
	  had a return type a bit different from regular sequences. Even
	  with this change, not all of orbsvcs compile. 
	  
	* tao/Array_VarOut_T.h:
	* tao/DomainC.h:
	* tao/DynamicC.h:
	* tao/IIOPC.h:
	* tao/IOPC.h:
	* tao/ObjectIdListC.h:
	* tao/ObjectReferenceTemplateC.h:
	* tao/Object_KeyC.h:
	* tao/OctetSeqC.h:
	* tao/Policy_ForwardC.h:
	* tao/Sequence_T.h:
	* tao/StringSeqC.h:
	* tao/VarOut_T.h:
	* tao/corba.h:
	* tao/DynamicAny/DynamicAnyC.h:
	* tao/IFR_Client/IFR_BaseC.h:
	* tao/IFR_Client/IFR_BasicC.h:
	* tao/IORManipulation/IORC.h:
	* tao/PortableServer/PortableServerC.h: Replaced existing
	  inclusions of tao/Seq_varOut_T.h with two inclusions,
	  viz. tao/Seq_Out_T.h and tao/Seq_Var_T.h. 

	* tao/Seq_VarOut_T.h:
	* tao/Seq_VarOut_T.cpp:
	* tao/Seq_VarOut_T.inl: Removed from the repo. 

Mon Apr 21 14:09:21 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:

          Fixed CDR operator generation for sequence of Object. Thanks to
          Bala <bala@dre.vanderbilt.edu> for pointing out the problem in
          code generation for PortableGroup.

Mon Apr 21 13:11:07 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tests/AMH_Exceptions/Makefile:
	* tests/Bug_1482_Regression/Makefile: Updated dependencies. 

	* tests/OBV/Forward/Test_impl.cpp: Fixed compilation errors with
	  g++. 

Mon Apr 21 13:07:41 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: Dont use _slice*
	  as template parameters for code generation of the _var and
	  _out.

	* tao/Seq_VarOut_T.h:
	* tao/Seq_VarOut_T.inl: Made the declarations of the operations to
	  be compliant with the spec.

Wed Apr 16 15:28:51 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Seq_VarOut_T.h:
	* tao/Seq_VarOut_T.inl: Removed the const version of [] for
	  Seq_var since the spec doesnt mandate them.

	* tao/DomainC.i: Removed a bunch of code that shoudlnt have been
	  there in the first place.

Wed Apr 16 000:14:10 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be_include/be_sequence.h:
        * TAO_IDL/be_include/be_type.h:
        * tao/Array_VarOut_T.inl:
        * tao/Seq_VarOut_T.inl:

	  Changes to remove compile errors in Param_Test and IDL_Test.

        * tests/Param_Test/recursive_union.cpp:

	  Changed use of TAO-specific recursive member names to
	  spec-defined and generated recursive member names.

Mon Apr 14 17:10:59 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/TAO.dsp:

	  Added IOP_IORC.* and IOP_CodecC.* to the project.

Mon Apr 14 16:10:50 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_type.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp:
        * TAO_IDL/be_include/be_type.h:

	  Fixed code generation for sequence of forward declared interface
	  from a previous opening of the enclosing module, and for
	  utility functions when nested scoped names repeat after skipping
	  a level.

Mon Apr 14 14:33:48 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:

	  Fixed code generation to work with deeply nested and/or
	  anonymous sequence members.

	* tests/IDL_Test/sequence.idl:

	  Modified test to check above use cases more thoroughly.

Mon Apr 14 09:16:35 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

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

	  Removed declaration and definition of Any operators for ObjectId.

Mon Apr 14 09:06:22 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_visitor_field/field_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be_include/be_sequence.h:

          Fixed problem with multiple members of the same anonymous
          sequence type.

Sat Apr 12 02:52:03 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_type.cpp:
        * TAO_IDL/be/be_valuetype.cpp:
        * TAO_IDL/be/be_visitor_amh_pre_proc.cpp:
        * TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
        * TAO_IDL/be_include/be_type.h:
        * TAO_IDL/be_include/be_valuetype.h:

	  Fixed errors in generated code for exception holders
	  and reply/response handlers.

        * tests/AMH_Exceptions/client.dsp:
        * tests/AMH_Exceptions/server.dsp:
        * tests/AMH_Oneway/client.dsp:
        * tests/AMH_Oneway/server.dsp:
        * tests/AMI/AMI_Test_Client.dsp:
        * tests/AMI/AMI_Test_Server.dsp:
        * tests/AMI_Timeouts/client.dsp:
        * tests/AMI_Timeouts/server.dsp:
        * tests/OBV/Factory/client.dsp:
        * tests/OBV/Factory/server.dsp:
        * tests/OBV/Forward/client.dsp:
        * tests/OBV/Forward/server.dsp:

	  Removed obsolete -Gv option from IDL compiler
	  command lines for the above tests.

        * tests/OBV/Forward/client.cpp:

	  Changed instances of <valuetype>_ptr to
	  <valuetype> *.

Fri Apr 11 21:50:43 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_array/array_ch.cpp:
        * TAO_IDL/be/be_visitor_array/array_ci.cpp:

          Added generated code to make the array's *_alloc function 
          generically callable outside the IDL compiler, where its full
          name is not known.

        * tao/Array_VarOut_T.h:
        * tao/Array_VarOut_T.inl:

          Added a static method to TAO_Array_Forany_T<> to make the 
          *_alloc method (which was made visible to TAO_Array_Forany_T<>
          by the changes above) visible to the Any impl class
          TAO_Any_Array_Impl_T<>, where it is used in extraction.

        * tao/TAO.dsp:

          Added new generated files IOP_IORC.* and IOP_CodecC.* to the
          project.

Fri Apr 11 14:41:11 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* Merged with the main trunk and compiled the core ORB and the IDL
	  compiler on Linux GCC32. Moved the stuff to a new branch by name
	  refactor_statge_1.  Added the following files from the branch
	  into the new branch. 

	* tao/Pseudo_Value_VarOut_T.cpp:
	* tao/Pseudo_Value_VarOut_T.h:
	* tao/Pseudo_Value_VarOut_T.inl:
	* tao/Array_VarOut_T.cpp:
	* tao/Array_VarOut_T.h:
	* tao/Array_VarOut_T.inl:
	* tao/Objref_VarOut_T.cpp:
	* tao/Objref_VarOut_T.h:
	* tao/Objref_VarOut_T.inl:
	* tao/Pseudo_Value_Varout_T.cpp:
	* tao/Pseudo_Value_Varout_T.h:
	* tao/Pseudo_Value_Varout_T.inl:
	* tao/Pseudo_VarOut_T.cpp:
	* tao/Pseudo_VarOut_T.h:
	* tao/Pseudo_VarOut_T.inl:
	* tao/Seq_VarOut_T.cpp:
	* tao/Seq_VarOut_T.h:
	* tao/Seq_VarOut_T.inl:
	* tao/Value_VarOut_T.cpp:
	* tao/Value_VarOut_T.h:
	* tao/Value_VarOut_T.inl:
	* tao/VarOut_T.cpp:
	* tao/VarOut_T.h:
	* tao/VarOut_T.inl: 
        
          New files in to this new branch.

Tue Apr  1 000:37:21 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_type.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp:
        * TAO_IDL/be/be_type.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be_include/be_type.h:

	  Moved managed type template class generation from the Any
	  operator pass (which might be skipped if Any operator generation
	  is suppressed, or generated needlessly if the type is not used
	  in a sequence) to the sequence visitor.

        * tao/Sequence_T.cpp:

	  Fixed code in TAO_Abstract_Manager that doesn't work with
	  forward declared abstract interfaces.

        * tao/DynamicAny/DynamicAny.pidl:
        * tao/DynamicAny/DynamicAnyC.cpp:

	  Regenerated hand-crafted DynamicAny.pidl files and changed comment
	  at the top of the .pidl file to show added options to the IDL
	  compiler command line to suppress Any operator and Typecode
	  generation. Although these types contain a Typecode, they do
	  not need Typecodes or Any operators of their own.

Mon Mar 31 22:31:47 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be_include/be_visitor_sequence/sequence_cs.h:
        * tao/Sequence_T.cpp:

          Fixed some bugs with sequence template code generation.

Mon Mar 31 18:05:28 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Services.cpp:
        * tao/Services.h:
        * tao/Services.i:

          Removed these files. They were supposed to be removed from the
          main trunk but there was a glitch during a branch merge and
          ther were still around, and obviously got carried over to
          this branch.

        * tao/IFR_Client/TAO_IFR_Client.dsp:

          Turned on RTTI for the hand-crafted files.

Sun Mar 30 21:13:08 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_interface.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_valuetype.cpp:
        * TAO_IDL/be/be_visitor_sequence.cpp:
        * TAO_IDL/be/be_visitor_argument/arglist.cpp:
        * TAO_IDL/be/be_visitor_array/array_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be_include/be_sequence.h:
        * tao/CurrentC.h:
        * tao/DomainC.h:
        * tao/IOPC.h:
        * tao/ObjectReferenceTemplateC.h:
        * tao/Objref_VarOut_T.cpp:
        * tao/PolicyC.h:
        * tao/Policy_ForwardC.h:
        * tao/PollableC.h:
        * tao/PortableInterceptorC.h:
        * tao/TAOC.h:
        * tao/corbafwd.h:
        * tao/BiDir_GIOP/BiDirPolicyC.cpp:
        * tao/BiDir_GIOP/BiDirPolicyC.h:
        * tao/BiDir_GIOP/BiDirPolicyC.i:
        * tao/DynamicAny/DynCommon.cpp:
        * tao/DynamicAny/DynCommon.h:
        * tao/DynamicAny/DynamicAnyC.cpp:
        * tao/DynamicAny/DynamicAnyC.h:
        * tao/DynamicAny/DynamicAnyC.i:
        * tao/IFR_Client/IFR_BaseC.cpp:
        * tao/IFR_Client/IFR_BaseC.h:
        * tao/IFR_Client/IFR_BaseC.i:
        * tao/IFR_Client/IFR_Basic.pidl:
        * tao/IFR_Client/IFR_BasicC.cpp:
        * tao/IFR_Client/IFR_BasicC.h:
        * tao/IFR_Client/IFR_BasicC.i:
        * tao/IFR_Client/IFR_ComponentsC.cpp:
        * tao/IFR_Client/IFR_ComponentsC.h:
        * tao/IFR_Client/IFR_ComponentsC.i:
        * tao/IFR_Client/IFR_Extended.pidl:
        * tao/IFR_Client/IFR_ExtendedC.cpp:
        * tao/IFR_Client/IFR_ExtendedC.h:
        * tao/IFR_Client/IFR_ExtendedC.i:
        * tao/IORManipulation/IORC.cpp:
        * tao/IORManipulation/IORC.h:
        * tao/IORManipulation/IORC.i:
        * tao/IORTable/IORTableC.cpp:
        * tao/IORTable/IORTableC.h:
        * tao/IORTable/IORTableC.i:
        * tao/Messaging/MessagingC.cpp:
        * tao/Messaging/MessagingC.h:
        * tao/Messaging/MessagingC.i:
        * tao/Messaging/Messaging_No_ImplC.cpp:
        * tao/Messaging/Messaging_No_ImplC.h:
        * tao/Messaging/Messaging_No_ImplC.i:
        * tao/Messaging/Messaging_RT_PolicyC.cpp:
        * tao/Messaging/Messaging_RT_PolicyC.h:
        * tao/Messaging/Messaging_RT_PolicyC.i:
        * tao/Messaging/Messaging_SyncScope_PolicyC.cpp:
        * tao/Messaging/Messaging_SyncScope_PolicyC.h:
        * tao/Messaging/Messaging_SyncScope_PolicyC.i:
        * tao/Messaging/TAO_ExtC.cpp:
        * tao/Messaging/TAO_ExtC.h:
        * tao/Messaging/TAO_ExtC.i:
        * tao/PortableServer/Default_ORTC.cpp:
        * tao/PortableServer/Default_ORTC.h:
        * tao/PortableServer/Default_ORTC.i:
        * tao/PortableServer/ImR_ActivatorC.cpp:
        * tao/PortableServer/ImR_ActivatorC.h:
        * tao/PortableServer/ImR_ActivatorC.i:
        * tao/PortableServer/ImplRepoC.cpp:
        * tao/PortableServer/ImplRepoC.h:
        * tao/PortableServer/ImplRepoC.i:
        * tao/PortableServer/PortableServer.pidl:
        * tao/PortableServer/PortableServerC.cpp:
        * tao/PortableServer/PortableServerC.h:
        * tao/PortableServer/PortableServerC.i:
        * tao/RTCORBA/RTCORBAC.cpp:
        * tao/RTCORBA/RTCORBAC.h:
        * tao/RTCORBA/RTCORBAC.i:
        * tao/RTPortableServer/RTPortableServerC.cpp:
        * tao/RTPortableServer/RTPortableServerC.h:
        * tao/RTPortableServer/RTPortableServerC.i:
        * tao/TypeCodeFactory/TypeCodeFactoryC.cpp:
        * tao/TypeCodeFactory/TypeCodeFactoryC.h:
        * tao/TypeCodeFactory/TypeCodeFactoryC.inl:

          Regenerated all hand-crafted files and made fixes to 
          code generation.

Sun Mar 30 12:32:33 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_type.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * tao/Array_VarOut_T.cpp:
        * tao/Array_VarOut_T.inl:
        * tao/ORB.cpp:
        * tao/Sequence_T.cpp:
        * tao/Sequence_T.h:

          Fixed typos and cut and paste errors.

Sun Mar 30 02:50:01 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_type.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_visitor_sequence/buffer_type.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be_include/be_sequence.h:
        * TAO_IDL/be_include/be_visitor_sequence/sequence_ch.h:
        * TAO_IDL/be_include/be_visitor_sequence/sequence_cs.h:
        * TAO_IDL/include/ast_type.h:
        * tao/CONV_FRAMEC.cpp:
        * tao/CONV_FRAMEC.h:
        * tao/CONV_FRAMEC.i:
        * tao/ClientRequestInfo.cpp:
        * tao/CurrentC.h:
        * tao/DomainC.cpp:
        * tao/DomainC.h:
        * tao/DomainC.i:
        * tao/DynamicC.cpp:
        * tao/DynamicC.h:
        * tao/DynamicC.i:
        * tao/IIOPC.cpp:
        * tao/IIOPC.h:
        * tao/IIOPC.i:
        * tao/IOPC.cpp:
        * tao/IOPC.h:
        * tao/IOPC.i:
        * tao/Messaging_PolicyValueC.cpp:
        * tao/Messaging_PolicyValueC.h:
        * tao/Messaging_PolicyValueC.i:
        * tao/Messaging_SyncScopeC.cpp:
        * tao/Messaging_SyncScopeC.h:
        * tao/Messaging_SyncScopeC.i:
        * tao/ORB.h:
        * tao/ObjectIdListC.cpp:
        * tao/ObjectIdListC.h:
        * tao/ObjectIdListC.i:
        * tao/ObjectReferenceTemplateC.cpp:
        * tao/ObjectReferenceTemplateC.h:
        * tao/ObjectReferenceTemplateC.i:
        * tao/Object_KeyC.cpp:
        * tao/Object_KeyC.h:
        * tao/Object_KeyC.i:
        * tao/OctetSeqC.cpp:
        * tao/OctetSeqC.h:
        * tao/OctetSeqC.i:
        * tao/PolicyC.cpp:
        * tao/PolicyC.h:
        * tao/PolicyC.i:
        * tao/Policy_ForwardC.cpp:
        * tao/Policy_ForwardC.h:
        * tao/Policy_ForwardC.i:
        * tao/PollableC.cpp:
        * tao/PollableC.h:
        * tao/PollableC.i:
        * tao/PortableInterceptorC.cpp:
        * tao/PortableInterceptorC.h:
        * tao/PortableInterceptorC.i:
        * tao/Seq_VarOut_T.cpp:
        * tao/Seq_VarOut_T.h:
        * tao/Seq_VarOut_T.inl:
        * tao/Sequence_T.cpp:
        * tao/Sequence_T.h:
        * tao/ServicesC.cpp:
        * tao/ServicesC.h:
        * tao/ServicesC.i:
        * tao/StringSeqC.cpp:
        * tao/StringSeqC.h:
        * tao/StringSeqC.i:
        * tao/TAOC.cpp:
        * tao/TAOC.h:
        * tao/TAOC.i:
        * tao/TimeBaseC.cpp:
        * tao/TimeBaseC.h:
        * tao/TimeBaseC.i:
        * tao/corbafwd.h:

          Changed sequence generation to create a class that inherits
          from the template class instead of just a typedef. Also 
          regenerated hand-crafted files in the TAO library.

Fri Mar 28 19:12:40 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CONV_FRAMEC.cpp:
        * CONV_FRAMEC.h:
        * CONV_FRAMEC.i:
        * CurrentC.cpp:
        * CurrentC.h:
        * CurrentC.i:
        * DomainC.cpp:
        * DomainC.h:
        * DomainC.i:
        * DynamicC.cpp:
        * DynamicC.h:
        * DynamicC.i:
        * GIOPC.cpp:
        * GIOPC.h:
        * GIOPC.i:
        * IIOPC.cpp:
        * IIOPC.h:
        * IIOPC.i:

 	  Regenerated some hand-crafted files.

        * corbafwd.h:

	  Removed some forward _var and _out declarations.
	  Since these are now typedefs, they can't be forward
	  declared.

        * Seq_VarOut_T.inl:

	  Fixed a typo.

        * GIOP.pidl:
        * IOP.pidl:

	  Modified these to use CORBA::OctetSeq instead of
	  regenerating each time.

Fri Mar 28 17:09:30 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * AbstractBase.cpp:
        * Environment.cpp:
        * LocalObject.cpp:
        * NVList.cpp:
        * ORB.cpp:
        * ORB.h:
        * ORB.i:
        * Object.cpp:
        * Principal.cpp:
        * Pseudo_VarOut_T.h:
        * TAO.dsp:
        * Typecode.cpp:
        * ValueBase.cpp:
        * ValueFactory.cpp:
        * corbafwd.h:
        * DynamicInterface/Context.cpp:
        * DynamicInterface/Context.h:
        * DynamicInterface/Context.inl:
        * DynamicInterface/ExceptionList.h:
        * DynamicInterface/ExceptionList.inl:
        * DynamicInterface/Request.cpp:
        * DynamicInterface/Request.h:
        * DynamicInterface/Request.inl:
        * DynamicInterface/Server_Request.cpp:
        * DynamicInterface/Server_Request.h:

	  Templatized _var and _out classes in
	  DynamicInterface, added conditional explicit
	  template instantiations, and updated project
	  settings.

Fri Mar 28 000:58:31 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/AbstractBase.h:
        * tao/AbstractBase.inl:
        * tao/Environment.h:
        * tao/Environment.i:
        * tao/LocalObject.h:
        * tao/LocalObject.i:
        * tao/NVList.h:
        * tao/NVList.i:
        * tao/Principal.cpp:
        * tao/Principal.h:
        * tao/Principal.i:
        * tao/Pseudo_VarOut_T.h:
        * tao/ValueBase.h:
        * tao/ValueBase.i:
        * tao/ValueFactory.h:
        * tao/ValueFactory.i:
        * tao/corbafwd.h:

	  Converted the _var and _out classes of most of
	  the CORBA pseudo objects to the new template
	  format.

        * tao/Pseudo_Value_Varout_T.cpp:
        * tao/Pseudo_Value_Varout_T.h:
        * tao/Pseudo_Value_Varout_T.inl:

	  New template classes to typedef _var and _out
	  implementations for ValueBase and ValueFactoryBase.

Thu Mar 27 18:55:41 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Sequence.cpp:
        * tao/Sequence.h:

          Cosmetic changes.

        * tao/TAO.dsp:

          Added newly created inline files to the project.

Thu Mar 27 03:00:53 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_predefined_type.cpp:
        * TAO_IDL/be/be_predefined_type.cpp:
        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/fe/fe_init.cpp:
        * TAO_IDL/include/ast_predefined_type.h:
        * tao/Adapter.cpp:
        * tao/Adapter.h:
        * tao/Object.cpp:
        * tao/Object.h:
        * tao/Object.i:
        * tao/Objref_VarOut_T.h:
        * tao/Sequence.cpp:
        * tao/Sequence.h:
        * tao/Sequence_T.cpp:
        * tao/Sequence_T.h:
        * tao/Sequence_T.i:
        * tao/TAO.dsp:
        * tao/Typecode.h:
        * tao/Typecode.i:
        * tao/ValueBase.cpp:
        * tao/ValueBase.h:
        * tao/ValueBase.i:
        * tao/Value_VarOut_T.h:
        * tao/corba.h:
        * tao/corbafwd.h:

	  Finished templatizing of _var, _out and sequence
	  classes, in TAO and in code generation.

        * tao/Pseudo_VarOut_T.cpp:
        * tao/Pseudo_VarOut_T.h:
        * tao/Pseudo_VarOut_T.inl:

	  New files for the _var and _out classes for
	  CORBA::Object and CORBA::TypeCode.

        * tao/Objref_VarOut_T.inl:
        * tao/Value_VarOut_T.inl:

	  New files, empty so far.

Wed Mar 26 18:23:46 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_component.cpp:
        * TAO_IDL/be/be_helper.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_structure.cpp:
        * TAO_IDL/be/be_type.cpp:
        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be/be_valuetype.cpp:
        * TAO_IDL/be/be_visitor_structure_fwd.cpp:
        * TAO_IDL/be/be_visitor_union_fwd.cpp:
        * TAO_IDL/be/be_visitor_array/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_array/array_ch.cpp:
        * TAO_IDL/be/be_visitor_component/component_ch.cpp:
        * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/amh_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/structure_ch.cpp:
        * TAO_IDL/be/be_visitor_structure/structure_ci.cpp:
        * TAO_IDL/be/be_visitor_structure/structure_cs.cpp:
        * TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp:
        * TAO_IDL/be/be_visitor_union/union_ch.cpp:
        * TAO_IDL/be/be_visitor_union/union_ci.cpp:
        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
        * TAO_IDL/be/be_visitor_union_fwd/union_fwd_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp:
        * TAO_IDL/be_include/be_component.h:
        * TAO_IDL/be_include/be_helper.h:
        * TAO_IDL/be_include/be_interface.h:
        * TAO_IDL/be_include/be_structure.h:
        * TAO_IDL/be_include/be_type.h:
        * TAO_IDL/be_include/be_union.h:
        * TAO_IDL/be_include/be_valuetype.h:
        * tao/Sequence_T.cpp:
        * tao/Sequence_T.h:
        * tao/VarOut_T.h:
        * tao/VarOut_T.inl:

          More changes toward code generation for _var, _out and sequence
          template typedef, and conditional explicit template instantiation.

Wed Mar 26 01:06:24 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:

  	  Added code generation for sequences of abstract
	  interfaces.

        * tao/Sequence_T.cpp:
        * tao/Sequence_T.i:

	  Uninlined a few methods that were too long.

        * tao/Transport.cpp:

	  Cut out an ELSE block to get this to work with
	  changes Phil Mesnier <mesnier_p@ociweb.com> has
	  made to ACE - his corresponding TAO changes are
	  blocked by the branch. This file will get in 
	  sync again when the branch is merged.

Tue Mar 25 21:44:34 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Sequence_T.cpp:
        * tao/Sequence_T.i:
        * tao/Sequence_T.h:

          Finished re-parametrizing the template sequence classes.

Mon Mar 24 20:27:09 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ci.cpp:

          Changed call to AbstractBase constructor in initialization
          list of abstract interfafce to use ACE_NESTED_CLASS,
          similarly to non-abstract interfaces.

Sun Mar 23 23:42:37 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Array_VarOut_T.cpp:
        * tao/Array_VarOut_T.h:
        * tao/Array_VarOut_T.inl:
        * tao/VarOut_T.cpp:
        * tao/VarOut_T.h:
        * tao/VarOut_T.inl:

	  New files adding to the support of template-based
	  _var and _out classes.

        * tao/Sequence_T.cpp:
        * tao/Sequence_T.h:
        * tao/Sequence_T.i:
        * tao/TAO.dsp:
        * tao/corba.h:
        * TAO_IDLast/ast_type.cpp:
        * TAO_IDLbe/be_interface.cpp:
        * TAO_IDLbe/be_type.cpp:
        * TAO_IDLbe/be_visitor_array/array_ch.cpp:
        * TAO_IDLbe/be_visitor_array/array_ci.cpp:
        * TAO_IDLbe/be_visitor_array/array_cs.cpp:
        * TAO_IDLbe/be_visitor_interface/any_op_cs.cpp:
        * TAO_IDLbe/be_visitor_sequence/cdr_op_ch.cpp:
        * TAO_IDLbe/be_visitor_sequence/cdr_op_cs.cpp:
        * TAO_IDLbe/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDLbe_include/be_interface.h:
        * TAO_IDLbe_include/be_type.h:
        * TAO_IDLbe_include/be_visitor_array/array_ch.h:
        * TAO_IDLbe_include/be_visitor_array/array_ci.h:
        * TAO_IDLinclude/ast_type.h:

	  Other changes to support template _var and _out 
	  classes.

Sat Mar 22 18:34:48 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/ObjectReferenceTemplateC.cpp:
        * tao/ObjectReferenceTemplateC.h:
        * tao/ObjectReferenceTemplateC.i:
        * tao/Sequence_T.cpp:
        * tao/Sequence_T.h:
        * tao/Sequence_T.i:

	  Changes to switch to template instantiation for valuetypes
	  and sequences of valuetypes.

Fri Mar 21 02:33:00 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_valuetype.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp:
        * TAO_IDL/be_include/be_interface.h:
        * TAO_IDL/be_include/be_valuetype.h:
        * tao/Objref_VarOut_T.cpp:
        * tao/Objref_VarOut_T.h:
        * tao/Sequence_T.cpp:
        * tao/Sequence_T.h:
        * tao/TAO.dsp:
        * tao/corba.h:

	  Modified code generation for sequences of object references,
	  added conditional explicit template instantiation, template
	  valuetype _var and _out class generation.

        * tao/Value_VarOut_T.cpp:
        * tao/Value_VarOut_T.h:

	  New files for the valuetype _var and _out classes.

Wed Mar 19 18:40:03 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_visitor_argument.cpp:
        * TAO_IDL/be/be_visitor_array.cpp:
        * TAO_IDL/be/be_visitor_component.cpp:
        * TAO_IDL/be/be_visitor_interface.cpp:
        * TAO_IDL/be/be_visitor_union_branch.cpp:
        * TAO_IDL/be/be_visitor_argument/post_invoke_cs.cpp:
        * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_component/component_cs.cpp:
        * TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
        * TAO_IDL/be/be_visitor_root/cdr_op.cpp:
        * TAO_IDL/be/be_visitor_root/root.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_wstr_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_wstr_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_wstr_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
        * TAO_IDL/be_include/be_visitor_sequence/sequence_ch.h:
        * TAO_IDL/be_include/be_visitor_sequence/sequence_ci.h:
        * TAO_IDL/be_include/be_visitor_sequence/sequence_cs.h:

	  Changed code generation to use the generated struct helpers
	  for interfaces, and removed much of the code generation for
	  sequences, since they will eventually all be typedefs.

Wed Mar 19 09:38:00 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_type.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_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be_include/be_interface.h:
        * TAO_IDL/be_include/be_type.h:

	  Changes to code generation for sequences, _var and _out classes.
	  This is just a start, lots more to come.

Tue Mar 18 21:42:03 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DomainC.cpp:
        * tao/DomainC.h:
        * tao/DomainC.i:
        * tao/PolicyC.cpp:
        * tao/PolicyC.h:
        * tao/Policy_ForwardC.cpp:
        * tao/Policy_ForwardC.h:
        * tao/Policy_ForwardC.i:
        * tao/Sequence_T.cpp:
        * tao/Sequence_T.h:
        * tao/Sequence_T.i:
        * tao/corba.h:

	  Interim hacks to avoid build errors. All the
	  hand-crafted files will eventually be regenerated.

        * tao/Objref_VarOut_T.cpp:
        * tao/Objref_VarOut_T.h:
        * tao/Seq_VarOut_T.cpp:
        * tao/Seq_VarOut_T.h:
        * tao/Seq_VarOut_T.inl:

	  New files, a start on templatizing all the
	  _var and _out classes.