summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ChangeLog
blob: 21a974ba41c2ad971e3d26fdb749e554d21b5e32 (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
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
Mon Apr 11 07:12:54 CDT 2005  Will Otte <wotte@dre.vanderbit.edu>
	
	* DAnCE/Config_Handlers/Basic_Deployment_Data.hpp

	Fixed a compile error.
	
Sun Apr 10 18:44:22 CDT 2005  Will Otte <wotte@dre.vanderbilt.edu>
	
	* DAnCE/Config_Handlers/Basic_Deployment_Data.cpp
	* DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
	* DAnCE/Config_Handlers/ccd.cpp
	* DAnCE/Config_Handlers/ccd.hpp

	Regenerated the handlers to reflect the changes in the previous
	commit. 
	
Sat Apr 09 18:35:23 CDT 2005  Will Otte <wotte@dre.vanderbilt.edu>

        * docs/schema/Basic_Deployment_Data.xsd
        * docs/schema/ccd.xsd
        
          Updated schemas to reflect changes made to Modified_Deployment
          in conformance to the spec.

Sat Apr 09 17:15:23 CDT 2005  Will Otte <wotte@dre.vanderbilt.edu>

        * DAnCE/Plan_Launcher/Plan_Launcher.mpc
  
          Changed the after clause to point to the XSC_Config_Handlers
          instad of the old config handlers.
    
Sat Apr 09 23:59:40 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DAnCE/DomainApplicationManager/Deployment_Configuration.cpp

	  Fixed a bug where duplicated CORBALOC specified in the 
	  NodeManagerMap could cause undetected exception. This fix
	  will allow such duplication IOR error to be detected explicitly
	  and error message will be printed out. Thanks Steve Baker
	  <Steven_D_Baker@raytheon.com> for report this bug.

Fri Apr  8 14:30:52 CDT 2005  Will Otte <wotte@dre.vanderbilt.edu>
	
	* DAnCE/Config_Handlers/cdp.cpp
	* DAnCE/Config_Handlers/cdp.hpp

	Regenerated handlers to reflect schema changes.
	
	* docs/schema/cdp.xsd

	Updated schema to allow 0 on the realizes element.
	
Fri Apr  8 13:33:24 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:
        
          Added backend support for attribute exceptions.

Thu Apr 07 14:49:40 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DAnCE/examples/Hello/descriptors/basicNodeDaemon.pl
	* DAnCE/examples/Hello/descriptors/runNodeDaemons.pl

	  Removed the first file and added the second file since
	  the name of the first file doens't make any sense. These
	  two files are the same.

	* DAnCE/examples/BasicSP/descriptors/flattern_deploymentplan.cdp
	* DAnCE/examples/BasicSP/descriptors/flattened_deploymentplan.cdp

	  Removed the first file and added the second file since
	  the name of the first file contained a typo.

	* DAnCE/examples/Hello/descriptor/Modified_Deployment.xsd

	  Changed the <deploymentPlan> tag to allow zero <realizes>
	  tag in the XML.

	* DAnCE/Config_Handlers/DP_Handler.cpp
	* DAnCE/Config_Handlers/cdp.cpp
	* DAnCE/Config_Handlers/cdp.hpp

	  Modified handlers to accomodate the above change.

	* DAnCE/examples/Hello/descriptors/flattened_deploymentplan.cdp

	  Added this file in, which is a flattened deployment plan for
	  for the Hello example. I will come back to remove the <realizes>
	  tag some time later since it is useless.

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

	  Bring the documentation page up to date.

Wed Apr 06 11:12:40 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DAnCE/examples/BasicSP/descriptors/flattern_deploymentplan.cdp

	  Cleaned this a little bit. Removed most <SupportedType> and 
	  <port> tags from the <realizes> tag.

Wed Apr 06 10:30:40 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DAnCE/examples/BasicSP/descriptors/NodeManagerMap.dat

	  Modified virtual node names to make them more meaningful.

	* DAnCE/examples/BasicSP/descriptors/DeploymentPlan.cdp

	  Added this file, which is a copy of the old HUDisplay.cdp
	  file. This is the old version deployment plan XML metadata.

	* DAnCE/examples/BasicSP/descriptors/BasicSP.cdp
	* DAnCE/examples/BasicSP/descriptors/HUDisplay.cdp

	  Removed these two files since they are redundant. The
	  former one now is "flattern_deploymentplan.cdp",
	  the latter one is "DeploymentPlan.cdp".

	* DAnCE/examples/BasicSP/descriptors/flattern_deploymentplan.cdp

	  Fixed this file, which contains a invalid connection, i.e.,
	  connecting a EventPublisher to a SimplexReceptacle. The root
	  of this problem is that "data_read" is a Facet instead of
	  a EventPublisher. 

Tue Apr 05 19:29:40 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DAnCE/Plan_Launcher/Plan_Launcher.mpc

	  Fixed project dependency.

	* DAnCE/ciao/Container_Impl.cpp

	  Fixed a compilation error caused by specifying a
	  wrong exception name.

	* DAnCE/examples/BasicSP/descriptors/NodeManagerMap.dat

	  Fixed a wrong string to specify the vitual node name.

Tue Apr  5 14:37:16 CDT 2005  Will Otte <wotte@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Any_Handler.cpp
        
        Updated Gary's fix to work in Borland 6.
        
Tue Apr  5 14:13:10 CDT 2005  Will Otte <wotte@dre.vanderbilt.edu>
	
	* DAnCE/Config_Handlers/Any_Handler.cpp

	Incorporated a fix to the Any handler from Gary Duzan.
	
Tue Apr  5 11:34:32 CDT 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/Config_Handlers/Basic_Deployment_Data.cpp
	* DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
	* DAnCE/Config_Handlers/Deployment.cpp
	* DAnCE/Config_Handlers/Deployment.hpp
	* 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/XMLSchema/Types.hpp
	
	New version of the generated XSC handlers fixing the following problems:
	  - Use ACE_TCHAR instead of char as the character type
	  - Export macros for the generated classes.
	  - Borland 6 support
	  - Misc VC6 warnings.
	  
Sun Apr  3 23:52:50 CDT 2005  Will Otte <wotte@dre.vanderbilt.edu>
	
	* examples/BasicSP/descriptors/flattern_deploymentplan.cdp

	Fixed a mistake in the descriptor.	

Sun Apr  3 18:08:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Container_Base.h:
        * ciao/ServerActivator_Impl.h:
          Added missing include of ace/Hash_Map_Manager_T.h

Sat Apr 02 13:12:40 2005  Nanbor Wang  <nanbor@exothermic.txcorp.com>

	* DAnCE/examples/BasicSP/README.html: Brought the documentation a
	  bit more up-to-date.

Sat Apr  2 13:06:02 2005  Nanbor Wang  <nanbor@exothermic.txcorp.com>

	* DAnCE/ciao/Container_Base.cpp: Added more debug print out
	  statements in install_home method.

Sat Apr 02 11:45:52 2005  Nanbor Wang  <nanbor@exothermic.txcorp.com>

	* DAnCE/Plan_Launcher/Plan_Launcher.mpc:
	* DAnCE/Plan_Launcher/Plan_Launcher.cpp: Merged from xsc_handler_1
	  branch.  Added a missing break statement, otherwise, it will not
	  run.

Thu Mar 31 20:31:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/NodeApplication_Impl.h:
        * DAnCE/ciao/Container_Base.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
          Added missing include of ace/Hash_Map_Manager_T.h

Thu Mar 31 09:45:07 2005  Boris Kolpackov  <boris@kolpackov.net>

	* CCF/CCF/IDL2/LexicalAnalyzer.cpp:
	* CCF/CCF/IDL2/Parser.cpp:
	* CCF/CCF/IDL2/Parser.hpp:
	* CCF/CCF/IDL2/SemanticAction/Attribute.hpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/Attribute.cpp:
	* CCF/CCF/IDL2/SemanticAction/Impl/Attribute.hpp:
	* CCF/CCF/IDL2/SemanticGraph/Attribute.cpp:
	* CCF/CCF/IDL2/SemanticGraph/Attribute.hpp:
	* CCF/CCF/IDL2/Traversal/Attribute.cpp:
	* CCF/CCF/IDL2/Traversal/Attribute.hpp:
	* CIDLC/ExecutorMappingGenerator.cpp:

	Added support for raises-specification in attributes.

Wed Mar 30 21:48:14 2005  Nanbor Wang  <nanbor@cs.wustl.edu>

	* DAnCE/Config_Handlers/Deployment.hpp: Made the function
	  deploymentPlan an export function since it will be accessed
	  externally.  The handler test program needed this change to
	  compile on Win32.

	* DAnCE/Config_Handlers/Config_Handlers.mpc: Changed to source in
	  the Xerces library settings from the latest xerces MPC template
	  that Kitty suggested.

	* DAnCE/Config_Handlers/Basic_Deployment_Data.hpp:
	* DAnCE/Config_Handlers/ccd.hpp:
	* DAnCE/Config_Handlers/cdd.hpp:
	* DAnCE/Config_Handlers/cdp.hpp:
	* DAnCE/Config_Handlers/cid.hpp:
	* DAnCE/Config_Handlers/cpd.hpp:
	* DAnCE/Config_Handlers/iad.hpp:
	* DAnCE/Config_Handlers/pcd.hpp:
	* DAnCE/Config_Handlers/toplevel.hpp:
	* DAnCE/Config_Handlers/XMLSchema/Types.hpp:
	* DAnCE/Config_Handlers/XSCRT/Elements.hpp:
	* DAnCE/Config_Handlers/XSCRT/Parser.hpp:
	* DAnCE/Config_Handlers/XSCRT/Traversal.hpp:
	* DAnCE/Config_Handlers/XSCRT/Writer.hpp:
	* DAnCE/Config_Handlers/XSCRT/XML.hpp: Changed all local include
	  files to use the right syntax.  I.e., they should be in the form
	  of:

	    #include "foo/bar.h"

	  instead of

	    #include <foo/bar.h>

Wed Mar 30 22:03:23 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* docs/schema/xsc-banner.cpp
	* docs/schema/xsc-banner.h

	These files are the banners that should be included at
	the top of XSC generated code.

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

	* ciao/ComponentsC.h:
	* DAnCE/ciao/ComponentsC.h:
          Fixed include of Typecode.h to TypeCode.h

Wed Mar 30 13:20:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

	* DAnCE/Config_Handlers/DataType_Handler.cpp:
	* DAnCE/Old_Config_Handlers/DT_Handler.cpp:
          Fixed include of Typecode.h to TypeCode.h

Thu Mar 24 17:02:34  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
	* DAnCE/Config_Handlers/Deployment.hpp
	* DAnCE/Config_Handlers/ccd.hpp
	* DAnCE/Config_Handlers/cdd.hpp
	* DAnCE/Config_Handlers/cdp.hpp
	* DAnCE/Config_Handlers/cid.hpp
	* DAnCE/Config_Handlers/cpd.hpp
	* DAnCE/Config_Handlers/iad.hpp
	* DAnCE/Config_Handlers/pcd.hpp
	* DAnCE/Config_Handlers/toplevel.hpp
	* DAnCE/Config_Handlers/XSCRT/XML.hpp
	* DAnCE/Config_Handlers/vc6-4786.h

	Finally beat a big warning problem in VC6.

Thu Mar 24 15:19:21 2005  Will Otte <wotte@dre.vanderbilt.edu>

	* DAnCE/Config_Handlers/XSCRT/Elements.hpp
	* DAnCE/Config_Handlers/XSCRT/XML.hpp

	Moved a pragma disable from Elements.hpp to XML.hpp to
	attempt to silence more warnings in VC6.

Thu Mar 24 14:52:03 2005  Will Otte <wotte@dre.vanderilt.edu>

	* DAnCE/Config_Handlers/Any_Handler.cpp

	Fixed a compile error for 64bit arch that resulted from
	the earlier VC6 fix.

Thu Mar 24 09:21:59 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

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

          Added the "after" clause in the MPC file to fix a
          linker error.

Thu Mar 24 08:46:07 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ExecImplSourceGenerator.cpp:
        * CIDLC/Literals.cpp:
        * CIDLC/Literals.hpp:
        * CIDLC/ServantSourceGenerator.cpp:
        * CIDLC/TypeNameEmitter.cpp:

          - Added generation of ACE_UNUSED_ARG macros for local variables in
            the get_registered_consumers() method for upgradeable components,
            to avoid unused argument warnings if the component has no
            event consumers.

          - Added predefined string literals for "ACE_UNUSED_ARG",
            "ACE_CHECK_RETURN", and "ACE_THROW_RETURN".

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: