summaryrefslogtreecommitdiff
path: root/trunk/CIAO/ChangeLogs/ChangeLog-04b
blob: 233cfed69fcfa06e2ec7f1768e63a65b56d74fea (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
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
Tue Dec 28 19:50:06 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* Release:

	  Updated the name of the target for generating the textual
	  version of CIAO-INSTALL.html file.

Sat Dec 25 20:55:55 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* Release:

	  Added INSTALL target which generates textual version of
	  CIAO-INSTAll.html for the release.

Sat Dec 25 15:01:40 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* CIDLC/ExecImplSourceGenerator.cpp:

	  Got rid of unused environment variable warnings in the generated
	  code.

Wed Dec 22 06:53:30 2004  Chad Elliott  <elliott_c@ociweb.com>

        * tests/CIDL/CodeGen/CodeGen.mpc:

          Make sure that CodeGen_stub gets built before CodeGen_exec.

Tue Dec 21 11:29:03 2004  Gan Deng <gan.deng@vanderbilt.edu>

        * tools/Segment_Timer/Segment_Timer.h

          Increased the value of the macro MAX_READINGS, since the
          current value is too small and caused core dump for even
          50 connections. Thanks Roland Schmmack <Roland.Schimmack@gmx.de>
          for reporting this bug!

Mon Dec 20 17:27:01 2004  Gan Deng <gan.deng@vanderbilt.edu>

        * DAnCE/ciao/CCM_Core.mpc
        * ciao/Deployment_Core.idl
        * ciao/NodeApplication_Impl.cpp
        * ciao/NodeApplication_Impl.h
        * ciao/NodeApplication_Impl.inl

          Reverted changes back because of the check-in mistake I just made.

Mon Dec 20 16:32:54 2004  Nanbor Wang  <nanbor@cse.wustl.edu>

        * DAnCE/Config_Handlers/Config_Handlers.mpc: Added include path to
          self for XSC_Config_Handlers project..

Wed Dec 15 13:48:44 2004  Chad Elliott  <elliott_c@ociweb.com>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Get rid of build warnings from gcc 3.3.

Tue Nov 30 21:41:58 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp (namespace):

          More use of ACE_NEW_THROW_EX instead of ACE_NEW_RETURN.

Tue Nov 30 21:03:00 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp (namespace):

          Another use of ACE_NEW_THROW_EX instead of ACE_NEW_RETURN.

Tue Nov 30 20:39:26 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp (namespace):

          Used ACE_NEW_THROW_EX instead of ACE_NEW_RETURN.

Tue Nov 30 20:22:19 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp (namespace):

          Fixes for VC6.

Wed Nov 24 09:47:58 2004  Chad Elliott  <elliott_c@ociweb.com>

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

          Added static_cast from double to int to avoid build warnings from
          g++.

Wed Nov 17 17:46:44 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * examples/Hello/Receiver/Receiver.idl:

          Added 'uses multiple' receptacle to test code generation
          and compilation.

Sat Nov 13 18:04:36 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/examples/Hello/Hello_Base/Hello_Base.idl:
        * DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc:
        * DAnCE/examples/Hello/Hello_Base/Hello_Base_stub_export.h:
        * DAnCE/examples/Hello/Hello_Base/Hello_Base_svnt_export.h:
        * DAnCE/examples/Hello/Receiver/Receiver.cidl:
        * DAnCE/examples/Hello/Receiver/Receiver.idl:
        * DAnCE/examples/Hello/Receiver/Receiver.mpc:
        * DAnCE/examples/Hello/Receiver/Receiver_exec.cpp:
        * DAnCE/examples/Hello/Receiver/Receiver_exec.h:
        * DAnCE/examples/Hello/Receiver/Receiver_exec_export.h:
        * DAnCE/examples/Hello/Receiver/Receiver_stub_export.h:
        * DAnCE/examples/Hello/Receiver/Receiver_svnt_export.h:
        * DAnCE/examples/Hello/Sender/Sender.cidl:
        * DAnCE/examples/Hello/Sender/Sender.idl:
        * DAnCE/examples/Hello/Sender/Sender.mpc:
        * DAnCE/examples/Hello/Sender/Sender_exec.cpp:
        * DAnCE/examples/Hello/Sender/Sender_exec.h:
        * DAnCE/examples/Hello/Sender/Sender_exec_export.h:
        * DAnCE/examples/Hello/Sender/Sender_stub_export.h:
        * DAnCE/examples/Hello/Sender/Sender_svnt_export.h:
        * DAnCE/examples/Hello/Sender/starter.cpp:
        * DAnCE/examples/Hello/descriptors/Deployment.xsd:
        * DAnCE/examples/Hello/descriptors/Domain.cdd:
        * DAnCE/examples/Hello/descriptors/Hello.cdp:
        * DAnCE/examples/Hello/descriptors/Hello.cid:
        * DAnCE/examples/Hello/descriptors/Hello.cpd:
        * DAnCE/examples/Hello/descriptors/Hello.pcd:
        * DAnCE/examples/Hello/descriptors/Libraries.iad:
        * DAnCE/examples/Hello/descriptors/Receiver.ccd:
        * DAnCE/examples/Hello/descriptors/Receiver.cid:
        * DAnCE/examples/Hello/descriptors/Receiver.cpd:
        * DAnCE/examples/Hello/descriptors/Receiver_Exec.iad:
        * DAnCE/examples/Hello/descriptors/Receiver_Stub.iad
        * DAnCE/examples/Hello/descriptors/Receiver_Svnt.iad:
        * DAnCE/examples/Hello/descriptors/Sender.ccd:
        * DAnCE/examples/Hello/descriptors/Sender.cid:
        * DAnCE/examples/Hello/descriptors/Sender.cpd:
        * DAnCE/examples/Hello/descriptors/Sender_Exec.iad:
        * DAnCE/examples/Hello/descriptors/Sender_Stub.iad:
        * DAnCE/examples/Hello/descriptors/Sender_Svnt.iad:
        * DAnCE/examples/Hello/descriptors/XMI.xsd:
        * DAnCE/examples/Hello/descriptors/hello.dat:
        * DAnCE/examples/Hello/descriptors/package.tpd:

          Added another version of the Hello example
          in the DanCE/examples directory.

          This example will use the DanCE framework for
          deploying the components used in the example.

Sat Nov 13 13:17:48 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * NEWS

          Added the Real-time Event Channel integration plan into
          the NEWS file.

Fri Nov 12 06:21:03 2004  Chad Elliott  <elliott_c@ociweb.com>

        * tests/RTCCM/Priority_Test/Controllers/Pulser.h:
        * tests/RTCCM/Priority_Test/Controllers/Pulser.cpp:

          Changed the open and close method of the Pulser class to match
          the signature of the ACE_Task_Base.

Thu Nov 11 17:17:48 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * ciao/Servant_Activator.cpp:
        * DAnCE/examples/BasicSP/BMDisplay/BMDisplay_exec.cpp:
        * DAnCE/examples/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * DAnCE/examples/BasicSP/BMDevice/BMDevice_exec.cpp:
        * docs/tutorial/Hello/hello_exec.cpp:
          Fixed warnings in the scoreboard from RH8 NoInline build

        Thu Nov 11 11:24:05 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          In the generated servant method populate_port_tables(),
          added the line 'ACE_ENV_ARG_NOT_USED;' to avoid an
          unused parameter warning if there happens to be no
          populating to be done in this genrated method.

Thu Nov 11 10:50:45 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ExecImplSourceGenerator.cpp:

          Fixed incorrect generation of environment arg macro.
          Thanks to Chad Elliott <elliott_c@ociweb.com> for
          pointing out the mistake.

Thu Nov 11 09:46:58 2004  Chad Elliott  <elliott_c@ociweb.com>

        * performance-tests/Protocols/Receiver/Receiver.mpc:
        * performance-tests/Protocols/Sender/Sender.mpc:
        * tests/RTCCM/DiffServ/Controller/Controller.mpc:

          Added requires += exceptions for these projects.

        * performance-tests/Protocols/Sender/Sender_exec.cpp:

          Removed ACE_CHECK's which caused compilation errors when
          exceptions=0 was set.

Thu Nov 11 14:40:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/Servant_Activator.cpp:
        * docs/tutorial/Hello/hello_exec.cpp:
          Fixed unused parameter warnings in emulated exception build

Tue Nov  9 14:20:31 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Fixed incorrect code generation for home factory operations.
          Thanks to Chad Elliott <elliott_c@ociweb.com> for pointing
          out the mistake. This fixes [BUGID:1977].

Mon Nov  8 12:58:24 2004  Chad Elliott  <elliott_c@ociweb.com>

        * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:

          Fixed build ordering to match library requirements.

        * ciao/StandardConfigurator_Impl.h:

          Removed the StandardConfigurator_Impl:: prefix on the configure
          method (gcc 3.4.1 did not like it).

Fri Nov  5 09:55:28 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * performance-tests/Benchmark/RoundTrip/client.cpp:

          The svc.conf file passed in to the client was not being passed
          to the ORB as ACE::Get_Opt ate up the argument before being
          passed to the client ORB. This fixes this error at the client
          side temporarily by initializing the ORB before parsing the
          arguments. Thanks to Abhi <abhi@qualcomm.com> for reporting
          this.

Thu Nov  4 09:31:29 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/RepositoryManager/Update_Plan.cpp:

          Made changes to fix some build warnings.
          Thanks to Chad Elliot <elliott_c@ociweb.com> for reporting
          this warning.

Wed Nov  3 16:32:54 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ExecutorMappingGenerator.cpp:

          Added generation of newline before each operation
          parameter so each one will be on a separate line.
          It was discovered that the VC 7.1 lexer truncates lines
          longer than 1024 characters.

Wed Nov  3 22:32:18 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp (namespace):

          VC6 error fixes. Grr...!

Wed Nov  3 12:38:21 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

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

          Made changes to handle multiple component instances
          deployment.

Tue Nov  2 17:26:42 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:

          Fixed the emitters for supported operations to include
          abstract interfaces in their traversals.

Tue Nov  2 09:59:15 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantGenerator.cpp:
        * CIDLC/ServantHeaderGenerator.cpp:

          Fixed some regular expressions, used to generate the servant
          header file ifdef guard and export macros, to recognize the
          file extension .cdl in addition to the existing patterns for
          .cidl and .idl. These particular regular expressions were
          overlooked in the checkin of

          Thu Sep 30 11:03:20 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

Tue Nov  2 04:45:44 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Addressing compile errors in Borland. Thanks to Johnny for the
          suggestion.

Mon Nov  1 15:09:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * VERSION:
          Fixed description and mailing lists to use

Fri Oct 29 17:18:51 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp (namespace):

          Fixed some weird VC6 issues reported by Theckla
          Louchios<theckla.louchiois@lmco.com>.

Fri Oct 29 10:44:52 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/RepositoryManager/Repository_Manager.cpp;

          Cosmetic changes.

Mon Oct 25 07:31:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/RepositoryManager/Repository_Manager.cpp:
        * DAnCE/RepositoryManager/Repository_Manager_Impl.cpp:
          Use ACE auto_ptr instead of std::auto_ptr to fix compile problems
          with vc6.

Fri Oct 22 11:49:25 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Config_Handlers.mpc:

          Reversed this change "Thu Oct 21 18:37:12 2004  Gan Deng
          <dengg@dre.vanderbilt.edu>"

Fri Oct 22 08:16:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/RTCCM/DiffServ/Controller/Controller.mpc:
          Added DiffServ_Stub to the libs part, this should fix the link errors
          in the CBX Static Release build

Fri Oct 22 07:51:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/IDL3_to_IDL2/TAO_IDL3_TO_IDL2_BE_Export.h:
          Used ACE_AS_STATIC_LIBS to check whether we need to build a DLL
          or not, TAO_AS_STATIC_LIBS was used, but this project isn't
          dependent on TAO, just on ACE

Thu Oct 21 18:37:12 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Config_Handlers.mpc

          Put the xerces-c library into "lib +=" to avoid
          linking to the wrong library.

Wed Oct 13 06:37:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/RTCCM/Priority_Test/Workers/Worker.mpc
        * tests/RTCCM/Priority_Test/Controllers/Controller.mpc:
          Added Priority_Test_stub to the libs, this should fix the link errors
          in the borland builds

        * tests/CIDL/CodeGen/CodeGen.mpc:
          Added CIDL_Basic_stub to the libs, this should fix the link errors
          in the borland builds

Tue Oct 12 09:07:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc:
          Removed / at the end of the includes part, this should fix the
          compile error in the Borland builds

Mon Oct 11 23:41:16 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * examples/OEP/BasicSP/BMDisplay/BMDisplay.mpc:
        * examples/OEP/Display/GPS/GPS.mpc:
        * examples/OEP/Display/NavDisplay/NavDisplay.mpc:
        * examples/OEP/Display/RateGen/RateGen.mpc:

          Fixed typos that broke the builds.

Mon Oct 11 11:02:41 2004  Boris Kolpackov  <boris@dre.vanderbilt.edu>

        * CCF/CCF/CodeGenerationKit/IndentationIDL.hpp:

          Put double new line after `}'.

        * CIDLC/cidlc.cpp:

          Print build date and time in --version.

Mon Oct 11 10:08:48 2004  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/examples/BasicSP/Readme.html

          Update the README file for running the example.

Sun Oct 10 10:45:48 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/Benchmark/RoundTrip/RoundTrip.mpc:
        * performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc:

          Fix for some typos which broke the daily builds.

Sun Oct 10 02:47:21 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

          Fix for MSVC6 build errors. They compile fine on MSVC6 now. I am
          just hoping that this fix also addresses compile errors in
          Borland. The Borland compilation errors are also similar to the
          MSVC6 errors and hence the hope!

Sun Oct 10 00:21:39 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/examples/BasicSP/BMDisplay/BMDisplay.mpc:

          Fixed a typo.

Sat Oct  9 23:43:52 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Plan_Handler.cpp:

          Fixed a compilation error in Borland builds.

        * DAnCE/examples/BasicSP/BMClosedED/BMClosedED.mpc:
        * DAnCE/examples/BasicSP/BMDisplay/BMDisplay.mpc:
        * DAnCE/examples/BasicSP/EC/EC.mpc:
        * examples/OEP/BasicSP/BMClosedED/BMClosedED.mpc:
        * examples/OEP/BasicSP/BMDevice/BMDevice.mpc:
        * examples/OEP/BasicSP/BMDisplay/BMDisplay.mpc:
        * examples/OEP/BasicSP/EC/EC.mpc:
        * examples/OEP/Display/GPS/GPS.mpc:
        * examples/OEP/Display/NavDisplay/NavDisplay.mpc:
        * examples/OEP/Display/RateGen/RateGen.mpc:
        * performance-tests/Benchmark/RoundTrip/RoundTrip.mpc:
        * performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc:

          Added missing libraries. They have been wrong for a very long
          time. Thanks to Borland builds for catching these. I am sure
          there are a few more and I will allow one more build to catch
          them.

        * examples/OEP/Display/RateGen/RateGen_exec.cpp:
        * examples/OEP/Display/RateGen/RateGen_exec.h:

          Fixed warnings due to hidden virtual functions.


Sat Oct  9 14:29:41 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Added a .in () to the _var variable used in push_event ().

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

          Removed an unnecessary operator== which was confusing some
          compilers.

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

          Changed the wrong exceptions that were being thrown.

        * DAnCE/examples/BasicSP/EC/EC_exec.cpp:
        * DAnCE/examples/BasicSP/EC/EC_exec.h:
        * examples/OEP/BasicSP/EC/EC_exec.cpp:
        * examples/OEP/BasicSP/EC/EC_exec.h:

          The declaration of open () and close () was hiding the base
          class methods. Changed the name of the functions.

          The above changes should fix part of the errors from the Borland
          builds.

Thu Oct  7 03:17:54 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * docs/schema/Basic_Deployment_Data.xsd:
        * docs/schema/ccd.xsd:
        * docs/schema/cdp.xsd:

          Updated to be more compliant with the DnC spec.

Wed Oct  6 16:10:27 2004  Will Otte  <wotte@dre.vanderbilt.edu>

        * docs/schema/ciaopolicy.xsd:

          Finished filling out the policy schema.

Sun Oct 03 09:38:03 2004  Nanbor Wang  <nanbor@cse.wustl.edu>

        * DAnCE/Config_Handlers/XSCRT/Elements.hpp:
        * DAnCE/Config_Handlers/XSCRT/ExtendedTypeInfo.hpp:
        * DAnCE/Config_Handlers/XSCRT/Parser.hpp:
        * DAnCE/Config_Handlers/XSCRT/Traversal.hpp:
        * DAnCE/Config_Handlers/XSCRT/XMLSchema.hpp:
        * DAnCE/Config_Handlers/pcd.hpp:
        * DAnCE/Config_Handlers/iad.hpp:
        * DAnCE/Config_Handlers/cpd.hpp:
        * DAnCE/Config_Handlers/cid.hpp:
        * DAnCE/Config_Handlers/cdp.hpp:
        * DAnCE/Config_Handlers/cdd.hpp:
        * DAnCE/Config_Handlers/Deployment.hpp:
        * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp:
        * DAnCE/Config_Handlers/ccd.hpp:
        * DAnCE/Config_Handlers/toplevel.hpp: Change to include XSCRT
          headers as "user libraries" instead of <system libraries>.

Sun Oct 03 09:18:05 2004  Nanbor Wang  <nanbor@cse.wustl.edu>

        * DAnCE/tests/Config_Handlers/handler_test.mpb: Changed to use the
          xerces base project that Johnny added.  The base project
          correctly uses lit_libs to include xerces.

Thu Sep 30 14:49:23 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ExecImplHeaderGenerator.cpp:
        * CIDLC/ExecImplSourceGenerator.cpp:
        * CIDLC/ServantHeaderGenerator.cpp:

          Removed identifiers of unused args.

        * CIDLC/RepositoryIdGenerator.cpp:

          Extended generator to compute repo ids for
          homes and components.

        * CIDLC/DescriptorGenerator.cpp:

          Changed code to use the context value set by the expanded
          repo id generator and removed code to compute repo id
          in this generator.

Thu Sep 30 11:03:20 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ExecImplGenerator.cpp:
        * CIDLC/ExecImplHeaderGenerator.cpp:
        * CIDLC/ExecImplSourceGenerator.cpp:
        * CIDLC/ExecutorMappingGenerator.cpp:
        * CIDLC/ServantGenerator.cpp:
        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:

          Added handling of file extension .cdl, as found in
          spec documents.

Thu Sep 30 09:16:52 2004  Nanbor Wang  <nanbor_a_txcorp_._com>

        * CCF/Config.rules: Added new definitions to actually add the
          boost and utility related directives into compiler/linker
          flags.

Thu Sep 30 09:55:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/DnC_Dump_T.h:
          Fixed fuzz error

Wed Sep 29 17:30:25 2004  Irfan Pyarali  <irfan@oomworks.com>

        * performance-tests/Protocols:

          - Minor changes were made to the Sender to in lieu of some
          interface changes.

          - run_test.pl was changed so that a simple version of the test
          can be executed.

        * performance-tests/Protocols/Sender/Sender.mpc:
        * performance-tests/Protocols/Receiver/Receiver.mpc:

          Removed "dummy" label so that it is included in nightly builds.

        * performance-tests/Protocols/descriptors/CIAO_Installation_Data.ini:
        * performance-tests/Protocols/Sender/Sender.mpc:
        * performance-tests/Protocols/descriptors/Receiver.csd:
        * performance-tests/Protocols/descriptors/Receiver.ssd:
        * performance-tests/Protocols/descriptors/Sender.csd:
        * performance-tests/Protocols/descriptors/Sender.ssd:

          Sender_* was changed to Protocols_Sender_* and Receiver_* was
          changed to Protocols_Receiver_*.

        * performance-tests/Protocols/Sender/Sender_exec.cpp:
        * performance-tests/Protocols/Sender/Sender.mpc:

          Custom_Network_Priority_Mapping.cpp was included directly.  If
          listed as a source file that is not in the current directory,
          mpc mucks the object file location.

        * performance-tests/Protocols/descriptors/Receiver.csd:
        * performance-tests/Protocols/descriptors/Receiver.ssd:
        * performance-tests/Protocols/descriptors/Sender.csd:
        * performance-tests/Protocols/descriptors/Sender.ssd:

          Hello was changed to Protocols.

        * tests/RTCCM/DiffServ/descriptors/CIAO_Installation_Data.ini:
        * tests/RTCCM/DiffServ/Sender/Sender.mpc:
        * tests/RTCCM/DiffServ/descriptors/Receiver.csd:
        * tests/RTCCM/DiffServ/descriptors/Receiver.ssd:
        * tests/RTCCM/DiffServ/descriptors/Sender.csd:
        * tests/RTCCM/DiffServ/descriptors/Sender.ssd:

          Sender_* was changed to DiffServ_Sender_* and Receiver_* was
          changed to DiffServ_Receiver_*.

        * tests/RTCCM/DiffServ/Sender/Sender_exec.cpp:
        * tests/RTCCM/DiffServ/Sender/Sender.mpc:

          Custom_Network_Priority_Mapping.cpp was included directly.  If
          listed as a source file that is not in the current directory,
          mpc mucks the object file location.

        * tests/RTCCM/DiffServ/descriptors/Receiver.csd:
        * tests/RTCCM/DiffServ/descriptors/Receiver.ssd:
        * tests/RTCCM/DiffServ/descriptors/Sender.csd:
        * tests/RTCCM/DiffServ/descriptors/Sender.ssd:

          Hello was changed to DiffServ.

        * tests/RTCCM/DiffServ/Controller/Controller.mpc:

          "requires" directive was incorrect.  Correct directive is
          "after".

Wed Sep 29 19:20:19 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/examples/BasicSP/BMClosedED/BMClosedED_svnt.cpp:
        * DAnCE/examples/BasicSP/EC/EC_svnt.cpp:
        * DAnCE/examples/BasicSP/EC/EC_svnt.h:

          Removed them from the main trunk.

Wed Sep 29 14:39:29 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

          The dump function was too complicated not compiling on many
          platforms cleanly. This effort is to simplify the dump functions
          so that we can compile on many platforms.

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

          Moved template functions out of the class.

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

          New files for the template functions.

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

          Utility functions have been moved here.

        * DAnCE/Config_Handlers/Config_Handlers.mpc:
          New files added to the build.

Wed Sep 29 07:51:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Servant_Activator.h:
        * DAnCE/ciao/Servant_Activator.h:
          Added missing prama pop

Wed Sep 29 07:09:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/Utils.h:
          Added missing include of ace/post.h

Mon Sep 27 17:57:08 2004  Krishnakumar B  <kitty@dre.vanderbilt.edu>

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

          Fixed the MPC files to refer to the version of DAnCE libraries
          instead of the old CIAO libraries.

Mon Sep 27 22:41:52 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Remove calling Home_Servant_impl_Base () directly.

        * DAnCE/ciao/Home_Servant_Impl_Base.cpp:
        * DAnCE/ciao/Home_Servant_Impl_Base.h:
        * ciao/Home_Servant_Impl_Base.cpp:
        * ciao/Home_Servant_Impl_Base.h:

          Provided a default constructor with explicit keyword. This
          should help VC6 and Borland compilers to compile the generated
          servants just fine.

Mon Sep 27 19:45:04 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Remove calling Context_Impl_Base () and Servant_Impl_Base ()
          directly.

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

          Added a explicit default constructor so that they are not called
          implicitly when derived classes are instantiated.

        * DAnCE/DomainApplicationManager/Deployment_Configuration.h:

          Checking in the change mentioned before just now, since it
          fell trhough the cracks.

Mon Sep 27 15:41:20 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.h:

          Export the class out for Win32 builds.

        * DAnCE/ExecutionManager/ExecutionManager.mpc:

          Removed a strange character frm the mpc file.

Mon Sep 27 15:26:46 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

          Added a new exception specification to correct an error in BCB6
          builds.

        * DAnCE/ciao/CCM_Core.mpc:

          Deployment_stub should link with CIAO_DnC_Client.

Mon Sep 27 12:56:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/RepositoryManager/RepositoryManager.mpc:
        * DAnCE/Config_Handlers/Config_Handlers.mpc:
          Instead of adding all xerces stuff to the project itself, inherit
          from the new xerces base project

Mon Sep 27 12:02:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeManager/NodeDaemon.mpc:
          Instead of adding ifr_client to libs, use the
          corresponding base projects

Mon Sep 27 11:54:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/Config_Handlers.mpc:
        * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc:
        * DAnCE/ExecutionManager/ExecutionManager.mpc:
          Instead of adding the valuetype and ifr_client to libs, use the
          corresponding base projects

Mon Sep 27 08:54:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/examples/BasicSP/EC/EC_exec.cpp:
          Added missing ACE_TRY_CHECK

Mon Sep 27 08:03:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Context_Impl_Base.cpp:
          Use false instead of FALSE.

Wed Sep 22 17:46:14 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Removed unused parameter identifiers and fixed the order of some
          class member initializations.

Tue Sep 21 13:28:40 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * docs/value_factory_registration.html:

          New documentation file, describing the behavior of the CIDL
          compiler with respect to automatic generation of code to
          register valuetype factories for eventtypes referenced by
          'consumes' declarations in a component.

Tue Sep 21 13:04:39 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:

          Added code to check an eventtype used as an event consumer
          in a component for the presence of an operation or
          factory. If either is found, code generation for registering
          the associated _init class with the container's ORB is skipped.
          Also added command line option to toggle off generation of
          the factory registration in all cases. Thanks to
          Vasili Goutas <vasili@goutas.de> for the posting to the ciao-users
          mailing list that prompted us to make the CIDL compiler
          smarter and more friendly with regard to this feature.

Tue Sep 21 13:00:33 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CCF/CCF/IDL3/IDL3.vcproj:

          Added new files create by Boris for eventtype factory support.

        * CCF/CCF/IDL3/SemanticGraph/EventType.cpp:

          Fixed search-and-replace error in EventTypeFactory constructor
          that had it inheriting from itself.

Tue Sep 21 11:08:20 2004  Boris Kolpackov  <boris@dre.vanderbilt.edu>

        * CCF/CCF/IDL2/SemanticGraph/ValueType.cpp:
        * CCF/CCF/IDL2/SemanticGraph/ValueType.hpp:
        * CCF/CCF/IDL2/Traversal/ValueType.hpp:
        * CCF/CCF/IDL3/Parser.cpp:
        * CCF/CCF/IDL3/Parser.hpp:
        * CCF/CCF/IDL3/SemanticAction.hpp:
        * CCF/CCF/IDL3/SemanticAction/EventTypeFactory.hpp:
        * CCF/CCF/IDL3/SemanticAction/Factory.hpp:
        * CCF/CCF/IDL3/SemanticAction/Impl/EventTypeFactory.cpp:
        * CCF/CCF/IDL3/SemanticAction/Impl/EventTypeFactory.hpp:
        * CCF/CCF/IDL3/SemanticAction/Impl/Factory.cpp:
        * CCF/CCF/IDL3/SemanticAction/Impl/Factory.hpp:
        * CCF/CCF/IDL3/SemanticGraph/EventType.cpp:
        * CCF/CCF/IDL3/SemanticGraph/EventType.hpp:
        * CCF/CCF/IDL3/Traversal/EventType.hpp:

          Added support for eventtype factories.

Tue Sep 21 07:39:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/Context_Impl_Base.cpp:
          Use false instead of FALSE.

Mon Sep 20 18:47:47 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Config_Handlers.mpc:

          Use lit_libs for xercesc as suggested by Chad Elliott.

        * performance-tests/Protocols/Sender/Sender.idl:

          Fixed the IDL to compile with the latest changes to IDL
          compiler.

Mon Sep 20 18:43:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc:
          Added strategies as base project

Mon Sep 20 11:37:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/StandardConfigurator_Impl.h:
          Removed not needed qualifier, and fixed incorrect Id tag

Sun Sep 19 19:12:22 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/Deployment.idl:

          Fixed variable name that differ by case from the data type.

Fri Sep 17 16:46:32 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/CIDLC.sln:

          Added the 5 projects from CCF.sln so the CIDL compiler can be
          built from scratch in a single MSVC 7.1 Solution.

Fri Sep 17 08:27:57 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/Context_Impl_Base.cpp:
        * ciao/Context_Impl_Base.cpp:

          Use false instead of FALSE. This should fix compile errors in
          debian full reactor builds.

Fri Sep 17 13:22:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc:
          Use ciao_server as base

Thu Sep 16 10:15:04 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/ciao/Servant_Impl_Base.h:

          Added inheritance to Servant_Impl_Base of
          POA_Components::CCMObject to bring it in sync with the
          version in regular CIAO/ciao.

        * DAnCE/ciao/Servant_Impl_T.h:

          Made inheritance of Servant_Impl_Base virtual, to bring it
          in sync with the version in regular CIAO/ciao.

Thu Sep 16 08:44:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/Servant_Activator.cpp:
        * CIAO/ciao/Servant_Activator.cpp:
          Fixed compile errors in Borland build

Tue Sep 14 20:43:31 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/Context_Impl_Base.h:
        * DAnCE/ciao/Context_Impl_Base.h:

          Moved a sufficiently substantial included file above the
          #pragma once directive, so that some compilers will not
          complain that it's obsolete.

Tue Sep 14 15:02:24 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/ciao/Context_Impl_Base.cpp:
        * DAnCE/ciao/Context_Impl_Base.h:
        * DAnCE/ciao/Context_Impl_T.cpp:
        * DAnCE/ciao/Context_Impl_T.h:
        * DAnCE/ciao/Home_Servant_Impl_Base.cpp:
        * DAnCE/ciao/Home_Servant_Impl_Base.h:
        * DAnCE/ciao/Home_Servant_Impl_T.cpp:
        * DAnCE/ciao/Home_Servant_Impl_T.h:
        * ciao/Context_Impl_Base.cpp:
        * ciao/Context_Impl_Base.h:
        * ciao/Context_Impl_T.cpp:
        * ciao/Context_Impl_T.h:
        * ciao/Home_Servant_Impl_Base.cpp:
        * ciao/Home_Servant_Impl_Base.h:
        * ciao/Home_Servant_Impl_T.cpp:
        * ciao/Home_Servant_Impl_T.h:

          New files, duplicated in CIAO/ciao and
          CIAO/DAnCE/ciao, containing base classes
          for the CIDL-compiler-generated context
          and home servant classes. A template class
          sits in the hierarchy between the generated
          class and its skeleton base class (in the
          case of the home servant) or its executor
          base (in the case of the context). The
          template class also inherits from a
          non-template class which is used to hold
          members and operations not using any template
          parameters.

        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:
        * DAnCE/ciao/CCM_Core.mpc:
        * DAnCE/ciao/Servant_Impl_Base.cpp:
        * DAnCE/ciao/Servant_Impl_Base.h:
        * DAnCE/ciao/Servant_Impl_T.cpp:
        * DAnCE/ciao/Servant_Impl_T.h:
        * ciao/CCM_Core.mpc:
        * ciao/Servant_Impl_Base.cpp:
        * ciao/Servant_Impl_Base.h:
        * ciao/Servant_Impl_T.cpp:
        * ciao/Servant_Impl_T.h:

          Modified existing files to correspond with the
          new files described above and:

          - Added implementations for the component servant
            operations provide_facet(), get_named_facets(),
            get_consumer() and get_named_consumers().

          - Added inheritance of CCMObject to the non-template
            base class, to enable operations in the template
            base class, which used no template parameters but
            which were there only to be in the inheritance
            hierarchy from skeleton to generated servant, to
            be moved to the non-template base class, and
            thus not be reinstantiated with every new type.

          - Moved operations from generated code to one of
            the two base classes.

Mon Sep 13 13:18:33 2004  Gan Deng  <gan.deng@vanderbilt.edu>

        * RepositoryManager/Update_Plan.h

          Fixed a waring in Windows build by changing "class" to "struct"
          in forward declaration.

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

          Changed the output stub, servant, and executor library names
          for all the components in BasicSP example. The reason is
          becasue all the DnC descriptors are tightly coupled with the
          output library names. I might come back switch this change
          back since this will conflict with the BasicSP example in
          CIAO_ROOT/examples.

Mon Sep 13 13:07:33 2004  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp

          Fixed a bug inside create_connections () method.

Mon Sep 13 15:16:33 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/run_test.pl:
        * DAnCE/tests/NodeApplicationTest/run_test_ex.pl:
        * DAnCE/tests/NodeApplicationTest/run_test_simple.pl:

          Fixed the paths in the scripts.

Mon Sep 13 07:11:06 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/Port_Activator.h:
        * DAnCE/ciao/Servant_Activator.cpp:
        * ciao/Port_Activator.h:
        * ciao/Servant_Activator.cpp:

          Fixes for MSVC++ compilation errors. Inspite of being careful I
          introduced a couple of VC++ anathemas.

Mon Sep 13 06:16:31 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/Container_Base.cpp:
        * ciao/Container_Base.cpp:

          Fixed wrong ACE_CHECK usage. This should fix compilation errors
          in Full_Reactors build.

Mon Sep 13 04:20:44 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/CCM_Core.mpc:

          Removed iorinterceptor and objreftemplate from CIAO_DnC_Server
          project. No reason to believe that they need thes. This should
          hopefully remove the warnings in our daily builds.

        * examples/Hello/Sender/Sender_exec.cpp:

          Added a simple debug statement.

        * performance-tests/Benchmark/Benchmark.mpc:

          Tried fixing the link errors on the scoreboard.

Mon Sep 13 03:50:08 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/CCM_Core.mpc:
        * DAnCE/ciao/Container_Base.cpp:
        * DAnCE/ciao/Container_Base.h:
        * DAnCE/ciao/Container_Base.inl:
        * DAnCE/ciao/Port_Activator.cpp:
        * DAnCE/ciao/Port_Activator.h:
        * DAnCE/ciao/Port_Activator_T.cpp:
        * DAnCE/ciao/Port_Activator_T.h:
        * DAnCE/ciao/Servant_Activator.cpp:
        * DAnCE/ciao/Servant_Activator.h:

          Replicated changes to DAnCE. DAnCE testing hasn't been completed
          yet.

Sun Sep 12 22:10:38 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:

          Changes to the CIDL which uses the servant and port activators
          checked in now.

Mon Sep 13 03:00:52 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        To overcome the long standing problem in DAnCE, we are now making
        the facet and consumer servants to be on demand activatable. This
        would make sure that application level ports are not activated
        until used. This should help address the problems between DAnCE
        and existing way of doing things. These changes should be useful
        even after old CIAO is removed since we want to give existing
        component applications the same activation semantics with DAnCE.

        This checkin addresses old CIAO. DAnCE and CIDLC changes will come
        in soon.

        * ciao/Servant_Activator.cpp:
        * ciao/Servant_Activator.h:

          New files for facet and consumer activations. We now have a
          seperate servant activator for facet and consumer ports. The
          servant activator acts like a factory activating the right port
          activators which can create the right servant for every port.

        * ciao/Port_Activator.cpp:
        * ciao/Port_Activator.h:
        * ciao/Port_Activator_T.cpp:
        * ciao/Port_Activator_T.h:

          Concrete port activators for every port.

        * ciao/CCM_Core.mpc:

          Added the new files for building.

        * ciao/Container_Base.cpp:
        * ciao/Container_Base.h:
        * ciao/Container_Base.inl:

          Changes to the Container to use the above servant activator. The
          continer creates the servant activator and sets that in the POA
          meant for facet and consumers.

Fri Sep 10 23:08:15 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/Container_Base.cpp:
        * DAnCE/ciao/Container_Base.h:
        * ciao/Container_Base.cpp:
        * ciao/Container_Base.h:

          Reverted this change "Sat Sep 11 03:35:24 2004  Balachandran
          Natarajan  <bala@dre.vanderbilt.edu>"

Fri Sep 10 22:53:58 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/CCM_Core.mpc:
        * ciao/CCM_Core.mpc:

          Linked with TAO_Utils library

Sat Sep 11 03:35:24 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/Container_Base.cpp:
        * DAnCE/ciao/Container_Base.h:
        * ciao/Container_Base.cpp:
        * ciao/Container_Base.h:

          Removed install_servant () since it is not used.

Fri Sep 10 22:28:45 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Changes to accomodate the accessor renaming.

Sat Sep 11 03:22:06 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * ciao/Container_Base.cpp:
        * ciao/Container_Base.h:
        * ciao/Container_Base.inl:
        * DAnCE/ciao/Container_Base.cpp:
        * DAnCE/ciao/Container_Base.h:
        * DAnCE/ciao/Container_Base.inl:

          Made a few changes. They are

          . Added a second POA into the container. One of the POA's will
            host the component and the other POA will host the facet and
            consumer servants. Obviously the two POA's have different sets
            of policies. The new POA is primarily targeted to activate
            facet and consumer servants on demand.

          . Renamed the accessor to the ORB and POA. Made them const
            methods

          . Improved documentation and a number of costeic changes.


        * DAnCE/RepositoryManager/Repository_Manager.cpp:
        * DAnCE/RepositoryManager/Update_Plan.cpp:
        * DAnCE/RepositoryManager/Update_Plan.h:

          BUnch of cosmetic changes to be conformant with ACE+TAI coding
          guidelines.

        * DAnCE/ciao/Servant_Impl_Base.cpp:
        * DAnCE/ciao/Servant_Impl_T.cpp:
        * ciao/Servant_Impl_Base.cpp:
        * ciao/Servant_Impl_T.cpp:

          Fixed simple compilation errors and warnings.

Thu Sep  9 17:07:59 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/IDL3/Events/Abstract/Abstract.idl:

          Uncommented IDL testing multiple inheritance of eventtypes.

Thu Sep  9 10:30:22 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/ciao/Container_Base.cpp:
        * DAnCE/ciao/Container_Base.h:
        * ciao/Container_Base.cpp:

          Added generate_reference() method to DAnCE version of
          Container_Base, and fixed ACE_CHECK macro mistake in
          both versions.

Wed Sep  8 11:52:45 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          Updated files with changes made to the corresponding files
          in regular CIAO/ciao.

Tue Sep  7 22:14:43 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * CCF/CCF/IDL2/SemanticGraph/Elements.hpp:
        * CCF/CCF/IDL2/Traversal/Elements.hpp:
        * CIDLC/ExecutorMappingGenerator.cpp:

          Fixed unused argument warnings.

Tue Sep  7 15:48:19 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/ciao/Servant_Impl_Base.cpp:
        * ciao/Servant_Impl_Base.cpp:

          Cosmetic changes.

        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:
        * DAnCE/ciao/Servant_Impl_T.cpp:
        * DAnCE/ciao/Servant_Impl_T.h:
        * ciao/Servant_Impl_T.cpp:
        * ciao/Servant_Impl_T.h:

          Moved several methods from the generated servant class to the
          template Servant_Impl base class.

Tue Sep  7 10:44:10 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/CIDLC.mpc:
        * CIDLC/CIDLC.vcproj:
        * CIDLC/RepositoryIdGenerator.cpp:
        * CIDLC/RepositoryIdGenerator.hpp:
        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:
        * CIDLC/cidlc.cpp:

          - Updated the RepositoryIdGenerator and re-added the source
            and header files to the build. This generator creates
            repository ids for interfaces and eventtypes, and stores
            them internally in a context variable for later access
            in code generation. It also handles modifications to the
            repository ids stemming from 'typeprefix' or 'typeid'
            declarations.

          - Added generation of 'provide_<facet name>_i' and
            'get_consumer_<event consumer name>_i' methods in the servant,
            which create dummy object references and store them in the
            appropriate port table in the servant base class.

          - Re-implemented the generated 'provide_<facet name>' and
            'get_consumer_<event consumer name>' methods. They now
            use the container's POA to activate the dummy objects
            created by the corresponding _i methods described above.
            The activation takes place upon the first outside access
            of these objects. If an object has already been activated,
            it will simply be found in its port table and returned.
            Thanks to Bala for the prototype code for this feature.

        * ciao/Container_Base.cpp:
        * ciao/Container_Base.h:

          Added 'generate_reference' utility method called by the
          '_i' methods described above.

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

          Added 'lookup_facet' and 'lookup_consumer' methods used in
          generated servant code to determine if a desired object has
          been activated already (and added to a port table) or not.

Mon Aug 30 12:52:28 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/Benchmark/Benchmark.mpc:

          Fixes for link errors in the daily builds

Sun Aug 29 19:25:21 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tools/XML_Helpers/XMLHelpers.mpc:

          Fix for link errors in Debian_Core builds.

Sun Aug 29 19:02:42 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/CCM_Core.mpc:

          Added valuetype seperately to the Deployment_svnt project.

Sun Aug 29 18:10:13 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/examples/BasicSP/BMClosedED/BMClosedED_svnt.h:
        * DAnCE/examples/BasicSP/BMDevice/BMDevice_svnt.h:
        * DAnCE/examples/BasicSP/BMDisplay/BMDisplay_svnt.h:
        * DAnCE/examples/BasicSP/EC/EC_svnt.h:

          These files should not be in the repository.

Sat Aug 28 18:44:00 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/examples/BasicSP/BMDevice/BMDevice.mpc:

          Fixed a compile erros in the daily builds.

Sat Aug 28 09:22:15 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

          Fixed the project names and shared librray names so that they
          don't collide with the regual BasicSP test. Ideally there
          shouldn't be any duplicate code. I waill talk to Gan about
          this.

Thu Aug 26 16:45:10 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/IDL3/Lookup/README:
        * tests/IDL3/Lookup/lookup_test.idl:
        * tests/IDL3/Lookup/lookup_test.mpc:

          New files, a test for the IDL compiler lookup of declarations
          in base interfaces, valuetypes, components, and homes, and
          in supported interfaces, referenced by the local name in the
          derived IDL type. Thanks to Boris Kolpackov
          <boris@dre.vanderbilt.edu> for reporting the bug and for
          providing an example IDL file that illustrates the various
          cases.

Thu Aug 26 13:24:40 2004  Gan Deng <gan.deng@vanderbilt.edu>

        * DAnCE/examples/BaiscSP/*.*:

          Created above directory and subdictories to add an example for
          using DAnCE.

Thu Aug 26 12:28:40 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/CIDLC.vcproj:

          Added missing files to project.

Thu Aug 26 11:25:39 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/CIDL/CodeGen/CodeGen.mpc:

          Changed dependency from ciao_server to ciao_servant.

Wed Aug 25 11:28:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/DnC_Dump.h:
          Removed not needed qualifier

        * DAnCE/RepositoryManager/RepositoryManager_Impl.h:
          Removed not needed ; after namespace closure

Wed Aug 25 11:24:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/Config_Error_Handler.h:
          Removed not needed ; after namespace closure

Tue Aug 24 11:31:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/Config.h:
          Removed not needed ; after namespace closure

Mon Aug 23 21:47:10 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/XSCRT/Elements.hpp:
        * DAnCE/Config_Handlers/XSCRT/Elements.ipp:
        * DAnCE/Config_Handlers/XSCRT/Elements.tpp:
        * DAnCE/Config_Handlers/XSCRT/ExtendedTypeInfo.hpp:
        * DAnCE/Config_Handlers/XSCRT/ExtendedTypeInfo.ipp:
        * DAnCE/Config_Handlers/XSCRT/Parser.hpp:
        * DAnCE/Config_Handlers/XSCRT/Parser.ipp:
        * DAnCE/Config_Handlers/XSCRT/Parser.tpp:
        * DAnCE/Config_Handlers/XSCRT/Traversal.hpp:
        * DAnCE/Config_Handlers/XSCRT/Traversal.ipp:
        * DAnCE/Config_Handlers/XSCRT/Traversal.tpp:
        * DAnCE/Config_Handlers/XSCRT/XMLSchema.hpp:
        * DAnCE/Config_Handlers/XSCRT/XMLSchema.ipp:
        * DAnCE/Config_Handlers/XSCRT/XMLSchema.tpp:

          Added XSCRT 0.0.4 into the repository to compile the handlers.

Mon Aug 23 21:32:50 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/TypeNameEmitter.cpp:

          Fixed a compiler error in the daily builds showing up from a
          non-const declaration of a char * for extraction into an Any.

        * DAnCE/Config_Handlers/Config.h:

          Deployment.h has been renamed to Config.h

        * DAnCE/Config_Handlers/Process_Element.h:
        * DAnCE/Config_Handlers/Basic_Handler.h:

          Include Config.h

        * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp:
        * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp:
        * DAnCE/Config_Handlers/Deployment.cpp:
        * DAnCE/Config_Handlers/Deployment.hpp:
        * DAnCE/Config_Handlers/ccd.cpp:
        * DAnCE/Config_Handlers/ccd.hpp:
        * DAnCE/Config_Handlers/cdd.cpp:
        * DAnCE/Config_Handlers/cdd.hpp:
        * DAnCE/Config_Handlers/cdp.cpp:
        * DAnCE/Config_Handlers/cdp.hpp:
        * DAnCE/Config_Handlers/cid.cpp:
        * DAnCE/Config_Handlers/cid.hpp:
        * DAnCE/Config_Handlers/cpd.cpp:
        * DAnCE/Config_Handlers/cpd.hpp:
        * DAnCE/Config_Handlers/iad.cpp:
        * DAnCE/Config_Handlers/iad.hpp:
        * DAnCE/Config_Handlers/pcd.cpp:
        * DAnCE/Config_Handlers/pcd.hpp:
        * DAnCE/Config_Handlers/toplevel.cpp:
        * DAnCE/Config_Handlers/toplevel.hpp:
        * DAnCE/Config_Handlers/Config_Handlers.mpc:

          Generated code from XSC which is going to be used for the next
          generation handlers. They have been added in the MPC but guarded
          with requires += dummy_label since they give lot of warnings.

Mon Aug 23 08:02:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:
          Fixed typo in vpath

Sun Aug 22 22:23:12 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Config_Handlers.mpc:

          Fixed VC6 compilation errors.

Mon Aug 23 01:07:24 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/StandardConfigurator_Impl.cpp:
        * ciao/StandardConfigurator_Impl.cpp:

          Fixed unused variable warnings.

Sun Aug 22 21:28:34 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

          Added these files to the DAnCE builds. These were from the
          following change

          Tue Aug 17 14:29:00 2004  Jules White <jules@dre.vanderbilt.edu>

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

          Fixed compilation errors in builds where exceptions have been
          turned off.

Sun Aug 22 22:11:49 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:

          Fixed redeclaration error in VC6 builds.

Sun Aug 22 20:08:10 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Fixed unused variable warnings in the generated code.

Sun Aug 22 17:06:44 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tools/IDL3_to_IDL2/be_global.cpp:
        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:

          Fixed unused variable warnings in our daily builds.

Sun Aug 22 16:26:01 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/Protocols/Receiver/Receiver.mpc:

          Fixed a compile error in our daily builds.

Fri Aug 20 16:01:55 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:

          Fixed typo in source file name.

Fri Aug 20 10:39:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/Container_Base.h:
          Fixed compile errors

Fri Aug 20 07:32:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Container_Base.h:
          Fixed compile errors

Thu Aug 19 17:13:22 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          Added code generation for the set_attributes() method called
          on the servant by the deployer.

Thu Aug 19 16:09:45 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/Container_Base.h:
        * ciao/Container_Base.h:

          Fixed a compilation error reported by  Roland Schimmack <Roland
          dot Schimmack at gmx dot de>

Thu Aug 19 08:44:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * PROBLEM-REPORT-FORM:
          Ask for the default.features file used by MPC.

Wed Aug 18 14:21:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeManager/NodeDaemon_Impl.h:
          Added missing pragma pop

Tue Aug 17 14:29:00 2004  Jules White <jules@dre.vanderbilt.edu>

        * CIAO/ciao/Servant_Impl_Base.h:
        * CIAO/ciao/Servant_Impl_Base.cpp:
          Added a method to create and return the StandardConfigurator for a component.
          Overrided _default_POA so that it returns the POA of the servant's container.

        * CIAO/ciao/StandardConfigurator_Impl.h:
        * CIAO/ciao/StandardConfigurator_Impl.cpp:
          Created an implementation of the StandardConfigurator interface.

Mon Aug 16 22:15:52 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.cpp:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.h:

          Fixed compilation errors in builds where exceptions have been
          turned off.

Mon Aug 16 22:09:52 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/Protocols/Sender/Sender.mpc:

          Fix for link errors on the scoreboard.

Mon Aug 16 21:01:49 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/Benchmark/Benchmark.mpc:

          Fix for link errors on the scoreboard.

Mon Aug 16 16:44:13 2004  J.T. Conklin  <jtc@acorntoolworks.com>

        * CIAO/DAnCE/ExecutionManager/Execution_Manager.cpp:
        * CIAO/DAnCE/NodeManager/Node_Daemon.cpp:
        * CIAO/DAnCE/ciao/CCM_Container.idl:
        * CIAO/ciao/CCM_Container.idl:
          Changed #include "orbsvcs/orbsvcs/..." to #include "orbsvcs/...".

Mon Aug 16 16:36:49 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:

          Changed conversion for eventtypes to generate, instead of the
          original eventtype, a valuetype with Components::EventBase added
          to its inheritance list. This is completely equivalent to the
          original eventtype and has the advantage that it eliminates the
          need to use the -Sm option (disabling CCM equivalent IDL
          preprocessing) when running the IDL compiler on a converted
          file. Thanks to Bala Natarajan <bala@dre.vanderbilt.edu> for
          the suggestion.

Mon Aug 16 14:14:15 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl:

          Do not do the compile the implied data part of the IDL.

Mon Aug 16 12:42:59 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/CAD_Handler.h:
        * DAnCE/Config_Handlers/CEPE_Handler.h:
        * DAnCE/Config_Handlers/CPK_Handler.h:
        * DAnCE/Config_Handlers/CPR_Handler.h:
        * DAnCE/Config_Handlers/Cap_Handler.h:
        * DAnCE/Config_Handlers/CompIntrDesc_Handler.h:
        * DAnCE/Config_Handlers/CompPkgDesc_Handler.h:
        * DAnCE/Config_Handlers/DT_Handler.h:
        * DAnCE/Config_Handlers/Domain_Handler.h:
        * DAnCE/Config_Handlers/ERE_Handler.h:
        * DAnCE/Config_Handlers/IAD_Handler.h:
        * DAnCE/Config_Handlers/ID_Handler.h:
        * DAnCE/Config_Handlers/IR_Handler.h:
        * DAnCE/Config_Handlers/MID_Handler.h:
        * DAnCE/Config_Handlers/NIA_Handler.h:
        * DAnCE/Config_Handlers/PCI_Handler.h:
        * DAnCE/Config_Handlers/PC_Handler.h:
        * DAnCE/Config_Handlers/Plan_Handler.h:
        * DAnCE/Config_Handlers/Process_Element.h:
        * DAnCE/Config_Handlers/Property_Handler.h:
        * DAnCE/Config_Handlers/RS_Handler.h:
        * DAnCE/Config_Handlers/RUK_Handler.h:
        * DAnCE/Config_Handlers/Requirement_Handler.h:
        * DAnCE/Config_Handlers/SPK_Handler.h:
        * DAnCE/Config_Handlers/SP_Handler.h:
        * DAnCE/Config_Handlers/TPD_Handler.h:
        * DAnCE/Config_Handlers/Utils.h:

          Use ciao/ to include any header files from core ciao.

        * DAnCE/ciao/CCM_Core.mpc:
        * DAnCE/tests/Config_Handlers/handler_test.mpb:
        * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:

          Use the right libraries for linking. This should probably
          address some of the core build errors on the scoreboard.

Sun Aug 15 18:32:49 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:
        * tools/IDL3_to_IDL2/TAO_IDL3_TO_IDL2_BE_Export.h:
        * tools/IDL3_to_IDL2/be_extern.h:
        * tools/IDL3_to_IDL2/be_global.cpp:
        * tools/IDL3_to_IDL2/be_global.h:
        * tools/IDL3_to_IDL2/be_helper.cpp:
        * tools/IDL3_to_IDL2/be_helper.h:
        * tools/IDL3_to_IDL2/be_init.cpp:
        * tools/IDL3_to_IDL2/be_produce.cpp:
        * tools/IDL3_to_IDL2/be_sunsoft.cpp:
        * tools/IDL3_to_IDL2/be_sunsoft.h:
        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:
        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.h:
        * tools/IDL3_to_IDL2/README:

          New files implementing a tool that inputs an IDL file with IDL3
          constructs and generates another IDL file with the IDL3
          constructs converted to the spec-defined IDL2 equivalents. Using
          the generated file instead of the original one in applications
          will allow the developer to reference the IDL2 equivalent types
          in application IDL, rather than just in C++ code as before.
          The generated IDL file has a '_IDL2' suffix added to the
          original file name just before the '.idl' extension.

Sun Aug 15 09:17:59 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/Benchmark/Benchmark.mpc:

          Added missing libraries as reported by our daily builds.

Sun Aug 15 09:12:36 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/tests/Config_Handlers/handler_test.mpb:

          Fixed the handlers to link in CIAO_DnC_Container too.

Sat Aug 14 14:44:24 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Config_Handlers.mpc:

          Do not include /usr/lib to be in libpaths. This is odd and
          shouldn't be there at the application level. Applications should
          only be bothered about using $XERCESCROOT and the like. If the
          application doesn't specify the compiler, linker and the loader
          knows where to pick things from.

Sat Aug 14 14:07:53 2004  Aniruddha Gokhale  <a.gokhale@vanderbilt.edu>

        * DAnCE/NodeManager/Node_Daemon.cpp:

          Included "ace/os_include/os_netdb.h since otherwise the
          MAXHOSTNAMELEN constant was not found.

Sat Aug 14 15:36:28 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/NodeManager/NodeDaemon_Impl.cpp:
        * DAnCE/NodeManager/NodeDaemon_Impl.h:
        * DAnCE/NodeManager/Node_Daemon.cpp:

          Cosmetic fixes for fuzz errors and other simple fixes for the
          daily builds.

        * DAnCE/NodeManager/README:

          Added a README file in the directory.

Sat Aug 14 04:20:44 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
        * DAnCE/ciao/ComponentsC.h:
        * ciao/ComponentsC.h:

          Removed a trailing ; at the end of namespace closure. g++-3.4.1
          starts getting seizures once it locates a trailing ;.

Sat Aug 14 03:29:18 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/tests/Config_Handlers/handler_test.mpb:
        * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:
        * tools/XML_Helpers/XMLHelpers.mpc:

          Tried fixing some warnings and errors in the builds. I am not
          able to reproduce it and so I am taking a blind shot.

Thu Aug 12 14:14:00 Jules White <jules@dre.vanderbilt.edu>

        * docs/schema/cdp.xsd:
        * docs/schema/Modified_Deployment.xsd:

          Changed the schema so that it was more compliant with the spec.

Thu Aug 12 15:25:44 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/NEWS:
        * DAnCE/ciao/Servant_Impl_T.cpp:
        * DAnCE/ciao/Servant_Impl_T.h:

          Updates at this

Thu Aug 12 11:35:44 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ciao/Servant_Impl_T.cpp:
        * DAnCE/ciao/Servant_Impl_T.h:

          Propogating the changes from "Mon Aug  9 11:38:04 2004  Jeff
          Parsons <j.parsons@vanderbilt.edu>"  to DAnCE.

        * DAnCE/tests/Config_Handlers/Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Handler_Test.h:

          Cleaned up things so that it is more portable.

        * DAnCE/tests/Config_Handlers/handler_test.mpb:

          Put Handler_Test as a template file.

Thu Aug 12 16:20:19 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/tests/Config_Handlers/Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Handler_Test.h:
        * DAnCE/tests/Config_Handlers/Handler_Test.i:

          Fixed fuzz errors.

Wed Aug 11 22:37:31 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/NodeManager/Node_Daemon.cpp:
        * tests/RTCCM/DiffServ/Sender/Sender_exec.cpp:

          Fixed fuzz errors.

Wed Aug 11 22:15:26 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:

          Fixed yet another problem with MPC file. Should by now compile
          clean on the scoreboard. Let us see hwo it goes.

Wed Aug 11 20:08:58 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/CIDLC.mpc:

          Fixed library paths. This seems to have been busted.

Wed Aug 11 14:38:00 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/ExecutionManager/Execution_Manager.cpp:

          Made certain parts exception safe and fixed fuzz errors.

        * tests/CIDL/CodeGen/CodeGen.mpc:

          The MPC file was busted which lead to errors in the daily
          builds.

        * tests/RTCCM/DiffServ/Receiver/Receiver.mpc:

          Fixed errors in he MPC file.

        * tests/RTCCM/DiffServ/Sender/Sender_exec.cpp:

          Fixed fuzz errors.

Wed Aug 11 12:45:09 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * CIDLC/CIDLC.mpc:

          Added new files startting with Exec* into the CIDLC project.

        * CIAOTAO.mwc:

          Added tests section to the above file.

Wed Aug 11 15:08:44 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tests/CIDL/CodeGen/CodeGen.mpc:

          Fix for the compilation errors in the daily builds.

Mon Aug  9 11:38:04 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/Servant_Impl_T.cpp:
        * ciao/Servant_Impl_T.h:

          Moved the body of the destructor and the same_component()
          method from the generated servant class to the base class.

Sat Aug  7 17:55:59 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:

          Prevented compilation errors if CIDL is not built.

Sat Aug  7 16:43:45 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tests/CIDL/CodeGen/CodeGen.mpc:
        * tests/IDL3/Homes/Basic/Basic.mpc:

          Changed the name of the stub library and project names. There
          was a clash in project and library names.

Thu Aug  5 17:42:56 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          New files, which generate empty executor implementation
          classes (with spec-defined operations filled in and
          IDL operations and attributes marked for the developer
          to fill in). This generation is optional, triggered by
          the CIDL compiler command line option --gen-exec-impl.
          Two other options --exec-hdr-file-suffix and --exec-src-file-suffix,
          can override the default generated file extensions of
          _exec.h and _exec.cpp. Tao others, --exec-hdr-file-regex and
          --exec-src-file-regex, allow replacement of default generated
          filenames by pattern matching with regular expressions.
          And finally, two more, --exec-export-include,
          overrides the default generated export macro header file,
          and --exec-export-macro, overrides the default generated
          export macro for the executor implementation file.

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

          - Added generation of (unimplemented) home finder
            operations.

          - Filled gaps and organized the command line options
            for servant filename suffixes and regular expressions
            to replace default generated filenames.

          - Added a new type name emitter that generates the
            appropriate NULL return value for any type.

        * tests/CIDL/CodeGen/Basic.idl:
        * tests/CIDL/CodeGen/Basic_stub_export.h:
        * tests/CIDL/CodeGen/Basic_svnt_export.h:
        * tests/CIDL/CodeGen/CodeGen.cidl:
        * tests/CIDL/CodeGen/CodeGen.idl:
        * tests/CIDL/CodeGen/CodeGen.mpc:
        * tests/CIDL/CodeGen/CodeGen_exec_export.h:
        * tests/CIDL/CodeGen/CodeGen_stub_export.h:
        * tests/CIDL/CodeGen/CodeGen_svnt_export.h:
        * tests/CIDL/CodeGen/README:

          New test, for servant and executor implemtation code
          generation of the CIDL compiler. This test target
          correct code generation for many component-specific
          features of IDL - catching operations and attributes
          for supported interfaces, operations and attributes
          for parents of supported interfaces, home operations
          from base homes, inherited home factory and finder
          operations, etc. The object of the test is to check
          that the generated code builds and links successfully.

Thu Aug  5 15:49:10 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.h:

          Made destructors in reference count enabled classes protected to
          enforce proper memory management through the reference counting
          mechansism (i.e. prevent directly calling operator delete() on
          the reference counted object).

          (cube_long):
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.cpp (cube_long):
        * performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h
          (makeCall):
        * performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp
          (makeCall):

          Added missing emulated exception parameter.  Fixes compile-time
          errors in emulated exception builds.

        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp
          (ccm_activate):

          Corrected emulated excepton parameter.  Fixes a compile-time
          error in emulated exception builds.

        * performance-tests/Protocols/Controller/Controller.mpc:
        * tests/RTCCM/DiffServ/Receiver/Receiver.mpc
          (DiffServ_Receiver_exec):
        * tests/RTCCM/DiffServ/Sender/Sender.mpc (DiffServ_Sender_exec):

          Added missing "requires += exceptions".  These tests will not
          compile in emulated exception configurations.

        * performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp
          (get_latency):

          Fixed unused parameter warning in emulated exception builds.

Thu Aug  5 11:48:49 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * performance-tests/Protocols/Controller/Controller.mpc:

          Corrected library link order.  Addresses undefined reference
          link-time errors in static builds.

        * tools/XML_Helpers/XMLHelpers.mpc (Helper_Test):

          Added missing TAO_IFR_Client library to "libs" variable.
          Addresses undefined reference link-time errors in static
          builds.

Thu Aug  5 13:28:49 2004  Will Otte <wotte@dre.vanderbilt.edu>

        * docs/schema/ciaopolicy.xsd:

          Schema describing ORB policy configurations.

Thu Aug  5 11:56:03 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CCF/CCF/CodeGenerationKit/IndentationImplanter.hpp:

          Changed template template parameter of class Implanter from
          "Buffer" to "BufferType" because the former was causing a
          problem with VC 7.1 clashing with a class Buffer in another
          file.

Thu Aug  5 08:48:50 2004  Krishnakumar B  <kitty@nospam.invalid.domain>

        * CIAO-INSTALL.html: Updated to reflect dependency on Xerces and
          native exceptions.

Wed Aug  4 22:50:17 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * examples/Hello/Sender/Sender.mpc (Hello_Starter):
        * performance-tests/Protocols/Controller/Controller.mpc (perf):
        * tools/XML_Helpers/XMLHelpers.mpc (Helper_Test):

          Fixed static build link-time errors caused by not linking the
          appropriate libraries.

Wed Aug  4 22:31:24 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * docs/tutorial/Hello/client.cpp (main):

          Fixed typo that caused a syntax error.

Wed Aug  4 17:24:18 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * examples/OEP/Display/RateGen/RateGen_exec.cpp (create):
        * performance-tests/Benchmark/LatencyTest.cpp (makeCall):
        * performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp
          (makeCall):
        * tests/RTCCM/Priority_Test/Controllers/Rate_Controller.cpp
          (create):
        * tests/RTCCM/Priority_Test/Workers/CB_Worker_exec.cpp:
        * tests/RTCCM/Priority_Test/Workers/IOB_Worker_exec.cpp:

          Fixued unused parameter warnings.

        * docs/tutorial/Hello/hello_exec.cpp:
        * performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp:

          Fixed emulated exception usage.

          Fixed unused argument warnings.

        * docs/tutorial/Hello/client.cpp (main):
        * docs/tutorial/Hello/simple_client.cpp (main):
        * performance-tests/Benchmark/Multi_Threaded/client.cpp (main):
        * performance-tests/Benchmark/RoundTrip/client.cpp (main):
        * performance-tests/Benchmark/RoundTripClient/client.cpp (main):

          Fixed CORBA::ORB_init() arguments in emulated exception case.

          Added missing ACE_TRY_CHECK after CORBA::ORB_init() call.

        * performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
          (start):

          Fixed emulated exception usage.

          Added missing emulated exception parameter.  Fixes a
          compile-time error.

          Fixed unused parameter warnings.

        * tests/RTCCM/DiffServ/Sender/Sender_exec.cpp:

          Include "ace/OS_NS_unistd.h" to pull in ACE_OS::sleep()
          declaration.

        * tests/RTCCM/Priority_Test/Controllers/Controller_exec.cpp:

          Include "ace/OS_NS_stdio.h" to pull in ACE_OS::snprintf()
          declaration.

          Fixed unused parameter warnings.

Wed Aug  4 16:43:43 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.cpp:
        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp
          (push_Refresh):

          Fixed emulated exception usage.

          Fixed unused parameter warnings.

        * examples/OEP/BasicSP/EC/EC_exec.cpp (pulse):

          Added missing ACE_TRY_CHECK emulated exception macro.  Fixes
          warning about unused "ACE_TRY_LABEL" label.

        * examples/OEP/Display/RateGen/client.cpp:

          Include "ace/OS_NS_unistd.h" to pull in ACE_OS::sleep()
          declaration.

        * examples/Hello/Receiver/Receiver_exec.cpp (ccm_activate):
        * examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp
          (ccm_activate):
        * examples/OEP/BasicSP/BMDevice/BMDevice_exec.cpp (ccm_activate):
        * examples/OEP/BasicSP/BMDisplay/BMDisplay_exec.cpp
          (ccm_activate):
        * examples/OEP/Display/GPS/GPS_exec.cpp (get_MyLocation, posx):
          (posy, create):
        * examples/OEP/Display/GPS/GPS_tracing_exec.cpp (get_MyLocation):
          (posx, posy, create):
        * examples/OEP/Display/NavDisplay/NavDisplay_exec.cpp
          (ccm_activate):
        * examples/OEP/Display/NavDisplayGUI_exec/AddNavUnitCmd.cpp
          (execute):
        * examples/OEP/Display/NavDisplayGUI_exec/NodeItem.cpp (moveBy):
        * examples/OEP/Display/NavDisplayGUI_exec/QuitCmd.cpp (execute):

          Fixed unused parameter warnings.

Wed Aug  4 11:16:47 2004  Will Otte <wotte@dre.vanderbilt.edu>

        * Components/ComplexComponent/Attributes/Attributes.idl:
        * Homes/Attributes/HomeAttributes.idl:
        * ImpliedIDL/Components/Basic/ICBasic.idl:
        * Homes/Finder/Finder.idl:
        * ImpliedIDL/Components/EventSink/ICEventSink.idl:
        * ImpliedIDL/Components/EventSource/ICEventSource.idl:
        * ImpliedIDL/Components/Receptacles/ICReceptacles.idl:

          Addressed some build errors on the Fuzz build.

        * Components/ComplexComponent/Attributes/AttributesS.cpp:
        * Components/ComplexComponent/EventSink/EventSinkS.cpp:
        * Components/ComplexComponent/EventSource/EventSourceS.cpp:
        * Components/ComplexComponent/Facets/FacetsS.cpp:
        * Components/ComplexComponent/Receptacles/ReceptaclesS.cpp:
        * Components/SimpleComponent/SimpleComponentS.cpp:
        * Events/Abstract/AbstractS.cpp:
        * Events/Regular/RegularS.cpp:
        * Homes/Attributes/HomeAttributesS.cpp:
        * Homes/Basic/BasicS.cpp:
        * Homes/Factory/FactoryS.cpp:
        * Homes/Finder/FinderS.cpp:
        * Homes/Inheritance/InheritanceS.cpp:
        * ImpliedIDL/Components/Basic/ICBasicS.cpp:
        * ImpliedIDL/Components/EventSink/ICEventSinkS.cpp:
        * ImpliedIDL/Components/EventSource/ICEventSourceS.cpp:
        * ImpliedIDL/Components/Receptacles/ICReceptaclesS.cpp:
        * ImpliedIDL/Events/EventsS.cpp:
        * ImpliedIDL/Homes/HomesS.cpp:

          Removed a bunch of generated code from the repository.

Tue Aug  3 20:18:48 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * docs/schema/cid.xsd:
        * docs/schema/Deployment.xsd:

          Added some tweaks.

Tue Aug  3 14:25:44 2004  Will Otte <wotte@dre.vanderbilt.edu>

        * IDL3/Components/ComplexComponent/Attributes/Attributes.idl:
        * IDL3/Components/ComplexComponent/Attributes/Attributes.mpc:
        * IDL3/Components/ComplexComponent/Attributes/AttributesS.cpp:
        * IDL3/Components/ComplexComponent/Attributes/Attributes_stub_export.h:
        * IDL3/Components/ComplexComponent/Attributes/Attributes_svnt_export.h:
        * IDL3/Components/ComplexComponent/EventSink/EventSink.idl:
        * IDL3/Components/ComplexComponent/EventSink/EventSink.mpc:
        * IDL3/Components/ComplexComponent/EventSink/EventSinkS.cpp:
        * IDL3/Components/ComplexComponent/EventSink/EventSink_stub_export.h:
        * IDL3/Components/ComplexComponent/EventSink/EventSink_svnt_export.h:
        * IDL3/Components/ComplexComponent/EventSource/EventSource.idl:
        * IDL3/Components/ComplexComponent/EventSource/EventSource.mpc:
        * IDL3/Components/ComplexComponent/EventSource/EventSourceS.cpp:
        * IDL3/Components/ComplexComponent/EventSource/EventSource_stub_export.h:
        * IDL3/Components/ComplexComponent/EventSource/EventSource_svnt_export.h:
        * IDL3/Components/ComplexComponent/Facets/Facets.idl:
        * IDL3/Components/ComplexComponent/Facets/Facets.mpc:
        * IDL3/Components/ComplexComponent/Facets/FacetsS.cpp:
        * IDL3/Components/ComplexComponent/Facets/Facets_stub_export.h:
        * IDL3/Components/ComplexComponent/Facets/Facets_svnt_export.h:
        * IDL3/Components/ComplexComponent/Receptacles/Receptacles.idl:
        * IDL3/Components/ComplexComponent/Receptacles/Receptacles.mpc:
        * IDL3/Components/ComplexComponent/Receptacles/ReceptaclesS.cpp:
        * IDL3/Components/ComplexComponent/Receptacles/Receptacles_stub_export.h:
        * IDL3/Components/ComplexComponent/Receptacles/Receptacles_svnt_export.h:
        * IDL3/Components/SimpleComponent/SimpleComponent.idl:
        * IDL3/Components/SimpleComponent/SimpleComponent.mpc:
        * IDL3/Components/SimpleComponent/SimpleComponentS.cpp:
        * IDL3/Components/SimpleComponent/SimpleComponent_exec_export.h:
        * IDL3/Components/SimpleComponent/SimpleComponent_stub_export.h:
        * IDL3/Components/SimpleComponent/SimpleComponent_svnt_export.h:
        * IDL3/Events/Abstract/Abstract.idl:
        * IDL3/Events/Abstract/Abstract.mpc:
        * IDL3/Events/Abstract/AbstractS.cpp:
        * IDL3/Events/Abstract/Abstract_stub_export.h:
        * IDL3/Events/Abstract/Abstract_svnt_export.h:
        * IDL3/Events/Regular/Regular.idl:
        * IDL3/Events/Regular/Regular.mpc:
        * IDL3/Events/Regular/RegularS.cpp:
        * IDL3/Events/Regular/Regular_stub_export.h:
        * IDL3/Events/Regular/Regular_svnt_export.h:
        * IDL3/Homes/Attributes/HomeAttributes.idl:
        * IDL3/Homes/Attributes/HomeAttributes.mpc:
        * IDL3/Homes/Attributes/HomeAttributesS.cpp:
        * IDL3/Homes/Attributes/HomeAttributes_stub_export.h:
        * IDL3/Homes/Attributes/HomeAttributes_svnt_export.h:
        * IDL3/Homes/Basic/Basic.idl:
        * IDL3/Homes/Basic/Basic.mpc:
        * IDL3/Homes/Basic/BasicS.cpp:
        * IDL3/Homes/Basic/Basic_stub_export.h:
        * IDL3/Homes/Basic/Basic_svnt_export.h:
        * IDL3/Homes/Factory/Factory.idl:
        * IDL3/Homes/Factory/Factory.mpc:
        * IDL3/Homes/Factory/FactoryS.cpp:
        * IDL3/Homes/Factory/Factory_stub_export.h:
        * IDL3/Homes/Factory/Factory_svnt_export.h:
        * IDL3/Homes/Finder/Finder.idl:
        * IDL3/Homes/Finder/Finder.mpc:
        * IDL3/Homes/Finder/FinderS.cpp:
        * IDL3/Homes/Finder/Finder_stub_export.h:
        * IDL3/Homes/Finder/Finder_svnt_export.h:
        * IDL3/Homes/Inheritance/Inheritance.idl:
        * IDL3/Homes/Inheritance/Inheritance.mpc:
        * IDL3/Homes/Inheritance/InheritanceS.cpp:
        * IDL3/Homes/Inheritance/Inheritance_stub_export.h:
        * IDL3/Homes/Inheritance/Inheritance_svnt_export.h:
        * IDL3/ImpliedIDL/Components/Basic/ICBasic.idl:
        * IDL3/ImpliedIDL/Components/Basic/ICBasic.mpc:
        * IDL3/ImpliedIDL/Components/Basic/ICBasicS.cpp:
        * IDL3/ImpliedIDL/Components/Basic/ICBasic_stub_export.h:
        * IDL3/ImpliedIDL/Components/Basic/ICBasic_svnt_export.h:
        * IDL3/ImpliedIDL/Components/EventSink/ICEventSink.idl:
        * IDL3/ImpliedIDL/Components/EventSink/ICEventSink.mpc:
        * IDL3/ImpliedIDL/Components/EventSink/ICEventSinkS.cpp:
        * IDL3/ImpliedIDL/Components/EventSink/ICEventSink_stub_export.h:
        * IDL3/ImpliedIDL/Components/EventSink/ICEventSink_svnt_export.h:
        * IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl:
        * IDL3/ImpliedIDL/Components/EventSource/ICEventSource.mpc:
        * IDL3/ImpliedIDL/Components/EventSource/ICEventSourceS.cpp:
        * IDL3/ImpliedIDL/Components:

          Various tests of compilation for IDL3 constructs.

Tue Aug  3 18:36:10 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * docs/schema/README.html:

          File explaining what these new descriptors mean.

        * docs/schema/Basic_Deployment_Data.xsd:
        * docs/schema/Deployment.xsd:
        * docs/schema/Modified_Deployment.xsd:
        * docs/schema/Spec_Defined_Deployment.xsd:
        * docs/schema/Spec_Defined_XMI.xsd:
        * docs/schema/ccd.xsd:
        * docs/schema/cdd.xsd:
        * docs/schema/cdp.xsd:
        * docs/schema/cid.xsd:
        * docs/schema/cpd.xsd:
        * docs/schema/iad.xsd:
        * docs/schema/pcd.xsd:
        * docs/schema/toplevel.xsd:
        * docs/schema/unused_elements.xsd:

          Sets of schemata that will be used in DAnCE. The meaning of
          these different schemata have been documented in the
          README.html.

Sun Aug  1 09:30:37 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * ChangeLogs:

          Created a new directory and moved a bunch of ChangeLog entries
          there.

Sat Jul 31 11:15:15 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * CIAO version 0.4.2 released.

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