summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ChangeLog
blob: 9a09cf0140a4c02ffb50aeff7f94a784098707f1 (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
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
Tue Apr 11 12:39:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/Utils/Utils.mpc:
          Use exceptions as base project

Tue Apr 11 12:43:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Container_Base.cpp:
          Small simplification

Tue Apr 11 12:22:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/IDL3/ImpliedIDL/Components/EventSink/ICEventSink.mpc:
        * tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc:
          Updated base projects to get correct build order

Tue Apr 11 08:43:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp:
          Initialise pointers with 0

Tue Apr 11 06:54:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Minimum/Minimum_Base/Minimum.mpc:
        * tests/IDL3/Lookup/lookup_test.mpc:
        * tests/IDL3/ImpliedIDL/Homes/Homes.mpc:
        * tests/IDL3/ImpliedIDL/Events/Events.mpc:
        * tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.mpc:
        * tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.mpc:
        * tests/IDL3/ImpliedIDL/Components/Basic/ICBasic.mpc:
        * tests/IDL3/Homes/Inheritance/Inheritance.mpc:
        * tests/IDL3/Homes/Finder/Finder.mpc:
        * tests/IDL3/Homes/Factory/Factory.mpc:
        * tests/IDL3/Homes/Basic/Basic.mpc:
        * tests/IDL3/Homes/Attributes/HomeAttributes.mpc:
        * tests/IDL3/Events/Regular/Regular.mpc:
        * tests/IDL3/Events/Abstract/Abstract.mpc:
        * tests/IDL3/Components/ComplexComponent/Receptacles/Receptacles.mpc:
        * tests/IDL3/Components/ComplexComponent/Facets/Facets.mpc:
        * tests/IDL3/Components/ComplexComponent/EventSource/EventSource.mpc:
        * tests/IDL3/Components/ComplexComponent/EventSink/EventSink.mpc:
        * tests/IDL3/Components/ComplexComponent/Attributes/Attributes.mpc:
        * tests/CIDL/CodeGen/CodeGen.mpc:
        * tests/Bug_2130_Regression/interfaces/ENW.mpc:
        * performance-tests/Protocols/common/Protocols.mpc:
        * examples/Swapping/Hello_Base/Hello_Base.mpc:
        * examples/Hello/Hello_Base/Hello_Base.mpc:
        * examples/Display/HUDisplay.mpc:
        * examples/BasicSP/BasicSP.mpc:
        * docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc:
          Updated base projects to get correct build order

Tue Apr 11 06:35:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/CIAO_Events/CIAO_Events_Handlers.mpc:
          Use base projects to set dependencies

Mon Apr 10 18:48:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeApplication/NodeApplication.mpc:
          Fixed base project

Mon Apr 10 14:29:13 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * TAO/CIAO/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp

          Modified to make _narrow to be called at the first step
          when connecting supplier and config. Also modified to
          make debug statements debug_level controlled.

Mon Apr 10 12:31:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
          Removed commented out line

        * DAnCE/ExecutionManager/ExecutionManager.mpc:
        * DAnCE/NodeApplication/NodeApplication.mpc:
        * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc:
        * DAnCE/NodeManager/NodeManager.mpc:
        * DAnCE/StaticConfigurator/StaticDAnCEParser.mpc:
          Updated base projects

Mon Apr 10 11:51:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Base.mpc:
          Readded ciao_container_dnc

        * ciao/CCM_Core.mpc:
          Use more base projects

        * DAnCE/Interfaces/Interfaces.mpc:
        * DAnCE/ExecutionManager/ExecutionManager.mpc:
          Use other base projects to get correct build order

Mon Apr 10 10:00:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Base.mpc:
          Removed ciao_container_dnc

Mon Apr 10 09:38:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciaosvcs/Events/CIAO_Events.mpc:
          Use ciao_rtevent_dnc as base

Mon Apr 10 09:18:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.mpc:
        * ciaosvcs/Events/CIAO_Events.mpc:
          Use ciao_events_base_dnc as base project

Mon Apr 10 09:15:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
          For Deployment_Stub use ciao_events_base_dnc and ciao_client_dnc
          as base projects

Mon Apr 10 08:50:14 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciaosvcs/Events/CIAO_Events.mpc:
          Removed ciao_events_dnc as base project, we are building
          this lib right now

        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Base.mpc:
          Use base projects instead of libs

        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.mpc:
          Remvoed ciao_events_dnc

Sat Apr  8 15:39:14 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Base.mpc

          Fixed a linking error in SuSE_CP_Static build.

Fri Apr  7 04:09:33 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h

          Fixed a bug in detecting External connection and Internal
          connections. Earlier when an external component is detected,
          not *all* connections associated with this components are
          purged from the to-be-removed connections list. Added another
          helper method <purge_connections> to accomplish this task.

          Modified to enforce passivation occured on all components
          before any connections are removed.

Fri Apr  7 03:55:46 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp

          Fixed a bug when redeploying components using the same set
          of NodeManagers. Earlier when destroying applications or
          components, internal components and external/shared components
          are not all unbinded from the map, which causes duplicate
          instance exception thrown.

Thu Apr  6 16:01:30 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CCF/CCF/CompilerElements/TokenStream.hpp:

          Added empty virtual destructor to template base class, to
          eliminate bogus GCC warnings.

Thu Apr  6 15:22:31 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciaosvcs/Events/CIAO_Events.mpc

          Fixed linking errors on WinXP_BCB6_Pro_Dynamic_Release build.

        * examples/Hello/descriptors_shared_components/deploymentplan.cdp
        * examples/Hello/descriptors_shared_components/deploymentplan_shared_components.cdp

          Modified to illustrate the shared components scenario.

Thu Apr  6 14:54:59 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciaosvcs/Events/CIAO_EventService_Factory_impl.h
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h

          Some cosmestic changes.

Thu Apr  6 08:20:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Component.idl:
          Removed the forward declaration of IRObject and just include
          ciao/CCM_Component.idl. The forward declaration is causing
          problems with the versioned namespace support, will investigate
          this later

Wed Apr  5 20:57:32 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * TAO/CIAO/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp

          Make debug statement debug_level controlled.

Wed Apr  5 18:49:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/CIAO_Events/CIAOEvents.hpp:
          Fixed compile errors

Wed Apr  5 13:18:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h:
          Fixed pragma once warning

        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp:
          Fixed conversion warning

Wed Apr  5 12:24:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

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

Tue Apr  4 18:11:37 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciaosvcs/Events/CIAO_EventService_Factory_impl.cpp
        * ciaosvcs/Events/CIAO_EventService_Factory_impl.h

          Fixed an warning in WinXP_BCB6_Pro_Dynamic_Debug build
          by modifying the name of the original "init" method.

Tue Apr  4 17:27:52 UTC 2006  xiong,ming  <ming.xiong@vanderbilt.edu>

        * tools/Config_Handlers/CIAO_Events/test.cpp

          Fixed an warning.

Mon Apr  3 20:00:11 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/Literals.hpp:
        * CIDLC/Literals.cpp:

          Changed an enum value 'SIZE' to 'LIT_SIZE' to avoid an
          apparent conflict with something in WinDef.h on
          Windows.

Thu Mar 30 18:28:32 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciao/Deployment_Events.idl
        * ciaosvcs/Events/CIAO_Events_Base/CIAO_EventServiceBase.cpp

          Fixed fuzz errors.

Thu Mar 30 17:16:17 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciaosvcs/Events/CIAO_Direct/*

          Removed all files under this directory since they are
          no longer used.

Thu Mar 30 17:23:12 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * tools/Config_Handlers/Config_Handlers.mpc

          Added link dependency to CIAO_Events_Handler project.

Thu Mar 30 16:38:25 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * CIAO_DAnCE.mwc
        * CIAO_TAO.mwc
        * CIAO_TAO_DAnCE.mwc

          Added "ciaosvcs" into the workspace.

        * ciao/CCM_Core.mpc
        * ciao/CCM_Event.idl
        * ciao/Container_Base.cpp
        * ciao/Container_Base.h
        * ciao/Deployment_Core.idl
        * ciao/Deployment_Data.idl
        * ciao/Deployment_Events.idl

          Added an "CIAO_DnC_Events" project. Enhanced Deployment_Core.idl
          to support configuring and deploying pub/sub services.

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h
        * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp
        * DAnCE/NodeApplication/NodeApplication_Impl.h
        * DAnCE/NodeApplication/NodeApplication_Impl.inl
        * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp

          Enhanced DAnCE to support pub/sub services integration.

        * ciaosvcs/Events/CIAO_EventService_Factory_impl.cpp
        * ciaosvcs/Events/CIAO_EventService_Factory_impl.h
        * ciaosvcs/Events/CIAO_Events.idl
        * ciaosvcs/Events/CIAO_Events.mpc
        * ciaosvcs/Events/CIAO_Events_Export.h
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.cpp
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.h
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.idl
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent_Export.h
        * ciaosvcs/Events/CIAO_Events_Base/CIAO_EventServiceBase.cpp
        * ciaosvcs/Events/CIAO_Events_Base/CIAO_EventServiceBase.h
        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events.idl
        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Base.mpc
        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Export.h
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEVENT_Export.h
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.idl
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.mpc

          Added CIAO_Event_Service support, which are some reusable
          libraries and CORBA services that could be configured and
          installed on demand through the DAnCE toolchain.

        * docs/schema/Basic_Deployment_Data.xsd
        * docs/schema/CIAOEvents.xsd
        * docs/schema/cdp.xsd

          Enhanced XML schema to capture metadata information for
          configuring and deploying pub/sub services.

        * tools/Config_Handlers/Basic_Deployment_Data.cpp
        * tools/Config_Handlers/Basic_Deployment_Data.hpp
        * tools/Config_Handlers/CPD_Handler.cpp
        * tools/Config_Handlers/Config_Handlers.mpc
        * tools/Config_Handlers/DP_Handler.cpp
        * tools/Config_Handlers/ESD_Handler.cpp
        * tools/Config_Handlers/ESD_Handler.h
        * tools/Config_Handlers/PSPE_Handler.cpp
        * tools/Config_Handlers/CIAO_Events/CIAOEvents.cpp
        * tools/Config_Handlers/CIAO_Events/CIAOEvents.hpp
        * tools/Config_Handlers/CIAO_Events/CIAOEvents_Handler.cpp
        * tools/Config_Handlers/CIAO_Events/CIAOEvents_Handler.h
        * tools/Config_Handlers/CIAO_Events/CIAO_Events_Handlers.mpc
        * tools/Config_Handlers/CIAO_Events/CIAO_Events_Handlers_Export.h
        * tools/Config_Handlers/CIAO_Events/test.cpp

          Added config handler support to accomodate the above changes.

        * examples/Hello/descriptors_events/ciao-events-example-with-filters.ced
        * examples/Hello/descriptors_events/ciao-events-example.ced
        * examples/Hello/descriptors_events/flattened_deploymentplan_events.cdp
        * examples/Hello/descriptors_events/flattened_deploymentplan_with_filters.cdp

          Added several examples to showcase the capability of CIAO
          pub/sub services.

Thu Mar 30 14:43:46 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/AttributeSourceEmitters_T.hpp:

          Added 'using namespace StringLiterals;' to this file. Thanks
          to Nanbor Wang <nanbor@txcorp.com> for pointing out that
          this line is also necessary on some platforms, in addition
          to the change of

          Wed Mar 29 20:29:40 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

Wed Mar 29 20:29:40 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/AttributeSourceEmitters_T.hpp:

          Added #include of Literals.hpp. Some platforms are picking up
          the declarations  in this file without the explicit include,
          others are not.

Wed Mar 29 19:52:54 UTC 2006  Nanbor Wang  <nanbor@exothermic.txcorp.com>

        * examples/Hello/descriptors_RTCCM/rt-config-example.csr:
          Updated <cmdline> and <svcconf> element with more realistic
          values.

Wed Mar 29 04:40:58 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp

          Added the functionality to honor command line arguments
          and service configuration file options defined through
          RT-CCM descriptors.

Mon Mar 27 19:56:51 UTC 2006  Nanbor Wang  <nanbor@exothermic.txcorp.com>

        * DAnCE/NodeApplication/NodeApplication.cpp (main): Added code to
          print out commandline options of the NodeApplicaion.  The print
          out is available for CIAO_DEBUG_LEVEL > 9.

        * DAnCE/NodeApplication/Configuration_Factory.h:
        * DAnCE/NodeApplication/Configuration_Factory.cpp: Changed
          parse_args function to pass "argc" as reference to be consistent
          with Arg_Shifter's signature.

          Double-check the "-o" flag first with exact string comparison
          before extracting the parameter to avoid mistaking any of the
          "-ORBxxx" command line flags as the "-o" flag.  Thanks to Sandro
          Andrade <sandro @dcc.ufba.br> for reporting the bug.

Mon Mar 20 22:35:47 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/Servant_Impl_Utils_T.cpp:

          - Added 'typename' qualifier when declaring instances
            of an iterator for a templatized hash map, since gcc
            reminds us that leaving the compiler to implicitly
            determine if the scoped name denotes a member or a
            type is deprecated.

          - Added an #include of Cookies.h, which is need by compilers
            that don't require the template sourced to be included in
            the header file.

Sun Mar 19 20:37:47 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/TypeNameEmitter.cpp:
        * CIDLC/TypeNameEmitter.hpp:

          Removed these files, their former contents are now divided
          between CorbaTypenameEmitters.{hpp,cpp} and
          UtilityTypeNameEmitters.{hpp,cpp}.

Fri Mar 17 14:23:53 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/CCM_Core.mpc:
        * ciao/Servant_Impl_Base.cpp:
        * ciao/Servant_Impl_Base.h

          - Changed port table types from
            ACE_Hash_Map_Manager_Ex<> to ACE_Array_Map<>,
            which is more lightweight and makes no
            allocations if no entries are added to
            the table.

          - Implemented spec-defined methods
            get_all_receptacles(), get_all_publishers(),
            and disconnect_consumer().

        * ciao/Servant_Impl_Utils_T.cpp:

          New file, containing implementations of new
          static template methods added to class
          Servant_Impl_Base, which are called in
          generated code as part of the implementation
          of the spec-defined methods mentioned above.

        * CIDLC/AttributeHeaderEmitters.cpp:
        * CIDLC/AttributeHeaderEmitters.hpp:
        * CIDLC/AttributeSourceEmitters_T.hpp:
        * CIDLC/CompositionEmitter.cpp:
        * CIDLC/CompositionEmitter.hpp:
        * CIDLC/CorbaTypeNameEmitters.cpp:
        * CIDLC/CorbaTypeNameEmitters.hpp:
        * CIDLC/EmitterBase.cpp:
        * CIDLC/EmitterBase.hpp:
        * CIDLC/EmitterContext.cpp:
        * CIDLC/EmitterContext.hpp:
        * CIDLC/InterfaceEmitter.cpp:
        * CIDLC/InterfaceEmitter.hpp:
        * CIDLC/ModuleEmitter.cpp:
        * CIDLC/ModuleEmitter.hpp:
        * CIDLC/OperationHeaderEmitters.cpp:
        * CIDLC/OperationHeaderEmitters.hpp:
        * CIDLC/ParameterEmitter_T.hpp:
        * CIDLC/Upcase.hpp:
        * CIDLC/UtilityTypeNameEmitters.cpp:
        * CIDLC/UtilityTypeNameEmitters.hpp:

          New files, containing common code factored
          out of the C++ source files below.

        * CIDLC/CIDLC.mpc:
        * CIDLC/DescriptorGenerator.cpp:
        * CIDLC/ExecImplHeaderGenerator.cpp:
        * CIDLC/ExecImplSourceGenerator.cpp:
        * CIDLC/ExecutorMappingGenerator.cpp:
        * CIDLC/Literals.cpp:
        * CIDLC/Literals.hpp:
        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:

          - Added new generated code as part of the
            implementation of the spec-defined methods
            mentioned above.

          - Added support for attribute exceptions in
            code optionally generated for the stencil
            executor implementation classes.

Thu Mar 16 16:31:51 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/CCM_Component.idl:

          Added "omg.org" prefix to the recently added opening of the
          CORBA module in this file.

Tue Mar 14 10:10:58 UTC 2006  Nilabja Roy  <nilabjar@dre.vanderbilt.edu>

        * DAnCE/NodeManager/MonitorController.h:
          Reverting back to previous version to avoid conflicts

Tue Mar 14 09:46:25 UTC 2006  Nilabja Roy  <nilabjar@dre.vanderbilt.edu>

        * DAnCE/NodeManager/MonitorController.cpp:
          Reverting back to previous version. Mistakenly added conflicted version.

Thu Mar  9 09:18:58 2006  Douglas C. Schmidt  <schmidt@cse.wustl.edu>

        * COPYING: Updated the date to include 2006.
          Thanks to Alan Kierstead <ackierstead at fedex dot com> for
          motivating the fix to this oversight.

Thu Mar 09 08:55:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Interfaces/ExecutionManagerDaemon.idl:
        * DAnCE/Interfaces/NodeManagerDaemon.idl:
          New idl files, these are the same as there are now in the directory
          but then just renamed to match the interfaces in these files and
          then don't conflict with the ones I created in ciao.

        * DAnCE/Interfaces/ExecutionManager.idl:
        * DAnCE/Interfaces/NodeManager.idl:
          Removed, file names where not correct and now conflict with files in
          the ciao directory

        * DAnCE/Interfaces/Interfaces.mpc:
          Updated because of file renames

        * ciao/CCM_Base.idl:
          Removed old comment

        * ciao/CCM_Component.idl:
          Forward declare CORBA::IRObject instead of including the IFR_Client
          idl file

        * ciao/Deployment_Base.idl:
          Removed not needed include

        * ciao/Dynamic_Component_Activator.h:
          Reordered includes

        * ciao/Swapping_Servant_Home_Impl_Base.h:
        * ciao/Upgradeable_Context_Impl_T.h:
        * ciao/Swapping_Servant_Home_Impl_T.h:
        * ciao/Swapping_Servant_Home_Impl_T.cpp:
          Added ciao/ as prefix for the includes

        * ciao/Upgradeable_Context_Impl_T.h:
          Added private default constructor

        * ciao/Deployment.idl:
        * ciao/DomainApplicationManager.idl:
        * ciao/ExecutionManager.idl:
        * ciao/NodeApplication_Callback.idl:
        * ciao/NodeApplicationManager.idl:
        * ciao/NodeManager.idl:
        * ciao/RepositoryManager.idl:
        * ciao/CCM_Core.mpc:
          Splitted Deployment.idl in multiple files so that the linker
          can decide not to link in a set of object files we don't need.
          This will reduce footprint for several applications

        * DAnCE/DomainApplicationManager/Deployment_Configuration.h:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/ExecutionManager/Execution_Manager_Impl.h:
        * DAnCE/ExecutionManager/DAM_Map.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/NodeManager/NodeManager_Impl.h:
        * DAnCE/NodeManager/Node_Manager.cpp:
        * DAnCE/NodeManager/NodeManager.mpc:
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.{h.cpp}:
        * DAnCE/TargetManager/Deployment_Configuration.h:
          Updated for the idl subsetting of ciao/Deployment.idl. Also add ciao/
          prefix to several includes and try to cleanup a little.

        * DAnCE/RepositoryManager/RepositoryManager.idl:
        * DAnCE/RepositoryManager/RepositoryManagerDaemon.idl:
          Renamed the first file to the second, matches the interface name.

        * DAnCE/RepositoryManager/RepositoryManager.mpc:
        * DAnCE/RepositoryManager/RMadmin.cpp:
        * DAnCE/RepositoryManager/PC_Updater.{h,cpp}:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.h:
        * DAnCE/RepositoryManager/RepositoryManager.cpp:
          Updated because of rename above

        * DAnCE/RTNodeApplication/senv.sh:
          Removed this file, no need here.

        * DAnCE/RTNodeApplication/NodeApplication_Task.h:
          No need for virtual inheritance, that consumes more footprint then
          needed.

        * DAnCE/RTNodeApplication/NodeApplication_Task.cpp:
          Reordered includes

Wed Mar 08 15:58:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/ServerResources.idl:
          Fixed incorrect file header

Wed Mar 08 14:01:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * rules.ciao.GNU:
          Added $(CIAO_ROOT)/ciao to LDFLAGS and $(CIAO) to INCLDIRS
          as we do in rules.tao.GNU, this improves the footprint stats

Mon Mar 06 16:16:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Swapping_Container.{h,cpp}:
          Made serial_number_ unsigned and documented why it is static

        * performance-tests/Benchmark/LatencyTest.h:
          Removed not needed msvc pragma push/pop

Sun Mar 05 11:16:46 2006  Wallace Zhang  <zhangw@ociweb.com>

        * CIAO version 0.5 released.

Thu Mar  2 17:50:36 UTC 2006  Boris Kolpackov  <boris@kolpackov.net>

        * CCF/CCF/IDL2/SemanticGraph/Struct.cpp:
        * CCF/CCF/IDL2/SemanticGraph/Union.cpp:

          Fixed a bug in the logic that determines completeness of recursive
          structs and unions.

Thu Mar  2 08:49:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeApplication/Container_Impl.cpp:
          Replaced NULL with 0

Thu Mar  2 01:33:09 UTC 2006  Wallace Zhang  <zhangw@ociweb.com>

        * NEWS:

          Updated this file with info from Ming Xiong and Gan Deng.

Wed Mar  1 22:34:52 UTC 2006  Wallace Zhang  <zhangw@ociweb.com>

        * NEWS:

          Updated the file with info from Ming Xiong.

Wed Mar  1 19:34:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO-INSTALL.html:
          Updated rename of CIAOTAO.mwc to CIAO_TAO.mwc

Wed Mar  1 15:02:10 UTC 2006  xiong,ming  <ming.xiong@vanderbilt.edu>

        * DAnCE/NodeApplication/Container_Impl.h
        * DAnCE/NodeApplication/Container_Impl.cpp

        Added codes to unregister with naming service when removing
        components

Tue Feb 28 18:46:42 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment.xsd
        * DAnCE/Deployment.xsd.orig
        * DAnCE/XMI.xsd
        * DAnCE/XMI.xsd.orig

          Removed these schema files.  They were misleading and useless.

Fri Feb 24 21:21:02 UTC 2006  xiong,ming  <ming.xiong@vanderbilt.edu>

        * tools/Config_Handlers/Config_Handlers.mpc

          Added a verbatim to disable hidden_visibility for Config_Handlers

Fri Feb 24 18:54:52 UTC 2006  Stoyan Paunov  <spaunov@isis.vanderbilt.edu>

        * DAnCE/RepositoryManager/HTTP_Handler.cpp:
        * DAnCE/RepositoryManager/RM_Helper.h:
        * DAnCE/RepositoryManager/RM_Helper.cpp:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
          some cosmetic changes

        * DAnCE/RepositoryManager/URL_Parser.h:
          made the constructor protected and made the ACE_Singleton a friend

        * DAnCE/RepositoryManager/URL_Parser.cpp:
          fixed a bug and improved the robustness of the code

Fri Feb 24 09:38:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO-INSTALL.html:
          Fixed typo

Thu Feb 23 23:35:59 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

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

          I was over zealous in my previous change.  I shortened too many
          project names (those that are defined in projects outside of these
          mpc files).

Wed Feb 22 16:38:32 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * CIAO-INSTALL.html:

          Updated the documentation on how to build cidlc on Windows.

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

          Shortened the project names in these MPC files to avoid fuzz
          warnings.

Wed Feb 22 01:11:59 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NodeApplication/Container_Impl.cpp

          Fixed a bug about naming service registration.
          Thanks Sandro Andrade <sandro @dcc.ufba.br> for reporting
          a bug about removing component error.

Tue Feb 21 23:59:05 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciao/Deployment.idl

          Added a parameter to the perform_redeployment() operation
          to the NodeApplicationManager interface to separate the
          "installation of new components" from the "removal of
          existing components".

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp

          Modified the logic of perform_redeployment() functionality
          to enforce correct order of ReDaC, which is:
          (1) Install new components,
          (2) Set up new connections,
          (3) Remove old connections, and
          (4) Remove old components.

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

          Fixed a bug about removing components when using ReDaC.
          In NodeApplicationManager, after the perform_redeployment()
          call calls the remove_components() method to actually
          destroy components from the component server, DAnCE NAM doesn't
          unbind those components from the cached component_map_, hence
          when the create_connections() method is called afterwords,
          NAM tries to access the destroyed components to get
          their port information, which causes the Object_Not_Exist
          exception thrown.

          The fix will unbind the removed components from the
          cached component map. However, the trick is that after
          we unbind these components,  the port iinformation of
          these components are also lost, then the
          DomainApplicaitonManager could not handle the
          "removal" of connections correctly.

          The Right Fix is to enforce correct call sequence, which
          are illustrated above.
          Thanks Sandro Andrade <sandro @dcc.ufba.br> for reporting
          a bug about removing component error.

        * DAnCE/NodeApplication/NodeApplication_Impl.h
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp

          Added a component state map to keep track of component state
          information. With this map, components will be activated
          only when they are newly created, and will be passivated
          only when they are currently active. This will also fix
          a bug about the component initialization sequence. Earlier,
          when components are installed, they are immediately activated
          by explicitly calling ciao_preactivate, ciao_activate, and
          ciao_postactivate on the comopnent object reference,
          which is not compliant to the Spec defined semantics.
          This fix shall ensure that the components are activated AFTER
          their connections have been setup.

        * DAnCE/NodeApplication/Container_Impl.cpp

          Fixed a bug when passing object reference to a local function.
          Earlier the memory of the object reference is released by
          the callee, which causes the object reference becomes invalid
          after the function returns.

Tue Feb 21 19:43:11 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
        * performance-tests/Protocols/Controller/Controller.mpc

          Added avoids+= ace_for_tao to two additional projects.

        * examples/Display/descriptors/EM.ior
        * examples/Display/descriptors/GPS.ior
        * examples/Display/descriptors/NavDisplay.ior
        * examples/Display/descriptors/NavDisplayGUI.ior

          Removed these ior files.

Tue Feb 21 17:40:20 UTC 2006  Nishanth Shankaran  <nshankar@dre.vanderbilt.edu>

        * DAnCE/NodeManager/MonitorController.cpp:

        Fixed ACE_TRACE compilation error.

Mon Feb 20 15:08:49 2006  Wallace Zhang  <zhangw@ociweb.com>

        * CIAO version 0.4.10 released.

Mon Feb 20 19:48:12 UTC 2006  xiong,ming  <ming.xiong@vanderbilt.edu>

        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_Impl.ccd

          Removed this file because it is generated

Fri Feb 17 19:22:21 UTC 2006  Wallace Zhang  <zhangw@ociweb.com>

        * NEWS:

          Updated this file with more inputs.

Thu Feb 16 15:04:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO_DAnCE.mwc:
          Fixed typo in this file

Thu Feb 16 04:14:15 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
        * performance-tests/Protocols/Receiver/Receiver.mpc
        * performance-tests/Protocols/Sender/Sender.mpc

          Disabled building some project when ace_for_tao is set.

Wed Feb 15 19:24:31 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIAO.mwc

          This file now builds all of CIAO.

        * CIAODAnCE.mwc
        * CIAO_DAnCE.mwc

          Renamed this file to CIAO_DAnCE.mwc

        * CIAOTAO.mwc
        * CIAO_TAO.mwc

          Renamed this file to CIAO_TAO.mwc.

          Thanks to Chad Elliott (elliott_c at ociweb dot com) for suggesting
          these changes.

        * CIAO_TAO_DAnCE.mwc

          Removed the DAnCE/tests/Config_Handlers exclusion, as it no
          longer exists.

Wed Feb 15 07:35:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.cpp:
          Replaced ACE cast macros with their C++ versions

Wed Feb 15 07:28:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIDLC/ServantSourceGenerator.cpp:
          Fixed generation so that it compiles with Borland

Tue Feb 14 23:01:46 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp

          Fixed a bug when removing ReDaC components from the container.
          This bug was caused by the container set indexing error when
          handling newly installed components.
          Thanks Sandro Andrade <sandro @dcc.ufba.br> for reporting
          this issue.

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp

          Some cosmetic changes.

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

          Added a const modifier in the constructor to ensure safety.

        * DAnCE/NodeManager/NodeManager_Impl.cpp

          Fixed a bug when detecting whether a component is shared
          by multiple assemblies. Earlier, when ReDaC is used, existing
          components are wrongly treated as shared components.

Tue Feb 14 22:02:59 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIAO_TAO_DAnCE.mwc

          Added naming service and Config_Handlers.

        * DAnCE/NodeManager/NodeManager.mpc
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc

          Fixed link time warnings on OS X.

Tue Feb 14 19:57:32 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp

          Fixed a bug about when a component has a name with "Exec"
          string in it, the _stub library could be picked up
          incorrectly.

Mon Feb 13 20:53:58 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

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

          Fixed a bug about removing existing components. Earlier
          the logic in detecting "to-be-removed" components has
          a bug.

Mon Feb 13 20:11:35 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.cpp

          Changed ACE_const_cast to c++ native const_cast since the
          former one is deprecated. Also changed the implementation of
          the acquireSession() logic, so the deadlock bug could
          be reproduced.

Mon Feb 13 20:01:38 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp

          Cosmetics change.

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

          Enhanced to call ccm_activate, ciao_preactivate, and
          ciao_postactivate when installing new components.
          Thanks Sandro Andrade <sandro @dcc.ufba.br> for reporting
          this issue.

          Also added the logic for remove_existing_components into
          the class, which has not been integrated yet.

          Refactor the code by putting these logics into separate
          methods to enhance readability.

Mon Feb 13 17:12:09 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/ExecutionManager/Execution_Manager.cpp

          Fixed a bug about registering EM with naming service, originally
          an invalid naming context is specified.  Also allowed EM to both
          register to naming service AND dump and IOR file. Thanks Sandro
          Andrade <sandro at dcc dot ufba dot br> for reporting this bug.

Mon Feb 13 15:41:21 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.cpp

          Fixed a warning about "deprecated conversion from string
          constant to `char*' on RHEL_Static_GCC-3.4.2 build.

Mon Feb 13 11:34:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.h:
          Removed not allowed semicolon

Mon Feb 13 09:22:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.h:
          Fixed compile error in single threaded builds

Mon Feb 13 08:32:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Server_init.cpp:
        * tests/Bug_2130_Regression/SEC_CheckPoint/controller.cpp:
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.cpp:
          Fixed conversion warnings

Sat Feb 11 21:39:54 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.h
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent_Factory.h

          Fixed fuzz build erros.

Sat Feb 11 21:26:08 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * tests/Bug_2130_Regression/descriptors/run_test.pl

          Fixed the command line option to start the NodeApplication
          to enable real-time support.
          Thanks Roland Schimmack <Roland.Schimmack @ gmx.de> for
          reporting this error.

Sat Feb 11 21:00:00 UTC 2006  xiong,ming  <ming.xiong@vanderbilt.edu>

        * ciao/Server_init.cpp

          Removed an extra explicit qualification

Sat Feb 11 18:49:21 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciaosvcs/Events/CIAO_Events.mpc
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.mpc
          Removed these files to get at least our builds running again

Fri Feb 10 16:11:35 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciaosvcs/Events/CIAO_Events.mpc
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.mpc

          Temporarily disable the build of these projects before
          the integration effort is complete to avoid pollute
          the scoreboard.

Fri Feb 10 14:28:14 UTC 2006  xiong,ming  <ming.xiong@vanderbilt.edu>

        * docs/tutorials/CoSMIC/01.html
        * docs/tutorials/CoSMIC/02.html
        * docs/tutorials/CoSMIC/index.html
        * docs/tutorials/CoSMIC/Images/fig10.jpg
        * docs/tutorials/CoSMIC/Images/fig11.jpg
        * docs/tutorials/CoSMIC/Images/fig2.jpg
        * docs/tutorials/CoSMIC/Images/fig4.jpg
        * docs/tutorials/CoSMIC/Images/fig5.jpg
        * docs/tutorials/CoSMIC/Images/fig6.jpg
        * docs/tutorials/CoSMIC/Images/fig7.jpg
        * docs/tutorials/CoSMIC/Images/fig8.jpg
        * docs/tutorials/CoSMIC/Images/fig9.jpg
        * docs/tutorials/CoSMIC/Model/Quoter.xme

          Updated  the CoSMIC tutorial so that it is consistent with
          the latest GME and CoSMIC.

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

        * ciao/Port_Activator.h:
          Doxygen improvements

        * ciao/NodeApp_CB_Impl.h:
          Made destructor protected

        * ciao/Container_Base.{h,cpp}:
          Made the refcount unsigned long, addressed several comments and
          improved documentation

Fri Feb 10 04:56:26 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NodeApplication/Container_Impl.cpp
        * DAnCE/NodeApplication/Container_Impl.h
        * ciao/Server_init.cpp
        * ciao/Server_init.h

          Added support for creating multicomponent naming context through
          the deployment plan. Thanks Dipa Suri <dipa.suri @ lmco.com> for
          contributing a NameUtility class implementation.

        * ciaosvcs/Events/CIAO_Events.idl
        * ciaosvcs/Events/CIAO_Events.mpc
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.cpp
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.h
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.idl
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.mpc
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent_Factory.cpp
        * ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent_Factory.h

          Added some files for event channel integration for CIAO.
          More file check-ins are on the way.

Thu Feb  9 23:38:19 UTC 2006  xiong,ming  <ming.xiong@vanderbilt.edu>

        * TAO/CIAO/CIAOTAO.mwc

        Updated mwc to include some dependencies required by tests
        and examples.

        * tests/Bug_2130_Regression/Logs/PROBLEM-REPORT-FORM
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.cidl
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.idl
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPointEI.idl
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_Impl.ccd
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.cpp
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.h
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec_export.h
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_stub_export.h
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_svnt_export.h
        * tests/Bug_2130_Regression/SEC_CheckPoint/controller.cpp
        * tests/Bug_2130_Regression/descriptors/DeploymentPlan.cdp
        * tests/Bug_2130_Regression/descriptors/TestNodeManagerMap.dat
        * tests/Bug_2130_Regression/descriptors/rt-config-example.csr
        * tests/Bug_2130_Regression/descriptors/run_test.pl
        * tests/Bug_2130_Regression/interfaces/ENW.idl
        * tests/Bug_2130_Regression/interfaces/ENW.mpc
        * tests/Bug_2130_Regression/interfaces/ENW_stub_export.h
        * tests/Bug_2130_Regression/interfaces/ENW_svnt_export.h

        Added a new tests for Bug_2130.
        Thanks Roland Schimmack <Roland.Schimmack @ gmx.de> for
        providing this test case.

Thu Feb  9 16:48:42 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tools/IDL3_to_IDL2/be_global.h:
        * tools/IDL3_to_IDL2/be_init.cpp:
        * tools/IDL3_to_IDL2/be_sunsoft.cpp:
        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:
        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.h:

          Removed all usage of internal 'idl_bool' typedef in the
          IDL3 to IDL2 converter, consistently with the changes to
          the TAO IDL compiler front end, which is used by this
          tool.

Thu Feb  9 16:33:45 UTC 2006  William Otte  <wotte@dre.vanderbilt.edu>

        * tools/Config_Handlers/ADD_Handler.cpp
        * tools/Config_Handlers/Any_Handler.cpp
        * tools/Config_Handlers/CCD_Handler.cpp
        * tools/Config_Handlers/CEPE_Handler.cpp
        * tools/Config_Handlers/CPD_Handler.cpp
        * tools/Config_Handlers/CRDD_Handler.cpp
        * tools/Config_Handlers/ComponentPropertyDescription_Handler.cpp
        * tools/Config_Handlers/DD_Handler.cpp
        * tools/Config_Handlers/DP_Handler.cpp
        * tools/Config_Handlers/DP_PCD_Handler.cpp
        * tools/Config_Handlers/DataType_Handler.cpp
        * tools/Config_Handlers/ERE_Handler.cpp
        * tools/Config_Handlers/IDD_Handler.cpp
        * tools/Config_Handlers/IDREF_Base.cpp
        * tools/Config_Handlers/ID_Handler.cpp
        * tools/Config_Handlers/IRDD_Handler.cpp
        * tools/Config_Handlers/MDD_Handler.cpp
        * tools/Config_Handlers/PCD_Handler.cpp
        * tools/Config_Handlers/PSPE_Handler.cpp
        * tools/Config_Handlers/Property_Handler.cpp
        * tools/Config_Handlers/RDD_Handler.cpp
        * tools/Config_Handlers/Req_Handler.cpp
        * tools/Config_Handlers/STD_PC_Intf.cpp
        * tools/Config_Handlers/XML_File_Intf.cpp

          Added CIAO_TRACE statements to aid in debugging.

Wed Feb 08 15:53:31 2006  Wallace Zhang  <zhangw@ociweb.com>

        * CIAO version 0.4.9 released.

Tue Feb  7 16:10:10 UTC 2006  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeManager/NodeManager.mpc

          Fixed an ordering problem.

Mon Feb  6 19:13:13 UTC 2006  William Otte    <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc

          Fixed an export problem manifesting in VC8.

        * performance-tests/Benchmark/Benchmark.mpc

          Added an empty IDL_Files section to the servant to prevent
          nmake from regenerating from the IDL file.

Mon Feb  6 13:54:39 UTC 2006  Ossama Othman  <ossama_othman at symantec dot com>

        * ciao/ComponentsC.h:

          Place TAO namespace in this pre-generated stub header within a
          TAO versioned namespace, as TAO_IDL does for all stubs.  Fixes
          build errors in versioned-namespace enabled builds.

Mon Feb  6 13:33:54 UTC 2006  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NoOp_Configurator.h

          Case sensitivity error from previous commit.

Mon Feb  6 00:39:41 UTC 2006  William Otte    <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/Configurator_Factory.cpp
        * DAnCE/NodeApplication/Configurator_Factory.h
        * DAnCE/NodeApplication/NodeApplication.mpc
        * DAnCE/NodeApplication/NodeApplication_Core.h
        * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc
        * DAnCE/NodeManager/MonitorController.h
        * DAnCE/NodeManager/NodeManager.mpc
        * DAnCE/NodeApplication/NoOp_Configurator.cpp
        * DAnCE/NodeApplication/NoOp_Configurator.h
        * DAnCE/NodeApplication/NoOp_Configurator_export.h

          Fixed linking errors on Borland 6. Mostly involved improper
          symbol export control.

        * tools/Config_Handlers/cdd.hpp
        * tools/Config_Handlers/cdp.hpp

          Added a fix for a broken <string> include in Borland 6.

Fri Feb  3 24:30:19  UTC 2006  Ossama Othman  <ossama_othman at symantec dot com>

        * ciao/CIAO_common.h:

          Removed extraneous "#" in "#  #error" preprocessor directive.

        * ciao/Client_init.h:

          Moved CIAO namespace out of TAO-versioned namespace block.  It
          shouldn't have been there.  Fixes namespace clashes in versioned
          namespace enabled builds.

Thu Feb  2 23:55:01 UTC 2006  William Otte  <wotte@dre.vanderbilt.edu>

        * NEWS

          Updated the release notes.

Thu Feb  2 22:59:23 UTC 2006  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/RepositoryManager/ZIP_Wrapper.cpp

          Updated include from zziplib.h to zzip/zzip.h, as the former
          is deprecated and absent in the most recent release.

Thu Feb  2 15:49:31 2006  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * docs/tutorials/CoSMIC/01.html: Commited a fix for a typo detected by
          Abdullah Sowayan <abdullah dot sowayan at lmco dot com> and
          fixed by Ming Xiong.

Thu Feb  2 16:58:15 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO_TAO_DAnCE.mwc:
        * CIAODAnCE.mwc:
          Removed Old_Config_Handlers and spec_RepositoryManager

Thu Feb  2 16:31:15 UTC 2006  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeManager/BaseMonitor.h
        * DAnCE/NodeManager/CIAO_Monitor.h
        * DAnCE/NodeManager/MonitorCB.h
        * DAnCE/NodeManager/MonitorController.cpp
        * DAnCE/NodeManager/MonitorController.h
        * DAnCE/TargetManager/DomainDataManager.h

          Removed extra ';' after closing braces on namespaces.
          Was causing errors on GCC4 builds.

        * DAnCE/NodeManager/MonitorController.inl

          Removed this file, as it is no longer used.

Wed Feb  1 21:21:35 UTC 2006  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeManager/BaseMonitor.h
        * DAnCE/NodeManager/CIAO_Monitor.cpp
        * DAnCE/NodeManager/CIAO_Monitor.h
        * DAnCE/NodeManager/MonitorCB.cpp
        * DAnCE/NodeManager/MonitorCB.h
        * DAnCE/NodeManager/MonitorController.cpp
        * DAnCE/NodeManager/MonitorController.h
        * DAnCE/TargetManager/DomainDataManager.cpp
        * DAnCE/TargetManager/DomainDataManager.h
        * DAnCE/TargetManager/TargetManager_exec.cpp
        * DAnCE/TargetManager/TargetManager_exec.h

        Wraps the TargetManager/Monitors inside the CIAO namespace.
        Thanks to  Nilabja Roy (nilabjar@dre.vanderbilt.edu) for
        making these changes and thanks to Johnny for noticing this!

Wed Feb  1 20:42:42 UTC 2006  William Otte  <wotte@dre.vanderbilt.edu>

        * tools/Config_Handlers/Config_Handlers.mpc
        * tools/Config_Handlers/Property_Handler.h
        * tools/Config_Handlers/SatisfierProperty_Handler.h
        * tools/Config_Handlers/Package_Handlers/CAD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/CID_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/CPD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/IAD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/Package_Handlers.mpc
        * tools/Config_Handlers/Utils/Functors.h

          Introduced a workaround for a ICE in GCC 4.0.22.

Wed Apr 26 13:10:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/DP_Handler.cpp:
        * tools/Config_Handlers/XML_File_Intf.cpp:
        * tools/Config_Handlers/Package_Handlers/PC_Intf.cpp:
        * tools/Config_Handlers/XSCRT/XMLSchema.hpp:
        * tools/Config_Handlers/XSCRT/Elements.hpp:
        * tools/Config_Handlers/XSCRT/XML.hpp:
          Removed workarounds for vc6 again

        * tools/Config_Handlers/Package_Handlers/NIA_Handler.h:
          Added missing post.h

        * tools/Config_Handlers/Package_Handlers/CPD_Handler.h:
        * tools/Config_Handlers/Package_Handlers/PC_Intf.h:
          Fixed incorrect file tags

Wed Apr 26 08:46:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/TargetManager/DomainDataManager.h:
          Fixed compile problem in gcc4 build

Tue Apr 25 21:27:05 UTC 2006  William R. Otte <wotte@dre.vanderbilt.edu>

        * DAnCE/TargetManager/TargetManager.mpc

          Linking problems for Borland.

        * tools/Config_Handlers/Package_Handlers/PCD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/SID_Handler.cpp

          More compile fixes for Borland.
Tue Apr 25 20:12:25 UTC 2006  William R. Otte <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp
        * DAnCE/NodeApplication/NodeApplication_Impl.h
        * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp
        * DAnCE/NodeApplicationManager/Containers_Info_Map.h
        * ciao/Deployment_Core.idl
        * tools/Config_Handlers/ADD_Handler.cpp
        * tools/Config_Handlers/CCD_Handler.cpp
        * tools/Config_Handlers/CEPE_Handler.cpp
        * tools/Config_Handlers/CEPE_Handler.h
        * tools/Config_Handlers/CPD_Handler.cpp
        * tools/Config_Handlers/CPD_Handler.h
        * tools/Config_Handlers/DP_Handler.cpp
        * tools/Config_Handlers/Deployment.hpp
        * tools/Config_Handlers/ERE_Handler.cpp
        * tools/Config_Handlers/ERE_Handler.h
        * tools/Config_Handlers/MDD_Handler.cpp
        * tools/Config_Handlers/PCD_Handler.cpp
        * tools/Config_Handlers/PCD_Handler.h
        * tools/Config_Handlers/Property_Handler.cpp
        * tools/Config_Handlers/Property_Handler.h
        * tools/Config_Handlers/Req_Handler.cpp
        * tools/Config_Handlers/Req_Handler.h
        * tools/Config_Handlers/SatisfierProperty_Handler.cpp
        * tools/Config_Handlers/SatisfierProperty_Handler.h
        * tools/Config_Handlers/cdp.hpp
        * tools/Config_Handlers/toplevel.hpp
        * tools/Config_Handlers/Package_Handlers/CAD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/CID_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/CPD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/CPD_Handler.h
        * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/NIA_Handler.h
        * tools/Config_Handlers/Package_Handlers/PCD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/SID_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/SID_Handler.h

        Compilation fixes for borland, some cosmetic fixes as well.

Tue Apr 25 09:00:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/CPD_Handler.h:
          ComponentPortDescription is a struct, so also forward declare it
          as a struct

Mon Apr 24 18:53:22 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp

          Fixed a code generation problem caused by careless merging.

Mon Apr 24 18:40:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/ADD_Handler.cpp:
        * tools/Config_Handlers/DP_Handler.cpp:
        * tools/Config_Handlers/ID_Handler.h:
          Removed incorrect semi colons

Mon Apr 24 06:33:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/IDREF_Base.cpp:
          Removed not needed semi colon that caused compile errors in some
          builds

Sun Apr 23 11:22:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/Utils/XML_Helper.h:
          Fixed compile error

Sat Apr 22 21:13:10 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tools/Config_Handlers/CIAO_Events/CIAOEvents.hpp
        * tools/Config_Handlers/Basic_Deployment_Data.hpp
        * tools/Config_Handlers/Deployment.hpp
        * tools/Config_Handlers/ccd.hpp
        * tools/Config_Handlers/cdd.hpp
        * tools/Config_Handlers/cdp.hpp
        * tools/Config_Handlers/cid.hpp
        * tools/Config_Handlers/cpd.hpp
        * tools/Config_Handlers/iad.hpp
        * tools/Config_Handlers/pcd.hpp
        * tools/Config_Handlers/toplevel.hpp
        * tools/Config_Handlers/RT-CCM/CIAOServerResources.hpp

        Compile errors.

Fri Apr 21 16:24:46 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * Merge from the ARMS Escher repository.

          Changelog entries to follow:

   Tue Apr 11 09:29:12 UTC 2006    <wotte@blade35.isislab.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp
        * DAnCE/NodeApplication/NodeApplication_Impl.h
        * DAnCE/NodeManager/Node_Manager.cpp

        Additional debugging/compile fixes.

  Tue Apr 11 08:30:42 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * ciao/Deployment_Core.idl
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h
        * DAnCE/ExecutionManager/ExecutionManager_Impl.cpp
        * DAnCE/ExecutionManager/ExecutionManager_Impl.h

          Modified to passivate (and reactivate later) shared components
          when tearing down an assembly.

  Sun Apr  9 01:03:19 UTC 2006    <wotte@blade35.isislab.vanderbilt.edu>

        * M APRIL_DEMO.mwc
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/ExecutionManager/Execution_Manager.cpp
        * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
        * DAnCE/NodeManager/MonitorCB.cpp
        * DAnCE/NodeManager/NodeManager_Impl.cpp
        * DAnCE/NodeManager/Node_Manager.cpp
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp

          Various compile/runtime fixes.

  Fri Apr  7 15:47:34 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp

          Modified to enforce passivation occured on all components
          before any connections are removed.

  Fri Apr  7 03:28:03 UTC 2006  Edward R. Mulholland  <emulholl@atl.lmco.com>

        * tools/Config_Handlers/Utils/XML_Helper.cpp:

          Replaced "throw;" (which Stroustrup tells us causes an abort)
          with "throw 0;" (kind of like an unnamed exception, which is
          clearly what the author of this code intended).

        * ciao/Packaging_Data.idl:

          I've had occasion to use this file with the IFR Service, and
          I've found that the IFR Service backend chokes on a bunch of
          stuff here.  The stuff that it chokes on has been protected with
          "#ifndef AVOID_IFR_CRASH" so that you can protect the backend
          from crashing if you pass -DAVOID_IFR_CRASH to tao_ifr.

        * ciao/Servant_Impl_Base.cpp:
        * ciao/Servant_Impl_Base.h:

          Implemented the add_receptacle operation.

  Fri Apr  7 02:55:37 UTC 2006  Edward R. Mulholland  <emulholl@atl.lmco.com>

        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:

          Added ACE_CATCHANY and ACE_CATCHALL blocks in
          Plan_Launcher_i::launch_plan to avoid crashing in case of CORBA
          fault.

  Fri Apr  7 02:54:29 UTC 2006  Edward R. Mulholland  <emulholl@atl.lmco.com>

        * DAnCE/NodeApplication/Configurator_Factory.cpp:

          Options beginning with "-ORB" are explicitly ignored.  This
          avoids having an "-ORB" option mistakenly parsed as being a
          "-o <ior_output_file>" option.

  Fri Apr  7 02:51:31 UTC 2006  Edward R. Mulholland  <emulholl@atl.lmco.com>

        * CIDLC/ServantSourceGenerator.cpp:

        Added code to support "get_all_receptacles" operation.

  Fri Apr  7 02:47:02 UTC 2006  Edward R. Mulholland  <emulholl@atl.lmco.com>

        * CCF/CCF/IDL2/SemanticGraph/Enum.hpp:
        * CCF/CCF/IDL2/SemanticAction/Impl/Enum.cpp:

        Made a couple small changes that keep the CIDLC from coughing on
        enums

  Fri Apr  7 02:37:34 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h

          Fixed a bug in detecting External connection and Internal
          connections. Earlier when an external component is detected,
          not *all* connections associated with this components are
          purged from the to-be-removed connections list. Added another
          helper method <purge_connections> to accomplish this task.

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:

          Modified to reuse rebind() instead of bind() to avoid
          redeployment duplicate instance errors.

  Thu Apr  6 15:02:59 UTC 2006  Nishanth Shankaran  <nshankar@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication.cpp:

        Modified the NodeApplications to up at OS priority 20 instead of
        50.

  Thu Apr  6 00:35:35 UTC 2006  Nilabja Roy  <roy_n@dre.vanderbilt.edu>

        * DAnCE/NodeManager/CIAO_Monitor.cpp:
        * DAnCE/NodeManager/MonitorCB.cpp:
        * DAnCE/NodeManager/MonitorController.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:

        * DAnCE/TargetManager/DomainDataManager.cpp:
        * DAnCE/TargetManager/TargetManager_exec.cpp:

          Fixed the TM component removal problem. Changed/Removed
          debug messages.

  Wed Apr  5 16:54:20 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tools/Config_Handlers/Any_Handler.cpp
        * tools/Config_Handlers/DP_Handler.cpp
        * tools/Config_Handlers/IDD_Handler.cpp
        * tools/Config_Handlers/MDD_Handler.cpp
        * tools/Config_Handlers/DynAny_Handler/DynAny_Handler.cpp
        * tools/Config_Handlers/DynAny_Handler/DynAny_Handler.h

          Improvements to output more information in the reverse handler.


  Thu Mar 30 22:10:53 UTC 2006  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/Container_Impl.cpp
        * DAnCE/NodeApplication/NodeApplication.cpp
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp
        * ciao/Home_Servant_Impl_T.cpp
        * ciao/Servant_Activator.cpp
        * tools/Config_Handlers/DD_Handler.cpp
        * tools/Config_Handlers/IDREF_Base.cpp
        * tools/Config_Handlers/Package_Handlers/CPD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/SID_Handler.cpp

        Disabled excessive debugging.

        * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp
        * DAnCE/NodeApplicationManager/ImplementationInfo.cpp
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
        * DAnCE/NodeManager/NodeManager_Impl.cpp

        Disabled RT-CCM support.

        * DAnCE/TargetManager/DomainDataManager.cpp

        Added error messages.

  Wed Mar 29 21:34:07 UTC 2006  Nilabja Roy  <roy_n@dre.vanderbilt.edu>

        * DAnCE/NodeManager/CIAO_Monitor.cpp:
          Fixed a Access Error in the monitor.

        * DAnCE/NodeManager/MonitorCB.cpp:
        * DAnCE/NodeManager/MonitorController.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
          Added to have graceful termination.

        * DAnCE/TargetManager/DomainDataManager.h:
        * DAnCE/TargetManager/DomainDataManager.cpp:
        * DAnCE/TargetManager/TargetManager_exec.cpp:
          Update to turn off monitors at the end.

  Mon Mar 27 22:39:25 UTC 2006  William R. Otte    <wotte@dre.vanderbilt.edu>

        * tools/Config_Handlers/Utils/XML_Helper.cpp
        * tools/Config_Handlers/Utils/XML_Helper.h

  Mon Mar 27 20:10:09 UTC 2006  Nishanth Shankaran  <nshankar@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp
          (get_node_manager):

          Modified this method to re-throw the caught exception.

  Sun Mar 26 22:10:16 2006  Nishanth Shankaran  <nshankar@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp:

        Added code to handle exceptions while trying to connect to the
        node managers in get_node_manager ().

        * DAnCE/TargetManager/DomainDataManager.cpp:

        Added debug messages.

        * RACE/Controller/Component/RACE_common.h:

        Added a new file to define the RACE_DEBUG and RACE_ERROR macros.

  Mon Mar 27 00:22:02 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp

          Modified to allow ccm_passicate to be called on all components
          before actually deactivating any components.

  Thu Mar 23 23:18:56 UTC 2006  Nishanth Shankaran  <nshankar@dre.vanderbilt.edu>

        * DAnCE/NodeManager/MonitorController.cpp (svc):

        Removed an unwanted debug statement.

  Thu Mar 23 22:54:25 UTC 2006  Nishanth Shankarn  <nshankar@dre.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:

        Removed an unwanted debug statement.

  Thu Mar 23 19:40:54 UTC 2006  Nishanth Shankarn  <nshankar@dre.vanderbilt.edu>

        * APRIL_DEMO.mwc:
        * CIAO.mwc:
        * CIAODAnCE.mwc:
        * CIAOTAO.mwc:
        * CIAO_TAO_DAnCE.mwc:

        Modified the mwc files so that they exclude the RACE/hog_string
        directory.

  Thu Mar 23 18:04:58 UTC 2006  Nishanth Shankaran  <nshankar@dre.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:

        Fixed a bug in set_priority method.

  Wed Mar 22 19:32:37 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp
        * DAnCE/NodeManager/NodeManager_Impl.cpp

        Modified to make debug statements debug_level controlled.

  Wed Mar 22 00:51:11 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NodeManager/NodeManager_Impl.cpp

        Modified to find the corresponding NAM when given a plan_uuid.

  Wed Mar 22 02:12:58 UTC 2006  Nilabja Roy  <roy_n@dre.vanderbilt.edu>

        * DAnCE/NodeManager/CIAO_Monitor.cpp:
        * DAnCE/NodeManager/MonitorCB.cpp:
        * DAnCE/NodeManager/MonitorController.cpp:

        Removed some of the debug statements

  Tue Mar 21 19:12:57 UTC 2006  Nishanth Shankarn  <nshankar@dre.vanderbilt.edu>

        * RACE/hog_string/hog.cdp:

        Fixed the plan id.

  Mon Mar 20 21:07:50 UTC 2006  Stoyan Paunov  <spaunov@isis.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp:

          turning off the HTTP capability for Linux until I figure out why
          it affects the loading of libraries.

  Mon Mar 20 20:40:37 UTC 2006  Stoyan Paunov  <spaunov@isis.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp:

          Changed loader path delimiter on Unix-like systems from ';' to ':'


  Mon Mar 20 17:22:22 UTC 2006  Stoyan Paunov  <spaunov@isis.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/HTTP_Client.h:
        * DAnCE/NodeApplicationManager/HTTP_Client.cpp:
        * DAnCE/NodeApplicationManager/HTTP_Handler.h:
        * DAnCE/NodeApplicationManager/HTTP_Handler.cpp:
        * DAnCE/NodeApplicationManager/URL_Parser.h:
        * DAnCE/NodeApplicationManager/URL_Parser.cpp:

          Oops. Forgot to add the actual HTTP code.

  Mon Mar 20 04:27:48 UTC 2006  Stoyan Paunov  <spaunov@isis.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/Containers_Info_Map.h:
        * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc:

          Adding HTTP capability to DAnCE.

        * DAnCE/RepositoryManager/HTTP_Client.h:
        * DAnCE/RepositoryManager/HTTP_Client.cpp:
        * DAnCE/RepositoryManager/HTTP_Handler.h:
        * DAnCE/RepositoryManager/HTTP_Handler.cpp:
        * DAnCE/RepositoryManager/Options.h:
        * DAnCE/RepositoryManager/Options.cpp:
        * DAnCE/RepositoryManager/PC_Updater.h:
        * DAnCE/RepositoryManager/PC_Updater.cpp:
        * DAnCE/RepositoryManager/PC_Updater_T.h:
        * DAnCE/RepositoryManager/PC_Updater_T.cpp:
        * DAnCE/RepositoryManager/RM_Helper.h:
        * DAnCE/RepositoryManager/RM_Helper.cpp:
        * DAnCE/RepositoryManager/RMadmin.cpp:
        * DAnCE/RepositoryManager/RepositoryManager.mpc:
        * DAnCE/RepositoryManager/RepositoryManager.cpp:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.h:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
        * DAnCE/RepositoryManager/URL_Parser.h:
        * DAnCE/RepositoryManager/URL_Parser.cpp:
        * DAnCE/RepositoryManager/ZIP_Wrapper.h:
        * DAnCE/RepositoryManager/ZIP_Wrapper.cpp:

          Porting the RepositoryManager to the newest XML config handlers.
          Also migrating the code from the DOC repository to ensure the gap
          between the code in this repository and that in cvs.doc.wustl.edu
          repo is closed.


          NOTE: I still have some testing left, but before that I need to
          compile the CoSMIC version from this repository and regenerate
          a bunch of descriptors because all the example descriptors are
          broken.

  Sat Mar 18 22:33:10 UTC 2006  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/Interfaces/NodeManager.idl
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h
        * DAnCE/NodeManager/NodeManager_Impl.cpp
        * DAnCE/NodeManager/NodeManager_Impl.h
        * ciao/Deployment.idl

          Put the struct Sched_Params definition outside of the NAM
          interface.
          Cleaned up the code a bit.

  Sun Mar 19 16:52:54 UTC 2006  Nilabja Roy  <roy_n@dre.vanderbilt.edu>

        * DAnCE/TargetManager/CmpClient.cpp:
        * DAnCE/TargetManager/DomainDataManager.h:
        * DAnCE/TargetManager/DomainDataManager.cpp:
        * DAnCE/TargetManager/TargetManager_exec.cpp:
          Updated to implement the commitResource and releaseResource
          function

  Sat Mar 18 19:01:18 UTC 2006  Nishanth Shankaran  <nshankar@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication.cpp:

        Enhanced the NodeApplication to run in realtime priority mode.

  Fri Mar 17 06:36:18 UTC 2006  Nilabja Roy  <roy_n@dre.vanderbilt.edu>

        * DAnCE/Interfaces/NodeManager.idl:

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

        * DAnCE/NodeManager/MonitorCB.cpp:
        * DAnCE/NodeManager/MonitorController.h:
        * DAnCE/NodeManager/MonitorController.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.h:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * ciao/Deployment.idl:

          Implemented the set_priority method on the NodeManager
          and NodeApplicationManager interface. Removed some of the debug
          messages

  Thu Mar 16 03:54:39 UTC 2006  Nilabja Roy  <nilabjar@dre.vanderbilt.edu>

        * tools/Config_Handlers/DD_Handler.cpp:
          Updated the handler to handle optional parameters

  Tue Mar 14 07:01:28 UTC 2006  Nilabja R  <nilabjar@dre.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:

        * DAnCE/NodeManager/CIAO_Monitor.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.h:
          Updated to make it portable in windows

        * DAnCE/TargetManager/descriptors/flattened_deploymentplan.cdp:
          Fixed the entry point.

  Mon Mar 13 23:04:32 UTC 2006    <wotte@mako.isislab.vanderbilt.edu>

        * tools/Config_Handlers/CPD_Handler.h
        * tools/Config_Handlers/DataType_Handler.h
        * tools/Config_Handlers/ID_Handler.h
        * tools/Config_Handlers/Property_Handler.h
        * tools/Config_Handlers/Req_Handler.h
        * tools/Config_Handlers/SatisfierProperty_Handler.h
        * tools/Config_Handlers/Package_Handlers/CPD_Handler.h
        * tools/Config_Handlers/Package_Handlers/NIA_Handler.h
        * tools/Config_Handlers/Package_Handlers/Package_Handlers.mpc
        * tools/Config_Handlers/Package_Handlers/SID_Handler.h
        * tools/Config_Handlers/Utils/XercesString.h

          Fixed linking/warnings on Windows.

  Mon Mar 13 18:27:27 UTC 2006  Nilabja R  <nilabjar@dre.vanderbilt.edu>

        * DAnCE/TargetManager/TargetManager.mpc:
          Changed the projects to depend on NodeManager_Stub. This will fix the
          linking errors in Windows.

  Mon Mar 13 17:36:28 UTC 2006  Krishnakumar B  <kitty@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp (namespace): Updated the
          generated code to set the component id on the component context
          class to allow retrieving the id at run-time from an executor
          implementation.

  Mon Mar 13 17:28:44 UTC 2006    <wotte@mako.isislab.vanderbilt.edu>

        * DAnCE/ExecutionManager/Execution_Manager.cpp
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp

          Fixes for nameservice discovery of EM.

        * docs/schema/toplevel.xsd

          Minor correction to schema.

  Fri Mar 10 17:03:26 UTC 2006    <wotte@mako.isislab.vanderbilt.edu>

        * tools/Config_Handlers/Package_Handlers/PCD_Handler.cpp

          Fixed minor bug in URI interface.

  Thu Mar  9 22:26:17 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/Context_Impl_Base.cpp:
        * ciao/Context_Impl_Base.h:

          Added CORBA::String_var member to store the component instance
          id, also added a pair of set/get methods called _ciao_instance_id.

  Wed Mar  8 19:07:31 UTC 2006    <wotte@mako.isislab.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp

          Add error message for connection failure.

        * DAnCE/StaticConfigurator/StaticDAnCEParser.mpc

          Disabled this project.

        * DAnCE/TargetManager/TargetManager_exec.cpp
        * DAnCE/TargetManager/TargetManager_exec.h

          Fix entry point problems.

  Wed Mar  8 19:29:20 UTC 2006  Nilabja R  <nilabjar@dre.vanderbilt.edu>

        * DAnCE/TargetManager/DomainDataManager.h:
        * DAnCE/TargetManager/DomainDataManager.cpp:
        * DAnCE/TargetManager/TargetManagerExt.idl:
        * DAnCE/TargetManager/TargetManager_exec.h:
        * DAnCE/TargetManager/TargetManager_exec.cpp:
          Added the structure in the TMExt interface to maintain the
          mapping between hostname to NM refs.

  Wed Mar  8 14:40:41 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tools//Config_Handlers/Deployment.cpp
        * tools//Config_Handlers/Deployment.hpp
        * tools//Config_Handlers/GNUmakefile
        * tools//Config_Handlers/cdd.cpp
        * tools//Config_Handlers/cdd.hpp
        * tools//Config_Handlers/pcd.cpp
        * tools//Config_Handlers/pcd.hpp
        * tools//Config_Handlers/toplevel.cpp
        * tools//Config_Handlers/toplevel.hpp
        * tools//Config_Handlers/Package_Handlers/PCD_Handler.cpp
        * tools//Config_Handlers/Package_Handlers/PCD_Handler.h

        New generated code.

  Wed Mar  8 03:11:02 UTC 2006  Nilabja R  <nilabjar@dre.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
          Implement the Signal Handler for the process NodeManager. And
          set the option avoid_zombies=0


        * DAnCE/NodeManager/MonitorController.h:
        * DAnCE/NodeManager/MonitorController.cpp:

        * DAnCE/TargetManager/DomainDataManager.h:
        * DAnCE/TargetManager/TargetManager_exec.cpp:
          Implement ComponentID to Process Id mapping

  Tue Mar  7 23:26:41 UTC 2006  Nilabja Roy  <nilabjar@localhost.localdomain>

        * DAnCE/TargetManager/DomainDataManager.cpp
        * DAnCE/TargetManager/TargetManagerExt.idl
        * DAnCE/TargetManager/TargetManager.mpc:
        Changed to depend on the NodeManager_Stub, so that
        CIAO::NodeManager can be used.

  Tue Mar  7 03:14:50 UTC 2006  Nilabja R  <nilabjar@dre.vanderbilt.edu>
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
          Changed to add the Comp_id to Proc_id mapping

        * DAnCE/NodeManager/CIAO_Monitor.h:
        * DAnCE/NodeManager/CIAO_Monitor.cpp:
          Changed to add the percentage cpu same as vmstat

        * DAnCE/NodeManager/MonitorController.h:
        * DAnCE/NodeManager/MonitorController.cpp:
          Changed to add the Comp_id to Proc_id mapping

        * DAnCE/NodeManager/NodeManager_Impl.h:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
          Changed to add the Comp_id to Proc_id mapping

        * DAnCE/TargetManager/DomainDataManager.h:
        * DAnCE/TargetManager/DomainDataManager.cpp:
          Changed to add interface to RACE

        * DAnCE/TargetManager/TargetManagerExt.idl:
        * DAnCE/TargetManager/TargetManager_exec.h:
        * DAnCE/TargetManager/TargetManager_exec.cpp:
          Changed to add interface to RACE

        * DAnCE/TargetManager/descriptors/Domain.cdd:
          Updated to the latest xsd


        * docs/schema/cdd.xsd:
          Changed the Domain definations

  Mon Mar  6 19:46:54 UTC 2006  Nishanth Shankaran  <nshankar@dre.vanderbilt.edu>

        * DAnCE/Interfaces/NodeManager.idl
        * DAnCE/NodeManager/NodeManager_Impl.h
        * DAnCE/NodeManager/NodeManager_Impl.cpp:

        Added the set_priority method to modify the priority of
        NodeApplication process.

  Wed Mar  1 20:56:16 UTC 2006  Nishanth Shankaran  <nshankar@dre.vanderbilt.edu>

        * DAnCE/TargetManager/TargetManager_exec.h
        * DAnCE/TargetManager/TargetManager_exec.cpp
        * DAnCE/TargetManager/TargetManagerExt.idl:

        Added method to TargetManagerExt interface to obtain references to
        the NodeManagers.


  Fri Feb 24 22:55:51 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tools/Config_Handlers/Basic_Deployment_Data.cpp
        * tools/Config_Handlers/Basic_Deployment_Data.hpp
        * tools/Config_Handlers/CEPE_Handler.cpp
        * tools/Config_Handlers/CEPE_Handler.h
        * tools/Config_Handlers/CPD_Handler.cpp
        * tools/Config_Handlers/CPD_Handler.h
        * tools/Config_Handlers/CRDD_Handler.cpp
        * tools/Config_Handlers/ComponentPropertyDescription_Handler.cpp
        * tools/Config_Handlers/Config_Handlers.mpc
        * tools/Config_Handlers/DP_Handler.cpp
        * tools/Config_Handlers/DP_Handler.h
        * tools/Config_Handlers/DataType_Handler.cpp
        * tools/Config_Handlers/DataType_Handler.h
        * tools/Config_Handlers/DnC_Dump.cpp
        * tools/Config_Handlers/ERE_Handler.h
        * tools/Config_Handlers/IDD_Handler.cpp
        * tools/Config_Handlers/IDREF_Base.cpp
        * tools/Config_Handlers/IDREF_Base.h
        * tools/Config_Handlers/ID_Handler.cpp
        * tools/Config_Handlers/ID_Handler.h
        * tools/Config_Handlers/IRDD_Handler.cpp
        * tools/Config_Handlers/IRDD_Handler.h
        * tools/Config_Handlers/MDD_Handler.cpp
        * tools/Config_Handlers/PCD_Handler.cpp
        * tools/Config_Handlers/Property_Handler.h
        * tools/Config_Handlers/RDD_Handler.cpp
        * tools/Config_Handlers/Req_Handler.cpp
        * tools/Config_Handlers/Req_Handler.h
        * tools/Config_Handlers/STD_PCD_Handler.h
        * tools/Config_Handlers/ccd.cpp
        * tools/Config_Handlers/ccd.hpp
        * tools/Config_Handlers/cid.cpp
        * tools/Config_Handlers/cid.hpp
        * tools/Config_Handlers/cpd.cpp
        * tools/Config_Handlers/cpd.hpp
        * tools/Config_Handlers/iad.cpp
        * tools/Config_Handlers/iad.hpp
        * tools/Config_Handlers/pcd.cpp
        * tools/Config_Handlers/pcd.hpp
        * tools/Config_Handlers/test.cdp
        * tools/Config_Handlers/Package_Handlers/CAD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/CAD_Handler.h
        * tools/Config_Handlers/Package_Handlers/CID_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/CID_Handler.h
        * tools/Config_Handlers/Package_Handlers/CPD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/CPD_Handler.h
        * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.h
        * tools/Config_Handlers/Package_Handlers/IAD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/IAD_Handler.h
        * tools/Config_Handlers/Package_Handlers/NIA_Handler.h
        * tools/Config_Handlers/Package_Handlers/PCD_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/PCD_Handler.h
        * tools/Config_Handlers/Package_Handlers/PC_Intf.cpp
        * tools/Config_Handlers/Package_Handlers/PC_Intf.h
        * tools/Config_Handlers/Package_Handlers/Package_Handlers.mpc
        * tools/Config_Handlers/Package_Handlers/Packaging_Handlers_Export.h
        * tools/Config_Handlers/Package_Handlers/SID_Handler.cpp
        * tools/Config_Handlers/Package_Handlers/SID_Handler.h
        * tools/Config_Handlers/Package_Handlers/test.cpp
        * tools/Config_Handlers/Package_Handlers/descriptors/package.tpd
        * tools/Config_Handlers/Utils/Exceptions.h
        * tools/Config_Handlers/Utils/Functors.h
        * tools/Config_Handlers/Utils/XML_Error_Handler.cpp
        * tools/Config_Handlers/Utils/XML_Helper.h
        * tools/Config_Handlers/XMLSchema/Writer.hpp

          Package handlers and changes necessary to support them.

Fri Apr 21 08:13:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIDLC/ServantSourceGenerator.cpp:
          Removed usage of ACE_NESTED_CLASS

        * DAnCE/RepositoryManager/PC_Updater.cpp:
          Fixed compile errors

Thu Apr 20 13:14:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/DnC_Dump.cpp:
        * DAnCE/RepositoryManager/RMadmin.cpp:
          Fixed compile error

Thu Apr 20 09:14:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/RT-CCM/CLA_Handler.cpp:
          Fixed compile error

Wed Apr 19 19:03:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
          Fixed usage of sequences. The sequences now return
          a pointer on the subscript operators, not _var which was not according
          to the spec.

Wed Apr 19 14:39:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/XMLSchema/Types.hpp:
          Removed vc6 workaround

Wed Apr 19 13:43:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/schema/xsc-banner.h:
        * tools/Config_Handlers/RT-CCM/CIAOServerResources.hpp:
        * tools/Config_Handlers/CIAO_Events/CIAOEvents.hpp:
          Removed include of vc6-4786.h

Wed Apr 19 13:39:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/STD_PC_Intf.cpp:
        * tools/Config_Handlers/XSCRT/XMLSchema.hpp:
        * tools/Config_Handlers/XSCRT/Elements.hpp:
        * tools/Config_Handlers/XSCRT/XML.hpp:
        * tools/Config_Handlers/DP_Handler.cpp:
        * tools/Config_Handlers/DP_Handler.cpp:
          Removed vc6 workarounds

Wed Apr 19 11:23:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/DnC_Dump.{h,cpp}:
          Updated for string manager change in TAO

        * ciao/Servant_Impl_Base.cpp:
          Updated for sequence change

Wed Apr 19 07:48:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Config_Handlers/Basic_Deployment_Data.hpp
        * tools/Config_Handlers/Deployment.hpp
        * tools/Config_Handlers/ccd.hpp
        * tools/Config_Handlers/cdd.hpp
        * tools/Config_Handlers/cdp.hpp
        * tools/Config_Handlers/cid.hpp
        * tools/Config_Handlers/cpd.hpp
        * tools/Config_Handlers/iad.hpp
        * tools/Config_Handlers/pcd.hpp
        * tools/Config_Handlers/toplevel.hpp
          Removed vc6 workarounds

        * tools/Config_Handlers/vc6-4786.h
          Removed

Tue Apr 18 20:55:05 2006  Wallace Zhang  <zhangw@ociweb.com>

        * CIAO version 0.5.1 released.

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