summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ChangeLog
blob: 295276ce6321bfdf27cb0a6073f293660c8a49b4 (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
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
Wed Mar 23 19:45:32 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CCF/CCF/IDL2/IDL2.vcpoj:
        
          Added more new files to the project, ValueTypeMember.hpp and
          ValueTypeMember.tpp in IDL2/Traversal.
          
        * CIDLC/ServantSourceGenerator.cpp:
        
          Restored backend code that was commented out until frontend
          support for traversal of valuetype/eventtype members was added.

Wed Mar 23 13:00:32 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/Config_Handlers/Any_Handler.cpp

	Fixed compile errors for VC6.

Wed Mar 23 12:39:43 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/examples/Swapping/Sender/Sender.mpc:

          Added a missing library include.

Wed Mar 23 11:19:32 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/examples/Swapping/Sender/Sender.mpc:
        * DAnCE/examples/Swapping/Sender/Sender_exec_1.cpp:
        * DAnCE/examples/Swapping/Sender/Sender_exec_1.h:
        * DAnCE/examples/Swapping/Sender/Sender_exec_1_export.h:
        * DAnCE/examples/Swapping/Sender/Sender_exec_2.cpp:
        * DAnCE/examples/Swapping/Sender/Sender_exec_2.h:
        * DAnCE/examples/Swapping/Sender/Sender_exec_2_export.h:

          Added new export macros to fix compiler problems in Windows
          builds.

Wed Mar 23 11:41:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp:
          Fixed compile errors

Wed Mar 23 11:22:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp:
        * DAnCE/Config_Handlers/DP_Handler.cpp:
          Fixed compile errors with Borland

Tue Mar 22 21:21:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ExecutionManager/Execution_Manager_Impl.h:
          Fixed fuzz error

Tue Mar 22 13:08:32 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/ExecutionManager/Execution_Manager_Impl.h
	* DAnCE/ciao/Swapping_Servant_Home_Impl_Base.h
	* DAnCE/ciao/Swapping_Servant_Home_Impl_T.h
	* DAnCE/examples/Swapping/Sender/Sender_exec_1.h
	* DAnCE/examples/Swapping/Sender/Sender_exec_2.h

	Silence some Fuzz errors.

Tue Mar 22 11:45:57 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/Config_Handlers/ADD_Handler.cpp
	* DAnCE/Config_Handlers/Any_Handler.cpp
	* DAnCE/Config_Handlers/CCD_Handler.cpp
	* DAnCE/Config_Handlers/XSCRT/Elements.hpp

	Changes to accomodate broken compilers (VC6).

Tue Mar 22 10:40:21 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/examples/Swapping/Sender/Sender_exec.cpp:

          Made changes to fix compiler warnings.

Tue Mar 22 10:26:18 2005  Will Otte <wotte@dre.vanderbilt.edu>
	* DAnCE/Config_Handlers/CCD_Handler.cpp

	Silenced an error in VC6 that occured because it couldn't obey
	some simple scope rules.

	* DAnCE/Config_Handlers/XSCRT/Elements.hpp

	Silenced a warning in VC6 debug builds relating to debug identifiers being
	too long.

Tue Mar 22 08:44:03 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/ciao/Container_Base.cpp

	Silenced a warning.

Tue Mar 22 08:05:57 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CCF/CCF/IDL2/IDL2.vcproj:

          Added new ValueTypeFactory files to SemanticAction and new
          ValueTypeMember files to SemanticGraph.

Tue Mar 22 00:13:56 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/Config_Handlers/Any_Handler.cpp

	Silenced warnings present in GCC >3 builds.

	* DAnCE/Config_Handlers/CCD_Handler.h
	* DAnCE/Config_Handlers/Config_Handlers.mpc
	* DAnCE/Config_Handlers/IDD_Handler.cpp
	* DAnCE/Config_Handlers/Property_Handler.h
	* DAnCE/Config_Handlers/Req_Handler.h
	* DAnCE/Config_Handlers/XML_Error_Handler.h
	* DAnCE/Config_Handlers/XML_File_Intf.h

	Silenced a few warnings present in the Fuzz build.

Mon Mar 21 08:47:44 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CCF/CCF/IDL2/IDL2.vcproj:

          Added the new ValuetypeMember files in SemanticAction to
          the project.

Mon Mar 21 16:25:07 2005  Boris Kolpackov  <boris@kolpackov.net>

	* CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeMember.cpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeMember.hpp:

	Finished "full support" for valuetype members. It also
	adds "full support" for eventtype members since it just
	re-uses valuetype's rules.


	* CCF/CCF/IDL2/Parser.cpp:
	* CCF/CCF/IDL2/Parser.hpp:
	* CCF/CCF/IDL2/SemanticAction/ValueTypeFactory.hpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeFactory.cpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeFactory.hpp:
	* CCF/CCF/IDL2/SemanticAction.hpp:
	* CCF/CCF/IDL2/SemanticAction/Factory.hpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/Factory.cpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/Factory.hpp:

	Added support for valuetype factories.


	* CCF/CCF/IDL2/SemanticAction/Impl/ValueType.cpp:
	* CCF/CCF/IDL2/SemanticGraph/ValueType.hpp:
	* CCF/CCF/IDL2/Traversal/ValueType.tpp:

	Implemented support for valuetype inheritance and
	support of interfaces.


	* CCF/CCF/IDL3/SemanticAction/Impl/EventType.cpp:
	* CCF/CCF/IDL3/Traversal/EventType.tpp:

	Implemented support for eventtype inheritance and
	support of interfaces.


	* CCF/CCF/IDL2/SemanticAction/Impl/Member.cpp:
	* CCF/CCF/IDL3/SemanticAction/Impl/Component.cpp:

	Minor cleanups.

Sun Mar 20 21:35:04 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/examples/Swapping/Sender/Sender.mpc:

          Made a change to link to the right library.

Sun Mar 20 21:12:55 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/Config_Handlers/Config_Handlers.mpc

	  Disabled the build of the test.  There is no need for
	  this to build for the most part - as it is not a great test -
	  and appears to be lighting up the scoreboard for some reason.

Sun Mar 20 14:05:08 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/CompIntrDesc_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/CompPkgDesc_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Domain_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Handler_Test.h:
        * DAnCE/tests/Config_Handlers/IAD_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/PC_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Plan_Handler_Test.cpp:

          Made changed to include the "right" config handlers
          to fix the compilation errors.

Sun Mar 20 13:57:55 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/XercesString.cpp:
        * DAnCE/Config_Handlers/XercesString.h:

          Added these new files from the old config handlers
          directory to the new config handlers directory
          to fix missing includes.

Sun Mar 20 13:54:17 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/Old_Config_Handlers/Process_Element_T.cpp:

          Changed a #include to fix a compilation error.

Sun Mar 20 17:39:18 2005  Jaiganesh B <jai@dre.vanderbilt.edu>
	* ciao/Servant_Impl_Base.h:
	* ciao/Servant_Impl_Base.cpp:
	* ciao/Servant_Impl_T.h:
	* ciao/Servant_Impl_T.cpp:
	* ciao/Home_Servant_Impl_T.cpp:

          Made changes to the older version of the ciao
          infrastructure to reflect changes made in the
          newer version of ciao, which is DaNCE.

Sun Mar 20 10:09:14 2005  Will Otte <wotte@dre.vanderbilt.edu>
	* DAnCE/Config_Handlers/Basic_Handler.cpp
	* DAnCE/Config_Handlers/Basic_Handler.h
	* DAnCE/Config_Handlers/CAD_Handler.cpp
	* DAnCE/Config_Handlers/CAD_Handler.h
	* DAnCE/Config_Handlers/CPK_Handler.cpp
	* DAnCE/Config_Handlers/CPK_Handler.h
	* DAnCE/Config_Handlers/CPR_Handler.cpp
	* DAnCE/Config_Handlers/CPR_Handler.h
	* DAnCE/Config_Handlers/Cap_Handler.cpp
	* DAnCE/Config_Handlers/Cap_Handler.h
	* DAnCE/Config_Handlers/CompImplDesc_Handler.cpp
	* DAnCE/Config_Handlers/CompImplDesc_Handler.h
	* DAnCE/Config_Handlers/CompIntrDesc_Handler.cpp
	* DAnCE/Config_Handlers/CompIntrDesc_Handler.h
	* DAnCE/Config_Handlers/CompPkgDesc_Handler.cpp
	* DAnCE/Config_Handlers/CompPkgDesc_Handler.h
	* DAnCE/Config_Handlers/Config.h
	* DAnCE/Config_Handlers/Config_Error_Handler.cpp
	* DAnCE/Config_Handlers/Config_Error_Handler.h
	* DAnCE/Config_Handlers/Config_Handler_export.h
	* DAnCE/Config_Handlers/DT_Handler.cpp
	* DAnCE/Config_Handlers/DT_Handler.h
	* DAnCE/Config_Handlers/Domain_Handler.cpp
	* DAnCE/Config_Handlers/Domain_Handler.h
	* DAnCE/Config_Handlers/IAD_Handler.cpp
	* DAnCE/Config_Handlers/IAD_Handler.h
	* DAnCE/Config_Handlers/IR_Handler.cpp
	* DAnCE/Config_Handlers/IR_Handler.h
	* DAnCE/Config_Handlers/MID_Handler.cpp
	* DAnCE/Config_Handlers/MID_Handler.h
	* DAnCE/Config_Handlers/NIA_Handler.cpp
	* DAnCE/Config_Handlers/NIA_Handler.h
	* DAnCE/Config_Handlers/PCI_Handler.cpp
	* DAnCE/Config_Handlers/PCI_Handler.h
	* DAnCE/Config_Handlers/PC_Handler.cpp
	* DAnCE/Config_Handlers/PC_Handler.h
	* DAnCE/Config_Handlers/Plan_Handler.cpp
	* DAnCE/Config_Handlers/Plan_Handler.h
	* DAnCE/Config_Handlers/Process_Element.cpp
	* DAnCE/Config_Handlers/Process_Element.h
	* DAnCE/Config_Handlers/Process_Element_T.cpp
	* DAnCE/Config_Handlers/Process_Element_T.h
	* DAnCE/Config_Handlers/RS_Handler.cpp
	* DAnCE/Config_Handlers/RS_Handler.h
	* DAnCE/Config_Handlers/RUK_Handler.cpp
	* DAnCE/Config_Handlers/RUK_Handler.h
	* DAnCE/Config_Handlers/Requirement_Handler.cpp
	* DAnCE/Config_Handlers/Requirement_Handler.h
	* DAnCE/Config_Handlers/SPK_Handler.cpp
	* DAnCE/Config_Handlers/SPK_Handler.h
	* DAnCE/Config_Handlers/SP_Handler.cpp
	* DAnCE/Config_Handlers/SP_Handler.h
	* DAnCE/Config_Handlers/TPD_Handler.cpp
	* DAnCE/Config_Handlers/TPD_Handler.h
	* DAnCE/Config_Handlers/Utils.cpp
	* DAnCE/Config_Handlers/Utils.h
	* DAnCE/Config_Handlers/XercesString.cpp
	* DAnCE/Config_Handlers/XercesString.h

	  Removed files unused by the new config handlers.

	* DAnCE/Config_Handlers/Config_Handlers.mpc

	  Enabled the config handlers build.

Sat Mar 19 18:19:34 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/Config_Handlers/XMLSchema/Traversal.hpp
	* DAnCE/Config_Handlers/XMLSchema/Traversal.ipp
	* DAnCE/Config_Handlers/XMLSchema/Traversal.tpp
	* DAnCE/Config_Handlers/XMLSchema/TypeInfo.hpp
	* DAnCE/Config_Handlers/XMLSchema/TypeInfo.ipp
	* DAnCE/Config_Handlers/XMLSchema/TypeInfo.tpp
	* DAnCE/Config_Handlers/XMLSchema/Types.hpp
	* DAnCE/Config_Handlers/XMLSchema/Types.ipp
	* DAnCE/Config_Handlers/XMLSchema/Types.tpp
	* DAnCE/Config_Handlers/XMLSchema/Writer.hpp
	* DAnCE/Config_Handlers/XMLSchema/Writer.ipp
	* DAnCE/Config_Handlers/XMLSchema/Writer.tpp
	* DAnCE/Config_Handlers/XSCRT/Elements.hpp
	* DAnCE/Config_Handlers/XSCRT/Elements.ipp
	* DAnCE/Config_Handlers/XSCRT/Elements.tpp
	* DAnCE/Config_Handlers/XSCRT/ExtendedTypeInfo.hpp
	* DAnCE/Config_Handlers/XSCRT/ExtendedTypeInfo.ipp
	* DAnCE/Config_Handlers/XSCRT/Parser.hpp
	* DAnCE/Config_Handlers/XSCRT/Parser.ipp
	* DAnCE/Config_Handlers/XSCRT/Parser.tpp
	* DAnCE/Config_Handlers/XSCRT/Traversal.hpp
	* DAnCE/Config_Handlers/XSCRT/Traversal.ipp
	* DAnCE/Config_Handlers/XSCRT/Traversal.tpp
	* DAnCE/Config_Handlers/XSCRT/Writer.hpp
	* DAnCE/Config_Handlers/XSCRT/Writer.ipp
	* DAnCE/Config_Handlers/XSCRT/Writer.tpp
	* DAnCE/Config_Handlers/XSCRT/XML.hpp
	* DAnCE/Config_Handlers/XSCRT/XML.ipp
	* DAnCE/Config_Handlers/XSCRT/XML.tpp
	* DAnCE/Config_Handlers/XSCRT/XMLSchema.ipp
	* DAnCE/Config_Handlers/XSCRT/XMLSchema.tpp

	Completed the merge of xsc_handler_1 into main.

Sat Mar 19 17:29:50 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.h:

          Fixed compiler errors.

Sat Mar 19 16:57:41 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/Old_Config_Handlers/Any_Handler.cpp:
        * DAnCE/Old_Config_Handlers/Any_Handler.h:
        * DAnCE/Old_Config_Handlers/Basic_Deployment_Data.cpp:
        * DAnCE/Old_Config_Handlers/Basic_Deployment_Data.hpp:
        * DAnCE/Old_Config_Handlers/Basic_Handler.cpp:
        * DAnCE/Old_Config_Handlers/Basic_Handler.h:
        * DAnCE/Old_Config_Handlers/CAD_Handler.cpp:
        * DAnCE/Old_Config_Handlers/CAD_Handler.h:
        * DAnCE/Old_Config_Handlers/CEPE_Handler.cpp:
        * DAnCE/Old_Config_Handlers/CEPE_Handler.h:
        * DAnCE/Old_Config_Handlers/CPK_Handler.cpp:
        * DAnCE/Old_Config_Handlers/CPK_Handler.h:
        * DAnCE/Old_Config_Handlers/CPR_Handler.cpp:
        * DAnCE/Old_Config_Handlers/CPR_Handler.h:
        * DAnCE/Old_Config_Handlers/Cap_Handler.cpp:
        * DAnCE/Old_Config_Handlers/Cap_Handler.h:
        * DAnCE/Old_Config_Handlers/CompImplDesc_Handler.cpp:
        * DAnCE/Old_Config_Handlers/CompImplDesc_Handler.h:
        * DAnCE/Old_Config_Handlers/CompIntrDesc_Handler.cpp:
        * DAnCE/Old_Config_Handlers/CompIntrDesc_Handler.h:
        * DAnCE/Old_Config_Handlers/CompPkgDesc_Handler.cpp:
        * DAnCE/Old_Config_Handlers/CompPkgDesc_Handler.h:
        * DAnCE/Old_Config_Handlers/Config.h:
        * DAnCE/Old_Config_Handlers/Config_Error_Handler.cpp:
        * DAnCE/Old_Config_Handlers/Config_Error_Handler.h:
        * DAnCE/Old_Config_Handlers/Config_Handler_export.h:
        * DAnCE/Old_Config_Handlers/Config_Handlers.mpc:
        * DAnCE/Old_Config_Handlers/DT_Handler.cpp:
        * DAnCE/Old_Config_Handlers/DT_Handler.h:
        * DAnCE/Old_Config_Handlers/Deployment.cpp:
        * DAnCE/Old_Config_Handlers/Deployment.hpp:
        * DAnCE/Old_Config_Handlers/DnC_Dump.cpp:
        * DAnCE/Old_Config_Handlers/DnC_Dump.h:
        * DAnCE/Old_Config_Handlers/DnC_Dump_T.cpp:
        * DAnCE/Old_Config_Handlers/DnC_Dump_T.h:
        * DAnCE/Old_Config_Handlers/Domain_Handler.cpp:
        * DAnCE/Old_Config_Handlers/Domain_Handler.h:
        * DAnCE/Old_Config_Handlers/Dump_Obj.cpp:
        * DAnCE/Old_Config_Handlers/Dump_Obj.h:
        * DAnCE/Old_Config_Handlers/ERE_Handler.cpp:
        * DAnCE/Old_Config_Handlers/ERE_Handler.h:
        * DAnCE/Old_Config_Handlers/IAD_Handler.cpp:
        * DAnCE/Old_Config_Handlers/IAD_Handler.h:
        * DAnCE/Old_Config_Handlers/ID_Handler.cpp:
        * DAnCE/Old_Config_Handlers/ID_Handler.h:
        * DAnCE/Old_Config_Handlers/IR_Handler.cpp:
        * DAnCE/Old_Config_Handlers/MID_Handler.cpp:
        * DAnCE/Old_Config_Handlers/MID_Handler.h:
        * DAnCE/Old_Config_Handlers/NIA_Handler.cpp:
        * DAnCE/Old_Config_Handlers/NIA_Handler.h:
        * DAnCE/Old_Config_Handlers/PCI_Handler.cpp:
        * DAnCE/Old_Config_Handlers/PCI_Handler.h:
        * DAnCE/Old_Config_Handlers/PC_Handler.cpp:
        * DAnCE/Old_Config_Handlers/PC_Handler.h:
        * DAnCE/Old_Config_Handlers/Plan_Handler.cpp:
        * DAnCE/Old_Config_Handlers/Plan_Handler.h:
        * DAnCE/Old_Config_Handlers/Process_Element.cpp:
        * DAnCE/Old_Config_Handlers/Process_Element.h:
        * DAnCE/Old_Config_Handlers/Process_Element_T.cpp:
        * DAnCE/Old_Config_Handlers/Process_Element_T.h:
        * DAnCE/Old_Config_Handlers/Property_Handler.cpp:
        * DAnCE/Old_Config_Handlers/Property_Handler.h:
        * DAnCE/Old_Config_Handlers/RS_Handler.cpp:
        * DAnCE/Old_Config_Handlers/RS_Handler.h:
        * DAnCE/Old_Config_Handlers/RUK_Handler.cpp:
        * DAnCE/Old_Config_Handlers/RUK_Handler.h:
        * DAnCE/Old_Config_Handlers/Requirement_Handler.cpp:
        * DAnCE/Old_Config_Handlers/Requirement_Handler.h:
        * DAnCE/Old_Config_Handlers/SPK_Handler.cpp:
        * DAnCE/Old_Config_Handlers/SPK_Handler.h:
        * DAnCE/Old_Config_Handlers/SP_Handler.cpp:
        * DAnCE/Old_Config_Handlers/SP_Handler.h:
        * DAnCE/Old_Config_Handlers/TPD_Handler.cpp:
        * DAnCE/Old_Config_Handlers/TPD_Handler.h:
        * DAnCE/Old_Config_Handlers/Utils.cpp:
        * DAnCE/Old_Config_Handlers/Utils.h:
        * DAnCE/Old_Config_Handlers/XercesString.cpp:
        * DAnCE/Old_Config_Handlers/XercesString.h:
        * DAnCE/Old_Config_Handlers/ccd.cpp:
        * DAnCE/Old_Config_Handlers/ccd.hpp:
        * DAnCE/Old_Config_Handlers/cdd.cpp:
        * DAnCE/Old_Config_Handlers/cdd.hpp:
        * DAnCE/Old_Config_Handlers/cdp.cpp:
        * DAnCE/Old_Config_Handlers/cdp.hpp:
        * DAnCE/Old_Config_Handlers/cid.cpp:
        * DAnCE/Old_Config_Handlers/cid.hpp:
        * DAnCE/Old_Config_Handlers/cpd.cpp:
        * DAnCE/Old_Config_Handlers/cpd.hpp:
        * DAnCE/Old_Config_Handlers/iad.cpp:
        * DAnCE/Old_Config_Handlers/iad.hpp:
        * DAnCE/Old_Config_Handlers/pcd.cpp:
        * DAnCE/Old_Config_Handlers/pcd.hpp:
        * DAnCE/Old_Config_Handlers/toplevel.cpp:
        * DAnCE/Old_Config_Handlers/toplevel.hpp:

        Older version of config handlers.


Sat Mar 19 16:14:20 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/ccd.cpp:
        * DAnCE/Config_Handlers/ccd.hpp:
        * DAnCE/Config_Handlers/cdd.cpp:
        * DAnCE/Config_Handlers/cdd.hpp:
        * DAnCE/Config_Handlers/cdp.cpp:
        * DAnCE/Config_Handlers/cdp.hpp:
        * DAnCE/Config_Handlers/cid.cpp:
        * DAnCE/Config_Handlers/cid.hpp:
        * DAnCE/Config_Handlers/cpd.cpp:
        * DAnCE/Config_Handlers/cpd.hpp:
        * DAnCE/Config_Handlers/iad.cpp:
        * DAnCE/Config_Handlers/iad.hpp:
        * DAnCE/Config_Handlers/pcd.cpp:
        * DAnCE/Config_Handlers/pcd.hpp:
        * DAnCE/Config_Handlers/toplevel.cpp:
        * DAnCE/Config_Handlers/toplevel.hpp:
        * DAnCE/Config_Handlers/ERE_Handler.cpp:
        * DAnCE/Config_Handlers/ERE_Handler.h:
        * DAnCE/Config_Handlers/IDD_Handler.cpp:
        * DAnCE/Config_Handlers/IDD_Handler.h:
        * DAnCE/Config_Handlers/IDREF_Base.cpp:
        * DAnCE/Config_Handlers/IDREF_Base.h:
        * DAnCE/Config_Handlers/ID_Handler.cpp:
        * DAnCE/Config_Handlers/ID_Handler.h:
        * DAnCE/Config_Handlers/IRDD_Handler.cpp:
        * DAnCE/Config_Handlers/IRDD_Handler.h:
        * DAnCE/Config_Handlers/MDD_Handler.cpp:
        * DAnCE/Config_Handlers/MDD_Handler.h:
        * DAnCE/Config_Handlers/PCD_Handler.cpp:
        * DAnCE/Config_Handlers/PCD_Handler.h:
        * DAnCE/Config_Handlers/PSPE_Handler.cpp:
        * DAnCE/Config_Handlers/PSPE_Handler.h:
        * DAnCE/Config_Handlers/Property_Handler.cpp:
        * DAnCE/Config_Handlers/Property_Handler.h:
        * DAnCE/Config_Handlers/RDD_Handler.cpp:
        * DAnCE/Config_Handlers/RDD_Handler.h:
        * DAnCE/Config_Handlers/Req_Handler.cpp:
        * DAnCE/Config_Handlers/Req_Handler.h:
        * DAnCE/Config_Handlers/XML_Error_Handler.cpp:
        * DAnCE/Config_Handlers/XML_Error_Handler.h:
        * DAnCE/Config_Handlers/XML_File_Intf.cpp:
        * DAnCE/Config_Handlers/XML_File_Intf.h:
        * DAnCE/Config_Handlers/XML_Helper.cpp:
        * DAnCE/Config_Handlers/XML_Helper.h:
        * DAnCE/Config_Handlers/XercesString.cpp:
        * DAnCE/Config_Handlers/XercesString.h:
        * DAnCE/Config_Handlers/ADD_Handler.cpp:
        * DAnCE/Config_Handlers/ADD_Handler.h:
        * DAnCE/Config_Handlers/Any_Handler.cpp:
        * DAnCE/Config_Handlers/Any_Handler.h:
        * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp:
        * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp:
        * DAnCE/Config_Handlers/CCD_Handler.cpp:
        * DAnCE/Config_Handlers/CCD_Handler.h:
        * DAnCE/Config_Handlers/CEPE_Handler.cpp:
        * DAnCE/Config_Handlers/CEPE_Handler.h:
        * DAnCE/Config_Handlers/CPD_Handler.cpp:
        * DAnCE/Config_Handlers/CPD_Handler.h:
        * DAnCE/Config_Handlers/CRDD_Handler.cpp:
        * DAnCE/Config_Handlers/CRDD_Handler.h:
        * DAnCE/Config_Handlers/ComponentPropertyDescription_Handler.cpp:
        * DAnCE/Config_Handlers/ComponentPropertyDescription_Handler.h:
        * DAnCE/Config_Handlers/Config_Handlers.mpc:
        * DAnCE/Config_Handlers/Config_Handlers_Export.h:
        * DAnCE/Config_Handlers/DP_Handler.cpp:
        * DAnCE/Config_Handlers/DP_Handler.h:
        * DAnCE/Config_Handlers/DP_PCD_Handler.cpp:
        * DAnCE/Config_Handlers/DP_PCD_Handler.h:
        * DAnCE/Config_Handlers/DataType_Handler.cpp:
        * DAnCE/Config_Handlers/DataType_Handler.h:
        * DAnCE/Config_Handlers/Deployment.cpp:
        * DAnCE/Config_Handlers/Deployment.hpp:
        * DAnCE/Config_Handlers/DnC_Dump.cpp:
        * DAnCE/Config_Handlers/DnC_Dump.h:
        * DAnCE/Config_Handlers/DnC_Dump_T.cpp:
        * DAnCE/Config_Handlers/DnC_Dump_T.h:
        * DAnCE/Config_Handlers/Dump_Obj.cpp:
        * DAnCE/Config_Handlers/Dump_Obj.h:

          Merged branch xsc_handler_1 to main.

Sat Mar 19 15:36:55 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/RDD_Handler.cpp:
        * DAnCE/Config_Handlers/RDD_Handler.h:
        * DAnCE/Config_Handlers/Req_Handler.cpp:
        * DAnCE/Config_Handlers/Req_Handler.h:
        * DAnCE/Config_Handlers/XML_Error_Handler.cpp:
        * DAnCE/Config_Handlers/XML_Error_Handler.h:
        * DAnCE/Config_Handlers/XML_File_Intf.cpp:
        * DAnCE/Config_Handlers/XML_File_Intf.h:
        * DAnCE/Config_Handlers/XML_Helper.cpp:
        * DAnCE/Config_Handlers/XML_Helper.h:

          More XSC config handlers.

Sat Mar 19 15:29:45 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Any_Handler.h:
        * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp:
        * DAnCE/Config_Handlers/CEPE_Handler.cpp:
        * DAnCE/Config_Handlers/CEPE_Handler.h:
        * DAnCE/Config_Handlers/Deployment.cpp:
        * DAnCE/Config_Handlers/DnC_Dump.cpp:
        * DAnCE/Config_Handlers/DnC_Dump.h:
        * DAnCE/Config_Handlers/DnC_Dump_T.cpp:
        * DAnCE/Config_Handlers/DnC_Dump_T.h:
        * DAnCE/Config_Handlers/Dump_Obj.cpp:
        * DAnCE/Config_Handlers/Dump_Obj.h:
        * DAnCE/Config_Handlers/ERE_Handler.cpp:
        * DAnCE/Config_Handlers/ERE_Handler.h:
        * DAnCE/Config_Handlers/IDD_Handler.cpp:
        * DAnCE/Config_Handlers/IDD_Handler.h:
        * DAnCE/Config_Handlers/IDREF_Base.cpp:
        * DAnCE/Config_Handlers/IDREF_Base.h:
        * DAnCE/Config_Handlers/ID_Handler.cpp:
        * DAnCE/Config_Handlers/ID_Handler.h:
        * DAnCE/Config_Handlers/IRDD_Handler.cpp:
        * DAnCE/Config_Handlers/IRDD_Handler.h:
        * DAnCE/Config_Handlers/MDD_Handler.cpp:
        * DAnCE/Config_Handlers/MDD_Handler.h:
        * DAnCE/Config_Handlers/Modified_Deployment.xsd:
        * DAnCE/Config_Handlers/PCD_Handler.cpp:
        * DAnCE/Config_Handlers/PCD_Handler.h:
        * DAnCE/Config_Handlers/PSPE_Handler.cpp:
        * DAnCE/Config_Handlers/PSPE_Handler.h:

          More XML config handlers.

Sat Mar 19 15:25:17 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/ADD_Handler.cpp:
        * DAnCE/Config_Handlers/ADD_Handler.h:
        * DAnCE/Config_Handlers/BasicSP.cdp:
        * DAnCE/Config_Handlers/CCD_Handler.cpp:
        * DAnCE/Config_Handlers/CCD_Handler.h:
        * DAnCE/Config_Handlers/CPD_Handler.cpp:
        * DAnCE/Config_Handlers/CPD_Handler.h:
        * DAnCE/Config_Handlers/CRDD_Handler.cpp:
        * DAnCE/Config_Handlers/CRDD_Handler.h:
        * DAnCE/Config_Handlers/ComponentPropertyDescription_Handler.cpp:
        * DAnCE/Config_Handlers/ComponentPropertyDescription_Handler.h:
        * DAnCE/Config_Handlers/Config_Handlers_Export.h:
        * DAnCE/Config_Handlers/DP_Handler.cpp:
        * DAnCE/Config_Handlers/DP_Handler.h:
        * DAnCE/Config_Handlers/DP_PCD_Handler.cpp:
        * DAnCE/Config_Handlers/DP_PCD_Handler.h:
        * DAnCE/Config_Handlers/DataType_Handler.cpp:
        * DAnCE/Config_Handlers/DataType_Handler.h:

          Added a XSC compiler compliant config handlers.

Sat Mar 19 15:22:54 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ExecutionManager/DAM_Map.cpp:
        * DAnCE/ExecutionManager/DAM_Map.h:
        * DAnCE/ExecutionManager/ExecutionManager.mpc:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
        * DAnCE/ExecutionManager/Execution_Manager.cpp:
        * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp:
        * DAnCE/ExecutionManager/Execution_Manager_Impl.h:

          Fixed some more compiler errors.

Sat Mar 19 15:06:37 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ExecutionManager/DAM_Map.cpp:
        * DAnCE/ExecutionManager/DAM_Map.h:
        * DAnCE/ExecutionManager/ExecutionManager.mpc:
        * DAnCE/ExecutionManager/Execution_Manager.cpp:
        * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp:
        * DAnCE/ExecutionManager/Execution_Manager_Impl.h:
        * DAnCE/NodeApplication/NodeApplication.cpp:
        * DAnCE/NodeManager/NodeDaemon_Impl.cpp:

          Made changes to fix compile errors.

Sat Mar 19 15:02:03 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.h:
        * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc:
        *
          DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Made changes to reflect changes made to the CIAO
          infrastructure to support NodeApplication instantiate
          multiple containers.

          Thanks to Gan Deng <dengg@dre.vanderbilt.edu> for making this
          change.

Sat Mar 19 14:54:15 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/examples/BasicSP/descriptors/BasicSP.cdp:
        * DAnCE/examples/BasicSP/descriptors/NodeManagerMap.dat:
        * DAnCE/examples/BasicSP/descriptors/basicNodeDaemon.pl:
        * DAnCE/examples/BasicSP/descriptors/flattern_deploymentplan.cdp:

          Added a flattened deployment plan for testing the DaNCE
          infrastructure.

          Thanks to Will Otte <w.otte@vanderbilt.edu> for helping
          out with this project.

Sat Mar 19 14:23:49 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/examples/Swapping/Hello_Base/Hello_Base.idl:
        * DAnCE/examples/Swapping/Hello_Base/Hello_Base.mpc:
        * DAnCE/examples/Swapping/Hello_Base/Hello_Base_stub_export.h:
        * DAnCE/examples/Swapping/Hello_Base/Hello_Base_svnt_export.h:
        * DAnCE/examples/Swapping/Receiver/Receiver.mpc:
        * DAnCE/examples/Swapping/Sender/Sender.mpc:

          Fixed few minor compiler errors.

Sat Mar 19 13:40:30 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/examples/Swapping/Hello_Base/Hello_Base.idl:
        * DAnCE/examples/Swapping/Hello_Base/Hello_Base.mpc:
        * DAnCE/examples/Swapping/Hello_Base/Hello_Base_stub_export.h:
        * DAnCE/examples/Swapping/Hello_Base/Hello_Base_svnt_export.h:
        * DAnCE/examples/Swapping/Receiver/Receiver.cidl:
        * DAnCE/examples/Swapping/Receiver/Receiver.idl:
        * DAnCE/examples/Swapping/Receiver/Receiver.mpc:
        * DAnCE/examples/Swapping/Receiver/Receiver_exec.cpp:
        * DAnCE/examples/Swapping/Receiver/Receiver_exec.h:
        * DAnCE/examples/Swapping/Receiver/Receiver_exec_export.h:
        * DAnCE/examples/Swapping/Receiver/Receiver_stub_export.h:
        * DAnCE/examples/Swapping/Receiver/Receiver_svnt_export.h:
        * DAnCE/examples/Swapping/Sender/Sender.cidl:
        * DAnCE/examples/Swapping/Sender/Sender.idl:
        * DAnCE/examples/Swapping/Sender/Sender.mpc:
        * DAnCE/examples/Swapping/Sender/Sender_exec.cpp:
        * DAnCE/examples/Swapping/Sender/Sender_exec.h:
        * DAnCE/examples/Swapping/Sender/Sender_exec_1.cpp:
        * DAnCE/examples/Swapping/Sender/Sender_exec_1.h:
        * DAnCE/examples/Swapping/Sender/Sender_exec_2.cpp:
        * DAnCE/examples/Swapping/Sender/Sender_exec_2.h:
        * DAnCE/examples/Swapping/Sender/Sender_exec_export.h:
        * DAnCE/examples/Swapping/Sender/Sender_stub_export.h:
        * DAnCE/examples/Swapping/Sender/Sender_svnt_export.h:
        * DAnCE/examples/Swapping/Sender/starter.cpp:

          Added a "HelloWorld" example that can test the dynamic
          swapping of component implementation capability.

          Thanks to Bala Natarajan <bala@dre.vanderbilt.edu>
          for helping me with this project.

Sat Mar 19 13:17:37 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp:

          Made changes to reflect changes made to the infrastructure
          to provide the capability in the NodeApplication
          to support multiple containers.

Sat Mar 19 13:13:13 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/ImplementationInfo.cpp:
        * DAnCE/NodeApplicationManager/ImplementationInfo.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:

          Changes to reflect the infrasrtuctural changes related
          to providing capability in the NodeApplication
          to support multiple containers.

          Thanks to Gan Deng <dengg@dre.vanderbilt.edu> for
          architecting and implementing this project.

Sat Mar 19 13:08:18 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/NodeApplication_Impl.inl:

          Made some changes to fix compiler errors.

Sat Mar 19 12:48:44 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/CCM_Core.mpc:
        * DAnCE/ciao/CIAO_Config.h:
        * DAnCE/ciao/Container_Base.cpp:
        * DAnCE/ciao/Container_Base.h:
        * DAnCE/ciao/Container_Impl.cpp:
        * DAnCE/ciao/Container_Impl.h:
        * DAnCE/ciao/Container_Impl.inl:
        * DAnCE/ciao/Context_Impl_T.cpp:
        * DAnCE/ciao/Deployment.idl:
        * DAnCE/ciao/Deployment_Core.idl:
        * DAnCE/ciao/Dynamic_Component_Activator.cpp:
        * DAnCE/ciao/Dynamic_Component_Activator.h:
        * DAnCE/ciao/Dynamic_Component_Servant_Base.cpp:
        * DAnCE/ciao/Dynamic_Component_Servant_Base.h:
        * DAnCE/ciao/Dynamic_Component_Servant_T.cpp:
        * DAnCE/ciao/Dynamic_Component_Servant_T.h:
        * DAnCE/ciao/Home_Servant_Impl_Base.h:
        * DAnCE/ciao/Home_Servant_Impl_T.cpp:
        * DAnCE/ciao/Home_Servant_Impl_T.h:
        * DAnCE/ciao/NodeApplication_Impl.cpp:
        * DAnCE/ciao/NodeApplication_Impl.h:
        * DAnCE/ciao/NodeApplication_Impl.inl:
        * DAnCE/ciao/Object_Set_T.cpp:
        * DAnCE/ciao/Object_Set_T.h:
        * DAnCE/ciao/Object_Set_T.inl:
        * DAnCE/ciao/Port_Activator_T.cpp:
        * DAnCE/ciao/Servant_Activator.cpp:
        * DAnCE/ciao/Servant_Activator.h:
        * DAnCE/ciao/Servant_Impl_Base.cpp:
        * DAnCE/ciao/Servant_Impl_Base.h:
        * DAnCE/ciao/Servant_Impl_T.cpp:
        * DAnCE/ciao/Servant_Impl_T.h:
        * DAnCE/ciao/SwapExec.idl:
        * DAnCE/ciao/Swapping_Container.cpp:
        * DAnCE/ciao/Swapping_Container.h:
        * DAnCE/ciao/Swapping_Container.inl:
        * DAnCE/ciao/Swapping_Servant_Home_Impl_Base.cpp:
        * DAnCE/ciao/Swapping_Servant_Home_Impl_Base.h:
        * DAnCE/ciao/Swapping_Servant_Home_Impl_T.cpp:
        * DAnCE/ciao/Swapping_Servant_Home_Impl_T.h:
        * DAnCE/ciao/UpgradeableContext.idl:
        * DAnCE/ciao/Upgradeable_Context_Impl_T.cpp:
        * DAnCE/ciao/Upgradeable_Context_Impl_T.h:

          Added CIAO infrastructure changes to allow NodeApplications
          to support multi container instantiation.

          Added CIAO infrastructure changes to allow dynamic
          swapping of component implementations.

          Thanks to Gan Deng <dengg@dre.vanderbilt.edu> and
          Bala Natarajan <bala@dre.vanderbilt.edu> for their
          help in architecting and implementing these changes.

Fri Mar 18 18:34:20 2005  Boris Kolpackov  <boris@kolpackov.net>

	* CCF/CCF/IDL2/Parser.cpp:
	* CCF/CCF/IDL2/Parser.hpp:
	* CCF/CCF/IDL2/SemanticAction.hpp:
	* CCF/CCF/IDL2/SemanticGraph.hpp:
	* CCF/CCF/IDL2/Traversal.hpp:
	* CCF/CCF/IDL2/SemanticAction/Factory.hpp:
	* CCF/CCF/IDL2/SemanticAction/ValueTypeMember.hpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/Factory.cpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/Factory.hpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeMember.cpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeMember.hpp:
	* CCF/CCF/IDL2/SemanticGraph/ValueTypeMember.cpp:
	* CCF/CCF/IDL2/SemanticGraph/ValueTypeMember.hpp:
	* CCF/CCF/IDL2/Traversal/ValueTypeMember.hpp:
	* CCF/CCF/IDL2/Traversal/ValueTypeMember.tpp:

	First part of the "full" support for members in valuetypes.


Thu Mar 17 10:18:33 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ExecutorMappingGenerator.cpp:
        * CIDLC/Literals.cpp:
        * CIDLC/Literals.hpp:
        * CIDLC/ServantGenerator.cpp:
        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:
        * CIDLC/TypeNameEmitter.cpp:
        * CIDLC/TypeNameEmitter.hpp:

          Added command line option 'custom-container' to the CIDL
          compiler backend, and code generation to execute if the
          argument to the new option is 'upgradeable'. CIAO
          infrastructure changes to support dynamic component
          swapping will be merged from a branch shortly - these
          CIDL compiler changes will not affect any existing builds
          or tests since they don't use the new command line option.

Fri Mar 11 10:33:28 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* docs/schema/cdp.xsd

	Corrected an incorrect element in the schema.

Fri Mar 11 12:01:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/ComponentsC.h:
        * ciao/ComponentsS.h:
        * DAnCE/ciao/ComponentsC.h:
        * DAnCE/ciao/ComponentsS.h:
        * DAnCE/NodeManager/NodeDaemon_Impl.h:
        * performance-tests/Benchmark/LatencyTest.h:
        * performance-tests/Benchmark/RoundTripServer/LatencyTest.h:
          Changed _MSC_VER check

Fri Mar  4 17:13:16 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * examples/Hello/Hello_Base/Hello_Base.idl:
        * examples/Hello/Hello_Base/Hello_Base.mpc:
        * examples/Hello/Receiver/Receiver.idl:
        * examples/Hello/Receiver/Receiver.mpc:
        * examples/Hello/Sender/Sender.mpc:

          Cosmetic changes to IDL files and changes to MPC files to
          eliminate unnecessary files in a given project and bring
          in missing export header files.

Thu Mar  3 10:31:10 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ExecImplGenerator.cpp:
        * CIDLC/ExecImplHeaderGenerator.cpp:

          - Added support for .cdl file extension similar to
            support already in the servant generators.

          - Fixed bug in export include generation.

          Thanks to Matt Emerson <mjemerson@isis.vanderbilt.edu>,
          Ming Xiong <xiongm@isi.vanderbilt.edu>, James Hill
          <jhill@isis.vanderbilt.edu> and Stoyan Paunov
          <spaunov@isis.vanderbilt.edu> for reporting these
          problems.

        * CIDLC/ServantSourceGenerator.cpp:

          - Replaced remaining instances of generation of 'new' with
            'ACE_NEW' and changed code generation to reduce line
            lengths.

          - Changed code generation of Cookie_var for multiplex
            receptacles to pass a Cookie* to ACE_NEW, then
            assign to the _var, instead of passing in _var.out(),
            which causes the allocation to fail on some platforms.
            Thanks to Don Busch <busch_d@ociweb.com> for reporting
            the problem.

Mon Mar 03 09:37:23 2005  Gan Deng  <gan.deng@vanderbilt.edu>

	* DAnCE/examples/Hello/descriptors/Hello.cdp
	* DAnCE/examples/Hello/descriptors/hello.dat

	  Remove these two files because the file name is bad.

	* DAnCE/examples/Hello/descriptors/DeploymentPlan.cdp
	* DAnCE/examples/Hello/descriptors/NodeManagerMap.dat

	  Added these two files.

	* DAnCE/examples/Hello/step-by-step.html

	  Fixed this page to reflex the above change.

Mon Mar 03 08:59:23 2005  Gan Deng  <gan.deng@vanderbilt.edu>

	* DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc

          Fixed the Hello_Base_DnC_svnt project settings which
          caused comilation errors.

Wed Mar 02 11:42:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/Config_Handlers.mpc
        * DAnCE/RepositoryManager/RepositoryManager.mpc
        * performance-tests/Protocols/Controller/Controller.mpc
        * performance-tests/Protocols/Receiver/Receiver.mpc
        * performance-tests/Protocols/Sender/Sender.mpc
        * tests/RTCCM/DiffServ/Controller/Controller.mpc
          Use exceptions as base project instead of requires exceptions

Mon Mar 02 18:30:25 2005  Gan Deng  <gan.deng@vanderbilt.edu>

	* examples/Hello/step-by-step.html
	* DAnCE/examples/Hello/step-by-step.html

	  Modified these two documentation page to fix some errors.

	* DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc

	  Fixed wrong shared library names and project names.

Sat Feb 26 14:38:46 2005  Arvind S. Krishna  <arvindk@tango.dre.vanderbilt.edu>

	* examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED.mpc:
	* examples/handcrafted/BasicSP_EC/BMDevice/BMDevice.mpc:
	* examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay.mpc:
	* examples/handcrafted/BasicSP_EC/EC/EC.mpc:
	* examples/handcrafted/BasicSP_EC/BasicSP.mpc:
	* examples/handcrafted/BasicSP_EC2/BMClosedED/BMClosedED.mpc:
	* examples/handcrafted/BasicSP_EC2/BMDevice/BMDevice.mpc:
	* examples/handcrafted/BasicSP_EC2/BMDisplay/BMDisplay.mpc:
	* examples/handcrafted/BasicSP_EC2/EC/EC.mpc:
	* examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.mpc:
	* examples/handcrafted/BasicSP_EC2/BasicSP.mpc:

	  Replaced all occurances of "dummy" with "dummy_label"

	* bin/replace_dummy_with_dummylabel.sh:

	  Shell script that can be used to do this. In case people find it
	  useful.


Tue Feb 22 09:55:51 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/TypeNameEmitter.cpp:

          Fixed typos in code generation that were omitting a space
          between the type name and '_ciao_extract_val' for enums,
          structs and unions when used as component or home attributes.
          Thanks to Steve Baker <steven_d_baker@raytheon.com> for
          reporting the bug with enums.

Fri Feb 18 10:11:12 UTC 2005 Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/Servant_Activator.h:
        * ciao/Servant_Activator.h:
          Added missing includes because of POA refactoring

Thu Feb 17 14:04:12 UTC 2005 Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Component_Base.idl:
          Fixed typo in include of orb.idl. Thanks to Roland Schimmack
          <Roland dot Schimmack at gmx dot de> for reporting this

Tue Feb 15 22:43:34 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>

        * DAnCE/examples/BasicSP/BMDisplay_exec.h:

	  Added missing export file to make things compile on Windows
	  platforms. Thanks to Diana Ukleja <Diana_Ukleja@raytheon.com>
	  for pointing this out.

Mon Feb 14 14:52:32 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NEWS

          Updated the NEWS file by adding support for parsing
          hierarchical assembly of component descriptors.

Sun Feb 13 13:25:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * Release:
          Removed CIAO-INSTALL from the release files. It is already
          picked up because we include the complete CIAO directory

Fri Feb 11 11:12:21 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NEWS

          Updated the NEWS file by adding support for setting up
          attribute in component configuration.

Fri Feb 11 11:10:54 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* docs/schema/Modified_Deployment.xsd:

	  Corrected a couple mistakes in the schema.

Thu Feb 10 07:11:04 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 0.4.4 released.

Tue Feb 08 10:04:21 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NEWS

          Updated the NEWS file for the coming 0.4.4 release.

Mon Feb  7 09:49:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * Release:
          Added CIAO-INSTALL to the release files

Fri Feb  4 09:35:00 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>

        * DAnCE/examples/Hello/descriptors/basicNodeDaemon.pl:
          The perl script to create node daemons created.

        * DAnCE/examples/Hello/step-by-step.html:
          Step by step tutorial for the DAnCE.

Fri Feb  4 12:11:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/RTComponentServer/RTConfig_Manager.h:
          Include SString.h instead of SStringfwd.h to fix compile errors with
          CBuilderX

Thu Feb  3 20:01:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Segment_Timer/Segment_Timer.mpc:
          Removed TAO_ROOT again, the gnu template has been changed so that
          when CIAO is detected, also TAO_ROOT is set

Thu Feb  3 12:32:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/NodeApplication_Impl.h:
          Added include of ace/SString.h to fix compile errors with CBuilderX

Thu Feb  3 10:11:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Segment_Timer/Segment_Timer.mpc:
          Added $(TAO_ROOT) so that MPC creates a correct GNU makefile

Wed Feb  2 19:48:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * rules.ciao.GNU:
          Fixed error in this file

Wed Feb  2 09:39:25 2005  Chad Elliott  <elliott_c@ociweb.com>

        * CCF/CCF/CIDL/CIDL.mpc:
        * CCF/CCF/CodeGenerationKit/CodeGenerationKit.mpc:
        * CCF/CCF/CompilerElements/CompilerElements.mpc:
        * CCF/CCF/IDL2/IDL2.mpc:
        * CCF/CCF/IDL3/IDL3.mpc:
        * CIDLC/CIDLC.mpc:

          Converted includes to incorporate $(CIAO_ROOT).  This allows the
          GNUACEProjectCreator to recognize these projects as CIAO projects.

        * DAnCE/ciao/CCM_Core.mpc:
        * ciao/CCM_Core.mpc:
        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:
        * tools/Segment_Timer/Segment_Timer.mpc:

          Added a bogus include of $(CIAO_ROOT).  This allows the
          GNUACEProjectCreator to recognize these projects as CIAO projects.

Wed Feb  2 14:33:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * rules.ciao.GNU:
          New rules file to set the correct SOVERSION and SONAME values

Wed Feb  2 10:51:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Port_Activator_T.cpp:
          Added include of OS_NS_string.h to get ACE_OS::strcmp

Tue Feb  1 18:09:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
        * DAnCE/ciao/CCM_Core.mpc:
          Removed some ciaoversion based projects I missed during my checkin
          below

Tue Feb  1 13:41:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
        * DAnCE/ciao/CCM_Core.mpc:
          Removed ciaoversion as base project. This will be removed because it
          results in the fact that each generated GNU makefile will get the
          version number generated. We want that the GNU make rules get the
          version number from Version.h

Mon Jan 31 21:00:12 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp (pre):

          Generate '#include "ace/OS_NS_string.h"' directive.  CIAO CIDL
          servant sources call ACE_OS::strcmp(), the prototype of which is
          found in that header.  Necessitated by inter-header dependency
          reductions in ACE.

Mon Jan 31 11:59:04 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Any_Handler.cpp:
        * DAnCE/Config_Handlers/CPK_Handler.cpp:
        * DAnCE/Config_Handlers/DT_Handler.cpp:
        * DAnCE/Config_Handlers/Property_Handler.cpp:
        * DAnCE/Config_Handlers/RS_Handler.cpp:
        * DAnCE/Config_Handlers/Requirement_Handler.cpp:
        * DAnCE/Config_Handlers/SP_Handler.cpp:
        * DAnCE/ciao/Port_Activator_T.cpp:
        * DAnCE/examples/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * ciao/Container_Impl.cpp:
        * performance-tests/Protocols/Controller/Controller.cpp:
        * tools/RTComponentServer/RTConfig_Manager.cpp:
        * tools/RTComponentServer/RTConfig_Manager.h:
        * tools/RTComponentServer/RTServer_Impl.cpp:

          Added missing header include directives that are necessary due
          to inter-header dependency reductions in ACE.

Sun Jan 30 20:30:46 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.h:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
        * DAnCE/NodeApplicationManager/ImplementationInfo.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/ciao/Container_Base.cpp:
        * DAnCE/ciao/NodeApplication_Impl.cpp:
        * ciao/Container_Base.cpp:
        * ciao/ServerActivator_Impl.h:
        * docs/tutorial/Hello/hello_exec.cpp:
        * examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * tests/RTCCM/Priority_Test/Controllers/client.cpp:
        * tests/RTCCM/Priority_Test/Workers/CB_Worker_exec.cpp:
        * tools/Assembly_Deployer/Deployment_Configuration.h:
        * tools/RTComponentServer/RTServer_Impl.cpp:

          Added missing header include directives that are necessary due
          to inter-header dependency reductions in ACE.

Sun Jan 23 01:49:51 2005  Marek Brudka  <mbrudka@aster.pl>

        * examples/OEP/Display/NavDisplayGUI_exec/README (Module):
        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc (Module):
        Changes related with separation of GUI reactors.
        The additional information is avalaible in ChangeLog at REACTOR_SEPARATION branch (below).

        Mon Dec  6 00:39:19 2004  Marek Brudka  <mbrudka@aster.pl>

        * examples/OEP/Display/NavDisplayGUI_exec/README (Module):
        Remove reference to ACE_HAS_QT.

        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc (Module):
        Removed deprecated qt_moc base project.

>>>>>>> 1.1095
Fri Jan 21 17:27:12 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc

          Fixed dependency relationship by making
          NodeAppTest_RoundTrip_stub depending on CIAO_DnC_Container.

        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp

          Fixed warning on Debian_Full_Reactor build. The warning is
          caused because of assigning "const char*" to a "char *" type.

          Thanks Johnny Willemsen <jwillemsen@remedy.nl> for pointing
          these.

Thu Jan 20 18:29:47 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Any_Handler.cpp:
        * DAnCE/Config_Handlers/Utils.cpp:
        * performance-tests/Protocols/Sender/Sender_exec.cpp:
        * tools/Daemon/Daemon_Impl.cpp:

          Converted all ACE_{static,dynamic,reinterpret,const}_cast macros
          calls to their standard C++ counterparts using new
          bin/ACE-casts-convert script.  The ACE cast macros were
          deprecated back in ACE 5.4.2.

Thu Jan 20 09:54:04 2005  Nanbor Wang  <nanbor@cs.wustl.edu>

        * examples/OEP/Display/descriptors/NOTE.txt:
        * examples/OEP/Display/descriptors/NOTE-win.txt:

          Fixed the discrepancy on using Assembly_Deployer. Thanks to
          Martina Yen <martina_h_yen@raytheon.com> for reporting this.

Wed Jan 19 09:39:14 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/examples/BasicSP/BasicSP.mpc
        * DAnCE/examples/BasicSP/BMClosedED/BMClosedED.mpc
        * DAnCE/examples/BasicSP/BMDevice/BMDevice.mpc
        * DAnCE/examples/BasicSP/BMDisplay/BMDisplay.mpc
        * DAnCE/examples/BasicSP/EC/EC.mpc

          Changed the shared component library name from
          <what_ever_component>_DnC_<stub> to <What_ever_component>_<stub>,
          since it doesn't make sense to let the modelers to put _DnC
          trailing a component name.

          The same change applied to _svnt and _exec libraries.

        * DAnCE/examples/BasicSP/descriptors/basicNodeDaemon.pl

          Fixed this script since Some earlier cosmetic change make
          this perl script broken.

          Thanks Steven Baker <Steven_D_Baker@raytheon.com> and
          Sam Abbe <sam_abbe@raytheon.com> to pointing errors to
          run this example.

Sat Jan 15 15:16:14 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/examples/BasicSP/README.html

          Updated this README file for instructions on running the BasicSP
          example by using DAnCE. Thanks Sam Abbe <sam_abbe@raytheon.com>
          for pointing errors on this document page.  This fixes bugid
          2031.

Mon Jan 10 09:45:14 2005  Nanbor Wang  <nanbor@cs.wustl.edu>

        * DAnCE/RTNodeApplication/RTServer_Impl.h:
        * DAnCE/RTNodeApplication/RTServer_Impl.cpp: Removed init method
          altogether.  VC6 can't handle the syntax and we'll deal with
          later.

Fri Jan  7 10:02:02 2005  Nanbor Wang  <nanbor@cs.wustl.edu>

        * DAnCE/RTNodeApplication/RTServer_Impl.cpp (init): Changed to
          call the virtual function defined by the parent explicitly with
          this pointer to work around a VC6 bug.

Wed Jan  5 15:20:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.inl:
        * DAnCE/tests/Config_Handlers/Handler_Test.i:
          Removed inl/i file, updated h,cpp

Wed Jan  5 14:57:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Assembly_Deployer/Deployment_Configuration.{h,cpp,inl}:
        * tools/XML_Helpers/XML_Utils.{h,cpp,inl}:
          Removed inl file, updated h,cpp

Wed Jan  5 10:45:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/RTNodeApplication/RTServer_Impl.h:
          Fixed compile problem in emulated exception builds due to
          incorrect environment macro

Mon Jan  3 10:01:09 2005  Nanbor Wang  <nanbor@cs.wustl.edu>

        * DAnCE/RTNodeApplication/README:
        * DAnCE/RTNodeApplication/NodeApplication_Task.cpp:
        * DAnCE/RTNodeApplication/NodeApplication_Task.h:
        * DAnCE/RTNodeApplication/NodeApplication_Task.inl:
        * DAnCE/RTNodeApplication/RTNodeApplication.cpp:
        * DAnCE/RTNodeApplication/RTNodeApplication.mpc:
        * DAnCE/RTNodeApplication/RTServer_Impl.cpp:
        * DAnCE/RTNodeApplication/RTServer_Impl.h:
        * DAnCE/RTNodeApplication/RTServer_Impl.inl:
        * DAnCE/RTNodeApplication/senv.sh: Added a minimal
          real-time-enabled NodeApplication server.

Mon Jan  3 12:20:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
        * DAnCE/ciao/CCM_Core.mpc:
          Added ciaoversion as base project to all projects so that SOVERSION
          is set to the correct version number in the GNU makefiles

Thu Dec 30 13:24:16 2004  Chris Cleeland  <cleeland@ociweb.com>

        * CIAO version 0.4.3 released.

Local Variables:
add-log-time-format: current-time-string
End: