summaryrefslogtreecommitdiff
path: root/modules/CIAO/ChangeLogs/ChangeLog-04a
blob: e344fe85beebcd59cbcccf9d57f589748b9d8398 (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
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
Fri Jul 30 18:29:54 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* ciao/Servant_Impl_T.cpp (get_all_facets, get_all_consumers):

	  Fixed another instance of incorrect emulated exception
	  parameters.  The method definitions incorrectly used a default
	  valued parameters.

	  Fixed unused parameter warnings.

Fri Jul 30 17:29:18 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* NEWS:  Added CIAO 0.4.2 noteworthy items.

Thu Jul 29 16:54:01 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* DAnCE/ciao/Servant_Impl_T.cpp (get_all_facets):
	  (get_all_consumers):

	  Fixed incorrect emulated exception parameters.  The method
	  definitions incorrectly used a default valued parameters.

	  Fixed unused parameter warnings.

Thu Jul 29 16:47:56 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.inl
	  (get_nodeapp_manager):

	  Removed emulated exception parameter.  The corresponding method
	  declaration in the header doesn't have such a parameter.  Fixes
	  a compile-time problem.

Thu Jul 29 14:28:55 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* DAnCE/RepositoryManager/RepositoryManager_Impl.cpp
	  (createPackage, deletePackage, findPackageByName):

	  Fixed emulated exception macro usage.  Addresses compile-time
	  problems in MSVC++ 6 builds.

Tue Jul 27 14:48:10 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
	  Removed the emulated exception parameter from the destructor
	  so the file will be compiled when the exception is turned off.

Tue Jul 27 09:58:58 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication.mpc:
          Rearranged the order of libraries to fix link errors in static
          configurations.

Mon Jul 26 11:08:14 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DAnCE/tests/Config_Handlers/handler_test.mpb:
          Added CIAO_DnC_Client to resolve link errors

Mon Jul 26 11:06:38 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.inl:
          Added ACE_INLINE for the get_nodeapp_ref method to resolve
          linking errors in the builds with static configurations

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
          changed changed nade_app_manager to node_app_manager!

        * DAnCE/NodDaemon/NodeDaemon.mpc:
          Resolved link errors

Sun Jul 25 22:13:48 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* Release:

	  Makefile with release information.

Sun Jul 25 22:15:03 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* ChangeLog:

Sat Jul 24 20:57:03 2004  Krishnakumar B  <kitty@nospam.invalid.domain>

        * docs/releasenotes/dance.html: Updated the release notes for
          DAnCE.

Fri Jul 23 23:43:01 2004  Nanbor Wang  <nanbor@cse.wustl.edu>

        I didn't get around to send the following to Venkita before he
	left for vacation so I'm checking them in here.

	* tests/RTCCM/Priority_Test/README:
	* tests/RTCCM/Priority_Test/descriptors/README: Documentation for
	  running the simple Priority tests applications.

Tue Jul 20 16:03:14 2004  Krishnakumar B  <kitty@nospam.invalid.domain>

        * docs/releasenotes/dance.html: Updated the release notes for
          DAnCE.

Tue Jul 20 12:37:50 2004  Gan Deng  <gan.deng@vanderbilt.edu>

	* docs/releasenotes/dance.html

          Added this file to describe what the current status is
          about the DAnCE.

Mon Jul 19 14:16:10 2004  Krishnakumar B  <kitty@nospam.invalid.domain>

        * ciao/ServerActivator_Impl.cpp (init): Use the argument
          spawn_delay to set the value of the delay in seconds that the
          ServerActivator waits for the ComponentServer to come up. This
          is needed when the ComponentServer is not able to come up before
          the hardcoded value of 5 seconds passes by, which happens when
          running the ComponentServer under Valgrind.

Mon Jul 19 12:47:17 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* DAnCE/ciao/CCM_Core.mpc:

	  Added ifr_client to Deployment_stub and Deployment_svnt. This
	  should fix VC6 build issues.

Sun Jul 18 12:53:04 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* DAnCE/tests/NodeApplicationTest/NodeApp_test_client.cpp (main):

	  Fixed "better conversion sequence" warning by using component
	  reference ".in()" accessor.

Thu Jul 15 21:52:12 2004  Johnnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeManager/NodeDaemon_Impl.h:
        * DAnCE/tests/NodeApplicationTest/NodeAppTest_RoundTrip.idl:
          Fixed incorrect doxygen file tag

Wed Jul 14 10:40:41 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
	  (init):
	* DAnCE/NodeManager/NodeDaemon_Impl.cpp (preparePlan):

	  Fixed "control reaches end of non-void function" warning.

	* DAnCE/ExecutionManager/ExecutionManager_Impl.cpp
	  (ExecutionManager_Impl):
	* DAnCE/ciao/NodeApplication_Impl.cpp:

	  Corrected emulated exception macro usage.

	  Fixed "unused parameter" warning.

Wed Jul 14 08:46:24 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* CCF/CCF/CIDL/CIDL.mpc:
	* CCF/CCF/IDL2/IDL2.mpc:

	  Fixed the MPC files that were busted.

Tue Jul 13 09:49:50 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

	* docs/releasenotes/index.html: Updated release notes with
	  information on static configurator and Nanbor's examples for
	  composition of RT applications using real-time extensions in
	  CIAO.

Tue Jul 13 04:27:19 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

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

	  Removed unused variable.

Mon Jul 12 11:06:54 2004  Boris Kolpackov  <boris@dre.vanderbilt.edu>

	* CCF/Documentation/Build.html: Fixed a few URLs. Thanks to
	  Matthew Gillen <mgillen@bbn.com> for reporting this.

Sun Jul 11 06:07:12 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/XML_Helpers/Assembly_Handlers.inl:
        * tools/XML_Helpers/RTConfig_Handlers.inl:
        * tools/XML_Helpers/Softpkg_Handlers.inl:
          Fixed compile errors in Borland build, use full namespaces for the
          baseclass

Fri Jul  9 20:36:14 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.inl:

	  Fixed a warning.

Fri Jul  9 20:21:46 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* performance-tests/Protocols/Receiver/Receiver_svnt.h:
	* performance-tests/Protocols/Receiver/Receiver_svnt.cpp:
	* performance-tests/Protocols/Sender/Sender_svnt.h:
	* performance-tests/Protocols/Sender/Sender_svnt.cpp:

	  Removed them from the repo.

Thu Jul  8 17:16:34 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Config_Handlers.mpc:
        * DAnCE/RepositoryManager/RepositoryManager.mpc:
        * DAnCE/tests/Config_Handlers/handler_test.mpb:

          Made changes to not build these when exceptions=0

Thu Jul  8 16:59:26 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc:
        *
          DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/NodeDaemon_Impl.cpp:

          Fix build errors.

Thu Jul  8 16:53:06 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Moved the call to populate_port_tables() from the
          component servant constructor to the end of
          the ciao_postactivate() method in the component servant,
          but it is commented out for now until related issues
          in DaNCe are resolved.

Thu Jul  8 16:46:55 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

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

          Fixing build errors.

Thu Jul  8 16:30:48 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/NodeApplication_Impl.cpp:

          Made changes to fix emulated build errors.

Wed Jul  7 21:52:24 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* docs/releasenotes/index.html:

	  Revamped to provide a new look. Has updated information. The
	  notes are missing a link to dance.html which should have
	  information about DAnCE. Tao will take care of that.

Wed Jul  7 15:04:37 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

	* examples/OEP/BasicSP/descriptors/test.rtd:
	* examples/OEP/BasicSP/descriptors/svcmap.dat:
	* examples/OEP/BasicSP/descriptors/RTsvc.conf:
	* examples/OEP/BasicSP/descriptors/BasicSP-rt.cad:

	  Added these files to be used in RT version of BasicSP.

	* examples/OEP/BasicSP/NOTE.txt:

	  Updated notes on how to run with RTComponentServer.

Wed Jul  7 14:35:33 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

	* docs/static_ciao_contents.html:
	* docs/static_config_example.html:
	* docs/static_config_rtexample.html:

	  Updated documentation for CIAO Static configurator.

Wed Jul  7 12:22:04 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

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

          Addressed Ossama Othman's code review comments.
          Thanks Ossama.

Wed Jul  7 11:42:15 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* docs/TODO.html:
	  Some cosmetic changes.

Wed Jul  7 10:42:19 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* docs/releasenotes/switch.html:
	* docs/releasenotes/index.html:

	  Updated the file to follow the directory change for DAnCE.
	  Updated the link to the TODO list.

Wed Jul  7 09:53:56 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* docs/TODO.html:

  	  Overhauled the TODO completely keeping in mind the latest
	  thoughts and forces.

	* docs/todo.html:

	  Removed this from th erepository.

Tue Jul  6 18:05:35 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* CIAO-INSTALL.html:

	  Did a massive update to this since it was woefully outdated.

Tue Jul  6 14:34:16 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

 	* DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp

          Comment out the "dump plan" debugging statement, coz the current
          "DnC_dump" class is somewhat broken under VC71.

 	* DAnCE/ExecutionManager/ExecutionManager_Impl.h
 	* DAnCE/RepositoryManager/RepositoryManager_Impl.h

          Fixed warnings due to lacking including header files.

 	* DAnCE/ciao/CCM_Core.mpc
 	* DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc
 	* DAnCE/NodeApplication/NodeApplication.mpc

          Fixed a bunch of linking errors under VC71.

          Now everything build fine under Windows with VC71.

Tue Jul  6 14:22:00 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

	  All of them require exceptions to be available. Therefore added
	  requires += exceptions.

	* CCF/CCF/CodeGenerationKit/IndentationXML.hpp:

	  Remove the comma at the end of the enum declaration.


	  All the above should fix compilation errors in Full_Reactors
	  builds.

Tue Jul  6 10:17:06 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

 	* DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Removed unnecessary comments.

Tue Jul  6 10:15:11 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DAnCE/NodeApplicationManager/ImplementationInfo.cpp (CIAO):
	* DAnCE/ExecutionManager/ExecutionManager_Impl.cpp (destroyManager):

	  Deleted some comments which has been addressed already.

Mon Jul  5 08:39:06 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* tools/Segment_Timer/Segment_Timer.cpp:
	* tools/static_configurator/Static_Assembly_Parser.cpp:

	  Fixed warnings that were caused from converting strings to
	  non-const char *.

Mon Jul  5 08:36:07 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tests/temp/README:
	* tests/temp/assembly/README:
	* tests/temp/assembly/client.cpp:
	* tests/temp/assembly/control.idl:
	* tests/temp/assembly/control.mpc:
	* tests/temp/assembly/run_test.pl:
	* tests/temp/assembly/server.cpp:

	  Completely removed them. They were not supposed to be shipped or
	  built. We have better test programs for those features now.

Mon Jul  5 08:27:39 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc:

	  Added requires += qt

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

	  They should not be compiled inour daily builds at all. They are
	  not for that.

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

	  Change the library names. Else they clash with other things in
	  the build system.

Sun Jul  4 22:13:37 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp:
	* performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h:
	* performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp:
	* performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h:

	  Added ciao_preactivate () and ciao_postactivate () methods.

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

	  Did the following

	  (1) Changed the name of the shared object to Protocol_*_stub and
	  Protocol_*_svnt. This was needed since there are other examples
	  that have named the libraries as Sender_stub and
	  Receiver_stub. Since all of these libraries are written to
	  $ACE_ROOT/lib, one library overwrites the other and all hell
	  breaks loose.

	  (2) The executor librares are not being compiled now. We have
	  used the requires += dummy to prevent them from compiling. The
	  executor code depends on a header file that hasn't been checked
	  in. I am informing the code author about this. Till the author
	  fixes the code, the executor code will  not be compiled.

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

	  They now link to Protocol_*_stubs.


Sun Jul  4 19:05:35 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

	  Do not compile these. They wouldn't compile at all. These are
	  useful examples that are needed for EC integration.

Sun Jul  4 18:59:09 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* examples/Hello/Receiver/Receiver_exec.cpp:
	* examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp:
	* examples/OEP/BasicSP/BMDevice/BMDevice_exec.cpp:
	* examples/OEP/BasicSP/BMDisplay/BMDisplay_exec.cpp:
	* examples/OEP/Display/NavDisplay/NavDisplay_exec.cpp:
	* examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:

	  No need to register value factories explicitly. They are now
	  generated in the servant code.

Sun Jul  4 18:40:10 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/Protocols/Receiver/ReceiverImpl.ccd
	* performance-tests/Protocols/Receiver/Receiver_svnt.h
	* performance-tests/Protocols/Sender/SenderImpl.ccd
	* performance-tests/Protocols/Sender/Sender_svnt.h:

	  Removed the generated code form the repository.

Sun Jul  4 11:14:03 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* DAnCE/ciao/CCM_Core.mpc:

	  Restructured things so that CIAO_DnC_Server doesn't need to be
	  linked with stub projects.

	* DAnCE/ciao/Container_Base.h:

	  Added an include for the xport file.

Sun Jul  4 10:17:52 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* DAnCE/ciao/CCM_Core.mpc:

	  The deployment_stub should depend on the CIAO_DnC_Server. This
	  would need some restructuring. I will do this shortly.

Sun Jul  4 09:07:20 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* CIAO.mwc:

	  Added DAnCE and removed DnC

	* DAnCE/RepositoryManager/Repository_Manager.cpp:
	* DAnCE/ExecutionManager/Execution_Manager.cpp:

	  Fixed warnings in our daily builds.

	* DAnCE/NodeManager/NodeDaemon.mpc:

	  Use CIAO_DnC_Server instead of  CIAO_Server.

	* DAnCE/ciao/CCM_Core.mpc:

	  Removed unneeded dependancies.

Sat Jul  3 10:03:22 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DAnCE/ciao/Deployment_Base.idl:
	* DAnCE/ciao/Deployment_Data.idl:
	* DAnCE/ciao/Deployment.idl:
	  The original Deployment.idl is splited into the above 3 files to
	  get rid of the VC warning.

	* DAnCE/ciao/Deployment_Ex.idl:
	  This file is removed due to the bad name.

	* DAnCE/ciao/CCM_Core.idl:
	  The MPC file is changed to follow the above changes.

Thu Jul  1 16:27:07 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * CIAOTAO.mwc:
        * DAnCE/tests/Config_Handlers/handler_test.mpb:

          Updated mpc to build the new DAnCE directory.

Thu Jul  1 16:19:21 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        *
          DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.h:
        * DAnCE/tests/Config_Handlers/handler_test.mpb:
        * DAnCE/tests/scripts/BasicSP/basicNodeDaemon.pl:

          Updated the files to include the right header files.

Thu Jul  1 16:01:12 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DADAnCE/Deployment.xsd
        * DAnCE/Deployment.mwc:
        * DAnCE/Deployment.xsd.orig:
        * DAnCE/XMI.xsd:
        * DAnCE/XMI.xsd.orig:
        * DAnCE/Config_Handlers/Any_Handler.cpp:
        * DAnCE/Config_Handlers/Any_Handler.h:
        * DAnCE/Config_Handlers/Basic_Handler.cpp:
        * DAnCE/Config_Handlers/Basic_Handler.h:
        * DAnCE/Config_Handlers/CAD_Handler.cpp:
        * DAnCE/Config_Handlers/CAD_Handler.h:
        * DAnCE/Config_Handlers/CEPE_Handler.h
        * DAnCE/Config_Handlers/CEPE_Handler.cpp:
        * DAnCE/Config_Handlers/CPK_Handler.cpp:
        * DAnCE/Config_Handlers/CPK_Handler.h:
        * DAnCE/Config_Handlers/CPR_Handler.cpp:
        * DAnCE/Config_Handlers/CPR_Handler.h:
        * DAnCE/Config_Handlers/Cap_Handler.cpp:
        * DAnCE/Config_Handlers/Cap_Handler.h:
        * DAnCE/Config_Handlers/CompImplDesc_Handler.cpp:
        * DAnCE/Config_Handlers/CompImplDesc_Handler.h:
        * DAnCE/Config_Handlers/CompIntrDesc_Handler.cpp:
        * DAnCE/Config_Handlers/CompIntrDesc_Handler.h:
        * DAnCE/Config_Handlers/CompPkgDesc_Handler.cpp:
        * DAnCE/Config_Handlers/CompPkgDesc_Handler.h:
        * DAnCE/Config_Handlers/Config_Error_Handler.cpp:
        * DAnCE/Config_Handlers/Config_Error_Handler.h:
        * DAnCE/Config_Handlers/Config_Handler_export.h:
        * DAnCE/Config_Handlers/Config_Handlers.mpc:
        * DAnCE/Config_Handlers/DT_Handler.cpp:
        * DAnCE/Config_Handlers/DT_Handler.h:
        * DAnCE/Config_Handlers/Deployment.h:
        * DAnCE/Config_Handlers/DnC_Dump.cpp:
        * DAnCE/Config_Handlers/DnC_Dump.h:

          Checked in all the XML handlers needed by DAnCE.

Thu Jul  1 15:54:15 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Domain_Handler.cpp:
        * DAnCE/Config_Handlers/Domain_Handler.h:
        * DAnCE/Config_Handlers/ERE_Handler.cpp:
        * DAnCE/Config_Handlers/ERE_Handler.h:
        * DDAnCE/Config_Handlers/IAD_Handler.h
        * DAnCE/Config_Handlers/IAD_Handler.cpp:
        * DAnCE/Config_Handlers/ID_Handler.cpp:
        * DAnCE/Config_Handlers/ID_Handler.h:
        * DAnCE/Config_Handlers/IR_Handler.cpp:
        * DAnCE/Config_Handlers/IR_Handler.h:
        * DAnCE/Config_Handlers/MID_Handler.cpp:
        * DAnCE/Config_Handlers/MID_Handler.h:
        * DAnCE/Config_Handlers/NIA_Handler.cpp:
        * DAnCE/Config_Handlers/NIA_Handler.h:
        * DAnCE/Config_Handlers/PCI_Handler.cpp:
        * DAnCE/Config_Handlers/PCI_Handler.h:
        * DAnCE/Config_Handlers/PC_Handler.cpp:
        * DAnCE/Config_Handlers/PC_Handler.h:
        * DAnCE/Config_Handlers/Plan_Handler.cpp:
        * DAnCE/Config_Handlers/Plan_Handler.h:
        * DAnCE/Config_Handlers/Process_Element.cpp:
        * DAnCE/Config_Handlers/Process_Element.h:
        * DAnCE/Config_Handlers/Process_Element_T.cpp:
        * DAnCE/Config_Handlers/Process_Element_T.h:
        * DAnCE/Config_Handlers/Property_Handler.cpp:
        * DAnCE/Config_Handlers/Property_Handler.h:
        * DAnCE/Config_Handlers/RS_Handler.cpp:
        * DAnCE/Config_Handlers/RS_Handler.h:
        * DAnCE/Config_Handlers/RUK_Handler.cpp:
        * DAnCE/Config_Handlers/RUK_Handler.h:
        * DAnCE/Config_Handlers/Requirement_Handler.cpp:
        * DAnCE/Config_Handlers/Requirement_Handler.h:
        * DAnCE/Config_Handlers/SPK_Handler.cpp:
        * DAnCE/Config_Handlers/SPK_Handler.h:
        * DAnCE/Config_Handlers/SP_Handler.cpp:
        * DAnCE/Config_Handlers/SP_Handler.h:
        * DAnCE/Config_Handlers/TPD_Handler.cpp:
        * DAnCE/Config_Handlers/TPD_Handler.h:
        * DAnCE/Config_Handlers/Utils.cpp:
        * DAnCE/Config_Handlers/Utils.h:
        * DAnCE/Config_Handlers/XercesString.cpp:
        * DAnCE/Config_Handlers/XercesString.h:

          First cut check-in for XML handlers.



Thu Jul  1 15:51:14 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp:
        * DAnCE/DomainApplicationManager/Deployment_Configuration.h:
        * DAnCE/DomainApplicationManager/Deployment_Configuration.inl:
        * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc:
        *
          DAnCE/DomainApplicationManager/DomainApplicationManager_Export.h:
        *
          DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h:
        *
          DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.inl:
        * DAnCE/ExecutionManager/ExecutionManager.idl:
        * DAnCE/ExecutionManager/ExecutionManager.mpc:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.inl:
        * DAnCE/ExecutionManager/ExecutionManager_stub_export.h:
        * DAnCE/ExecutionManager/Execution_Manager.cpp:

          Checking in the DomainApplicationManager and ExecutionManager
          interfaces.

Thu Jul  1 15:47:45 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication.cpp:
        * DAnCE/NodeApplication/NodeApplication.mpc:
        * DAnCE/NodeApplicationManager/CIAO_NAM_Export.h:
        * DAnCE/NodeApplicationManager/ImplementationInfo.cpp:
        * DAnCE/NodeApplicationManager/ImplementationInfo.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.inl:
        * DAnCE/NodeManager/NodeDaemon.idl:
        * DAnCE/NodeManager/NodeDaemon.mpc:
        * DAnCE/NodeManager/NodeDaemon_Impl.cpp:
        * DAnCE/NodeManager/NodeDaemon_Impl.h:
        * DAnCE/NodeManager/NodeDaemon_Impl.inl:
        * DAnCE/NodeManager/NodeDaemon_stub_export.h:
        * DAnCE/NodeManager/Node_Daemon.cpp:

          Checked in the NodeApplication, NodeApplicationManager
          and NodeManager code.

Thu Jul  1 15:45:48 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/RepositoryManager/RepositoryManager.idl:
        * DAnCE/RepositoryManager/RepositoryManager.mpc:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.h:
        * DAnCE/RepositoryManager/Repository_Manager.cpp:
        * DAnCE/RepositoryManager/Update_Plan.cpp:
        * DAnCE/RepositoryManager/Update_Plan.h:

          Moved the RepositoryManager directory here.

Thu Jul  1 15:40:06 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/CCM_Base.idl:
        * DAnCE/ciao/CCM_Component.idl:
        * DAnCE/ciao/CCM_Container.idl:
        * DAnCE/ciao/CCM_Container_Ex.idl:
        * DAnCE/ciao/CCM_Core.mpc:
        * DAnCE/ciao/CCM_Event.idl:
        * DAnCE/ciao/CCM_Transaction.idl:
        * DAnCE/ciao/CIAO_Client_Export.h:
        * DAnCE/ciao/CIAO_Container_Export.h:
        * DAnCE/ciao/CIAO_Server_Export.h:
        * DAnCE/ciao/CIAO_Value.idl:
        * DAnCE/ciao/CIAO_common.h:
        * DAnCE/ciao/Client_init.cpp:
        * DAnCE/ciao/Client_init.h:
        * DAnCE/ciao/Components.idl:
        * DAnCE/ciao/ComponentsC.h:
        * DAnCE/ciao/ComponentsS.h:
        * DAnCE/ciao/Container_Base.cpp:
        * DAnCE/ciao/Container_Base.h:
        * DAnCE/ciao/Container_Base.inl:
        * DAnCE/ciao/Container_Base.pidl:
        * DAnCE/ciao/Cookies.cpp:
        * DAnCE/ciao/Cookies.h:
        * DAnCE/ciao/Cookies.inl:
        * DAnCE/ciao/CosPersistentState.idl:
        * DAnCE/ciao/Deployment.idl:
        * DAnCE/ciao/Deployment_Core.idl:
        * DAnCE/ciao/Deployment_stub_export.h:
        * DAnCE/ciao/Deployment_svnt_export.h:
        * DAnCE/ciao/NodeApp_CB_Impl.cpp:
        * DAnCE/ciao/NodeApp_CB_Impl.h:
        * DAnCE/ciao/NodeApplication_CallBack.idl:
        * DAnCE/ciao/NodeApplication_Impl.cpp:
        * DAnCE/ciao/NodeApplication_Impl.h:
        * DAnCE/ciao/NodeApplication_Impl.inl:
        * DAnCE/ciao/Servant_Impl_Base.cpp:
        * DAnCE/ciao/Servant_Impl_Base.h:
        * DAnCE/ciao/Servant_Impl_T.cpp:
        * DAnCE/ciao/Servant_Impl_T.h:
        * DAnCE/ciao/Server_init.cpp:
        * DAnCE/ciao/Server_init.h:
        * DAnCE/ciao/Version.h:

          Moving DnC/ciao over here.

Thu Jul  1 15:37:33 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/CompIntrDesc_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/CompPkgDesc_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Domain_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Handler_Test.h:
        * DAnCE/tests/Config_Handlers/Handler_Test.i:
        * DAnCE/tests/Config_Handlers/Handler_Tests.mpc:
        * DAnCE/tests/Config_Handlers/IAD_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/PC_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/Plan_Handler_Test.cpp:
        * DAnCE/tests/Config_Handlers/handler_test.mpb:

          Checking in the tests for the XML handlers.

Thu Jul  1 15:29:57 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/tests/Config_Handlers/HUDisplay/Airframe.ccd:
        * DAnCE/tests/Config_Handlers/HUDisplay/Airframe.cid:
        * DAnCE/tests/Config_Handlers/HUDisplay/Airframe.cpd:
        * DAnCE/tests/Config_Handlers/HUDisplay/Airframe_Exec.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/Airframe_Stub.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/Airframe_Svnt.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/Deployment.xsd:
        * DAnCE/tests/Config_Handlers/HUDisplay/Domain.cdd:
        * DAnCE/tests/Config_Handlers/HUDisplay/GPS.ccd:
        * DAnCE/tests/Config_Handlers/HUDisplay/GPS.cid:
        * DAnCE/tests/Config_Handlers/HUDisplay/GPS.cpd:
        * DAnCE/tests/Config_Handlers/HUDisplay/GPS_Exec.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/GPS_Stub.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/GPS_Svnt.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/HUDisplay.cdp:
        * DAnCE/tests/Config_Handlers/HUDisplay/HUDisplay.cid:
        * DAnCE/tests/Config_Handlers/HUDisplay/HUDisplay.cpd:
        * DAnCE/tests/Config_Handlers/HUDisplay/HUDisplay.pcd:
        * DAnCE/tests/Config_Handlers/HUDisplay/Libraries.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/NavDisplay.ccd:
        * DAnCE/tests/Config_Handlers/HUDisplay/NavDisplay.cid:
        * DAnCE/tests/Config_Handlers/HUDisplay/NavDisplay.cpd:
        * DAnCE/tests/Config_Handlers/HUDisplay/NavDisplay_Exec.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/NavDisplay_Stub.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/NavDisplay_Svnt.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/Timer.ccd:
        * DAnCE/tests/Config_Handlers/HUDisplay/Timer.cid:
        * DAnCE/tests/Config_Handlers/HUDisplay/Timer.cpd:
        * DAnCE/tests/Config_Handlers/HUDisplay/Timer_Exec.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/Timer_Stub.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/Timer_Svnt.iad:
        * DAnCE/tests/Config_Handlers/HUDisplay/XMI.xsd:
        * DAnCE/tests/Config_Handlers/HUDisplay/package.tpd:

          Checking in the HUDisplay deployment descriptors.

Thu Jul  1 15:26:54 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:
        * DAnCE/tests/NodeApplicationTest/NodeAppTest_RoundTrip.cidl:
        * DAnCE/tests/NodeApplicationTest/NodeAppTest_RoundTrip.idl:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp:
        * DAnCE/tests/NodeApplicationTest/README:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.cpp:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.h:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec_export.h:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_stub_export.h:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_svnt_export.h:
        * DAnCE/tests/NodeApplicationTest/run_test.pl:
        * DAnCE/tests/NodeApplicationTest/run_test_ex.pl:
        * DAnCE/tests/NodeApplicationTest/run_test_simple.pl:
        * DAnCE/tests/scripts/BasicSP/basicNodeDaemon.pl:
        * DAnCE/tests/scripts/BasicSP/basicsp.dat:

          First cut checkins for new DAnCE directory.

Thu Jul  1 14:46:24 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Plan_Handler.cpp:

          Removed includes to Process_Basic_Type.h.

Thu Jul  1 13:20:08 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Plan_Handler.cpp:

          Removed includes to Process_Basic_Type.h

Thu Jul  1 12:16:41 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/ExecutionManager/Execution_Manager.cpp:
        * DnC/ExecutionManager/ExecutionManager_Impl.h:
        * DnC/ExecutionManager/ExecutionManager_Impl.cpp:
        * DnC/NodeManager/Node_Daemon.cpp:
        * DnC/NodeManager/NodeDaemon_Impl.h:
        * DnC/NodeManager/NodeDaemon_Impl.cpp:

          Addressed comments left by Ossama after his code review.

Thu Jul  1 12:02:05 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/CPR_Handler.cpp:
        * DnC/Config_Handlers/Cap_Handler.cpp:
        * DnC/Config_Handlers/CompImplDesc_Handler.cpp:
        * DnC/Config_Handlers/CompIntrDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPkgDesc_Handler.cpp:
        * DnC/Config_Handlers/Config_Handlers.mpc:
        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/IAD_Handler.cpp:
        * DnC/Config_Handlers/IR_Handler.cpp:
        * DnC/Config_Handlers/NIA_Handler.cpp:
        * DnC/Config_Handlers/PCI_Handler.cpp:
        * DnC/Config_Handlers/PC_Handler.cpp:
        * DnC/Config_Handlers/Plan_Handler.cpp:
        * DnC/Config_Handlers/Process_Basic_Type.h:
        * DnC/Config_Handlers/Process_Basic_Type.i:
        * DnC/Config_Handlers/Process_Element_T.cpp:
        * DnC/Config_Handlers/TPD_Handler.cpp:
        * DnC/Config_Handlers/Utils.cpp:
        * DnC/Config_Handlers/Utils.h:
        * DnC/Config_Handlers/Process_Basic_Type.h:
        * DnC/Config_Handlers/Process_Basic_Type.i:

          Moved the code in Process_Basic_Type.h and
          Process_Basic_Type.i to Utils.h and Utils.cpp,
          as all the utility functions are defined
          in that file.

Thu Jul  1 11:37:14 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* docs/todo.html:
	  Added two bullets in the Todo list.

Thu Jul  1 11:06:42 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element_T.cpp:
        * DnC/Config_Handlers/Process_Element_T.h:

          Added the files to follow ACE coding standards.

        * DnC/Config_Handlers/Process_Element.tpp:
        * DnC/Config_Handlers/Process_Element.i:

          Removed these files, as they were not following the
          ACE standards.

          The code in the above files have been moved to
          Process_Element_T.cpp and Process_Element_T.h.

Thu Jul  1 10:56:28 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* docs/releasenotes/index.html:
	* docs/todo.html:

	  Updated the todo list.

Wed Jun 30 22:29:51 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* docs/releasenotes/switch.html:
	* docs/releasenotes/index.html:
          Updated the release note. I will work on the to-do list
	  as well.

Wed Jun 30 18:01:58 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* CIDLC/ServantSourceGenerator.cpp:

	  Fixed another bug in the receptacle code generation. Thanks to
	  Gary Duzan for reporting the problem <gduzan at bbn dot com>.

Wed Jun 30 17:16:53 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element.tpp:

          Added code to catch DOM exceptions.

Wed Jun 30 17:00:10 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/RepositoryManager_Impl.cpp:
        * DnC/RepositoryManager/RepositoryManager_Impl.h:
        * DnC/RepositoryManager/Repository_Manager.cpp:

          Added code to catch parser exceptions for
          incorrect URls

Wed Jun 30 13:32:08 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/tests/NodeApplicationTest/NodeAppTest.mpc:

	  Removed "after += CIAO_DnC_Container" from the stub project.

Wed Jun 30 13:14:50 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/ciao/CCM_Core.mpc:

	  Added -St to Deployment_stub probject to reduce the size of
	  generated code.

Wed Jun 30 10:59:55 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* CIAO.mwc:
	* CIAOTAO.mwc:

	  Added the new DnC directories.

	* DnC/ciao/CCM_Core.mpc:

	  Changed the name of the libraries generated. We should not
	  overwrite the original ones.

	* DnC/Config_Handlers/Config_Handlers.mpc:
	* DnC/DomainApplicationManager/DomainApplicationManager.mpc:
	* DnC/ExecutionManager/ExecutionManager.mpc:
	* DnC/NodeApplication/NodeApplication.mpc:
	* DnC/NodeApplicationManager/NodeApplicationManager.mpc:
	* DnC/NodeManager/NodeDaemon.mpc:
	* DnC/RepositoryManager/RepositoryManager.mpc:
	* DnC/tests/NodeApplicationTest/NodeAppTest.mpc:

	  Use the new libraries.

Wed Jun 30 09:26:42 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * examples/Hello/Sender/starter.cpp:
        * examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * examples/OEP/BasicSP/BMDevice/BMDevice_exec.cpp:
        * examples/OEP/BasicSP/BMDevice/BMDevice_exec.h:
        * examples/OEP/BasicSP/BMDisplay/BMDisplay_exec.cpp:
        * examples/OEP/BasicSP/EC/controller.cpp:
        * examples/OEP/Display/NavDisplay/NavDisplay_exec.cpp:
        * examples/OEP/Display/RateGen/RateGen_exec.cpp:
        * examples/OEP/Display/RateGen/controller.cpp:

          Changes to eliminate build warnings (mostly assignments of
          const char* to char*) and cosmetic changes.

Wed Jun 30 08:37:15 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * examples/Hello/Receiver/Receiver_exec.cpp:

          In Receiver_exec_i::ccm_activate(), changed the construction of
          the argv argument passed to ORB_init() to eliminate a const
          char* to char* conversion warning.

Tue Jun 29 15:34:00 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* CIDLC/ServantSourceGenerator.cpp:

	  We were not setting the sequence length when we were iterating
	  over the sequence of connections for a "uses multiple"
	  case. Thanks Ed Mulholland for reporting this.

Tue Jun 29 01:40:25 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/ExecutionManager/ExecutionManager_Impl.cpp:
	* DnC/ExecutionManager/ExecutionManager_Impl.h:
	* DnC/NodeApplicationManager/ImplementationInfo.cpp:
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.h:
	* DnC/ciao/Container_Base.cpp:
	* DnC/ciao/NodeApplication_Impl.cpp:
	* DnC/ciao/NodeApplication_Impl.h:
	* DnC/ciao/NodeApplication_Impl.inl:

	Fixed some of Ossama's comments, added exception catching clauses
	in NodeApplication.

Tue Jun 29 06:18:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/Protocols/Controller/Controller.mpc:
          Changed project name to avoid duplicate project names

Mon Jun 28 11:58:01 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/tests/RobotAssembly/RobotAssembly.mpc:
        * DnC/tests/RobotAssembly/RobotAssembly.mwc:
        * DnC/tests/RobotAssembly/RobotAssembly_stub_export.h:
        * DnC/tests/RobotAssembly/RobotAssembly_svnt_export.h:
        * DnC/tests/RobotAssembly/Robot_Base.idl:
        *
          DnC/tests/RobotAssembly/HumanMachineInterface/HumanMachineInterface.cidl:
        *
          DnC/tests/RobotAssembly/HumanMachineInterface/HumanMachineInterface.idl:
        *
          DnC/tests/RobotAssembly/HumanMachineInterface/HumanMachineInterface.mpc:
        *
          DnC/tests/RobotAssembly/HumanMachineInterface/HumanMachineInterface_exec.cpp:
        *
          DnC/tests/RobotAssembly/HumanMachineInterface/HumanMachineInterface_exec.h:
        *
          DnC/tests/RobotAssembly/HumanMachineInterface/HumanMachineInterface_exec_export.h:
        *
          DnC/tests/RobotAssembly/HumanMachineInterface/HumanMachineInterface_stub_export.h:
        *
          DnC/tests/RobotAssembly/HumanMachineInterface/HumanMachineInterface_svnt_export.h:
        *
          DnC/tests/RobotAssembly/ManagementWorkInstructions/ManagementWorkInstructions.cidl:
        *
          DnC/tests/RobotAssembly/ManagementWorkInstructions/ManagementWorkInstructions.idl:
        *
          DnC/tests/RobotAssembly/ManagementWorkInstructions/ManagementWorkInstructions.mpc:
        *
          DnC/tests/RobotAssembly/ManagementWorkInstructions/ManagementWorkInstructions_exec.cpp:
        *
          DnC/tests/RobotAssembly/ManagementWorkInstructions/ManagementWorkInstructions_exec.h:
        *
          DnC/tests/RobotAssembly/ManagementWorkInstructions/ManagementWorkInstructions_exec_export.h:
        *
          DnC/tests/RobotAssembly/ManagementWorkInstructions/ManagementWorkInstructions_stub_export.h:
        *
          DnC/tests/RobotAssembly/ManagementWorkInstructions/ManagementWorkInstructions_svnt_export.h:
        *
          DnC/tests/RobotAssembly/PalletConveyorManager/PalletConveyorManager.cidl:
        *
          DnC/tests/RobotAssembly/PalletConveyorManager/PalletConveyorManager.idl:
        *
          DnC/tests/RobotAssembly/PalletConveyorManager/PalletConveyorManager.mpc:
        *
          DnC/tests/RobotAssembly/PalletConveyorManager/PalletConveyorManager_exec.cpp:
        *
          DnC/tests/RobotAssembly/PalletConveyorManager/PalletConveyorManager_exec.h:
        *
          DnC/tests/RobotAssembly/PalletConveyorManager/PalletConveyorManager_exec_export.h:
        *
          DnC/tests/RobotAssembly/PalletConveyorManager/PalletConveyorManager_stub_export.h:
        *
          DnC/tests/RobotAssembly/PalletConveyorManager/PalletConveyorManager_svnt_export.h:
        * DnC/tests/RobotAssembly/RobotManager/RobotManager.cidl:
        * DnC/tests/RobotAssembly/RobotManager/RobotManager.idl:
        *
          DnC/tests/RobotAssembly/WatchSettingManager/WatchSettingManager.cidl:
        *
          DnC/tests/RobotAssembly/WatchSettingManager/WatchSettingManager.idl:
        *
          DnC/tests/RobotAssembly/WatchSettingManager/WatchSettingManager.mpc:
        *
          DnC/tests/RobotAssembly/WatchSettingManager/WatchSettingManager_exec.cpp:
        *
          DnC/tests/RobotAssembly/WatchSettingManager/WatchSettingManager_exec.h:
        *
          DnC/tests/RobotAssembly/WatchSettingManager/WatchSettingManager_exec_export.h:
        *
          DnC/tests/RobotAssembly/WatchSettingManager/WatchSettingManager_stub_export.h:
        *
          DnC/tests/RobotAssembly/WatchSettingManager/WatchSettingManager_svnt_export.h:
        * DnC/tests/RobotAssembly/RobotManager/RobotManager_svnt_export.h:
        * DnC/tests/RobotAssembly/RobotManager/RobotManager_stub_export.h:
        * DnC/tests/RobotAssembly/RobotManager/RobotManager_exec_export.h:
        * DnC/tests/RobotAssembly/RobotManager/RobotManager.mpc:
        * DnC/tests/RobotAssembly/RobotManager/RobotManager_exec.cpp:
        * DnC/tests/RobotAssembly/RobotManager/RobotManager_exec.h:

          RobotAssembly example deployment scenario files.

Mon Jun 28 11:33:00 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/Deployment.mwc:

	  DnC tests projects reincluded to the compilation.

	* DnC/tests/Config_Handlers/handler_test.mpb:

	  Added after statement to ensure Config_Handlers is compiled before
	  compiling handler_tests.

Mon Jun 28 11:18:00 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

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

	  Fixed the VC6 errors by excluding the DnC dump functionality on the
	  compilers ACE_HAS_BROKEN_NESTED_TEMPLATES.

Mon Jun 28 10:44:00 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

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

	  Fixed the VC6 errors by excluding the DnC tests on the
	  compilers ACE_HAS_BROKEN_NESTED_TEMPLATES.

Mon Jun 28 10:40:00 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/tests/Config_Handlers/RobotAssembly/README.html:

	  Deleted "file://" from -p & -d options of executor.

Mon Jun 28 08:03:25 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* CIDLC/ServantSourceGenerator.cpp:

	  Fixed a bug with code generation for uses multiple. Thanks to Ed
	  Mulholland for reporting the problem.

Mon Jun 28 00:18:04 2004  Irfan Pyarali  <irfan@oomworks.com>

	* CIAO/performance-tests/Protocols:

	  Added new test.  Closely mirrors
	  $TAO_ROOT/performance-tests/Protocols but uses CCM components
	  rather that TAO applications.

Sun Jun 27 12:59:04 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/tests/scripts/BasicSP/basicNodeDaemon.pl:
        * DnC/tests/scripts/BasicSP/basicsp.dat:
        * DnC/tests/scripts/RobotAssembly/robotNodeDaemon.pl:
        * DnC/tests/scripts/RobotAssembly/robotassembly.dat:

          Added the scripts directory to help in the integrated
          testing.

Sun Jun 27 12:50:12 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/tests/Config_Handlers/HUDisplay/Deployment.xsd:
        * DnC/tests/Config_Handlers/HUDisplay/XMI.xsd:

          Checked in the schema files into the repository to assist
          unit and integration testing.

Sun Jun 27 12:20:23 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/tests/Config_Handlers/RobotAssembly/DeploymentPlan.cdp:

          Updated the plan descriptor to use just two nodes rather
          than five.

Sun Jun 27 11:56:55 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* DnC/tests/NodeApplicationTest/NodeAppTest.mpc:

	  Fixed compile errors in our daily builds.

Fri Jun 25 23:59:00 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

	* Process_Element.cpp
	* Process_Element.h
	* Process_Element.i
	* Process_Element.tpp

          Re-organize the code to avoid sutble potential problems.
          Bala made above changes on my machine.

Fri Jun 25 17:35:00 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/tests/NodeApplicationTest/NodeApp_test_client.cpp:

          Fixed compilation problems with VC6.  Varibles defined in for loop
          remain persistant out of scope of the for loop.

Fri Jun 25 10:51:26 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

	  Fixed compilation problems with VC6. To put it short VC6 just
	  cannot handle templates properly. Thanks to gan Deng for reporting
	  the problem.

Thu Jun 24 17:25:36 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/ciao/NodeApplication_Impl.cpp:

          Added ACE_TRY clock to the code.

Thu Jun 24 17:13:20 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

	  Reverted changes to

	  "Fri Jun  4 18:16:47 2004  Jeff Parsons
	  <j.parsons@vanderbilt.edu>"  to get things going on VC6 builds.

	  Added changes to ensure that there is a gap between "<" brackets
	  for templates and the scoping operator "::" Thanks to Ed
	  Mulholland for reporting the problem.

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

	  Do not use traits as template parameters. VC6 cannot just handle
	  all this. Thanks to Theckla Louchios <theckla.louchios@lmco.com>
	  for reporting the problem.

Thu Jun 24 16:40:53 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/RepositoryManager/RepositoryManager.mpc:
	* DnC/RepositoryManager/Repository_Manager.cpp:
	  Some more changes for VC6.

Thu Jun 24 15:34:53 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* CIAOTAO.mwc
	  Reversed the change to avoid trouble for people who don't use
	  the new DnC framework.

Thu Jun 24 15:17:45 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* DnC/Config_Handlers/Config_Handlers.mpc
	* DnC/Config_Handlers/DnC_Dump.cpp
	* DnC/Config_Handlers/DnC_Dump.h
	* DnC/Config_Handlers/Process_Element.tpp
	* DnC/Config_Handlers/Utils.cpp
	* DnC/Config_Handlers/XercesString.cpp
	* DnC/DomainApplicationManager/DomainApplicationManager.mpc
	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp
	* DnC/ExecutionManager/ExecutionManager.mpc
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp
	* DnC/NodeManager/NodeDaemon.mpc

	  Checked in some changes to make DnC compile under VC6.

Thu Jun 24 14:49:44 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Commented out the dump functions.

Thu Jun 24 08:10:09 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* DnC/tests/NodeApplicationTest/NodeAppTest.mpc:

	  Added requires += dnc to the projects.

Wed Jun 23 16:52:50 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/tests/Config_Handlers/RobotAssembly/README.html:

	  Fixed links.

Wed Jun 23 16:19:25 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/tests/Config_Handlers/RobotAssembly/README.html:

          Committed the README file which desribes how to compile/run the
          RobotAssembly example.

Wed Jun 23 15:33:06 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager.mpc
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.inl

          Added "debug level" controlled debugging statements.
          Addressed Ossama's comments. Thanks Ossama!

Wed Jun 23 13:52:06 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/tests/Config_Handlers/RobotAssembly/ACE.iad:
        * DnC/tests/Config_Handlers/RobotAssembly/CIAO.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/DefaultConfiguration.pcd:
        * DnC/tests/Config_Handlers/RobotAssembly/Deployment.xsd:
        * DnC/tests/Config_Handlers/RobotAssembly/DeploymentPlan.cdp:
        *
          DnC/tests/Config_Handlers/RobotAssembly/HumanMachineInterface.ccd:
        *
          DnC/tests/Config_Handlers/RobotAssembly/HumanMachineInterface.cid:
        *
          DnC/tests/Config_Handlers/RobotAssembly/HumanMachineInterface.cpd:
        *
          DnC/tests/Config_Handlers/RobotAssembly/HumanMachineInterface_exec.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/HumanMachineInterface_stub.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/HumanMachineInterface_svnt.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/ManagementWorkInstructions.ccd:
        *
          DnC/tests/Config_Handlers/RobotAssembly/ManagementWorkInstructions.cid:
        *
          DnC/tests/Config_Handlers/RobotAssembly/ManagementWorkInstructions.cpd:
        *
          DnC/tests/Config_Handlers/RobotAssembly/ManagementWorkInstructions_exec.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/ManagementWorkInstructions_stub.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/ManagementWorkInstructions_svnt.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/PalletConveyorManager.ccd:
        *
          DnC/tests/Config_Handlers/RobotAssembly/PalletConveyorManager.cid:
        *
          DnC/tests/Config_Handlers/RobotAssembly/PalletConveyorManager.cpd:
        *
          DnC/tests/Config_Handlers/RobotAssembly/PalletConveyorManager_exec.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/PalletConveyorManager_stub.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/PalletConveyorManager_svnt.iad:
        * DnC/tests/Config_Handlers/RobotAssembly/RobotAssembly.cid:
        * DnC/tests/Config_Handlers/RobotAssembly/RobotAssembly.cpd:
        * DnC/tests/Config_Handlers/RobotAssembly/RobotManager.ccd:
        * DnC/tests/Config_Handlers/RobotAssembly/RobotManager.cid:
        * DnC/tests/Config_Handlers/RobotAssembly/RobotManager.cpd:
        * DnC/tests/Config_Handlers/RobotAssembly/RobotManager_exec.iad:
        * DnC/tests/Config_Handlers/RobotAssembly/RobotManager_stub.iad:
        * DnC/tests/Config_Handlers/RobotAssembly/RobotManager_svnt.iad:
        * DnC/tests/Config_Handlers/RobotAssembly/TAO.iad:
        * DnC/tests/Config_Handlers/RobotAssembly/WatchSettingManager.ccd:
        * DnC/tests/Config_Handlers/RobotAssembly/WatchSettingManager.cid:
        * DnC/tests/Config_Handlers/RobotAssembly/WatchSettingManager.cpd:
        *
          DnC/tests/Config_Handlers/RobotAssembly/WatchSettingManager_exec.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/WatchSettingManager_stub.iad:
        *
          DnC/tests/Config_Handlers/RobotAssembly/WatchSettingManager_svnt.iad:
        * DnC/tests/Config_Handlers/RobotAssembly/XMI.xsd:
        * DnC/tests/Config_Handlers/RobotAssembly/package.tpd:

          Added the robot assembly example descriptors.

Wed Jun 23 13:44:37 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/ExecutionManager/ExecutionManager_Impl.cpp:

          Fixed a compilation error.

Wed Jun 23 13:24:23 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element.cpp:
        * DnC/Config_Handlers/Process_Element.h:

          Added missing includes to fix compilation errors.

Wed Jun 23 13:07:13 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made changes to fix memory leaks.

Wed Jun 23 13:05:04 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

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

          Made changes to fix some memory leaks.

Wed Jun 23 12:31:14 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/RepositoryManager_Impl.cpp:
        * DnC/RepositoryManager/RepositoryManager_Impl.h:
        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made changes to allow "read local URL" work in
          Windows machines as well.

Wed Jun 23 11:48:10 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/Config_Handlers/Process_Element.h:
	* DnC/Config_Handlers/Process_Element.i:
	* DnC/Config_Handlers/Process_Element.tpp:

	The functions and classes are placed in the deployment namespace.

Wed Jun 23 03:14:16 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:
	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.inl:
	* DnC/ExecutionManager/ExecutionManager_Impl.cpp:
	* DnC/ExecutionManager/ExecutionManager_Impl.h:
	* DnC/NodeApplicationManager/ImplementationInfo.cpp:
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.h:
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.inl:
	* DnC/NodeManager/NodeDaemon_Impl.cpp:
	* DnC/NodeManager/NodeDaemon_Impl.h:
	* DnC/RepositoryManager/RepositoryManager_Impl.cpp:
	* DnC/RepositoryManager/RepositoryManager_Impl.h:
	* DnC/RepositoryManager/Repository_Manager.cpp:
	* DnC/RepositoryManager/Update_Plan.cpp:
	* DnC/ciao/Container_Base.cpp:
	* DnC/ciao/Container_Base.h:
	* DnC/ciao/Cookies.cpp:
	* DnC/ciao/Deployment_Core.idl:
	* DnC/ciao/NodeApp_CB_Impl.cpp:
	* DnC/ciao/NodeApp_CB_Impl.h:
	* DnC/ciao/NodeApplication_Impl.cpp:
	* DnC/ciao/NodeApplication_Impl.h:
	* DnC/ciao/NodeApplication_Impl.inl:
	* DnC/ciao/Servant_Impl_Base.cpp:
	* DnC/ciao/Servant_Impl_T.cpp:

	  Performed a code review and left comments for DnC developers.

Tue Jun 22 18:05:19 2004  Boris Kolpackov  <boris@dre.vanderbilt.edu>

	* CCF/Documentation/Build.html:

	  Added comment about the requirement of boost 1.30.2 in order
	  to build CCF/CIDLC on Windows.
	  Thanks to Valery <acapstan@bigpond.net.au> for catching this.

Tue Jun 22 10:38:58 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

 	* CIDLC/ServantSourceGenerator.cpp:

	  Added a missing _duplicate () in the connect_emittype () calls.

Mon Jun 21 17:46:32 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Update_Plan.cpp:

          Made changes to fix a run-time error.

Fri Jun 18 16:40:14 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* examples/OEP/BasicSP/README.html:

          ".exe" extensions are deleted, because they are not exist in
          linux

Fri Jun 18 16:18:42 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Update_Plan.cpp:

          Added comments in the code to assist code review.

Fri Jun 18 15:49:17 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* CCF/Documentation/Build.html:

	  Cleaned links up a bit.

Fri Jun 18 14:39:39 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/tests/NodeApplicationTest/NodeAppTest.mpc:

	  CIAO_Container is added as an "after" dependency for the
	  NodeAppTest_RoundTrip_stub.

Fri Jun 18 14:14:12 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* examples/OEP/BasicSP/README.html:

	  Moved the file from Display directory to BasicSP directory.

Fri Jun 18 14:05:27 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* examples/OEP/Display/README.html:

	  The file describing how to build and run the example according to
	  the new DnC spec is added.

Fri Jun 18 13:34:16 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DomainApplicationManager/DomainApplicationManager.mpc
	* ExecutionManager/ExecutionManager.mpc
	* NodeManager/NodeDaemon.mpc
	* RepositoryManager/Repository_Manager.cpp

          Fixed linking problems in Windows. Added debug/test
          capabilities by remotely shutdown ExecutionManager.

Fri Jun 18 11:59:56 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* docs/tutorial/Hello/hello_exec.cpp:
	* docs/tutorial/Hello/hello_exec.h:
	  Updated these files to follow up the changes in CIDLC.

Fri Jun 18 11:56:09 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

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

          Helper files to update the deployment plan from the package
          configuration IDL data structure.

          Made changes to follow DOC group standard of never a function
          more than a page.

Fri Jun 18 09:36:13 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* CCF/Documentation/Build.html:

	  Updated the file with a link to Win32 zip files for the Utility
	  library.

Thu Jun 17 16:59:21 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/RepositoryManager.mpc:
        * DnC/RepositoryManager/Repository_Manager.cpp:
        * DnC/RepositoryManager/Update_Plan.cpp:
        * DnC/RepositoryManager/Update_Plan.h:

          Moved all the plan handler helper functions to a new
          file Update_Plan.cpp.

Thu Jun 17 16:02:16 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp:
	  Added one in. () to the debug call.

	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp
	* DnC/NodeApplicationManager/ImplementationInfo.cpp
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp
	* DnC/RepositoryManager/Repository_Manager.cpp
	* DnC/ciao/Deployment_Core.idl
	* DnC/ciao/NodeApplication_Impl.cpp
	* DnC/ciao/NodeApplication_Impl.h
	  Added the support for ComponentIOR. Also adjusted the start
	  process which is essential to BasicSP.

Thu Jun 17 16:00:01 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/tests/Config_Handlers/HUDisplay/Airframe.cid:
        * DnC/tests/Config_Handlers/HUDisplay/Airframe_Exec.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Airframe_Stub.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Airframe_Svnt.iad:
        * DnC/tests/Config_Handlers/HUDisplay/GPS.cid:
        * DnC/tests/Config_Handlers/HUDisplay/GPS_Exec.iad:
        * DnC/tests/Config_Handlers/HUDisplay/GPS_Stub.iad:
        * DnC/tests/Config_Handlers/HUDisplay/GPS_Svnt.iad:
        * DnC/tests/Config_Handlers/HUDisplay/HUDisplay.cdp:
        * DnC/tests/Config_Handlers/HUDisplay/HUDisplay.cid:
        * DnC/tests/Config_Handlers/HUDisplay/Libraries.iad:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay.cid:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay_Exec.iad:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay_Stub.iad:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay_Svnt.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Timer.cid:
        * DnC/tests/Config_Handlers/HUDisplay/Timer_Exec.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Timer_Stub.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Timer_Svnt.iad:

          Updated the BasicSP scenario example descriptors.

Thu Jun 17 13:24:01 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Added some comments onto the code.

Wed Jun 16 17:12:21 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/ExecutionManager/ExecutionManager.mpc
        * DnC/NodeManager/NodeDaemon.mpc
        * DnC/RepositoryManager/RepositoryManager.mpc

          Fixed export library problems in Windows. Added necessary build
          dependency settings.

Wed Jun 16 16:33:13 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Updated mpc file to link to the ExecutionManager and NodeDaemon
          stubs as operations on these entities are used within the
          executor.

        * DnC/NodeManager/NodeDaemon.mpc:
        * DnC/NodeManager/NodeDaemon_stub_export.h:
        * DnC/NodeManager/Node_Daemon.cpp:

          Added stub macros to generate stub libraries

        * DnC/ExecutionManager/ExecutionManager.mpc:
        * DnC/ExecutionManager/ExecutionManager_stub_export.h:

          Stub exports for ExecutionManager.

Wed Jun 16 15:18:21 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/RepositoryManager/RepositoryManager.mpc:

          Fixed linking errors by adding NodeManager and ExecutionManager
          stub code into the project settings.

Wed Jun 16 12:48:11 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made changes to use ACE_Hash_Map instead of std::map.

Wed Jun 16 12:02:12 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made substantial changes to populate the DeploymentPlan
          IDL data structure from the PackageConfiguration data
          structure.

          This change enables the DnC framework to have a much shorter
          version of the DeploymentPlan XML descriptor, as we can get
          the needed information from the PackageConfiguration IDL
          data structure and not from the XML descriptors itself.

Wed Jun 16 11:24:13 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>
	* DnC/Config_Handlers/RUK_Handler.h:
	* DnC/Config_Handlers/NIA_Handler.h:
	* DnC/Config_Handlers/MID_Handler.h:
	* DnC/Config_Handlers/IR_Handler.h:
	* DnC/Config_Handlers/IAD_Handler.h:
	* DnC/Config_Handlers/DnC_Dump.h:
	* DnC/Config_Handlers/Basic_Handler.h:

	Comments, etc.

Tue Jun 15 20:53:28 2004  Irfan Pyarali  <irfan@oomworks.com>

	* tools/ServerActivator/ServerActivator_test_client.cpp:

	  Added missing include file.

	* tools/Segment_Timer/Segment_Timer.cpp:

	  Commented out debug statement since the division in it was
	  failing to compile on Windows.

	* tools/RTComponentServer/RTServer_Impl.cpp (init):

	  Indent fixes.

	* tests/RTCCM/DiffServ/descriptors/run_test.pl:

	  Remove assembly descriptor file also.

Tue Jun 15 15:27:08 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        *  Dnc/NodeApplication/NodeApplication.cpp
        *  Dnc/NodeApplicationManager/NodeApplicationManager_Impl.cpp
        *  Dnc/NodeApplicationManager/NodeApplicationManager_Impl.h
        *  Dnc/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        *  DnC/ExecutionManager/ExecutionManager_Impl.cpp
        *  Dnc/NodeManager/NodeDaemon_Impl.cpp
        *  Dnc/NodeManager/NodeDaemon_Impl.h
        *  Dnc/NodeManager/Node_Daemon.cpp
        *  DnC/ciao/NodeApp_CB_Impl.cpp
        *  DnC/ciao/NodeApp_CB_Impl.h

           Fixed memory leak problems. Now "NodeDaemon" process and
           "NodeApplication" process should have no memomry leak problem.
           Further test will be based on deploying and tearing down a
           deploymentplan many times and try to find memory leak.

Tue Jun 15 10:48:08 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        *  DnC/RepositoryManager/Repository_Manager.cpp:

           Let the object reference narrow down to ExecutionManager
           instead of ExecutionManagerDameon.

Mon Jun 14 15:01:08 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        *  DnC/RepositoryManager/Repository_Manager.cpp:
        *  DnC/ExecutionManager/Execution_Manager.cpp
        *  DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        *  DnC/DomainApplicationManager/Deployment_Configuration.cpp

           Fixed memory leak problems. Now ExecutionManager "process" should
           have no memomry leak at all. Further test will be on "NodeDaemon"
           process, which will detect memory management problem for NodeApplicationManager
           as well.

Mon Jun 14 14:24:08 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        *  DnC/NodeManager/Node_Daemon.cpp:
        *  examples/OEP/BasicSP/EC/client.cpp

           Added missing header file "ace/OS_NS_unistd.h" which contains
           hostname function.

Sun Jun 13 16:13:08 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        *  DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

           Some cosmetic changes.

Sun Jun 13 17:55:01 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made changes to check if we have a wrong URL to
          start parsing the deployment plan.

Sat Jun 12 23:17:08 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        *  DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        *  DnC/NodeApplicationManager/ImplementationInfo.cpp:
        *  DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        *  DnC/NodeApplicationManager/NodeApplicationManager_Impl.h:
        *  DnC/NodeApplicationManager/NodeApplicationManager_Impl.inl:
        *  DnC/NodeManager/NodeDaemon_Impl.cpp:
        *  DnC/NodeManager/NodeDaemon_Impl.h:
        *  DnC/NodeManager/NodeDaemon_Impl.inl:
        *  DnC/RepositoryManager/Repository_Manager.cpp:
        *  DnC/ciao/NodeApp_CB_Impl.cpp:
        *  DnC/ciao/NodeApp_CB_Impl.h:

           Debugged on Windows with Visual Studio + Purify. Now
           Every thing should be fine and people could start to
           do their own code revision.

           @@Note: If you want to make any change other than
           syntactic Changes please be careful and make sure you
           don't break anything.

           Now I am moving to add support for Properties.
           Things we need for the Demo.
           1. ComponentIOR registration.
           2. Component Attribute initialization.

Sat Jun 12 16:51:11 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Property_Handler.cpp:
        * DnC/Config_Handlers/TPD_Handler.cpp:

          Made some coding standard changes.

Fri Jun 11 20:34:12 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp
	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.h
	* DnC/ExecutionManager/ExecutionManager_Impl.cpp
	* DnC/ExecutionManager/ExecutionManager_Impl.h
	* DnC/ExecutionManager/ExecutionManager_Impl.inl
	* DnC/NodeApplication/NodeApplication.cpp
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.h
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.inl
	* DnC/NodeManager/NodeDaemon_Impl.cpp
	* DnC/NodeManager/NodeDaemon_Impl.h
	* DnC/NodeManager/NodeDaemon_Impl.inl
	* DnC/RepositoryManager/Repository_Manager.cpp
	* DnC/ciao/Deployment_Core.idl
	* DnC/ciao/NodeApplication_Impl.cpp
	* DnC/ciao/NodeApplication_Impl.h

	  Many Changes of the files. Now on linux it runs up to 3 times
	  correctly and hangs on the fourth time. I am moving to windows
	  for this now. Don't commit any change till I send out
	  notification email, please!

Fri Jun 11 18:58:04 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Utils.h:
        * DnC/Config_Handlers/Utils.cpp:

          Last ChangeLog:

          Fri Jun 11 17:31:04 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

          Reverted the changes back to an earlier version since parse_href_tags
          is used by other classes, and last change caused compilation error.

Fri Jun 11 17:31:04 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Utils.h:
        * DnC/Config_Handlers/Utils.cpp:

          Removed un-used methods create_document, parse_href_tags from
          the Utils directory.

Fri Jun 11 16:59:35 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/tests/Config_Handlers/HUDisplay/HUDisplay.cdp:

          Deleted the extension name ".so" for all library artifacts, since
          this stuff is not platform generic.

Fri Jun 11 16:46:25 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Plan_Handler.cpp:
        * DnC/Config_Handlers/Process_Basic_Type.i:
        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made some more coding standard changes.

Fri Jun 11 16:12:54 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CPK_Handler.cpp:
        * DnC/Config_Handlers/CPR_Handler.cpp:
        * DnC/Config_Handlers/DT_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/IAD_Handler.cpp:
        * DnC/Config_Handlers/IR_Handler.cpp:
        * DnC/Config_Handlers/MID_Handler.cpp:
        * DnC/Config_Handlers/NIA_Handler.cpp:
        * DnC/Config_Handlers/PCI_Handler.cpp:
        * DnC/Config_Handlers/PC_Handler.cpp:

          Made some more coding standard compliance changes.

Fri Jun 11 15:44:00 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/CEPE_Handler.cpp:
        * DnC/Config_Handlers/Cap_Handler.cpp:
        * DnC/Config_Handlers/CompImplDesc_Handler.cpp:
        * DnC/Config_Handlers/CompIntrDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPkgDesc_Handler.cpp:
        * DnC/Config_Handlers/Config_Error_Handler.cpp:
        * DnC/Config_Handlers/DnC_Dump.cpp:
        * DnC/Config_Handlers/MID_Handler.h:
        * DnC/Config_Handlers/Process_Element.tpp:

          Made some more coding standards compliance changes.

Fri Jun 11 14:50:42 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made some more coding standard changes.

Fri Jun 11 14:15:04 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DnC_Dump.cpp:

          Made some cosmetic changes.

Fri Jun 11 13:07:35 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Uncommented some code which was accidentally
          commented in my previous commit.

Fri Jun 11 12:55:49 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element.tpp:
        * DnC/RepositoryManager/RepositoryManager_Impl.cpp:
        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made changes to free up memory created by XMLString::
          transcode operations.

Fri Jun 11 12:07:27 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/Config_Handlers/Process_Element.cpp:
	* DnC/Config_Handlers/Process_Element.i:
	* DnC/Config_Handlers/Process_Element.tpp:
	* DnC/Config_Handlers/Utils.cpp:
	* DnC/Config_Handlers/Utils.h:
	* DnC/Config_Handlers/RepositoryManager_Impl.cpp:
	* DnC/RepositoryManager/Repository_Manager.cpp:

	Deleted the duplicate definition of create_doc & create_doc is
        replaced with create_parser.

Fri Jun 11 00:10:42 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element.cpp:
        * DnC/Config_Handlers/Utils.cpp:
        * DnC/Config_Handlers/Utils.h:
        * DnC/RepositoryManager/RepositoryManager_Impl.cpp:
        * DnC/RepositoryManager/Repository_Manager.cpp:

          Fixed segmentation faults, traced during integration
          teting.

Thu Jun 10 18:38:46 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Any_Handler.cpp:
        * DnC/Config_Handlers/CPK_Handler.cpp:
        * DnC/Config_Handlers/Utils.cpp:
        * DnC/Config_Handlers/Handler_Test.i:

          Fixed errors based on errors discovered using Purify

Thu Jun 10 18:24:58 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element.tpp:

          More memory leaks fixed.

Thu Jun 10 18:12:44 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element.cpp:
        * DnC/Config_Handlers/Property_Handler.cpp:
        * DnC/Config_Handlers/RS_Handler.cpp:
        * DnC/Config_Handlers/SP_Handler.cpp:

          Finally, Config_Handler directory compiles correctly

Thu Jun 10 18:06:52 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/CPK_Handler.cpp:
	* DnC/Config_Handlers/CompImplDesc_Handler.cpp:
        * DnC/Config_Handlers/Utils.cpp:

          Fixed compilation errors from improper use of XMLString::release.

Thu Jun 10 18:05:09 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element.cpp:
        * DnC/Config_Handlers/Property_Handler.cpp:
        * DnC/Config_Handlers/RS_Handler.cpp:
        * DnC/Config_Handlers/SP_Handler.cpp:

          More memory leaks fixed.

2004-06-10  turkaye  <turkaye@lambada.isis.vanderbilt.edu>

	* DnC/Config_Handlers/CAD_Handler.cpp:
	* DnC/Config_Handlers/CPK_Handler.cpp:
	* DnC/Config_Handlers/CompImplDesc_Handler.cpp:

	Memory leak problem with XMLString::transcode () is solved.

Thu Jun 10 17:46:10 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Utils.cpp:
        * DnC/Config_Handlers/TPD_Handler.cpp:

          Fixed memory leaks pertaining to ACE_TString making copies of
          dynamically allocated memory. The memory supplied to ACE_TString
          has to be deleted! Fixed memory for these.

Thu Jun 10 17:44:57 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element.cpp:
        * DnC/Config_Handlers/Property_Handler.cpp:
        * DnC/Config_Handlers/RS_Handler.cpp:
        * DnC/Config_Handlers/Requirement_Handler.cpp:
        * DnC/Config_Handlers/SP_Handler.cpp:

          More memory leaks fixes.

Thu Jun 10 17:27:35 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Utils.cpp:

          Fixed some memory leaks as well!!

Thu Jun 10 17:26:25 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Process_Element.cpp:

          Fixed memory leaks.

Thu Jun 10 14:06:03 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/Servant_Impl_T.cpp:
        * DnC/ciao/Servant_Impl_T.cpp:

          Modified code that passed _var.out() to ACE_NEW_RETURN,
          since sometimes on Windows platforms, for whatever
          reason Var_Base::out() will be called after the
          allocation, effectively cancelling it out. It is
          alwas safe to declare a pointer, pass it to ACE_NEW_*
          and then assign it to a _var, so that is what is
          done now in get_all_facets() and get_all_consumers().

Thu Jun 10 10:17:00 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/ciao/Container_Base.h:
	  Followed up a Jeff's Change in the old ciao.

	* DnC/ExecutionManager/ExecutionManager_Impl.cpp:
	* DnC/ExecutionManager/ExecutionManager_Impl.h:
	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:
	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
	* DnC/RepositoryManager/Repository_Manager.cpp:
	* DnC/NodeManager/Node_Daemon.cpp:
	* DnC/ciao/NodeApplication_Impl.cpp:
	* DnC/DomainApplicationMananger/NodeApplicationManager_Impl.cpp:

	  Many adjustments, bug fixing, added missing functionalities.
	  This is not a working version now.

Wed Jun  9 11:17:31 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DnC/DomainApplicationManager_Impl.cpp

          Fixed a bug which is caused by initialzing ulong sequence type.

Tue Jun  8 20:53:12 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/NodeApplicationManager/ImplementationInfo.cpp:
	* DnC/NodeApplicationManager/ImplementationInfo.h:
	  Added these files.

	* DnC/NodeApplicationManager/NodeApplicationManager.mpc:
	  Changed MPC file reflect the changes.

	  Seems MPC doesn't support template very well for GCC. The
	  dependency is not set at all. I have no choice but to switch to
	  normal operator overlaoding.

Tue Jun  8 19:54:03 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/ciao/CCM_Core.mpc:
	* DnC/ciaoImplementation.h:
	  Removed this file also changed MPC file.

Tue Jun  8 14:15:31 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DnC/DomainApplicationManager_Impl.cpp

          Tested it and it could split plan well and also contact
          NodeDaemon without problem.

          Fixed a bug caused by not using a reference.

Tue Jun  8 17:18:28 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/NodeApplication/NodeApplication.mpc:
	* DnC/ciao/CCM_Core.mpc:
	  Fixed another set of linking problem about export macros.

Tue Jun  8 14:15:31 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DnC/RepositoryManager/RepositoryManager.mpc:

          Added missing library CIAO_Server.

Tue Jun  8 15:50:28 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
	  Added duplicate for one return value.

Tue Jun  8 15:00:30 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/Config_Handlers/TPD_Handler.h:
	* DnC/Config_Handlers/TPD_Handler.cpp:
	* DnC/RepositoryManager/RepositoryManager_Impl.cpp:

	Added TopLevelDescription handler.

Tue Jun  8 14:29:01 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/RepositoryManager_Impl.cpp:

          Made changes to read the top level package URL
          and create the PackageConfiguration IDL data structure.

Tue Jun  8 14:15:31 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DnC/Config_Handlers/Utils.h:

          Fixed the Windows export library problem.

	* DnC/RepositoryManager/RepositoryManager_Impl.cpp:

	  Added "return" to those unimplemented functions to makde the
          compiler happy.

Tue Jun  8 14:10:08 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/ciao/CCM_Core.mpc:
	  Fixed source file placement.

Tue Jun  8 10:35:32 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:

	  Added dump function to dump connections.

Tue Jun  8 10:16:48 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Added diagnostic comments to aid in debugging during execution
          of the Executor.

Tue Jun  8 09:55:41 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Commented out certain un-necessary DEBUG statements.

Tue Jun  8 02:53:32 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:
	  Rewritten the connection part of the interface.
	  Enhanced the performace by avoiding excessive deep copy and
	  better condition branching. Also added exception mechanism in
	  the connction part.

Mon Jun  7 21:22:03 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.inl:
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.h:
	  Finished this interface implementation.

	* DnC/ciao/ImplementationInfo.h:
	  Added this file containing the templated helper operators.

Mon Jun  7 15:44:51 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/ExecutionManager/Execution_Manager.cpp:
        * DnC/ExecutionManager/ExecutionManager.mpc:

          First cut at writing the executor that is used to start
          deployment process and terminate it. Changed the mpc file to
          rename the generated executable to be named executor as
          described in the specification.

Mon Jun  7 14:23:38 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

	* DnC/Config_Handlers/DnC_Dump.cpp:

	Fixed an error causing segmentation fault by changing
	Dump_Obj::desc_map_ template argument from "const char*"
	to "std::string".


Mon Jun  7 12:10:31 2004  Gan Deng <gan.dengg@vanderbilt.edu>

	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          The PortConnectionDescription structure a PortKind variable change the
          code to make the connection decisions based on value of that variable.
          Also change the connection fields values which will be passed to
          finishLaunch() to make the NodeApplication work.

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:

          Change the definition type of the <plan_> variable from const reference
          to just regular object mapped from IDL struct type.

Mon Jun  7 01:40:57 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
	* DnC/NodeApplicationManager/NodeApplicationManager_Impl.h:
	  Finished the creat_connctions method.
	  Partially finished the startLaunch method.

	* DnC/ciao/NodeApplication_Impl.h:
	* DnC/ciao/NodeApplication_Impl.cpp:
	* DnC/ciao/NodeApplication_Impl.inl:
	  Finished implementing the NodeApplication interface.
	  Added the finish launch method.

Sun Jun  6 21:13:27 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          Removed generation of a template parameter to the Servant_Impl
          base class that was removed from the CIAO_Server library in

          Fri Jun  4 18:16:47 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

Sat Jun  5 23:26:53 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
	  Tweaked a bit of the code to make it compile.

	  Gan, Please look at my comments in the code.

Sat Jun  5 17:24:21 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Change the order of member initialization in the constructors of
          AttributeEmitter and ReadonlyAttributeEmitter to match a recent
          change in the order of their class members.

Sat Jun  5 16:45:14 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/RepositoryManager_Impl.cpp:
        * DnC/RepositoryManager/RepositoryManager_Impl.h:
        * DnC/RepositoryManager/Repository_Manager.cpp:

          Updated repository manager to return the PackageConfiguration
          element created while parsing the top level package
          URL.

Sat Jun  5 15:04:15 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/Repository_Manager.cpp:

          Updated the repository manager to dump out the
          top level package and the deployment plan.

Sat Jun  5 14:59:47 2004  Tao Lu  <lu@dre.vanderbilt.edu>

	* DnC/tests/NodeApplicationTest/README:
	  Added this readme file for user to understand the testing scenario.


Sat Jun  5 14:46:12 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * ./DnC/ciao/Servant_Impl_Base.h:

          Cosmetic changes.

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

          Removed one of the template parameters and used instead
          the typedefs generated by the IDL compiler for interfaces.

	  Followed Jeff Parson's Changes. Hopefully we can merge the two
	  ciao directories soon so I don't have to duplicate the commit
	  every time after Jeff makes changes.

Fri Jun  4 18:16:47 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/Servant_Impl_Base.h:

          Cosmetic changes.

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

          Removed one of the template parameters and used instead
          the typedefs generated by the IDL compiler for interfaces.

        * CIDLC/ServantSourceGenerator.cpp:

          Moved the call to populate_port_tables() from ciao_postactivate()
          to the servant constructor.

Fri Jun  4 17:19:44 2004  Krishnakumar B  <kitty@nospam.invalid.domain>

        * DnC/tests/Config_Handlers/HUDisplay/Airframe.ccd:
        * DnC/tests/Config_Handlers/HUDisplay/Airframe.cid:
        * DnC/tests/Config_Handlers/HUDisplay/Airframe.cpd:
        * DnC/tests/Config_Handlers/HUDisplay/Airframe_Exec.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Airframe_Stub.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Airframe_Svnt.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Domain.cdd:
        * DnC/tests/Config_Handlers/HUDisplay/GPS.ccd:
        * DnC/tests/Config_Handlers/HUDisplay/GPS.cid:
        * DnC/tests/Config_Handlers/HUDisplay/GPS.cpd:
        * DnC/tests/Config_Handlers/HUDisplay/GPS_Exec.iad:
        * DnC/tests/Config_Handlers/HUDisplay/GPS_Stub.iad:
        * DnC/tests/Config_Handlers/HUDisplay/GPS_Svnt.iad:
        * DnC/tests/Config_Handlers/HUDisplay/HUDisplay.cdp:
        * DnC/tests/Config_Handlers/HUDisplay/HUDisplay.cid:
        * DnC/tests/Config_Handlers/HUDisplay/HUDisplay.cpd:
        * DnC/tests/Config_Handlers/HUDisplay/HUDisplay.pcd:
        * DnC/tests/Config_Handlers/HUDisplay/Libraries.iad:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay.ccd:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay.cid:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay.cpd:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay_Exec.iad:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay_Stub.iad:
        * DnC/tests/Config_Handlers/HUDisplay/NavDisplay_Svnt.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Timer.ccd:
        * DnC/tests/Config_Handlers/HUDisplay/Timer.cid:
        * DnC/tests/Config_Handlers/HUDisplay/Timer.cpd:
        * DnC/tests/Config_Handlers/HUDisplay/Timer_Exec.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Timer_Stub.iad:
        * DnC/tests/Config_Handlers/HUDisplay/Timer_Svnt.iad:
        * DnC/tests/Config_Handlers/HUDisplay/package.tpd:

          Moved the descriptor files needed to test BasicSP from my
          homepage to the CVS repository. The Config_Handlers should be
          able to build a tree starting from package.tpd. Not sure, if it
          works that way now.

Fri Jun  4 15:54:09 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          Cosmetic and other minor changes to generated code.

Fri Jun  4 15:38:18 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/ciao/Deployment_Core.idl

          Change the "Connection" IDL type by replacing the "string name"
          field with three more fields, i.e., "string instanceName",
          "string portName" and "CCMComponentPortKind kind". We feel the
          old one in DnC spec is not well defined and make the run-time
          thing harder.

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Finished all the functionality to handle connections and all
          other things required.

Fri Jun  4 15:32:50 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/tests/NodeApplicationTest/RoundTripEI.idl:
          Removed this file.

        * DnC/tests/NodeApplicationTest/RoundTrip_exec.h:
        * DnC/tests/NodeApplicationTest/RoundTrip_exec.cpp:
        * DnC/tests/NodeApplicationTest/NodeAppTest_RoundTrip.idl:
        * DnC/tests/NodeApplicationTest/NodeAppTest.mpc:
          Changed these files to get the get_all_facets test working.
          Note: I have changed the component implementation to the new
          executor mapping that Boris proposed. It's not a must in this
          example but we can use it later as a tutorial for our users.

        * DnC/tests/NodeApplicationTest/run_test_ex.pl:
        * DnC/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp:
          Added these two files to test the get_all_facets function.

Fri Jun  4 15:02:15 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager.mpc:
        * DnC/RepositoryManager/RepositoryManager.mpc:
        * DnC/RepositoryManager/RepositoryManager_Impl.cpp:
        * DnC/RepositoryManager/RepositoryManager_Impl.h:
        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made changes so that RepositoryManager can dump out the
          PackageConfiguration elements.

Fri Jun  4 11:42:18 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Added functions to handle connections. Get rid of the <Connections>
          field from the hash map table since they don't need to be maintained
          any more.


Fri Jun  4 11:37:51 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          Fixed a bug in code generation for the port table population
          method check in with

          Thu Jun  3 12:35:51 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

          and changed code generation of facet servant classes to be
          a template class with a dummy argument. Immediately below
          the declaration, we generate a typedef to the actual
          facet servant class name, using int as the template argument.
          Because the facet servant class name is based only on the
          underlying interface type, this change prevents link errors
          when components in other translation units use the same
          interface type for a facet, since the compiler will use
          only one symbol for all the template instantiations, and
          it is legal to typedef something more than once if it is
          aliased to the same type. Finally, added checks to ensure
          that the facet servant class is generated only once in
          each translation unit, by allowing the underlying interface
          AST node to be traversed by the facet class code emitter
          only once.

Fri Jun  4 11:40:18 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DnC_Dump.cpp:

        Clean-up of the unused, commented out code sections.

Fri Jun  4 11:31:09 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DnC_Dump.cpp:

          Made changes to fix "Ref" variables.

Fri Jun  4 11:22:46 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/ciao/Deployment_Core.idl:
        * DnC/ciao/Deployment.idl:
          Changed the connection struct definition to better suite our
          needs.

Fri Jun  4 11:19:45 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DnC_Dump.cpp:

        Fixed the dump function for Deployment::SubcomponentPortEndpoint.
        Prints out the instanceRef.

Fri Jun  4 10:46:42 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DnC_Dump.cpp:

          Made changes to fix dumping of some "Ref" variables.

Fri Jun  4 09:53:14 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

        * DnC/Config_Handlers/tckind_names.h:
        * DnC/Config_Handlers/tckind_names.cpp:
        * DnC/Config_Handlers/DnC_Dump.cpp:

        Deleted the files which initially written for dumping out the
        ComponentPropertyDescription::type.  It is handled as a big
        switch section in DnC_Dump.cpp.

Fri Jun  4 09:52:28 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Removed the check_plan_validity () method and added its
          functionality in the get_plan_info () method. This eliminates
          the need to have a separate loop to iterate over the list of
          names to populate the NodeManager references, now this step is
          done within a single loop.

Thu Jun  3 17:28:49 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/tests/NodeApplicationTest/NodeApp_test_client.cpp:
          Formatted the output a bit to make the message more reflective.

        * DnC/ciao/CCM_Core.mpc:
          Moved the callback implementation from deployment servant to
          stub.

Thu Jun  3 16:25:58 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DnC_Dump.cpp:

        Added the dump code for ComponentPropertyDescription::type (CORBA::TypeCode).

Thu Jun  3 16:15:41 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DnC/NodeApplication/NodeApplication.mpc:
        * DnC/ciao/CCM_Core.mpc:

          Some tweaks to the MPC files.

Thu Jun  3 16:10:11 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantHeaderGenerator.cpp:

          Forgot to remove generated members of the servant class that
          have been moved to the base classes.

Thu Jun  3 16:07:35 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>

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

        Added the methods required to dump referenced values
        correctly. Dump functions are chaged accordingly.

Thu Jun  3 14:19:31 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/ExecutionManager/ExecutionManager.mpc:
        * DnC/ExecutionManager/Execution_Manager.cpp:

          Removed CIAO::Server_init () method calls from the server, as
          this server does not need capabilities for explicitly processing
          valuetypes. These calls are already present in NodeApplication
          entity.

Thu Jun  3 12:35:51 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          New files added to CIAO_Server. A template base class is now
          inserted into the inheritance hierarchy between the skeleton
          class of the component's equivalent interface and the
          servant class generated by the CIDL compiler. This template
          class also has a non-template base class to hold code that
          is based neither on the template parameters or on the
          inheritance chain. These two classes will hold code common
          to all generated servant classes, templatized for the
          skeleton class type, the executor type and the context type.
          So far, only get_all_facets() and get_all_consumers() have
          been factored out and implemented.

        * ciao/CCM_Core.mpc:

          Changes to reflect the items above. Also added -Sc to the
          generated IDL compiler command line of each project to
          suppress the generation of the TIE classes.

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

          Change to reflect the items listed above, and also a new
          method to populate tables in class Servant_Impl_Base that
          store port descriptions. So far the event consumers and
          the facets of the component are stored.

Thu Jun  3 12:37:21 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/NodeManager/Node_Daemon.cpp:

          Used OS_NS_stdio.h header file for fopen  fclose methods defined
          in ACE_OS namespace.

Thu Jun  3 10:51:32 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/NodeManager/NodeDaemon.idl:

          Changed #include "Deployment.idl" to "#include
          ciao/Deployment.idl" to conform to the DnC include format.

Wed Jun  2 23:26:41 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CompImplDesc_Handler.h:
        * DnC/Config_Handlers/DnC_Dump.h:
        * DnC/ExecutionManager/ExecutionManager.mpc:
        * DnC/ExecutionManager/ExecutionManager_Impl.h:
        * DnC/NodeApplication/NodeApplication.mpc:
        * DnC/NodeApplicationManager/NodeApplicationManager.mpc:
        * DnC/NodeManager/NodeDaemon.mpc:
        * DnC/NodeManager/NodeDaemon_Impl.cpp:
        * DnC/RepositoryManager/RepositoryManager.mpc:
        * DnC/tests/NodeApplicationTest/NodeAppTest.mpc:
        * DnC/tests/NodeApplicationTest/NodeAppTest_RoundTrip.idl:
        * DnC/tests/NodeApplicationTest/NodeApp_test_client.cpp:
        * DnC/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp:
        * DnC/tests/NodeApplicationTest/run_test_simple.pl:

          Updated these files to make it work with the new directory
          structure.

          Now, Let me explain the issue.
          When I started implement the new DnC spec I was forced to change
          some of the CIAO core implementations. The one very important
          CIAO session container implementation is changed but not
          significantly. However because we use MPC templates extensively
          in CIAO some of the legacy mpb files is causing some trouble. I
          catched this mistake when I was actually using some of the newly
          provided functionalities in the conatainer, the red light
          showed itself as a run time relocation error.

          Another driving force of these change is from CIDLC. Since in
          the generated code ciao/*** is used as the include file name,
          there is no way that I can make the new container implementation
          link with the servant project of the component implementation.

Wed Jun  2 23:21:37 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/ciao/CCM_Base.idl:
        * DnC/ciao/CCM_Component.idl:
        * DnC/ciao/CCM_Container.idl:
        * DnC/ciao/CCM_Container_Ex.idl:
        * DnC/ciao/CCM_Core.mpc:
        * DnC/ciao/CCM_Event.idl:
        * DnC/ciao/CCM_Transaction.idl:
        * DnC/ciao/CIAO_Client_Export.h:
        * DnC/ciao/CIAO_Container_Export.h:
        * DnC/ciao/CIAO_Server_Export.h:
        * DnC/ciao/CIAO_Value.idl:
        * DnC/ciao/CIAO_common.h:
        * DnC/ciao/CVS:
        * DnC/ciao/Client_init.cpp:
        * DnC/ciao/Client_init.h:
        * DnC/ciao/Components.idl:
        * DnC/ciao/ComponentsC.h:
        * DnC/ciao/ComponentsS.h:
        * DnC/ciao/Container_Base.cpp:
        * DnC/ciao/Container_Base.h:
        * DnC/ciao/Container_Base.inl:
        * DnC/ciao/Container_Base.pidl:
        * DnC/ciao/Cookies.cpp:
        * DnC/ciao/Cookies.h:
        * DnC/ciao/Cookies.inl:
        * DnC/ciao/CosPersistentState.idl:
        * DnC/ciao/Deployment.idl:
        * DnC/ciao/Deployment_Core.idl:
        * DnC/ciao/Deployment_stub_export.h:
        * DnC/ciao/Deployment_svnt_export.h:
        * DnC/ciao/NodeApp_CB_Impl.cpp:
        * DnC/ciao/NodeApp_CB_Impl.h:
        * DnC/ciao/NodeApplication_CallBack.idl:
        * DnC/ciao/NodeApplication_Impl.cpp:
        * DnC/ciao/NodeApplication_Impl.h:
        * DnC/ciao/NodeApplication_Impl.inl:
        * DnC/ciao/Server_init.cpp:
        * DnC/ciao/Server_init.h:
        * DnC/ciao/Version.h:

          Added these files to replace the files in the old DnC/Core directory.

Wed Jun  2 22:55:57 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Core/CCM_Base.idl:
        * DnC/Core/CCM_BaseS.cpp:
        * DnC/Core/CCM_BaseS.h:
        * DnC/Core/CCM_Component.idl:
        * DnC/Core/CCM_ComponentS.cpp:
        * DnC/Core/CCM_ComponentS.h:
        * DnC/Core/CCM_Container.idl:
        * DnC/Core/CCM_ContainerS.cpp:
        * DnC/Core/CCM_Container_Ex.idl:
        * DnC/Core/CCM_Container_ExS.cpp:
        * DnC/Core/CCM_Core.mpc:
        * DnC/Core/CCM_Event.idl:
        * DnC/Core/CCM_EventS.cpp:
        * DnC/Core/CCM_EventS.h:
        * DnC/Core/CCM_Transaction.idl:
        * DnC/Core/CCM_TransactionS.cpp:
        * DnC/Core/CIAO_Client_Export.h:
        * DnC/Core/CIAO_Container_Export.h:
        * DnC/Core/CIAO_Server_Export.h:
        * DnC/Core/CIAO_Value.idl:
        * DnC/Core/CIAO_ValueS.cpp:
        * DnC/Core/CIAO_ValueS.h:
        * DnC/Core/CIAO_common.h:
        * DnC/Core/Client_init.cpp:
        * DnC/Core/Client_init.h:
        * DnC/Core/Components.idl:
        * DnC/Core/Container_Base.cpp:
        * DnC/Core/Container_Base.h:
        * DnC/Core/Container_Base.inl:
        * DnC/Core/Container_Base.pidl:
        * DnC/Core/Cookies.cpp:
        * DnC/Core/Cookies.h:
        * DnC/Core/Cookies.inl:
        * DnC/Core/CosPersistentState.idl:
        * DnC/Core/CosPersistentStateS.cpp:
        * DnC/Core/Deployment.idl:
        * DnC/Core/DeploymentS.cpp:
        * DnC/Core/Deployment_Core.idl:
        * DnC/Core/Deployment_stub_export.h:
        * DnC/Core/Deployment_svnt_export.h:
        * DnC/Core/GNUmakefile:
        * DnC/Core/GNUmakefile.CIAO_Client:
        * DnC/Core/GNUmakefile.CIAO_Container:
        * DnC/Core/GNUmakefile.CIAO_Server:
        * DnC/Core/GNUmakefile.Deployment_stub:
        * DnC/Core/GNUmakefile.Deployment_svnt:
        * DnC/Core/NodeApp_CB_Impl.cpp:
        * DnC/Core/NodeApp_CB_Impl.h:
        * DnC/Core/NodeApplication_CallBack.idl:
        * DnC/Core/NodeApplication_Impl.cpp:
        * DnC/Core/NodeApplication_Impl.h:
        * DnC/Core/NodeApplication_Impl.inl:
        * DnC/Core/Object_Set_T.cpp:
        * DnC/Core/Object_Set_T.h:
        * DnC/Core/Object_Set_T.inl:
        * DnC/Core/Server_init.cpp:
        * DnC/Core/Server_init.h:
        * DnC/Core/Version.h:
        * DnC/Core/:

          Removed all these files to avoid the suite the change of the
          directory. Note: now DnC/Core is replaced by DnC/ciao.

Wed Jun  2 21:54:51 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/CCM_Base.idl:

          Fixed identifier of a member of PortDescription - changed
          'Name' to 'name', to conform to the CCM spec.

Wed Jun  2 19:22:29 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

        * ChangeLog:

          Forgot to add change description for the previous change.

Wed Jun  2 19:07:01 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

        * ciao/CIAO_Client_Export.h:
        * ciao/CIAO_Container_Export.h:
        * ciao/CIAO_Export.h:
        * ciao/CIAO_Server_Export.h:
        * examples/OEP/BasicSP/BasicSP_stub_export.h:
        * examples/OEP/BasicSP/BasicSP_svnt_export.h:
        * examples/OEP/BasicSP/BMClosedED/BMClosedED_exec_export.h:
        * examples/OEP/BasicSP/BMClosedED/BMClosedED_stub_export.h:
        * examples/OEP/BasicSP/BMClosedED/BMClosedED_svnt_export.h:
        * examples/OEP/BasicSP/BMDevice/BMDevice_exec_export.h:
        * examples/OEP/BasicSP/BMDevice/BMDevice_stub_export.h:
        * examples/OEP/BasicSP/BMDevice/BMDevice_svnt_export.h:
        * examples/OEP/BasicSP/BMDisplay/BMDisplay_exec_export.h:
        * examples/OEP/BasicSP/BMDisplay/BMDisplay_stub_export.h:
        * examples/OEP/BasicSP/BMDisplay/BMDisplay_svnt_export.h:
        * examples/OEP/BasicSP/EC/EC_exec_export.h:
        * examples/OEP/BasicSP/EC/EC_stub_export.h:
        * examples/OEP/BasicSP/EC/EC_svnt_export.h:
        * tools/Segment_Timer/Segment_Timer_Export.h:
        * tools/Simple_Component_Server/Simple_Server_Stub_Export.h:
        * tools/XML_Helpers/XML_Helpers_Export.h:

          Regenerated these files with -s option to take care of static
          builds on Windows.

Wed Jun  2 18:57:29 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Core/NodeApplication_Impl.cpp:
          Fixed a few bugs inside.

        * DnC/tests/NodeApplicationTest/NodeAppTest.mpc:
        * DnC/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp:
        * DnC/tests/NodeApplicationTest/NodeApp_test_client.cpp:
        * DnC/tests/NodeApplicationTest/run_test.pl:
        * DnC/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp:

          Added a test to do a more complete test on NodeApplication.
          Please note that there is a name change of files. The mpc file
          explains very thing.

        * DnC/Core/Client_init.cpp:
          I made the default value for debug_level 1, later we should
          reverse the change.

Wed Jun  2 18:37:24 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DnC/NodeManager/NodeDaemon_Impl.cpp:
        * DnC/NodeManager/Node_Daemon.cpp:

          Changes to ensure that the DomainApplicationManager is capable
          of calling the NodeDaemon to spawn a NodeApplicationManager for
          the corresponding application.

Wed Jun  2 16:38:48 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CompImplDesc_Handler.cpp:
        * DnC/Config_Handlers/DnC_Dump.cpp:
        * DnC/Config_Handlers/IAD_Handler.cpp:
        * DnC/Config_Handlers/MID_Handler.cpp:
        * DnC/Config_Handlers/NIA_Handler.cpp:
        * DnC/Config_Handlers/PC_Handler.cpp:

          Made changes to fix testing errors.

Wed Jun  2 15:50:12 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager.mpc

          Added Config_Handlers library to fix linking probelm in Windows.

        * DnC/ExecutionManager/ExecutionManager.mpc

          Added ciao_deployment_stub and CIAO_Server libraries to fix
          linking probelm in Windows.

        * DnC/RepositoryManager/RepositoryManager.mpc

          Added ciao_deployment_stub library to fix linking probelm in Windows.


Wed Jun  2 15:07:56 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp

          Fixed errors in split_plan() function to make it work.


Wed Jun  2 12:30:56 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CompImplDesc_Handler.cpp:
        * DnC/Config_Handlers/DnC_Dump.cpp:
        * DnC/Config_Handlers/IAD_Handler.cpp:
        * DnC/Config_Handlers/MID_Handler.cpp:
        * DnC/Config_Handlers/NIA_Handler.cpp:
        * DnC/Config_Handlers/PCI_Handler.cpp:
        * DnC/Config_Handlers/PC_Handler.cpp:

          Made changes to fix some more testing errors.

Wed Jun  2 11:51:57 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/ExecutionManager/Execution_Manager.cpp:
        * DnC/ExecutionManager/ExecutionManager_Impl.cpp:

          Fixed hashtable used within the ExcutionManager to check for
          duplicates in the right manner.

Wed Jun  2 10:31:27 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/tests/Config_Handlers/handler_test.mpb:
        * DnC/Config_Handlers/Config_Handlers.mpc:
          Updated these two file to make it compile with working on the
          system like Debian or RedHat which have the pre-build binary
          installed instead of xerces source.

Wed Jun  2 00:48:30 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/CompImplDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPkgDesc_Handler.cpp:
        * DnC/Config_Handlers/DnC_Dump.cpp:
        * DnC/Config_Handlers/Process_Element.i:
        * DnC/Config_Handlers/Process_Element.tpp:

          Made changes to fix testing errors.

Tue Jun  1 18:13:23 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Core/NodeApplication_Impl.cpp:
        * DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
          Updated these two files to fix the bug related to nil ();

Tue Jun  1 18:09:19 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/NodeManager/NodeDaemon.mpc

          Modify this to fix linking errors for missing library.

Tue Jun  1 17:52:29 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/NodeApplicationManager/NodeApplicationManager.mpc

          Modify this to fix linking errors.


Tue Jun  1 17:39:57 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CompPortDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPortDesc_Handler.h:
        * DnC/Config_Handlers/CompPropDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPropDesc_Handler.h:

          Removed the above handlers as they are not used at all.

        * DnC/Config_Handlers/Config_Handlers.mpc:

          Updated the MPC file accordingly.

Tue Jun  1 15:30:49 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Basic_Handler.h:
        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/Cap_Handler.cpp:
        * DnC/Config_Handlers/CompImplDesc_Handler.cpp:
        * DnC/Config_Handlers/CompIntrDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPkgDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPortDesc_Handler.cpp:
        * DnC/Config_Handlers/Process_Element.i:
        * DnC/Config_Handlers/Process_Element.tpp:

          Made changes to fix some testing errors

Tue Jun  1 15:08:23 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/NodeManager/NodeApplicationManager_Impl.h:
        * DnC/NodeManager/NodeApplicationManager_Impl.cpp:

          Removed these files; New implementation present in
          DnC/NodeApplicationManager directory

        * DnC/NodeManager/Node_Daemon.cpp:
        * DnC/NodeManager/NodeDaemon_Impl.h:
        * DnC/NodeManager/NodeDaemon_Impl.cpp:
        * DnC/NodeManager/NodeDaemon.mpc:

          Changed the Node Manager to interact with the new
          NodeApplication Manager implementation.

Tue Jun  1 15:08:13 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/tests/NodeApplicationTest/run_test.pl:
        * DnC/tests/NodeApplicationTest/NodeApp_test_client.cpp:

          Added run_test.pl to run this test via scripts

Tue Jun  1 14:48:01 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DnC/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DnC/NodeApplicationManager/NodeApplicationManager_Impl.inl:
          Updated the class to cooperate with NodeManager.
          There is some memory management and lifecycle of object issue
          solved by this update. Basically speaking, since NodeManager is
          a daemon (running forever if nothing went wrong) we have to make
          sure that the NodeApplicationManager will be actually destroyed
          when its not needed any more. This update enables us to do this
          and prevented us from hacking the OMG IDL file.

Tue Jun  1 12:36:10 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Basic_Handler.cpp:
        * DnC/Config_Handlers/Basic_Handler.h:
        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/CAD_Handler.h:
        * DnC/Config_Handlers/CPR_Handler.h:
        * DnC/Config_Handlers/Cap_Handler.h:
        * DnC/Config_Handlers/CompImplDesc_Handler.cpp:
        * DnC/Config_Handlers/CompImplDesc_Handler.h:
        * DnC/Config_Handlers/CompIntrDesc_Handler.h:
        * DnC/Config_Handlers/CompPkgDesc_Handler.h:
        * DnC/Config_Handlers/DnC_Dump.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:
        * DnC/Config_Handlers/IAD_Handler.h:
        * DnC/Config_Handlers/IR_Handler.h:
        * DnC/Config_Handlers/MID_Handler.h:
        * DnC/Config_Handlers/NIA_Handler.h:
        * DnC/Config_Handlers/PCI_Handler.h:
        * DnC/Config_Handlers/PC_Handler.h:
        * DnC/Config_Handlers/Plan_Handler.h:
        * DnC/Config_Handlers/Process_Element.i:

          Made changes to fix testing errors.

Tue Jun  1 12:09:18 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DnC/NodeApplicationManager/NodeApplicationManager_Impl.h:
          Changed the init method to return a objectRef of
          the NodeApplicationManager to make NodeManager happy.

Tue Jun  1 11:40:29 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Basic_Handler.h
        * DnC/Config_Handlers/CompIntrDesc_Handler.h
        * DnC/Config_Handlers/CompPkgDesc_Handler.h
        * DnC/Config_Handlers/CompPortDesc_Handler.h
        * DnC/Config_Handlers/CompPropDesc_Handler.h
        * DnC/Config_Handlers/Config_Error_Handler.h
        * DnC/Config_Handlers/DnC_Dump.h
        * DnC/Config_Handlers/IAD_Handler.h
        * DnC/Config_Handlers/IR_Handler.h
        * DnC/Config_Handlers/MID_Handler.h
        * DnC/Config_Handlers/NIA_Handler.h
        * DnC/Config_Handlers/PCI_Handler.h
        * DnC/Config_Handlers/PC_Handler.h
        * DnC/Config_Handlers/RUK_Handler.h

          Fixed the export libary problem for Windows.

Tue Jun  1 10:49:49 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.cpp:

          Made changes to fix testing errors.

Tue Jun  1 10:41:49 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DnC/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DnC/NodeApplicationManager/NodeApplicationManager_Impl.inl:
          Finished the NodeApplicationManager except the connection
          part.

Tue Jun  1 10:16:21 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Export.h

          Added this file for Windows to export library.


Tue Jun  1 10:12:46 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/RepositoryManager.idl:
        * DnC/RepositoryManager/RepositoryManager.mpc:
        * DnC/RepositoryManager/RepositoryManager_Impl.cpp:
        * DnC/RepositoryManager/RepositoryManager_Impl.h:
        * DnC/RepositoryManager/Repository_Manager.cpp:

          Made a first-cut check-i for repository manager.

Tue Jun  1 10:01:25 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

        * examples/OEP/BasicSP/BMDevice/BMDevice.cidl:
        * examples/OEP/BasicSP/BMClosedED/BMClosedED.cidl:

          Included BasicSP.idl to fix problems during static linking.

Tue Jun  1 00:42:56 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DnC_Dump.cpp:
        * DnC/Config_Handlers/Plan_Handler.cpp:
        * DnC/Config_Handlers/Process_Element.cpp:

          Made changes to fix some testing errors.


Tue Jun  1 00:32:22 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/CPK_Handler.cpp:
        * DnC/Config_Handlers/DnC_Dump.cpp:
        * DnC/Config_Handlers/IAD_Handler.cpp:
        * DnC/Config_Handlers/PC_Handler.cpp:
        * DnC/Config_Handlers/Plan_Handler.cpp:
        * DnC/Config_Handlers/Process_Element.cpp:

          Made changes to fix some testing errors.

Mon May 31 18:50:28 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/PC_Handler.cpp:
        * DnC/Config_Handlers/Plan_Handler.cpp:

          Made changes to fix some testing errors.

Mon May 31 18:27:47 2004  Venkita Subramonian  <venkita@cs.wustl.edu>
         * tools/Segment_Timer/Segment_Timer.h:
         * tools/static_configurator/Static_Configurator.cpp:

           Made some fixes related to DLL exports to get rid of
           build errors on Windows.

Mon May 31 18:25:30 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Any_Handler.cpp:
        * DnC/Config_Handlers/CPK_Handler.cpp:
        * DnC/Config_Handlers/CompPkgDesc_Handler.cpp:
        * DnC/Config_Handlers/PC_Handler.cpp:
        * DnC/Config_Handlers/Plan_Handler.cpp:
        * DnC/Config_Handlers/Property_Handler.cpp:

          Made some changes to fix some testing errors.


Mon May 31 17:18:55 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Any_Handler.cpp:
        * DnC/Config_Handlers/CompIntrDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPropDesc_Handler.cpp:
        * DnC/Config_Handlers/DT_Handler.cpp:
        * DnC/Config_Handlers/DT_Handler.h:

          Resolved Typecode and Any related errors relating to parsing the
          Deployment plan.

Mon May 31 16:33:16 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          Added support for the emits-related navigation method,
          and automatic registration of value factories for
          event consumers. Also fixed bug in code generation
          for uses multiple.

        * ciao/Container_Base.h:

          Added CIAO_REGISTER_OBV_FACTORY macro, used by the
          CIDL compiler when generating factory registration
          calls for event consumers. There is also a version of
          this macro called CIAO_REGISTER_VALUE_FACTORY in
          CIAO_common.h. This version takes an extra argument
          which is an ORB pointer. This macro was separately
          added, planning for the day when we may want
          components to run with a separate process and/or ORB
          from their containers. These two versions will have
          to be reconciled at some point.

        * tools/Segment_Timer/Segment_Timer.mpc:

          Added the export file to the project.

        * tools/XML_Helpers/RTConfig_Handlers.cpp:

          Added some static casts to eliminate warnings on
          MSVC.

Mon May 31 16:19:17 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/NodeApplicationManager/NodeApplicationManager.mpc:
          Updated this file.

        * DnC/NodeApplicationManager/CIAO_NAM_Export.h:
          Added this export file.

        * DnC/NodeApplicationManager/NodeApplicationManager.cpp:
          Removed this file since NodeApplicationManager will be
          collocated with NodeManager.

        * DnC/NodeApplicationManager/CIAO_NodeApplicationManager.idl:
          Removed this file since I have moved this into deployment_svnt
          project.

        * DnC/Core/NodeApplication_Impl.cpp:
          Changed from 0 to CORBA::Object::_nil () as return value.

Mon May 31 15:18:25 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/test/NodeApplicationTest/NodeAppTest_RoundTrip.idl:
        * DnC/test/NodeApplicationTest/NodeApp_test_client.cpp:
        * DnC/test/NodeApplicationTest/RoundTripEI.idl:
        * DnC/test/NodeApplicationTest/RoundTrip_exec.cpp:
        * DnC/test/NodeApplicationTest/RoundTrip_exec.h:

          Changed the idl interface to supports rather than provides as
          this feature has not been implemented yet.

Mon May 31 14:48:21 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager.mpc:
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:

          Added export library thing for Windows.


Mon May 31 13:35:15 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Config_Handlers.mpc:

          Added the missing dependency library to the mpc file, which
          is CIAO_Server library.

Mon May 31 13:10:15 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager.mpc:

          Added necessary dependency libraries to the mpc file, which
          causes build probelm under Windows.

        * DnC/DomainApplication/DomainApplication_Impl.h
        * DnC/DomainApplication/DomainApplication_Impl.cpp

          Removed these files since DomainApplication are now
          combined with DomainApplicationManager.


Mon May 31 11:00:50 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Core/NodeApplication_Impl.cpp:
          Fixed one bug of the refence count of Component instance
          objectRef.

Mon May 31 00:40:25 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Core/NodeApplication_Impl.cpp:
        * DnC/Core/NodeApplication_Impl.h:

          Added component/home removal functionality.
          Also added a install method which will be called by
          NodeApplicationManager to install everything which belong
          to the NodeApplication.

Sun May 30 17:47:10 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/tests/NodeApplicationTest:

          Directory for testing CIAO's NodeApplication entity

        * DnC/tests/NodeApplicationTest/NodAppTest.mpc:
          mpc file for this test case

        * DnC/tests/NodeApplicationTest/NodeAppTest_RoundTrip.idl:
        * DnC/tests/NodeApplicationTest/NodeAppTest_RoundTrip.cidl:
        * DnC/tests/NodeApplicationTest/RoundTripEI.idl:

          A simple component as a test case that provides an interface
          LatencyTest which has a single operation defined that cubes a
          long

        * DnC/tests/NodeApplicationTest/RoundTrip_stub_export.h:
        * DnC/tests/NodeApplicationTest/RoundTrip_svnt_export.h:
        * DnC/tests/NodeApplicationTest/RoundTrip_exec_export.h:

          Export files to keep windows happy

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

          Component implementation definitions

        * DnC/tests/NodeApplicationTest/NodeApp_test_client.cpp:

          Client program that tries to install the RoundTrip home with the
          NodeApplication aka ComponentServer, create the Component,
          i.e. RoundTrip, and invoke the cube long operation.

          This test case exercises the call path for home installation,
          component creation within the new DnC specification. This test
          case should also have component removal operations, which will
          be added as and when this is implemented in CIAO.

Sun May 30 15:43:24 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/NodeApplication/NodeApplication.mpc:
        * DnC/NodeApplication/NodeApplication.cpp:

          Resolved compilation and link errors. Now the NodeApplication
          can be started generating an ior! Next step will be to write a
          test client to install homes and create components.

Sun May 30 14:36:21 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/NodeApplication/NodeApplication.mpc:
        * DnC/NodeApplication/NodeApplication.cpp:
        * DnC/Core/Container_Base.h:
        * DnC/Core/Container_Base.cpp:
        * DnC/Core/Deployment_Core.idl:
        * DnC/Core/NodeApplication_Impl.h:
        * DnC/Core/NodeApplication_Impl.cpp:

        Updateed those files to finish home creation part.

Sat May 29 15:25:22 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/RepositoryManager/RepositoryManager_Impl.h:
        * DnC/RepositoryManager/RepositoryManager_Impl.cpp:
        * DnC/RepositoryManager/RepositoryManager.mpc:

          First cut implementation of Repository Manager.

Fri May 28 23:17:44 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/NodeManager/NodeDaemon.idl:
        * DnC/NodeManager/NodeDaemon.mpc:
        * DnC/NodeManager/Node_Daemon.cpp:
        * DnC/NodeManager/NodeDaemon_Impl.h:

          Fixed compilation and linking errors stemming from refactoring
          DnC core to include the Deployment.idl files. Modified the
          include paths as now these are autogenerated from the
          ciao_deployment.mpb file

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:

          Removed the getApplications () member function the the header
          file. This is not present as a part of the interface. This
          resolves link errors

        * DnC/ExecutionManager/ExecutionManager.mpc:

          Removed the unnecessary ciao_server target from the mpc file as
          this library is not needed

Fri May 28 10:18:45 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Fixed warnings resulting from non usage of .in () while
          assigning to a _ptr from a _var.

        * DnC/DomaiinApplicationManager/DomainApplicationManager_Impl.inl:
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:

          Created file for storing inline functions

Thu May 27 22:16:26 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedEDE.idl:
        * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.cpp:
        * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED_svnt.h:
        * examples/handcrafted/BasicSP_EC/BMDevice/BMDeviceE.idl:
        * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice_svnt.cpp:
        * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice_svnt.h:
        * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplayE.idl:
        * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay_svnt.cpp:
        * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay_svnt.h:
        * examples/handcrafted/BasicSP_EC/EC/ECE.idl:
        * examples/handcrafted/BasicSP_EC/EC/EC_svnt.cpp:
        * examples/handcrafted/BasicSP_EC/EC/EC_svnt.h:

          Removed these files from the Repo. Please be careful when you
          commit files and please double check EVEN you have done make
          realclean!


Thu May 27 22:14:18 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

        * tools/static_configurator/Static_Configurator.mpc:
        * tools/static_configurator/Static_Configurator.h:
        * tools/static_configurator/Static_Configurator.cpp:
        * tools/static_configurator/Static_Assembly_Visitors.cpp:
        * tools/static_configurator/Static_Assembly_Parser.cpp:

          Made changes related to performance measurement of static
          configuration mechanisms.

        * tools/Segment_Timer/Segment_Timer_Export.h:
        * tools/Segment_Timer/Segment_Timer.{cpp,h,mpc}:
        * tools/Segment_Timer/README:

          Adding segment timer files. This class is used in the
          performance measurements of static and dynamic configurations.

        * tools/RTComponentServer/RTComponentServer.mpc:
        * tools/Assembly_Deployer/Assembly_Visitors.cpp:
        * tools/Assembly_Deployer/Assembly_Manager.cpp:
        * tools/Assembly_Deployer/Assembly_Impl.cpp:
        * tools/Assembly_Deployer/Assembly_Deployer.mpc:

          Made changes related to performance measurement of dynamic
          configuration mechanisms.

Thu May 27 18:39:10 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Redefine the Hash map to make all the artifacts (NodeManager,
          NodeApplicationManager, NodeApplication, Connections) handy
          to use. Changed all the member functions to reflect this
          change.

Thu May 27 17:45:26 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/tests/Config_Handlers/handler_test.mpb:

          Added reqires dnc to stop the noise on the scoreboard.

Thu May 27 22:10:27 2004  Emre Turkay <turkaye@dre.vanderbilt.edu>
        * DnC/Core/Deployment.idl:

        Added DeploymentPlan::UUID.

Thu May 27 22:02:21 2004  Emre Turkay  <turkaye@dre.vanderbilt.edu>
        * DnC/Config_Handlers/Plan_Handler.cpp:

        Added handler for DeploymentPlan::UUID

Thu May 27 16:42:26 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Added a check to make sure that duplicate NodeManager names are
          not added to the internal hashmap maintained in this
          entity. This ensures that the length always corresponds to the
          unique set of node names. Thanks to Gan Deng for pointing this
          out.

Thu May 27 16:38:19 2004  Boris Kolpackov  <boris@dre.vanderbilt.edu>

        * DnC/Deployment.xsd: Added UUID element to deploymentPlan.


Thu May 27 13:03:02 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Added the get_plan_info () method, that parses the plan
          according to the individual nodes on which the plan needs to be
          deployed. Also changed internal tables to use ACE_Vector to
          store plan related information.

Thu May 27 11:02:47 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Added two new operations get_uuid and set_uuid that will help
          the ExecutionManager associating the DomainApplicationManager
          with a concrete DeploymentPlan passed. These are defined on the
          servant only.

        * DnC/ExecutionManager/ExecutionManager_Impl.h:
        * DnC/ExecutionManager/ExecutionManager_Impl.cpp:

          Implementation of Deployment::ExecutionManager interface. This
          has now been integrated with the DomainApplicationManager.

        * DnC/DomainApplicationManager/Deployment_Configuration.h:

          Removed "#include Core/.." as now the include paths are
          generated from the deployment_svnt.mpb

        * DnC/ExecutionManager/Execution_Manager.cpp:
        * DnC/ExecutionManager/ExectionManager.idl:

          CIAO's implementation of ExecutionManager Daemon
          interface. Added a shutdown () method for clean release of
          resources associated with the Daemon

        * DnC/ExecutionManager/ExecutionManager.mpc:

          mpc file to generate Makefiles!

Wed May 26 17:08:21 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.h
        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.cpp

          Changed the member functions signature in accordance with the
          modified DomainApplicationManager IDL interface.


Wed May 26 16:24:54 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/Core/Deployment.idl

          Modified the IDL interface of the DomainApplicationManager,
          which now integrates the functionality of both
          DomainApplicationManager and DomainApplication in the original
          DnC spec. The old DomainApplication interface is deleted.

Wed May 26 11:33:11 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/Core/CCM_Core.mpc

          Added necessary library (TAO_Valuetype) to the Deployment_stub
          project. Removed the unnecessary Deployment_CoreC.cpp file which
          caused linking error.

Wed May 26 11:15:23 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/Core/NodeApplication_Impl.cpp

          Fixed linking errors because the "start" method on the
          NodeApplication used a wrong function signature.

Wed May 26 11:06:23 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager.mpc
        * DnC/DomainApplicationManager/Deployment_Configuration.inl

          Added these two files.

Wed May 26 11:03:23 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/Core/CCM_Core.mpc

          Fixed typo in this mpc file.

Wed May 26 10:14:23 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager_Impl.*

          Fixed the compiling errors. More functinality will be
          added soon.

        * DnC/DomainApplicationManager/Deployment_Configuration.*

          Added this helper class to deal with deployment topology
          data file.


Tue May 25 22:40:23 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Core/NodeApp_CB_Impl.cpp:
        * DnC/Core/NodeApp_CB_Impl.h:
        * DnC/Core/NodeApplication_CallBack.idl:
          Added these files for NodeApplication callback interface.

        * DnC/Core/CCM_Core.mpc:
          Updated the file to reflect above changes.

Tue May 25 13:05:35 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Deployment.idl:
        * DnC/Property.idl:
        * DnC/Deployment.mpc:
        * DnC/Deployment_stub_export.h:
        * DnC/Deployment_stub_export.h:
        * DnC/Core/Container_Impl.h:
        * DnC/Core/Container_Impl.inl:
        * DnC/Core/Container_Impl.cpp:
        * DnC/Core/CCM_Deplyment.idl:

          Removed these files. Everything is moved into the DnC/Core
          directory, also the Deployment.idl is splited into
          Deployment.idl and Deployment_Core.idl. The first one contains
          information needed for DnC runtime except NodeApplication.
          The latter file combines the old Container with NodeApplication.

        * DnC/Core/Deployment.idl:
        * DnC/Core/Deployment_Core.mpc:
        * DnC/Core/Deployment_stub_export.h:
        * DnC/Core/Deployment_stub_export.h:
        * DnC/Core/NodeApplication_Impl.h:
        * DnC/Core/NodeApplication_Impl.inl:
        * DnC/Core/NodeApplication_Impl.cpp:
          Added these files.

        * DnC/Core/CCM_Core.mpc:
          This file updated to reflect the chages above.

          The idea is to use the old container as the NodeApplication and
          the ComponentServer. This implies that new process will be
          spawned upon new NodeApplication is created.

          In turn the NodeApplicationManager will be collocated with
          NodeManager.

          These changes give us advantages for implementing the spec in an
          effecient way without inccuring much confilicts with the Spec.


Tue May 25 12:06:37 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

        * tests/RTCCM/Priority_Test/Workers/IOB_Worker_exec.cpp:
        * tests/RTCCM/Priority_Test/Workers/CB_Worker_exec.cpp:
        * tests/RTCCM/Priority_Test/Controllers/Controller_exec.{cpp,h}:
        * tests/RTCCM/Priority_Test/Controllers/Rate_Controller.{cpp,h}:

          Fixed compile errors regarding pure virtual functions not being
          implemented. Added empty method definitions for ciao_preactivate
          and ciao_postactivate.

Tue May 25 12:08:48 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/NodeManager/Node_Daemon.cpp:

          Removed repetitive registration with the IORTable

Tue May 25 12:02:52 2004  Boris Kolpackov  <boris@dre.vanderbilt.edu>

        * DnC/Deployment.xsd:

          Initial set of "normalization" changes.


        * DnC/Deployment.xsd.orig:
        * DnC/XMI.xsd.orig:

          Added backup copies.

Mon May 24 14:13:51 2004  Gan Deng  <gan.deng@vanderbilt.edu>

        * DnC/DomainApplicationManager/DomainApplicationManager.h:
        * DnC/DomainApplicationManager/DomainApplicationManager.cpp:

        * DnC/DomainApplication/DomainApplication.h:
        * DnC/DomainApplication/DomainApplication.cpp:

          Added these files.


Mon May 24 21:18:07 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * examples/Hello/descriptors/run_test_remote.pl:
        * examples/Hello/descriptors/run_test_default.pl:

          Updated the test script since Assembly_Deployer takes
          two more command line options.

Mon May 24 19:44:32 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/ADD_Handler.*:
        * DnC/Config_Handlers/ACD_Handler.*:
        * DnC/Config_Handlers/APM_Handler.*:
        * DnC/Config_Handlers/CRDD_Handler.*:
        * DnC/Config_Handlers/DP_Handler.*:
        * DnC/Config_Handlers/IDD_Handler.*:
        * DnC/Config_Handlers/IRDD_Handler.*:
        * DnC/Config_Handlers/MDD_Handler.*:
        * DnC/Config_Handlers/PCD_Handler.*:
        * DnC/Config_Handlers/PPM_Handler.*:
        * DnC/Config_Handlers/PSPE_Handler.*:
        * DnC/Config_Handlers/PSPR_Handler.*:
        * DnC/Config_Handlers/RDD_Handler.*:
        * DnC/Config_Handlers/SID_Handler.*:
        * DnC/Config_Handlers/SPE_Handler.*:
        * DnC/Config_Handlers/SPR_Handler.*:

          Removed the above mentioned handlers as they are
          not used.

Mon May 24 11:50:15 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Plan_Handler.cpp:

          Added changes to reflect the changes made in the IDL file.


Sun May 23 14:31:51 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/NodeManager/NodeDaemon.mpc:

          Added exename flag to set the right executable name to be generated

Sun May 23 13:32:34 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/NodeManager/NodeDaemon.mpc:
        * DnC/NodeManager/NodeApplicationManager_Impl.h:
        * DnC/NodeManager/NodeApplicationManger_Impl.cpp:
        * DnC/NodeManager/NodeDaemon_Impl.cpp:
        * DnC/NodeManager/Node_Daemon.cpp:

          Got the call-chain working, wherein, a preparePlan call to the
          Daemon creates a NodeApplication Manager and passes along the
          plan as well. Next, now the Daemon, depending on the command
          line argument passed can also register with the Naming Service
          using the node-name as the context. This enables multiple
          NodeManagers to be activated on different hosts. An simple IOR
          based scheme will not work in this case.

Fri May 21 20:12:43 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/NodeManager/NodeDaemon.idl:
        * DnC/NodeManager/NodeDaemon.mpc:
        * DnC/NodeManager/NodeDaemon_Impl.h:
        * DnC/NodeManager/NodeDaemon_Impl.cpp:
        * DnC/NodeManager/Node_Daemon.cpp:
        * DnC/NodeManager/NodeApplicationManager_Impl.h:
        * DnC/NodeManager/NodeApplicationManager_Impl.cpp:

          Updated these files inline with the Specification i.e. removed
          un-necessary methods along with making the
          NodeApplicationManager a CORBA::Object rather than a CORBA
          server. In this case, the NodeManager, i.e. the NodeDaemon, will
          share the same ORB with the the Application Manager. Further,
          the mpc file was updated to make things compile and link
          properly.

Thu May 20 23:29:54 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.xsd:
          Uploaded the new schema.

Thu May 20 19:28:20 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Core/CCM_Core.mpc
        * DnC/Core/CCM_Deployment.idl
        * DnC/Core/ComponentServer_Impl.cpp
        * DnC/Core/ComponentServer_Impl.h
        * DnC/Core/ComponentServer_Impl.inl
        * DnC/Core/Container_Impl.cpp
        * DnC/Core/Container_Impl.h

          Removed the ComponentInstallation interfaces.
          Now the CORE of new CIAO should be fixed.

Thu May 20 18:54:01 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.idl:

          Updated the IDL for Component Data Model changes.

Thu May 20 14:44:48 2004  Irfan Pyarali  <irfan@oomworks.com>

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

          No RT-isms necessary anymore.

Thu May 20 14:31:20 2004  Irfan Pyarali  <irfan@oomworks.com>

        * tests/RTCCM/DiffServ/descriptors/rtsvc.conf:

          This file is no longer needed.

        * tests/RTCCM/DiffServ/descriptors/run_test.pl:

          No need to specify rtsvc.conf file.

        * tools/RTComponentServer/RTComponentServer.cpp (main):

          No need to check that multiple priorities are supported.  Some
          servers can do with one priority.

Thu May 20 13:40:25 2004  Irfan Pyarali  <irfan@oomworks.com>

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

          Simply refer to the same files in TAO/tests/RTCORBA/Diffserv
          instead of making a copy here.

        * tests/RTCCM/DiffServ/Receiver/Receiver_exec.cpp:
        * tests/RTCCM/DiffServ/Sender/Sender_exec.cpp:
        * tests/RTCCM/DiffServ/descriptors/run_test.pl:

          Minor fixes.

Thu May 20 11:34:33 2004  Irfan Pyarali  <irfan@oomworks.com>

        * tools/ComponentServer/ComponentServer.cpp:
        * tools/Assembly_Deployer/Assembly_Deployer.cpp:

          Added missing include file.

        * tests/RTCCM/DiffServ/descriptors/run_test.pl:

          Added new assembly deployer option.

        * tests/RTCCM/DiffServ/descriptors/rtsvc.conf:

          Added FIFO scheduling option.

        * tests/RTCCM/DiffServ/Controller/Controller.cpp (svc):

          Minor fixes.

Thu May 20 10:36:23 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Core/CCM_Base.idl
        * DnC/Core/CCM_Component.idl
        * DnC/Core/CCM_Container.idl
        * DnC/Core/CCM_Container_Ex.idl
        * DnC/Core/CCM_Core.mpc
        * DnC/Core/CCM_Deployment.idl
        * DnC/Core/CCM_Event.idl
        * DnC/Core/CCM_Transaction.idl
        * DnC/Core/CIAO_Client_Export.h
        * DnC/Core/CIAO_Container_Export.h
        * DnC/Core/CIAO_Server_Export.h
        * DnC/Core/CIAO_Value.idl
        * DnC/Core/CIAO_common.h
        * DnC/Core/Client_init.cpp
        * DnC/Core/Client_init.h
        * DnC/Core/ComponentInstallation_Impl.cpp
        * DnC/Core/ComponentInstallation_Impl.h
        * DnC/Core/ComponentInstallation_Impl.inl
        * DnC/Core/ComponentServer_Impl.cpp
        * DnC/Core/ComponentServer_Impl.h
        * DnC/Core/ComponentServer_Impl.inl
        * DnC/Core/Component_Base.idl
        * DnC/Core/Components.idl
        * DnC/Core/Container_Base.cpp
        * DnC/Core/Container_Base.h
        * DnC/Core/Container_Base.inl
        * DnC/Core/Container_Base.pidl
        * DnC/Core/Container_Impl.cpp
        * DnC/Core/Container_Impl.h
        * DnC/Core/Container_Impl.inl
        * DnC/Core/Cookies.cpp
        * DnC/Core/Cookies.h
        * DnC/Core/Cookies.inl
        * DnC/Core/CosPersistentState.idl
        * DnC/Core/Object_Set_T.cpp
        * DnC/Core/Object_Set_T.h
        * DnC/Core/Object_Set_T.inl
        * DnC/Core/Server_init.cpp
        * DnC/Core/Server_init.h
        * DnC/Core/Version.h

         Finished refactoring the Core part of CIAO.

Wed May 19 15:15:21 2004  Irfan Pyarali  <irfan@oomworks.com>

        * tests/RTCCM/DiffServ:

          Added a new DiffServ test. This test is similar to the
          RTCORBA/DiffServ test but uses components instead of a client
          and server.

          Here are the new files:

          - Controller/Controller.cpp
          - Controller/Controller.mpc
          - Receiver/Receiver.cidl
          - Receiver/Receiver.idl
          - Receiver/Receiver.mpc
          - Receiver/Receiver_exec.cpp
          - Receiver/Receiver_exec.h
          - Receiver/Receiver_exec_export.h
          - Receiver/Receiver_stub_export.h
          - Receiver/Receiver_svnt_export.h
          - Sender/Custom_Network_Priority_Mapping.cpp
          - Sender/Custom_Network_Priority_Mapping.h
          - Sender/Sender.cidl
          - Sender/Sender.idl
          - Sender/Sender.mpc
          - Sender/Sender_exec.cpp
          - Sender/Sender_exec.h
          - Sender/Sender_exec_export.h
          - Sender/Sender_stub_export.h
          - Sender/Sender_svnt_export.h
          - common/DiffServ.idl
          - common/DiffServ.mpc
          - common/DiffServ_stub_export.h
          - common/DiffServ_svnt_export.h
          - descriptors/CIAO_Installation_Data.ini
          - descriptors/Receiver.csd
          - descriptors/Receiver.ssd
          - descriptors/Sender.csd
          - descriptors/Sender.ssd
          - descriptors/default.cad
          - descriptors/remote.cad
          - descriptors/rtsvc.conf
          - descriptors/test.dat

Tue May 18 23:20:10 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CompIntrDesc_Handler.cpp:
        * DnC/Config_Handlers/CompIntrDesc_Handler.h:
        * DnC/Config_Handlers/Config_Handlers.mpc:

          Updated for handling HREF and IDREF tags.

Tue May 18 14:43:51 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Property_Handler.h:
        * DnC/Config_Handlers/Property_Handler.cpp:

          Revoked previous commit.

Tue May 18 14:25:25 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Property_Handler.h:
        * DnC/Config_Handlers/Property_Handler.cpp:

          Added a xercesc::DOMNode * as a formal argument. Though this
          argument is unnecessary in the process_property () function,
          this was necessary to have a common signature for all the
          process_* functions, so that they could be templatized.

Tue May 18 12:01:14 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/CAD_Handler.h:

          Updated to handle HREF and IDREF tags.

Tue May 18 06:30:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DnC/NodeApplicationManager/NodeApplicationManager.mpc:
          Fixed typos in this MPC file

Tue May 18 00:54:00 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/CAD_Handler.h:
        * DnC/Config_Handlers/Config_Handlers.mpc:
        * DnC/Config_Handlers/DnC_Dump.cpp:
        * DnC/Deployment.idl:

          Made a change to the IDL for the ComponentDataModel
          elements.

          Updated the affected handlers.

Mon May 17 22:15:11 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

        * docs/index.html:
        * docs/EnvVars.html:

          Left over files from RTCIAO-tests branch merge. Thanks to
          Nanbor for pointing this out.

Mon May 17 21:07:25 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

        * tools/static_configurator/Static_Assembly_Visitors.h:
        * tools/static_configurator/Static_Configurator.cpp:
        * tools/static_configurator/Static_Configurator.mpc:

          Fixed some compile errors because of a typo.

Mon May 17 19:29:43 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

        * tools/RTComponentServer/RTServer_Impl.cpp:
        * tools/RTComponentServer/RTServer_Impl.h:
        * tools/RTComponentServer/RTServer_Impl.inl: Added extra
          parameters to RTContainer_Impl, RTSession_Container and
          ComponentServer_Impl ctors for static configuration.

        * tools/static_configurator/Static_Assembly.h:
        * tools/static_configurator/Static_Assembly_Visitors.cpp:
        * tools/static_configurator/Static_Assembly_Visitors.h:
        * tools/static_configurator/Static_Configurator.cpp:
        * tools/static_configurator/Static_Configurator.h:
        * tools/static_configurator/Static_Configurator.mpc:

          Changes to statically parse .rtcad files and generate main
          driver for static RTCCM applications.

Mon May 17 16:16:37 2004  Venkita Subramonian  <venkita@cs.wustl.edu>

        Merging RTCIAO-tests branch to the main trunk. This branch
        contained the RTCCM tests from Nanbor (nanbor@txcorp.com).

        * ciao/CIAO_common.h:
        * ciao/Client_init.cpp: Minor modifications to CIAO core. Addition
          of CIAO_debug_level.

        * ciao/ComponentInstallation_Impl.cpp:
        * ciao/ServerActivator_Impl.cpp:
        * ciao/ServerActivator_Impl.h: Addition of extra command line
          flags to be passed on to the component server during its spawning.

        * tests/RTCCM/Priority_Test/descriptors/CB_Worker.csd:
        * tests/RTCCM/Priority_Test/descriptors/IOB_Worker.csd:
        * tests/RTCCM/Priority_Test/descriptors/Worker.ssd:
        * tests/RTCCM/Priority_Test/descriptors/CIAO_Installation_Data.ini:
        * tests/RTCCM/Priority_Test/descriptors/Controller.csd:
        * tests/RTCCM/Priority_Test/descriptors/Controller.ssd:
        * tests/RTCCM/Priority_Test/descriptors/RTsvc.conf:
        * tests/RTCCM/Priority_Test/descriptors/svcmap.dat:
        * tests/RTCCM/Priority_Test/descriptors/test.dat:
        * tests/RTCCM/Priority_Test/descriptors/test.rtd:
        * tests/RTCCM/Priority_Test/descriptors/basic-remote.cad:
        * tests/RTCCM/Priority_Test/descriptors/basic_remote.pl:
        * tests/RTCCM/Priority_Test/descriptors/basic_rt.rtd:
        * tests/RTCCM/Priority_Test/descriptors/basic_test.pl:
        * tests/RTCCM/Priority_Test/descriptors/bench.conf:
        * tests/RTCCM/Priority_Test/descriptors/Controller25.csd:
        * tests/RTCCM/Priority_Test/descriptors/Controller50.csd:
        * tests/RTCCM/Priority_Test/descriptors/Controller75.csd:
        * tests/RTCCM/Priority_Test/descriptors/demo-25.cad:
        * tests/RTCCM/Priority_Test/descriptors/demo-50.cad:
        * tests/RTCCM/Priority_Test/descriptors/demo.cad:
        * tests/RTCCM/Priority_Test/descriptors/no-rt-3rates.cad:
        * tests/RTCCM/Priority_Test/descriptors/rate_test.pl:
        * tests/RTCCM/Priority_Test/descriptors/remote.dat:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rate-rt-high-dec.cad:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rate-rt-high-inc.cad:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rate-rt-low-dec.cad:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rate-rt-low-inc.cad:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rate-rt-mid-dec.cad:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rate-rt-mid-inc.cad:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rates-dec.cad:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rates-inc.cad:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rates-laned-dec.cad:
        * tests/RTCCM/Priority_Test/descriptors/rt-3rates-laned-inc.cad:
        * tests/RTCCM/Priority_Test/descriptors/shared_rt.rtd:

          New files for running the test.

        * tests/RTCCM/Priority_Test/Priority_Test.mpc:
        * tests/RTCCM/Priority_Test/Workers/Worker.mpc:
        * tests/RTCCM/Priority_Test/Controllers/Controller.mpc:  Manually
          changed the generated MPC files as the "depends" keyword is
          depricated by "after" in MPC, and the dependencies is broken in
          earlier changes in MPC generator scripts.

        * tests/RTCCM/Priority_Test/Priority_Test.idl: Changed the use of
          "unsigned long" type to "long".  CIDL compiler doesn't seem to
          support unsigned long yet.

        * tests/RTCCM/Priority_Test/Workers/Worker.idl: Fixed a typo.

        * tests/RTCCM/Priority_Test/Workers/CB_Worker_exec.cpp:
        * tests/RTCCM/Priority_Test/Workers/CB_Worker_exec.h:
        * tests/RTCCM/Priority_Test/Workers/IOB_Worker_exec.cpp:
        * tests/RTCCM/Priority_Test/Workers/IOB_Worker_exec.h:  Fixed a
          couple of compilation errors and changed some operation
          signatures to match the interface change in Priority_Test.idl.

        * tests/RTCCM/Priority_Test/Priority_Test.idl:
        * tests/RTCCM/Priority_Test/Controllers/Controller.cidl:
        * tests/RTCCM/Priority_Test/Controllers/Controller.idl:
        * tests/RTCCM/Priority_Test/Controllers/Controller.mpc:
        * tests/RTCCM/Priority_Test/Controllers/ControllerEI.idl:
        * tests/RTCCM/Priority_Test/Controllers/Controller_exec.cpp:
        * tests/RTCCM/Priority_Test/Controllers/Controller_exec.h:
        * tests/RTCCM/Priority_Test/Controllers/Controller_exec_export.h:
        * tests/RTCCM/Priority_Test/Controllers/Controller_stub_export.h:
        * tests/RTCCM/Priority_Test/Controllers/Controller_svnt_export.h:
        * tests/RTCCM/Priority_Test/Controllers/Pulser.cpp:
        * tests/RTCCM/Priority_Test/Controllers/Pulser.h:
        * tests/RTCCM/Priority_Test/Controllers/Rate_Controller.h:
        * tests/RTCCM/Priority_Test/Controllers/Rate_Controller.cpp:
        * tests/RTCCM/Priority_Test/Workers/CB_Worker_exec.cpp:
        * tests/RTCCM/Priority_Test/Workers/CB_Worker_exec.h:
        * tests/RTCCM/Priority_Test/Workers/IOB_Worker_exec.cpp:
        * tests/RTCCM/Priority_Test/Workers/IOB_Worker_exec.h:
        * tests/RTCCM/Priority_Test/Workers/README:
        * tests/RTCCM/Priority_Test/Workers/Worker.cidl:
        * tests/RTCCM/Priority_Test/Workers/Worker.idl:
        * tests/RTCCM/Priority_Test/Workers/Worker.mpc:
        * tests/RTCCM/Priority_Test/Workers/WorkerEI.idl:
        * tests/RTCCM/Priority_Test/Workers/Worker_exec_export.h:
        * tests/RTCCM/Priority_Test/Workers/Worker_stub_export.h:
        * tests/RTCCM/Priority_Test/Workers/Worker_svnt_export.h:
        * tests/RTCCM/Priority_Test/descriptors/CB_Worker.csd:
        * tests/RTCCM/Priority_Test/descriptors/IOB_Worker.csd:
        * tests/RTCCM/Priority_Test/descriptors/Worker.ssd:

          New files for test Worker components.

        * tests/RTCCM/Priority_Test/Priority_Test.idl:
        * tests/RTCCM/Priority_Test/Priority_Test.mpc:
        * tests/RTCCM/Priority_Test/Priority_Test_stub_export.h:
        * tests/RTCCM/Priority_Test/Priority_Test_svnt_export.h:

          Added files for RTCCM Priority_Test project.

        * examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * examples/OEP/BasicSP/BMDevice/BMDevice_exec.cpp:
        * examples/OEP/BasicSP/BMDisplay/BMDisplay_exec.cpp:
        * examples/OEP/BasicSP/EC/EC_exec.cpp:
        * examples/OEP/BasicSP/EC/client.cpp:
        * examples/OEP/BasicSP/EC/controller.cpp:
        * examples/OEP/Display/GPS/GPS_exec.cpp:
        * examples/OEP/Display/GPS/GPS_tracing_exec.cpp:
        * examples/OEP/Display/NavDisplay/NavDisplay_exec.cpp:
        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:
        * examples/OEP/Display/RateGen/RateGen_exec.cpp:
        * performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp:
        * performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp:
        * performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp:
        * performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc:

          Added CIAO::debug_level to facilitate conditional printing of
          debug messages.

        * performance-tests/Benchmark/RoundTripClient/run_test.pl:
        * performance-tests/Benchmark/RoundTripClient/run_test_ior_cad.pl:

          Setting CIAO_ROOT if not already set.

        * tools/Assembly_Deployer/Assembly_Deployer.cpp:
        * tools/Assembly_Deployer/Assembly_Impl.cpp:
        * tools/Assembly_Deployer/Assembly_Impl.h:
        * tools/Assembly_Deployer/Assembly_Impl.inl:
        * tools/Assembly_Deployer/Assembly_Visitors.cpp:
        * tools/RTComponentServer/ComponentServer_Task.cpp:
        * tools/RTComponentServer/RTConfig_Manager.cpp:
        * tools/ServerActivator/ServerActivator.cpp:
        * tools/XML_Helpers/Assembly_Handlers.cpp:
        * tools/XML_Helpers/RTConfig_Handlers.cpp:
        * tools/XML_Helpers/Svcconf_Handler.cpp:

          Minor changes including adding CIAO::debug_level.

        * tools/ComponentServer/ComponentServer.cpp: Changes to run
          component server in SCHED_FIFO class.

        * tools/Daemon/CIAO_Daemon.cpp: Added command line processing for
          extra command-line argument for component server process.

        * tools/XML_Helpers/XMLHelpers.mpc: Added ciao_client to the base
          project list so as to link in the CIAO::debug_level feature.

Mon May 17 19:01:36 2004  Tao Lu  <lu@dre.vanderbilt.edu>

       * DnC/ExecutionManager/ExecutionManager_Impl.cpp:
       * DnC/ExecutionManager/ExecutionManager_Impl.h:
       * DnC/ExecutionManager/ExecutionManager_Impl.inl:
       * DnC/NodeApplicationManager/CIAO_NodeApplicationManager.idl:
       * DnC/NodeApplicationManager/NodeApplicationManager.cpp:
       * DnC/NodeApplicationManager/NodeApplicationManager.mpc:
       * DnC/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
       * DnC/NodeApplicationManager/NodeApplicationManager_Impl.h:
       * DnC/NodeApplicationManager/NodeApplicationManager_Impl.inl:
       * DnC/NodeManager/NodeDaemon.idl:
       * DnC/NodeManager/NodeDaemon.mpc:
       * DnC/NodeManager/NodeDaemon_Impl.cpp:
       * DnC/NodeManager/NodeDaemon_Impl.h:
       * DnC/NodeManager/NodeDaemon_Impl.inl:
       * DnC/NodeManager/Node_Daemon.cpp:
         Added these files.

       * DnC/Node/NodeApplicationManager_Impl.h
       * DnC/Node/NodeApplication_Impl.h
         Removed these files.

Mon May 17 16:17:40 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Plan_Handler.cpp:
        * DnC/Config_Handlers/Plan_Handler.h:

          Updated the handler to handle updated IDREFs.

Mon May 17 10:11:46 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Plan_Handler.h:
        * DnC/Config_Handlers/Domain_Handler.h:

          Replaced the use of a Synch_Mutex with that of a Null_Mutex as
          there will not be multiple threads parsing the handler.

Mon May 17 11:24:11 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DnC/Config_Handlers/Plan_Handler.h:
          Fixed fuzz error

Sun May 16 12:39:40 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

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

          Added dump functions to print out values encoded within a
          CORBA::Any. Currently, this handles only basic types, support
          for types encoded using CORBA::DnyAny needs to be incorporated.

Sun May 16 01:17:44 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.idl:

          Changed the data structures needed by the Execution
          data model, to conform to the model given in the
          specification

        * DnC/Config_Handlers/Plan_Handler.cpp:
        * DnC/Config_Handlers/Plan_Handler.h:
        * DnC/Config_Handlers/Config_Handlers.mpc:
        * DnC/Config_Handlers/Domain_Handler.cpp:

          Added a new top level handler for the DeploymentPlan.

          Since the IDL changed, i had to change 11 other handlers
          and included them within the top level handler.

          Updated the .mpc file accordingly.

Fri May 14 20:53:37 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.idl:

          Separated the data model definitions from the
          management model definitions.

Fri May 14 15:28:56 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:
        * DnC/tests/Config_Handlers/Domain_Handler_Test.cpp:

          Updated Domain_Handler_Test.cpp to use the dump
          functions within the DnC_Dump.cpp rather than the
          functions from Domain_Handler.cpp.

          Removed the unnecessary functions from the Domain_Handler.cpp.

Fri May 14 15:13:17 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

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

          Added the dump functions for the Domain Handler.

Fri May 14 12:17:55 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Requirement_Handler.cpp:
        * DnC/Config_Handlers/Property_Handler.cpp:
        * DnC/Config_Handlers/SP_Handler.cpp:
        * DnC/Config_Handlers/RS_Handler.cpp:

          Among, the common data type handlers, the aforementioned four
          handlers need to handle elements that can be referenced via
          <href> tags and <xmi:id> tags. In this commit, I have addressed
          parsing <href> tags, next, more complicated step will be to
          handle <xmi:id> tags.

Thu May 13 22:56:22 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DnC_Dump.cpp:

          Filled in the dump_* functions that pertain to common
          elements. Howerver, dumping data stored in a CORBA::Any would
          not be possible unless we know what value is stored in the first
          place! Hence, we may need to re think this approach for Anys.

        * DnC/Requirement_Handler.cpp:

          Updated the handler to process the <name> tag added to the
          Deployment schema.

Thu May 13 19:46:24 2004  Krishnakumar B  <kitty@nospam.invalid.domain>

        * DnC/Deployment.xsd: Reverted an accidental check-in that
          introduced a bogus schema.

Thu May 13 17:50:16 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Deployment.xsd:

          Added the name attribute for the Deployment:Requirement complex
          type defined in the schema. This was present in the model but
          not in the schema and necessitated this addition.

Thu May 13 15:13:50 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/tests/Config_Handlers/Domain_Handler_Test.cpp:
        * DnC/tests/Config_Handlers/Domain_Handler_Test.mpc:

          Added the test to test the Domain Handler.

Thu May 13 14:27:14 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/CompPortDesc_Handler.cpp:
        * DnC/Config_Handlers/Config_Handlers.mpc:

          Changed the library name from Config_Handers
          to Config_Handlers in the .mpc file.

          Included scop resolution operators for all
          class member function definitions in the .cpp file.

Thu May 13 13:10:35 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:

          Updated Domain_Handler to handle property and
          satisfier property elements.

Wed May 12 20:05:55 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * examples/handcrafted/BasicSP_EC/EC/client.cpp:

          Corrected case of header file in #include directive.
          "ace/Streams.h" -> "ace/streams.h".  Blame it on MS Windows case
          insenstivity.  :-)

Wed May 12 15:52:29 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Utils.h:
        * DnC/Config_Handlers/Utils.cpp:

          Added two utility methods create_document () and parse_href_tag
          () that will allow creation of an iterator pointing to top of
          the document as specified in the <href = "..."> tag. Now all
          handlers that need to handle <href> definitions can make use of
          this utility.

Wed May 12 15:08:14 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * examples/Hello/Hello_Base/Hello_Base.mpc:

          Copied export macro settings from stub project to servant
          project. The servant project had only one export macro
          defined for both *C.h and *S.h files, and so was
          clobbering the stub export macro already generated.

Wed May 12 14:25:00 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:

          Added some more general functions.

Wed May 12 13:51:37 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:

          Added some general functions which other handlers could
          use.

Wed May 12 12:59:21 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:

          Added dump functions for the structures.

Wed May 12 12:44:40 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:

          Made changes to handle HREF tags within
          another referenced document.

Wed May 12 00:06:26 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:

          Made changes to handle HREF tags.

Tue May 11 22:58:35 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          Changes to support multiplex uses ports in components.
          Thanks to Bala Natarajan <bala@dre.vanderbilt.edu> for
          writing the hand-crafted version of the servant glue
          code.

Tue May 11 22:55:22 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * examples/OEP/BasicSP/BasicSP.mpc:

          Fixed IDL compiler command line options so the stub and
          skeleton export macros will get generated correctly regardless
          of the order of execution of the stub and skeleton project
          generation.

Tue May 11 16:12:07 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DT_Handler.h:
        * DnC/Config_Handlers/DT_Handler.cpp:

          Added CORBA::TypeCode::duplicate for basic type codes as the
          individual handlers and IDL structures will be releasing the
          typecodes generated.

        * DnC/Config_Handlers/Any_Handler.h:
        * DnC/Config_Handlers/Any_Handlers.cpp:

          Insted of requiring that each top level handler pass an ORB
          reference to the Any handler, now the Any handler calls ORB init
          There is not additional overhead other than the call as the same
          ORB reference is returned each time from the ORB table

        * DnC/Config_Handlers/Config_Handlers.mpc:

          Added targets Any_Handler.cpp and DT_Handler.cpp

Tue May 11 12:51:14 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.h:
        * DnC/Config_Handlers/Domain_Handler.cpp:

          Changed the interface of the functions process_domain_node
          and process_domain_bridge.

Tue May 11 12:25:39 2004  Boris Kolpackov  <boris@dre.vanderbilt.edu>

        * CIDLC/ExecutorMappingGenerator.cpp:

          Fixed bug in home operation emitter.

Tue May 11 11:17:25 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Any_Handler.h:
        * DnC/Config_Handlers/Any_Handler.cpp:

          Any handler that processes schema definitions of the type <any>
          ... </any>. Currently, this handler supports only built-in
          types. Issues pertaining to specifying properties in IDL (typed)
          v/s specifying them in schema (dynamic) as an Any are being
          examined

Tue May 11 10:45:55 2004  Boris Kolpackov  <boris@dre.vanderbilt.edu>

        * CCF/CCF/IDL3/LexicalAnalyzer.cpp:
        * CCF/CCF/IDL3/Parser.cpp:
        * CCF/CCF/IDL3/Parser.hpp:
        * CCF/CCF/IDL3/SemanticAction/Uses.hpp:
        * CCF/CCF/IDL3/SemanticAction/Impl/Uses.cpp:
        * CCF/CCF/IDL3/SemanticAction/Impl/Uses.hpp:
        * CCF/CCF/IDL3/SemanticGraph/Component.cpp:
        * CCF/CCF/IDL3/SemanticGraph/Component.hpp:
        * CCF/CCF/IDL3/Traversal/Component.hpp:
        * CIDLC/ExecutorMappingGenerator.cpp:

          Support for uses multiple.

Tue May 11 01:47:27 2004  Krishnakumar B  <kitty@nospam.invalid.domain>

        * DnC/Config_Handlers/XercesString.cpp (Config_Handler): When
          changing the function used to compare strings from
          XMLString::equals() to XMLString::compareIString(), a check on
          the return value equal to zero is needed to ensure similar
          semantics.

Tue May 11 00:18:58 2004  Krishnakumar B  <kitty@nospam.invalid.domain>

        * DnC/Config_Handlers/XercesString.cpp (Config_Handler): Changed
          the comparison function to use case-insensitive comparison, as
          case doesn't make sense while comparing XML strings.

Mon May 10 23:35:25 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/tests/Config_Handlers/Domain_Handler_Test.cpp:

          Added a new test to test the Domain Handler, which
          parses the D&C specification's DomainDescriptor.

Mon May 10 22:40:37 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DnC_Dump.cpp:
        * Dnc/Config_Handlers/DnC_Dump.h:
        * DnC/Config_Handlers/Config_Handlers.mpc:

          I moved DnC_Dump.{h,cpp} from DnC/ to
          DnC/Config_Handlers

Mon May 10 19:04:57 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DT_Handler.h:
        * DnC/Config_Handlers/DT_Handlers.cpp:

          Type code operations especially creation of dynamic typecodes
          require operations defined in the ORB interface. Hence, instead
          of calling ORB::init within this common handlers, changed the
          interface of the process_DataType method to require a
          CORBA::ORB_ptr. Also modularized the creation of typecodes into
          process_basic_tc, process_enum_tc etc depending on the *type* of
          typecode to be created

        * DnC/Config_Handlers/Utils.h:
        * DnC/Config_Handlers/Utils.cpp:

          Added helper methods that allow coversion to CORBA::* types from
          string values. These helper methods will be used by the Any
          handler to insert the required values into a CORBA::Any object
          dynamically.

Mon May 10 18:56:11 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.h:
        * DnC/Config_Handlers/Domain_Handler.cpp:

          Made changes to handle the "Property" elements.

Mon May 10 18:21:34 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/DT_Handler.h:
        * DnC/Config_Handlers/DT_Handler.cpp:
          Data_Type handler class that parses the <type> .. </type> tags
          in the Deployment schema.

Mon May 10 13:42:04 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain_Handler.cpp:
          Removed the trailing #endif as the corresponding #ifndef was
          removed earlier.

Sun May  9 19:28:56 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Domain_Handler.cpp:

          Made some changes to the dump function to print the
          contents of the data structure.

Sun May  9 17:32:11 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/ACD_Handler.cpp:
        * DnC/Config_Handlers/ADD_Handler.cpp:
        * DnC/Config_Handlers/APM_Handler.cpp:
        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/Cap_Handler.cpp:
        * DnC/Config_Handlers/CEPE_Handler.cpp:
        * DnC/Config_Handlers/CompImplDes_Handler.cpp:
        * DnC/Config_Handlers/CompIntrDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPkgDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPortDesc_Handler.cpp:
        * DnC/Config_Handlers/Config_Error_Handler.cpp:
        * DnC/Config_Handlers/CPR_Handler.cpp:
        * DnC/Config_Handlers/CRDD_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/DP_Handler.cpp:
        * DnC/Config_Handlers/ERE_Handler.cpp:
        * DnC/Config_Handlers/IAD_Handler.cpp:
        * DnC/Config_Handlers/IDD_Handler.cpp:
        * DnC/Config_Handlers/ID_Handler.cpp:
        * DnC/Config_Handlers/IRDD_Handler.cpp:
        * DnC/Config_Handlers/IR_Handler.cpp:
        * DnC/Config_Handlers/MDD_Handler.cpp:
        * DnC/Config_Handlers/MID_Handler.cpp:
        * DnC/Config_Handlers/NIA_Handler.cpp:
        * DnC/Config_Handlers/PCD_Handler.cpp:
        * DnC/Config_Handlers/PC_Handler.cpp:
        * DnC/Config_Handlers/PCI_Handler.cpp:
        * DnC/Config_Handlers/PPM_Handler.cpp:
        * DnC/Config_Handlers/Property_Handler.cpp:
        * DnC/Config_Handlers/PSPE_Handler.cpp:
        * DnC/Config_Handlers/PSPR_Handler.cpp:
        * DnC/Config_Handlers/RDD_Handler.cpp:
        * DnC/Config_Handlers/Requirement_Handler.cpp:
        * DnC/Config_Handlers/RS_Handler.cpp:
        * DnC/Config_Handlers/SID_Handler.cpp:
        * DnC/Config_Handlers/SPE_Handler.cpp:
        * DnC/Config_Handlers/SP_Handler.cpp:
        * DnC/Config_Handlers/SPK_Handler.cpp:
        * DnC/Config_Handlers/SPR_Handler.cpp:
          Removed all #ifndef definitions that hide multiple includes from
          the .cpp files. These implementations being non-templatized will
          not be included in any header files. Hence the guard for
          multiple inclusions should not be present in them similar to
          other .cpp files in TAO.

Sun May  9 14:07:10 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.idl:
        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:

          Made changes to the IDL and supported the same in my
          XML handlers.

Sun May  9 13:06:48 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Deployment.mpc:
        * DnC/Config_Handlers/Config_Handlers.mpc:
          Added requries += dnc to avoid unintentional build of DnC
          directory.

Sun May  9 09:08:06 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.h:
        * examples/OEP/BasicSP/BMDevice/BMDevice_exec.cpp:
        * examples/OEP/BasicSP/BMDevice/BMDevice_exec.h:
        * examples/OEP/BasicSP/BMDisplay/BMDisplay_exec.cpp:
        * examples/OEP/BasicSP/BMDisplay/BMDisplay_exec.h:
        * examples/OEP/BasicSP/EC/EC_exec.cpp:
        * examples/OEP/BasicSP/EC/EC_exec.h:
        * examples/OEP/Display/GPS/GPS_exec.cpp:
        * examples/OEP/Display/GPS/GPS_exec.h:
        * examples/OEP/Display/GPS/GPS_tracing_exec.cpp:
        * examples/OEP/Display/GPS/GPS_tracing_exec.h:
        * examples/OEP/Display/NavDisplay/NavDisplay_exec.cpp:
        * examples/OEP/Display/NavDisplay/NavDisplay_exec.h:
        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:
        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:
        * examples/OEP/Display/RateGen/RateGen_exec.cpp:
        * examples/OEP/Display/RateGen/RateGen_exec.h:

          More fixes to the executors.

Sun May  9 07:46:35 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * ciao/CCM_Component.idl:
        * ciao/CCM_Container.idl:

          Added CIAO specific operations ciao_practivate () and
          ciao_postactivate () which would allow the deployment
          infrastructure to invoke them before and after ccm_activate
          (). There are more elegant methods to do this, but for want of
          time we will just stick to this. We can revisit this later if
          needed. There is a need for such things in some projects that we
          are working on to initialize a few things upfront and tear them
          later. The downside of this is that the executors need to
          implement ciao_preactivate () and ciao_postactivate (). I think
          there is a good idea to avoid that. We will visit that soon.

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

          Added code generation for ciao_preactivate () and
          ciao_postactivate ().

        * tools/Assembly_Deployer/Assembly_Impl.cpp:

          Cosmetic fix.

        * tools/Assembly_Deployer/Assembly_Visitors.h:

          Added a typedef for the iterator in the CIAO::Assembly_Context
          struct.

        * tools/Assembly_Deployer/Assembly_Visitors.cpp:

          Iterate over the CCMObject references and call preactivate,
          activate and postactivate on all of them one after another.

        * examples/Hello/Receiver/Receiver_exec.cpp:
        * examples/Hello/Receiver/Receiver_exec.h:
        * examples/Hello/Sender/Sender_exec.cpp:
        * examples/Hello/Sender/Sender_exec.h:

          Added the preactivate and postactivate calls.

Sat May  8 15:19:18 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/ACD_Handler.cpp:
        * DnC/Config_Handlers/ADD_Handler.cpp:
        * DnC/Config_Handlers/APM_Handler.cpp:
        * DnC/Config_Handlers/CAD_Handler.cpp:
        * DnC/Config_Handlers/CPR_Handler.cpp:
        * DnC/Config_Handlers/CRDD_Handler.cpp:
        * DnC/Config_Handlers/CompImplDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPkgDesc_Handler.cpp:
        * DnC/Config_Handlers/CompPortDesc_Handler.cpp:
        * DnC/Config_Handlers/Config_Handlers.mpc:
        * DnC/Config_Handlers/DP_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:
        * DnC/Config_Handlers/IDD_Handler.cpp:
        * DnC/Config_Handlers/IRDD_Handler.cpp:
        * DnC/Config_Handlers/MDD_Handler.cpp:
        * DnC/Config_Handlers/MID_Handler.cpp:
        * DnC/Config_Handlers/PCD_Handler.cpp:
        * DnC/Config_Handlers/PCI_Handler.cpp:
        * DnC/Config_Handlers/PC_Handler.cpp:
        * DnC/Config_Handlers/PPM_Handler.cpp:
        * DnC/Config_Handlers/PSPE_Handler.cpp:
        * DnC/Config_Handlers/PSPR_Handler.cpp:
        * DnC/Config_Handlers/RDD_Handler.cpp:
        * DnC/Config_Handlers/SID_Handler.cpp:
        * DnC/Config_Handlers/SPE_Handler.cpp:
        * DnC/Config_Handlers/SPR_Handler.cpp:

          Removed unnecessary declaration of ACE_DECLARE_NEW_CORBA_ENV

Sat May  8 14:53:33 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Domain.cpp:

          Added a sample "main" program to test the Domain_Handler
          wrriten to parse the DomainDescriptor.

Sat May  8 14:50:26 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.idl:

          Added a missing structure member infoProperty
          to the structure Domain.

Fri May  7 20:38:15 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:

          A fix for generated code for inherited home factory operations.
          It makes use of the fact that a derived home must manage a
          component that is derived from the component its base home
          manages. This means that the corresponding executor classes
          have the same inheritance relationships. When a call is
          made to a base home factory operation on a derived home,
          the derived home's managed component will be returned as
          a base component reference. Operations called on this
          component will end up in the derived component executor
          (the user must implement the inherited operations, although
          the implementation may be different than that in the
          base component executor).

Fri May  7 17:19:02 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          Filled in some missing items in generation of facet, component
          and home servant classes, and of component context classes.
          These missing items included some cases of code generation for
          things inherited from the base home or the base component, such
          as regular operations, attribute operations, port operations,
          and home factory operations, as well as operations and attributes
          of supported interfaces and their ancestors. Note that there
          is still a problem with compiling home factory operations
          inherited from a base home, but this problem will be fixed
          with the upcoming refactoring of the CIAO-specific
          _ciao_activate_component() and _ciao_passivate_component()
          methods in the home servant class. This fix closes [BUGID:1800].

Fri May  7 14:46:54 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * GNUmakefile:

          Removed this GNUmakefile.  It must now be generated by MPC.

Fri May  7 13:17:10 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/ConFig_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.h:
        * DnC/Config_Handlers/Resource_Handler.cpp:
        * DnC/Config_Handlers/SR_Handler.cpp:

          Updated the handlers to handler href, xmi:id cases.

Fri May  7 12:53:34 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * CCF/CCF/CIDL/CIDL.mpc:
        * CCF/CCF/CodeGenerationKit/CodeGenerationKit.mpc:
        * CCF/CCF/CompilerElements/CompilerElements.mpc:
        * CCF/CCF/IDL2/IDL2.mpc:
        * CCF/CCF/IDL3/IDL3.mpc:
        Fixed a bug for using MPC to build CCF.

Fri May  7 12:44:42 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/RS_Handler.cpp:

          Modified the handler to parse out of order schema
          definitions. Now parsing is independent of the appearance of the
          schema elements as it should be.

Thu May  6 16:20:00 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handlers/SP_Handler.cpp:

          Added functionality to parse the schema definitions when the
          individual elements appear in no specific order.

Mon May  3 23:04:13 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * CIAO-INSTALL.html:

          Corrected typo.

Mon May  3 23:17:31 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.idl:

          Changed the datatype from ULongSeq to StringSeq
          in the following structures:

          SharedResource, Node, Interconnect and Bridge.

Mon May  3 22:44:09 2004  George Edwards  <g.edwards@vanderbilt.edu>

        * DnC/Deployment.idl:

          Fixed ComponentPortDescription struct to comply with new spec.

        * DnC/Deployment.mpc:

          Added DnC_Dump.cpp to Deployment_stub project.

        * DnC/DnC_Dump.h:
        * DnC/DnC_Dump.cpp:

          Added dump functions for PackageConfiguration,
          ComponentPackageDescription, PackagedComponentImplementation,
          ComponentPortDescription, and ComponentPropertyDescription.

Mon May  3 00:00:00 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * Makefile*:

          Removed all Makefiles.  GNUmakefiles must now be generated by
          MPC.

Sat May  1 22:37:33 2004  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * Makefile:
        * GNUmakefile:

          Renamed "Makefile" to "GNUmakefile" to make it obvious to
          users that GNU Make is required to parse the file.

Fri Apr 30 17:46:09 2004  Boris Kolpackov  <boris@dre.vanderbilt.edu>

        * CIDLC/ExecutorMappingGenerator.cpp:

          Implemented supporting of forward declared interfaces.
          Also some minor tweaking for Intel C++.

Fri Apr 30 13:08:04 2004  Gan Deng  <gan.deng@vanderbilt.edu>

        * DnC/DnC_Dump.h:
        * DnC/DnC_Dump.cpp:

          Added these two new files. These two files created a
          DnC_Dump class which is used to print out the contents
          of various IDL data structures.

Thu Apr 29 22:56:04 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.idl:

          Rolled back some changes made on the TargetDataModel
          structures.

Thu Apr 29 22:34:41 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.idl:

          Changed all the structures in the TargetData Model
          to match what is given in the spec.

Thu Apr 29 22:26:05 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.idl:

          Made a change in the structure Domain
          to add a new field info_property
          which is of the type Properties.

Thu Apr 29 18:46:51 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Config_Error_Handler.h:
        * DnC/Config_Handlers/Config_Error_Handler.cpp:

          Generic Error Handler class for the main functions
          which we will be writing to dump out the IDL
          data structures populated by the XML handlers.

Thu Apr 29 18:09:41 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.xsd:

          Fixed a type "xsl" tp "xsd"

Thu Apr 29 17:47:04 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Deployment.xsd:
        * DnC/XMI.xsd:

          Updated the schemaLocation attribute within the
          Deployment.xsd schema and
          added the appropriate XMI.xsd file.

Thu Apr 29 06:13:23 2004  Aniruddha Gokhale  <a.gokhale@vanderbilt.edu>

        * DnC/Deployment.idl:
          struct ComponentImplementationDescription: Added new field called
          infoProperty of type Properties (Issue 5967).

          struct ImplementationRequirement: added a new struct (Issue 6392)

        * Dnc/ConfigHandlers/CompImplDesc_Handler.cpp:
          Fixed compilation errors due to incorrect naming usage of a typedef.

Mon Apr 26 23:40:27 2004  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

          Subtle changes to improve interoperability.

          Problem: We, for some unknown reason, created a proprietary
          cookie called  CIAO::Map_Key_Cookie (which inherited from an IDL
          type CIAO::Cookie) and used that as a concrete implementation of
          Components::Cookie.

          Context: Though this would work, this breaks interoperability
          when the Cookies are send on the wire. The remote target tries
          to unmarshal the CIAO::Cookie valuetype as a Component::Cookie
          which fails miserably.

          Solution: Deprecate this proprietary IDL type CIAO::Cookie and
          make Map_Key_Cookie inherit directly from Component::Cookie.

          Made some changes to the interface to return a bool instead of
          an int.

        * ciao/CIAO_Value.idl:

          Added note for deprecation.

        * CIDLC/ServantSourceGenerator.cpp:

          The call to Map_Key_Cookie::extract () should check for a false
          instead of -1.

        * tools/Assembly_Deployer/Assembly_Impl.cpp:

          The call to Map_Key_Cookie::extract () should check for a false
          instead of -1.

          Thanks to Ed Mulholland and Jacques Kerner for reporting the
          problem.

Mon Apr 26 17:35:29 2004  George Edwards  <g.edwards@vanderbilt.edu>

        * DnC/Config_Handlers/CompPkgDesc_Handler.cpp:

          Made changes to fix compilation errors.

Mon Apr 26 12:19:56 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/IC_Handler.cpp:

          Made changes to fix some compiler issues.

Mon Apr 26 12:13:36 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Bridge_Handler.h:
        * DnC/Config_Handlers/Bridge_Handler.h:
        * DnC/Config_Handlers/IC_Handler.cpp:
        * DnC/Config_Handlers/IC_Handler.h:
        * DnC/Config_Handlers/Node_Handler.h:
        * DnC/Config_Handlers/Node_Handler.cpp:
        * DnC/Config_Handlers/Resource_Handler.cpp:
        * DnC/Config_Handlers/Resource_Handler.h:
        * DnC/Config_Handlers/SR_Handler.h:
        * DnC/Config_Handlers/SR_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.cpp:

          Made changes to fix some compiler issues.

Mon Apr 26 11:50:48 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Bridge_Handler.h:
        * DnC/Config_Handlers/Bridge_Handler.cpp:
        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/IC_Handler.cpp:
        * DnC/Config_Handlers/IC_Handler.h:
        * DnC/Config_Handlers/Node_Handler.h:
        * DnC/Config_Handlers/Resource_Handler.cpp:
        * DnC/Config_Handlers/Resource_Handler.h:
        * DnC/Config_Handlers/SR_Handler.h:

          Made changes to fix some compiler issues.

Mon Apr 26 08:57:37 2004  Aniruddha Gokhale  <a.gokhale@vanderbilt.edu>

        * DnC/Config_Handlers/Config_Handlers.mpc:
          Added Cap_Handler.cpp
          Added CompIntrDesc_Handler.cpp
          Added CompPortDesc_Handler.cpp
          Added IAD_Handler.cpp
          Added IR_Handler.cpp
          Added NIA_Handler.cpp

        * DnC/Config_handlers/SR_Handler.cpp:
          Included SP_Handler.h
          Fixed undefined variables and conversion from string to long

        * DnC/Config_handlers/Node_Handler.cpp:
          Fixed errors arising out of using same name for variables of
          different types in the same scope (one defined in the parameter
          and another as a loop variable).

          Fixed errors in type coversion.

        * DnC/Config_handlers/Resource_Handler.cpp:
          Fixed errors in type coversion.

        * DnC/Config_handlers/MID_Handler.cpp:
          Fixed an error due to incorrect number of parameters

        * DnC/Config_handlers/DP_Handler.cpp:
          Fixed an error due to incorrect number of parameters and
          incorrect file name inclusion.


Mon Apr 26 14:04:32 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
          CIAO_Server must link with CIAO_Container. Not doing so causes link
          errors with Borland.

Mon Apr 26 09:33:12 UTC 2004  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DnC/Config_Handlers/Config_Handlers.mpc:
          Removed not needed / after $(CIAO_ROOT)/DnC in includes. This gave
          problems with Borland

Sun Apr 25 07:42:06 2004  Aniruddha Gokhale  <a.gokhale@vanderbilt.edu>

        * DnC/Config_Handlers/Config_Handlers.mpc:
          Added Bridge_Handler.cpp
          Added Domain_Handler.cpp
          Added IC_Handler.cpp
          Added Node_Handler.cpp
          Added Resource_Handler.cpp
          Added SR_Handler.cpp


Sat Apr 24 23:43:13 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handlers/Bridge_Handler.cpp:
        * DnC/Config_Handlers/Bridge_Handler.h:
        * DnC/Config_Handlers/Domain_Handler.h:
        * DnC/Config_Handlers/Domain_Handler.cpp:
        * DnC/Config_Handlers/IC_Handler.h:
        * DnC/Config_Handlers/IC_Handler.cpp:
        * DnC/Config_Handlers/Node_Handler.h:
        * DnC/Config_Handlers/Node_Handler.cpp:
        * DnC/Config_Handlers/Resource_Handler.h:
        * DnC/Config_Handlers/Resource_Handler.cpp:
        * DnC/Config_Handlers/SR_Handler.h:
        * DnC/Config_Handlers/SR_Handler.cpp:

          Added the following handlers belonging to the
          Target Data Model.

Sat Apr 24 23:13:56 2004  Aniruddha Gokhale  <a.gokhale@vanderbilt.edu>

        * DnC/Deployment.idl:
          struct ComponentPackageReference: Added two new fields called
          requiredUUID and requiredName of type string (Issue 6047).

        * DnC/Config_Handler/SPE_Handler.h:
        * DnC/Config_Handler/SPE_Handler.cpp:
        * DnC/Config_Handler/ACD_Handler.h:
        * DnC/Config_Handler/ACD_Handler.cpp:
        * DnC/Config_Handler/APM_Handler.h:
        * DnC/Config_Handler/APM_Handler.cpp:
        * DnC/Config_Handler/MID_Handler.h:
        * DnC/Config_Handler/MID_Handler.cpp:
          Enclosed these into the CIAO namespace

          Removed needless copies by having the parent (caller) provide
          the memory for the child (callee) to populate it.

          Other cosmetic changes, fixing typos.

        * DnC/Config_Handler/PC_Handler.cpp:
        * DnC/Config_Handler/PCI_Handler.cpp:
          Fixed undefined variables.

        * DnC/Config_Handler/CAD_Handler.h:
        * DnC/Config_Handler/CAD_Handler.cpp:
          XML handlers for the ComponentAssemblyDescription artifact of
          the Component Data Model.

        * DnC/Config_Handler/SID_Handler.h:
        * DnC/Config_Handler/SID_Handler.cpp:
          XML handlers for the ComponentPackageReference artifact of
          the Component Data Model.

        * DnC/Config_Handler/CPR_Handler.h:
        * DnC/Config_Handler/CPR_Handler.cpp:
          XML handlers for the ComponentPackageReference artifact of
          the Component Data Model.

        * DnC/Config_Handler/SPR_Handler.h:
        * DnC/Config_Handler/SPR_Handler.cpp:
          XML handlers for the SubcomponentPropertyReference artifact of
          the Component Data Model.

        * DnC/Config_Handler/CompImplDesc_Handler.h:
        * DnC/Config_Handler/CompImplDesc_Handler.cpp:
          XML handlers for the ComponentImplementationDescription artifact of
          the Component Data Model.

        * DnC/Config_Handler/DP_Handler.cpp:
          Renamed included file CID_Handler.h to CompIntfDesc_Handler.h
          since there was a name clash.

        * DnC/Config_Handler/Config_Handlers.mpc:
          Fixed the CONFIG_HANDLER_BUILD_DLL typo
          Added ACD_Handler.cpp
          Added APM_Handler.cpp
          Added CAD_Handler.cpp
          Added MID_Handler.cpp
          Added SPE_Handler.cpp
          Added CompImplDesc_Handler.cpp
          Added CompPkgDesc_Handler.cpp
          Added PC_Handler.cpp
          Added PCI_Handler.cpp
          Added SID_Handler.cpp
          Added CPR_Handler.cpp
          Added SPR_Handler.cpp
          Reincluded DP_Handler.cpp

Sat Apr 24 22:25:55 2004  George Edwards <g.edwards@vanderbilt.edu>

        Added files:
        * DnC/Config_Handlers/PCI_Handler.h:
        * DnC/Config_Handlers/PCI_Handler.cpp:

          Added new handlers for PackagedComponentImplementation.

Sat Apr 24 21:22:48 2004  George Edwards <g.edwards@vanderbilt.edu>

        Added files:
        * DnC/Config_Handlers/PC_Handler.h:
        * DnC/Config_Handlers/PC_Handler.cpp:
        * DnC/Config_Handlers/CompPkgDesc_Handler.h:
        * DnC/Config_Handlers/CompPkgDesc_Handler.cpp:

          Added new handlers for PackageConfiguration and
          ComponentPackageDescription.

Sat Apr 24 16:02:03 2004  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DnC/Config_Handler/Domain_Handler.h:

          Added a header file for the new handler about to
          be written.

          This handler will parse the "Domain" type
          defined in the Deployment.xsd schema of the
          DnC specification.

Sat Apr 24 10:46:14 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handler/PCD_Handler.cpp:
        * DnC/Config_Handler/ERE_Handler.h:
        * DnC/Config_Handler/ERE_Handler.cpp:

          Missed out on these handlers in my earlier commit. Made the same
          changes as listed earlier for these handlers as well

Fri Apr 23 19:45:53 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handler/ADD_Handler.cpp:
        * DnC/Config_Handler/DP_Handler.cpp:
        * DnC/Config_Handler/CRDD_Handler.cpp:
        * DnC/Config_Handler/IDD_Handler.cpp:
        * DnC/Config_Handler/IRDD_Handler.cpp:
        * DnC/Config_Handler/MDD_Handler.cpp:
        * DnC/Config_Handler/RDD_Handler.cpp:
        * DnC/Config_Handler/PCD_Handler.cpp:
        * DnC/Config_Handler/DP_Handler.cpp:

          Eliminated the additional copy incurred when sequences are
          populated by de-referencing pointer to sequence return
          type. This fixes Andy's comments in the files that unearthed
          this problem. Please grep for Arvind: comments to see how the
          problem has been fixed

        * DnC/Config_Handler/Config_Handlers.mpc:

          Commented out DP_Handler.cpp from the list of files to be
          compiled as it requires CID.h file that is not yet written! This
          ensures that the Handlers build.

        * DnC/Config_Handler/Any_Handler.h:
        * DnC/Config_Handler/CEPE_Handler.h:
        * DnC/Config_Handler/ID_Handler.h:
        * DnC/Config_Handler/Property_Handler.h:
        * DnC/Config_Handler/RS_Handler.h:
        * DnC/Config_Handler/SP_Handler.h:
        * DnC/Config_Handler/SPK_Handler.h:
        * DnC/Config_Handler/Requirement_Handler.h:

          Changed the interfaces of each process_<handlerName> methods to
          take a reference to the required return type rather than return
          a pointer to the allocated return value. This change was
          necessary to accommodate the use-cases defined in top level
          handlers.

        * DnC/Config_Handler/Any_Handler.cpp:
        * DnC/Config_Handler/CEPE_Handler.cpp:
        * DnC/Config_Handler/ID_Handler.cpp:
        * DnC/Config_Handler/Property_Handler.cpp:
        * DnC/Config_Handler/RS_Handler.cpp:
        * DnC/Config_Handler/SP_Handler.cpp:
        * DnC/Config_Handler/SPK_Handler.cpp:
        * DnC/Config_Handler/Requirement_Handler.cpp:

          Removed all memory allocation for the return types within the
          Common element handler implementations. In the current use case,
          all the return types are passed in as references. Therefore, it
          is now the responsibility of the caller to allocate memory for
          the corresponding data-types.

Fri Apr 23 10:57:26 2004  Aniruddha Gokhale  <a.gokhale@vanderbilt.edu>

        * DnC/Deployment.idl:
          struct ConnectionResourceDeploymentDescription: Added a new struct
          and corresponding unbounded sequence (Issue 6392).

          struct PlanSubcomponentPropertyReference: Replaced instanceRef
          field with a field called instance of type
          InstanceDeploymentDescription.

          struct PlanSubcomponentPortEndpoint: Replaced instanceRef and
          kind fields with a field called instance of type
          InstanceDeploymentDescription.

          struct PlanConnectionDescription: Added a field called
          deployedResource of type ConnectionResourceDeploymentDescriptions.

        * DnC/Config_Handler/IRDD_Handler.h:
        * DnC/Config_Handler/IRDD_Handler.cpp:
          XML handlers for the InstanceResourceDeploymentDescription artifact of
          the Execution Model.

        * DnC/Config_Handler/IDD_Handler.h:
        * DnC/Config_Handler/IDD_Handler.cpp:
          XML handlers for the InstanceDeploymentDescription artifact of
          the Execution Model.

        * DnC/Config_Handler/IRDD_Handler.h:
        * DnC/Config_Handler/IRDD_Handler.cpp:
          XML handlers for the ConnectionResourceDeploymentDescription artifact of
          the Execution Model.

        * DnC/Config_Handler/PCD_Handler.h:
        * DnC/Config_Handler/PCD_Handler.cpp:
          XML handlers for the PlanConnectionDescription artifact of
          the Execution Model.

        * DnC/Config_Handler/PSPE_Handler.h:
        * DnC/Config_Handler/PSPE_Handler.cpp:
          XML handlers for the PlanSubcomponentPortEndpoint artifact of
          the Execution Model.

        * DnC/Config_Handler/PPM_Handler.h:
        * DnC/Config_Handler/PPM_Handler.cpp:
          XML handlers for the PlanPropertyMapping artifact of
          the Execution Model.

        * DnC/Config_Handler/PSPR_Handler.h:
        * DnC/Config_Handler/PSPR_Handler.cpp:
          XML handlers for the PlanSubcomponentPropertyReference artifact of
          the Execution Model.

        * DnC/Config_Handler/Config_Handlers.mpc:
          Added IDD_Handler.cpp
          Added IRDD_Handler.cpp
          Added CRDD_Handler.cpp
          Added PCD_Handler.cpp
          Added PSPE_Handler.cpp
          Added PPM_Handler.cpp
          Added PSPR_Handler.cpp

Fri Apr 23 04:40:12 2004  Aniruddha Gokhale  <a.gokhale@vanderbilt.edu>

        * DnC/Deployment.idl:
          struct DeploymentPlan: Added a field called infoProperty of type
          Properties (Issue 5967)

          struct ArtifactDeploymentDescription: Added a field called
          deployedResource of type ResourceDeploymentDescriptions
          (Issue 6392)

          struct ArtifactDeploymentDescription: Changed the field type for
          location from string to CORBA::StringSeq (Issue 5957, 6053).

          struct ArtifactDeploymentDescription: Moved it around to
          overcome forward declarations.

          struct MonolithicDeploymentDescription: Changed the field name
          from artifactRef to artifact and changed its type from
          CORBA::ULongSeq to ArtifactDeploymentDescriptions (Issue 5957)

          struct ResourceDeploymentDescription: Added a new struct and
          corresponding unbounded sequence (Issue 6392).

          enum ResourceUsageKind: Added a new enum (Issue 6392).

          struct InstanceResourceDeploymentDescription: Added a new struct
          and corresponding unbounded sequence (Issue 6392).

        * DnC/Config_Handler/DP_Handler.h:
        * DnC/Config_Handler/DP_Handler.cpp:
          Added handling of "infoProperty" (Issue 5967)
          Other cosmetic changes, such as fixed usage of an undefined
          variable

        * DnC/Config_Handler/ADD_Handler.h:
        * DnC/Config_Handler/ADD_Handler.cpp:
          XML handlers for the ArtifactDeploymentDescription artifact of
          the Execution Model.

        * DnC/Config_Handler/MDD_Handler.h:
        * DnC/Config_Handler/MDD_Handler.cpp:
          XML handlers for the MonolithicDeploymentDescription artifact of
          the Execution Model.

        * DnC/Config_Handler/RDD_Handler.h:
        * DnC/Config_Handler/RDD_Handler.cpp:
          XML handlers for the ResourceDeploymentDescription artifact of
          the Execution Model.

        * DnC/Config_Handler/Config_Handlers.mpc:
          Added ADD_Handler.cpp
          Added MDD_Handler.cpp
          Added RDD_Handler.cpp

Thu Apr 22 22:18:04 2004  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/CCM_Component.idl:

          Added 'typeprefix Components "omg.org";' inside the
          Components module. All openings of an IDL module must
          have the same prefix, and the openings of the Components
          module in other IDL file have this prefix.

Thu Apr 22 21:32:39 2004  Aniruddha Gokhale  <a.gokhale@vanderbilt.edu>

        * DnC/Deployment.idl:
          Added a "string UUID;" field (Issue 6047) to the DeploymentPlan
          structure. The spec shows UUID as an attribute, which serves as
          the unique identfier of a plan. However, the spec does not
          include it in the IDL nor the schema. I decided to add it for now.

        * DnC/Config_Handler/DP_Handler.h:
        * DnC/Config_Handler/DP_Handler.cpp:
          XML handlers for the DeploymentPlan artifact of the Execution Model.

        * DnC/Config_Handler/Config_Handlers.mpc:
          Added DP_Handler.cpp

Thu Apr 22 15:36:14 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handler/Config_Handlers.mpc
        * DnC/Config_Handler/Property_Handler.cpp:
        * DnC/Config_Handler/Property_Handler.h:
        * DnC/Config_Handler/Requirement_Handler.h:
        * DnC/Config_Handler/Requirement_Handler.cpp:
        * DnC/Config_Handler/SPK_Handler.h:
        * DnC/Config_Handler/SPK_Handler.cpp:
          XML handlers for common elements present in schema definitions.

Thu Apr 22 11:35:42 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handler/CEPE_Handler.h:
        * DnC/Config_Handler/CEPE_Handler.cpp:
        * DnC/Config_Handler/ERE_Handler.h:
        * DnC/Config_Handler/ERE_Handler.cpp:
        * DnC/Config_Handler/ID_Handler.h:
        * DnC/Config_Handler/ID_Handler.cpp:
        * DnC/Config_Handler/RS_Handler.h:
        * DnC/Config_Handler/RS_Handler.cpp:
        * DnC/Config_Handlers/SP_Handler.h:
        * DnC/Config_Handler/SP_Handler.cpp:
          Correct ::Deployment namespace definitions to Deployment:: as it
          need not always start from the root. Changed ACE_NEW_RETURN
          macros to ACE_NEW_THROW_EX as exceptions are going to be used as
          default meachnism to flag errors. Thanks to Kitty for pointing
          these two changes.

Wed Apr 21 22:35:07 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Config_Handler/Config_Handlers.mpc:
          Modified the mpc file to include handlers that compile as a test
        * DnC/Config_Handler/ID_Handler.h:
        * DnC/Config_Handler/ID_Handler.cpp:
        * DnC/Config_Handler/CEPE_Handler.h:
        * DnC/Config_Handler/CEPE_Handler.cpp:
        * DnC/Config_Handler/RS_Handler.h:
        * DnC/Config_Handler/RS_Handler.cpp:
        * DnC/Config_Handler/SP_Handler.h:
        * DnC/Config_Handler/SP_Handler.cpp:
        * DnC/Config_Handler/Utils.h:
        * DnC/Config_Handler/Utils.cpp:
        * DnC/Config_Handler/Any_Handler.h:
          Handlers for common elements; each handler handles a separate
          type
        * DnC/Config_Handler/Config_Handler_export.h:
          Export files for all the handlers

Wed Apr 21 22:27:34 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Deployment.mpc:
          Changed the export tags from all-caps to mixed mode
        * DnC/Deployment_stub_export.h:
        * DnC/Deployment_svnt_export.h:
          Re-generated the export files accordingly

Wed Apr 21 13:08:50 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/Config_Handlers/APM_Handler.cpp
          Fixed a typo.

Wed Apr 21 12:33:11 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * DnC/Deployment.mwc:
        * DnC/Deployment.mpc:
          Workspace and Project files for generating stubs and skeletons
          for Deployment.idl file

        * DnC/Deployment_stub_export.h:
        * DnC/Deployment_svnt_export.h:
          Export macros for Deployment stub and skeleton files

Wed Apr 21 10:53:50 2004  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DnC/Deployment.idl:

         Fixed the error in the "struct SubcomponentPortEndpoint"
         definition in the IDL file.

Wed Apr 21 10:33:50 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * DnC/Deployment.idl:
        * DnC/DnC_*:

        Switched back the the OMG IDL DnC file.

Tue Apr 20 21:37:26 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * Dnc/Config_Handlers/Config_Handlers.mpc:
          Changed the file to generate shared library rathern than an
          executable.

Tue Apr 20 20:29:37 2004  Arvind S. Krishna  <arvindk@dre.vanderbilt.edu>

        * Dnc/Config_Handlers/Config_Handers.mpc:

          mpc file for the DnC configuration handlers

Tue Apr 20 17:11:35 2004  Irfan Pyarali  <irfan@oomworks.com>

        * examples/Hello/Sender/Sender_exec.h (Sender_Impl):

          The second constructor also needed the same fix.

Tue Apr 20 15:50:07 2004  Irfan Pyarali  <irfan@oomworks.com>

        * examples/Hello/Sender/Sender_exec.h (Sender_Impl):

          <message_> was getting initialized properly causing a crash
          later in the execution.

Mon Apr 19 18:04:11 2004  Gan Deng  <gan.deng@vanderbilt.edu>

        * DnC/Config_Handlers/ACD_Handler.cpp
        * DnC/Config_Handlers/ACD_Handler.h
        * DnC/Config_Handlers/APM_Handler.cpp
        * DnC/Config_Handlers/APM_Handler.h
        * DnC/Config_Handlers/MID_Handler.cpp
        * DnC/Config_Handlers/MID_Handler.h
        * DnC/Config_Handlers/SPE_Handler.cpp
        * DnC/Config_Handlers/SPE_Handler.h

          XML handlers for below XML data types respectively:

          "AssemblyConnectionDescription "
          "AssemblyPropertyMapping"
          "MonolithicImplementationDescription"
          "SubcomponentPortEndpoint"

        * DnC/Config_Handlers/XercesString.cpp
        * DnC/Config_Handlers/XercesString.h

          Helper class for using Xerces library to write XML handlers.

Mon Apr 19 14:50:11 2004  Krishnakumar B  <kitty@nospam.invalid.domain>

        * DnC/Config_Handlers: Created new directory for adding the
          handlers for the Deployment & Configuration Specification.

Thu Apr 15 18:13:29 2004  Irfan Pyarali  <irfan@oomworks.com>

        * CIAO-INSTALL.html (HREF):

          Fixed link to binary files.

Mon Apr 12 14:40:32 2004  Tao Lu  <lu@dre.vanderbilt.edu>

        * docs/index.html:

          fixed a broken link.