summaryrefslogtreecommitdiff
path: root/flat/CIAO/ChangeLog
blob: c7eba93868c69603dfce434f4bb840cab8d0cf3e (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
Wed Feb 11 01:36:39 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Logger/Logger.mpc:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/em_launcher.mpc:
        * DAnCE/tests/CIAO/NodeManager-Deployments/nm_launcher.mpc:
        * MPC/config/dance_logger.mpb:
        * examples/DevGuideExamples/Messenger/Administrator_exec_i.cpp:
        * examples/Hello/Sender/Sender_exec.h:
        * tests/CIAO_ComponentServer/Activator/client.cpp:
        * tests/CIAO_ComponentServer/Basic/client.cpp:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc:
        * tests/CIAO_ComponentServer/SimpleComponent/client.cpp:
        * tests/Minimum/Receiver/Receiver.mpc:

          Windows fixes. 
        
Wed Feb 11 00:18:44 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CCF:
        * CCF/CCF/CodeGenerationKit/IndentationCxx.hpp:
        * CCF/CCF/CodeGenerationKit/IndentationJava.hpp:
        * CIDLC:
        * CIDLC/AttributeHeaderEmitters.cpp:
        * CIDLC/DescriptorGenerator.cpp:
        * CIDLC/Literals.cpp:
        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/SizeTypeCalculator.cpp:
        * CIDLC/cidlc.cpp:
        * docs:
        * docs/tutorials/Quoter/Simple/Broker/StockBrokerDriver.cpp:
        * docs/tutorials/Quoter/Simple/Distributor/StockDistributorDriver.cpp:
        * tools/IDL3_to_IDL2:

          Merged changes in from trunk
        
Tue Feb 10 23:31:09 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/TargetManager/TargetManager.mpc:

          Disabled this for now.

Tue Feb 10 19:13:45 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * ciao/Containers/Session/Session_Container.cpp:

          Loffinf changes.

        * DAnCE/tests/DeploymentPlanDump/test.cpp:
        * DAnCE/tests/NodeApplicationManager-NodeApplication/test.cpp:

          compile fixes to the last commit.

        * VERSION:
        * ciao/Version.h:

          Updated version number to current.

        * examples/DevGuideExamples:
        * examples/DevGuideExamples/Messenger/Administrator.mpc:
        * examples/DevGuideExamples/Messenger/Administrator_Client_IDL2.mpc:
        * examples/DevGuideExamples/Messenger/Administrator_Client_IDL3.mpc:
        * examples/DevGuideExamples/Messenger/Administrator_exec_i.h:
        * examples/DevGuideExamples/Messenger/Administrator_exec_i.cpp:
        * examples/DevGuideExamples/Messenger/Messenger.mpc:
        * examples/DevGuideExamples/Messenger/Messenger_exec_i.h:
        * examples/DevGuideExamples/Messenger/Messenger_exec_i.cpp:
        * examples/DevGuideExamples/Messenger/Receiver.mpc:
        * examples/DevGuideExamples/Messenger/Receiver_exec_i.h:
        * examples/DevGuideExamples/Messenger/Receiver_exec_i.cpp:
        * examples/DevGuideExamples/Messenger/StaticDAnCE/Messenger_StaticDAnCE.mpc:
        * examples/DevGuideExamples/Messenger/descriptors/ApplicationNodeMap.dat:
        * examples/DevGuideExamples/Messenger/descriptors/run_test.pl:

          Partially ported this example.

Tue Feb 10 18:18:41 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/Deployment.idl:
        * DAnCE/Deployment/Deployment_Application.idl:
        * DAnCE/Deployment/Deployment_ApplicationManager.idl:
        * DAnCE/Deployment/Deployment_Base.idl:
        * DAnCE/Deployment/Deployment_Connection.idl:
        * DAnCE/Deployment/Deployment_Core.idl:
        * DAnCE/Deployment/Deployment_Data.idl:
        * DAnCE/Deployment/Deployment_DeploymentPlan.idl:
        * DAnCE/Deployment/Deployment_DomainApplication.idl:
        * DAnCE/Deployment/Deployment_DomainApplicationManager.idl:
        * DAnCE/Deployment/Deployment_ExecutionManager.idl:
        * DAnCE/Deployment/Deployment_NodeApplication.idl:
        * DAnCE/Deployment/Deployment_NodeApplicationManager.idl:
        * DAnCE/Deployment/Deployment_NodeManager.idl:
        * DAnCE/Deployment/Deployment_Packaging_Data.idl:
        * DAnCE/Deployment/Deployment_RepositoryManager.idl:
        * DAnCE/Deployment/Deployment_ResourceCommitmentManager.idl:
        * DAnCE/Deployment/Deployment_TargetData.idl:
        * DAnCE/Deployment/Deployment_TargetManager.idl:
        * DAnCE/Deployment/Deployment_common.h:
        * DAnCE/DomainApplication/Domain_Application_Impl.h:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Module.h:
        * DAnCE/NodeApplication/ComponentInstallation_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher.h:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.h:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Module.h:
        * DAnCE/RedirectionService/CCMObjectLocator.cpp:
        * DAnCE/RepositoryManager/RMadmin.cpp:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
        * DAnCE/StaticConfigurator/StaticDAnCEParser.cpp:
        * DAnCE/Utils/Plan_Handler.h:
        * DAnCE/Utils/Plan_Handler.cpp:
        * DAnCE/tests/CIAO/Components/SimpleUser_exec.cpp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp:
        * DAnCE/tests/DeploymentPlanDump/test.cpp:
        * DAnCE/tests/DeploymentPlanTestReferences/test.cpp:
        * DAnCE/tests/DeploymentTest1/test.cpp:
        * DAnCE/tests/MocksTest/MocksTest.cpp:
        * DAnCE/tests/NameServiceTest/srv_main.cpp:
        * DAnCE/tests/NodeApplicationManager-NodeApplication/test.cpp:
        * DAnCE/tests/NodeManager-NodeApplicationManager/test.cpp:
        * DAnCE/tests/ObjectLocatorTest/Dummy.idl:
        * DAnCE/tests/ObjectLocatorTest/clt_main.cpp:
        * DAnCE/tests/ObjectLocatorTest/srv_main.cpp:
        * DAnCE/tests/RedirectionServiceTest/Dummy.idl:
        * DAnCE/tests/RedirectionServiceTest/clt_main.cpp:
        * DAnCE/tests/RedirectionServiceTest/srv_main.cpp:
        * ccm/ComponentServer/CCM_ComponentServer.idl:
        * ccm/ComponentServer/CCM_ComponentServer_Base.idl:
        * ccm/ComponentServer/CCM_ComponentServer_Client.idl:
        * ciao/CIAO_FailureReasons.idl:
        * ciao/Client_init.h:
        * ciao/Client_init.cpp:
        * ciao/ComponentServer/CIAO_CS_Client.idl:
        * ciao/ComponentServer/CIAO_ComponentServer.idl:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.h:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_Properties.idl:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.h:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.cpp:
        * ciao/ComponentServer/Configurators/RT/RTConfig_Manager.h:
        * ciao/ComponentServer/Configurators/Server_Configurator.h:
        * ciao/Containers/CIAO_Servant_Activator.idl:
        * ciao/Containers/Container_Base.idl:
        * ciao/Containers/Servant_Activator.h:
        * ciao/Containers/Servant_Activator.cpp:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.idl:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Contexts/Context.mpc:
        * ciao/Servants/CIAO_Port_Activator.idl:
        * ciao/Servants/Home_Servant_Impl_Base.h:
        * ciao/Servants/Home_Servant_Impl_T.cpp:
        * ciao/Servants/Port_Activator.h:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Servants/Servant_Impl_Utils_T.cpp:
        * ciao/Server_init.cpp:
        * ciao/Valuetype_Factories/Factories.mpc:
        * docs/tutorials/Quoter/Simple/Broker/StockBrokerDriver.cpp:
        * docs/tutorials/Quoter/Simple/Distributor/StockDistributorDriver.cpp:
        * examples/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * examples/BasicSP/BMDisplay/BMDisplay_exec.cpp:
        * examples/BasicSP/EC/EC_exec.cpp:
        * examples/BasicSP/EC/client.cpp:
        * examples/BasicSP/EC/controller.cpp:
        * examples/Display/GPS/GPS_exec.cpp:
        * examples/Display/NavDisplay/NavDisplay_exec.cpp:
        * examples/Null_Component/StaticDAnCEApp.cpp:
        * examples/Swapping/Sender/starter.cpp:
        * ofccm/Cdmw/CDMW_Deployment.idl:
        * ofccm/NodeApplication/ComponentInstallation_Impl.h:
        * performance-tests/Benchmark/Multi_Threaded/client.cpp:
        * performance-tests/Benchmark/RoundTrip/RoundTripEI.idl:
        * performance-tests/Benchmark/RoundTrip/client.cpp:
        * performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl:
        * performance-tests/Benchmark/RoundTripClient/client.cpp:
        * performance-tests/Protocols/Receiver/Receiver_exec.cpp:
        * performance-tests/Protocols/Sender/Sender_exec.cpp:
        * performance-tests/mico/mico-thrput-st/client.cc:
        * performance-tests/mico/mico-thrput-st/server.cc:
        * tests/Bug_2130_Regression/SEC_CheckPoint/controller.cpp:
        * tests/CIAO_ComponentServer/Activator/client.cpp:
        * tests/CIAO_ComponentServer/SimpleComponent/client.cpp:
        * tools/Config_Handlers/Any_Handler.h:
        * tools/Config_Handlers/Any_Handler.cpp:
        * tools/Config_Handlers/CIAO_Events/CIAOEvents_Handler.h:
        * tools/Config_Handlers/CIAO_Events/CIAOEvents_Handler.cpp:
        * tools/Config_Handlers/CIAO_Events/test.cpp:
        * tools/Config_Handlers/DD_Handler.h:
        * tools/Config_Handlers/DD_Handler.cpp:
        * tools/Config_Handlers/DP_Handler.h:
        * tools/Config_Handlers/DP_Handler.cpp:
        * tools/Config_Handlers/DynAny_Handler/dynany_test.idl:
        * tools/Config_Handlers/DynAny_Handler/test.cpp:
        * tools/Config_Handlers/DynAny_Handler/test.mpc:
        * tools/Config_Handlers/ESD_Handler.h:
        * tools/Config_Handlers/ESD_Handler.cpp:
        * tools/Config_Handlers/IDD_Handler.h:
        * tools/Config_Handlers/IDD_Handler.cpp:
        * tools/Config_Handlers/IDREF_Base.h:
        * tools/Config_Handlers/IDREF_Base.cpp:
        * tools/Config_Handlers/Package_Handlers/test.cpp:
        * tools/Config_Handlers/RT-CCM/OR_Handler.h:
        * tools/Config_Handlers/RT-CCM/OR_Handler.cpp:
        * tools/Config_Handlers/RT-CCM/SRD_Handler.h:
        * tools/Config_Handlers/RT-CCM/SRD_Handler.cpp:
        * tools/Config_Handlers/RT-CCM/test.cpp:
        * tools/Config_Handlers/XML_Typedefs.h:
        * tools/Config_Handlers/test.cpp:
        * tools/IDL3_to_IDL2/cdmw_idl.cpp:
        * tools/XML/XercesString.cpp:

          Fuzz.

Fri Feb  6 22:06:51 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * bin/ciao_tests.lst:

          Added in tests that have been ported.

Fri Feb  6 20:28:09 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/bin/PythonDAnCE/generator/comp_impl.py:

          Fixes that should have been in previous commit.

        * examples/Null_Component/Null_Component_exec.h:
        * examples/Null_Component/Null_Component_exec.cpp:
        * examples/Null_Component/descriptors/NodeMap.dat:
        * examples/Null_Component/descriptors/Null_Homed.cdp:
        * examples/Null_Component/descriptors/Null_Unhomed.cdp:
        * examples/Null_Component/descriptors/run_test.pl:

          Ported this example to new CIAO/DAnCE.

        * examples/Null_Component/descriptors/Deployment.xsd:
        * examples/Null_Component/descriptors/Domain.cdd:
        * examples/Null_Component/descriptors/Null_Assembly.cid:
        * examples/Null_Component/descriptors/Null_Assembly_Package.cpd:
        * examples/Null_Component/descriptors/Null_Component.ccd:
        * examples/Null_Component/descriptors/Null_ComponentMonolithicImpl.cid:
        * examples/Null_Component/descriptors/Null_Component_Package.cpd:
        * examples/Null_Component/descriptors/Null_Component_exec.iad:
        * examples/Null_Component/descriptors/Null_Component_stub.iad:
        * examples/Null_Component/descriptors/Null_Component_svnt.iad:
        * examples/Null_Component/descriptors/PackageConfiguration.pcd:
        * examples/Null_Component/descriptors/Plan.cdp:
        * examples/Null_Component/descriptors/TopLevelPackage.tpd:
        * examples/Null_Component/descriptors/XMI.xsd:

          Removed these files.

Fri Feb  6 19:51:02 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/bin/PythonDAnCE/generator/comp_impl.py:
        * DAnCE/bin/PythonDAnCE/generator/home_impl.py:
        * DAnCE/bin/generate_plan.py:

          Fixes to better handle namespaces components may be declared in.

        * examples/BasicSP/descriptors/run_test.pl:

          Will run plan specified on commad line.

        * examples/BasicSP/descriptors/BasicSP_Homed.cdp:

          Same as the _Unhomed plan, except all components are explicitly homed.

Fri Feb  6 19:36:03 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * examples/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * examples/BasicSP/BMDevice/BMDevice_exec.cpp:
        * examples/BasicSP/BMDisplay/BMDisplay_exec.cpp:
        * examples/BasicSP/EC/EC_exec.cpp:

          Raised the priority of logging messages so they would appear
          without CIAO_LOG_LEVEL being set.

        * examples/BasicSP/EC/controller.cpp:
        * examples/BasicSP/descriptors/BasicSP_Unhomed.cdp:
        * examples/BasicSP/descriptors/run_test.pl:

          Fixes necessary to make this test work.

Fri Feb  6 19:22:40 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:

          Better exception handling.

Fri Feb  6 18:26:39 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:

          Better exception handling.

        * DAnCE/bin/PythonDAnCE/generator/artifact.py:
        * DAnCE/bin/PythonDAnCE/generator/comp_impl.py:
        * DAnCE/bin/PythonDAnCE/generator/header.py:
        * DAnCE/bin/generate_plan.py:

          Bugfixes for plangenerator.

        * examples/BasicSP/BMClosedED/BMClosedED_exec.h:
        * examples/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * examples/BasicSP/BMDevice/BMDevice_exec.h:
        * examples/BasicSP/BMDevice/BMDevice_exec.cpp:
        * examples/BasicSP/BMDisplay/BMDisplay_exec.h:
        * examples/BasicSP/BMDisplay/BMDisplay_exec.cpp:
        * examples/BasicSP/EC/EC_exec.h:
        * examples/BasicSP/EC/EC_exec.cpp:

          Added component servant and executor factory operations.

        * examples/BasicSP/descriptors/BasicSP.dat:
        * examples/BasicSP/descriptors/BasicSP_Unhomed.cdp:
        * examples/BasicSP/descriptors/run_test.pl:

          Ported to new version of DAnCE.  test script still needs to invoke correct controller.

        * examples/BasicSP/descriptors/BasicSP.cdp:

          Removed obsolete plan.

Fri Feb  6 13:44:54 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/bin/PythonDAnCE:
        * DAnCE/bin/PythonDAnCE/__init__.py:
        * DAnCE/bin/PythonDAnCE/generator:
        * DAnCE/bin/PythonDAnCE/generator/__init__.py:
        * DAnCE/bin/PythonDAnCE/generator/_path.py:
        * DAnCE/bin/PythonDAnCE/generator/artifact.py:
        * DAnCE/bin/PythonDAnCE/generator/comp_impl.py:
        * DAnCE/bin/PythonDAnCE/generator/comp_inst.py:
        * DAnCE/bin/PythonDAnCE/generator/footer.py:
        * DAnCE/bin/PythonDAnCE/generator/header.py:
        * DAnCE/bin/PythonDAnCE/generator/home_impl.py:
        * DAnCE/bin/PythonDAnCE/generator/home_inst.py:
        * DAnCE/bin/PythonDAnCE/generator/homed_comp_impl.py:
        * DAnCE/bin/PythonDAnCE/generator/homed_comp_inst.py:
        * DAnCE/bin/PythonDAnCE/generator/templet.py:
        * DAnCE/bin/generate_plan.py:

          First cut implementation of a very simple cdp generator.

Thu Feb  5 19:36:49 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ofccm/DAnCE_Scripts:
        * ofccm/DAnCE_Scripts/em-log.conf:
        * ofccm/DAnCE_Scripts/em.conf:
        * ofccm/DAnCE_Scripts/integ_deployment.sh:
        * ofccm/DAnCE_Scripts/integ_deployment.xsl:
        * ofccm/DAnCE_Scripts/logger.conf:
        * ofccm/DAnCE_Scripts/pl-log.conf:
        * ofccm/DAnCE_Scripts/pl.conf:
        * ofccm/DAnCE_Scripts/plb-log.conf:
        * ofccm/DAnCE_Scripts/plb.conf:
        * ofccm/DAnCE_Scripts/start_ExecutionManager.sh:
        * ofccm/DAnCE_Scripts/start_PlanLauncher.sh:
        * ofccm/DAnCE_Scripts/start_PlanLauncherBase.sh:
        * ofccm/DAnCE_Scripts/start_demo_1.sh:

        * DAnCE/bin/em-log.conf:
        * DAnCE/bin/em.conf:
        * DAnCE/bin/integ_deployment.sh:
        * DAnCE/bin/integ_deployment.xsl:
        * DAnCE/bin/logger.conf:
        * DAnCE/bin/pl-log.conf:
        * DAnCE/bin/pl.conf:
        * DAnCE/bin/plb-log.conf:
        * DAnCE/bin/plb.conf:
        * DAnCE/bin/start_ExecutionManager.sh:
        * DAnCE/bin/start_PlanLauncher.sh:
        * DAnCE/bin/start_PlanLauncherBase.sh:
        * DAnCE/bin/start_demo_1.sh:

          Moved OFCCM specific scripts over to the ofccm directory.

Thu Feb  5 19:07:02 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tests/IDL3_to_XMI:
        * tools/IDL3_to_XMI:
        * tools/IDL3_to_XMI/IDL3_to_XMI_visitor.h:
        * tools/IDL3_to_XMI/IDL3_to_XMI_visitor.cpp:
        * tools/IDL3_to_XMI/IR_Simulator_visitor.h:

          Ported this tool, and associated tests in from head.

Thu Feb  5 18:37:55 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * bin/ciao_tests.lst:

          Ported this file in from trunk.

        * DAnCE/tests/NodeApplicationTest:
        * 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_dynamic.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.h:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.cpp:
        * 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:

          Removed obsolete test.

Thu Feb  5 18:30:34 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

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

          Added component factory functions, similar to those already generated for
          Homes.

        * DAnCE/tests/CIAO/Components/SimpleNull_exec.h:
        * DAnCE/tests/CIAO/Components/SimpleNull_exec.cpp:

          Added in generated factory functions from above.

        * DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl:
        * DAnCE/tests/CIAO/NodeManager-Deployments/run_test.pl:

          Added ability to run a single plan by passing it as a command line
          arguments.

        * DAnCE/tests/CIAO/NodeManager-Deployments/SimpleComponentUnhomed.cdp:

          Test for unhomed components.

        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.cpp:

          Fixes for unhomed components.

Thu Feb  5 16:03:59 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:

          First cut implementation of unhomed component deployment.  Untested as yet.

Thu Feb  5 14:40:18 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/EmitsConnectionExplicitHome_NS.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/MultiplexConnectionExplicitHome_NS.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/PublishConnectionExplicitHome_NS.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/SimplexConnectionExplicitHome_NS.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl:
        * tools/Config_Handlers/ERE_Handler.cpp:

          Fixes to enable external reference connections for non-provider connections.

Thu Feb  5 00:39:48 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/tests/CIAO/Components/SimpleConsumer_exec.cpp:

          Fixed a segmentation fault.

        * DAnCE/tests/CIAO/ExecutionManager-Deployments/EmitsConnectionExplicitHome.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/MultiplexConnectionExplicitHome.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/PublishConnectionExplicitHome.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/SimpleComponentExplicitHome.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/SimplexConnectionExplicitHome.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp:

          Tests similar to those in NodeManager-Deployments, except across two nodes.

Wed Feb  4 22:08:09 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/tests/CIAO/Components/SimpleConsumer_exec.cpp:
        * DAnCE/tests/CIAO/Components/SimpleMultipleUser_exec.cpp:
        * DAnCE/tests/CIAO/Components/SimpleProvider_exec.cpp:
        * DAnCE/tests/CIAO/Components/SimpleUser_exec.cpp:

          Removed CLINFO from the logging messages.

        * DAnCE/tests/CIAO/NodeManager-Deployments/run_test.pl:

          Test script to execute all deployments in this directory

        * tools/XML/XML_Helper.tpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp:

          Reduced logging.

Wed Feb  4 21:18:18 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/Containers/Container_Base.cpp:

          Demoted the logging priority of failure to find a receptacle policy.

        * examples/Hello/descriptors/run_test.pl:

          removed some extraneous logging.

Wed Feb  4 19:07:27 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * examples/Hello/descriptors/run_test.pl:

          fixing nameservice support.

Wed Feb  4 01:26:49 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIAO_TAO.mwc:
        * CIAO_TAO_DAnCE.mwc:

          Added TAO_ROOT/utils.

        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:

          Logging changes.

        * DAnCE/NodeApplication/ComponentAttributesSetter.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:

          Compile fixes.

        * DAnCE/NodeApplication/Name_Utilities.cpp:

          Fixed segmentation faults.

        * DAnCE/tests/MocksTest/MockTest.mpc:

          Disabled.

        * examples/Hello/descriptors/run_test.pl:

          Fixes to use correct binaries and arguments.   This test now runs.

Tue Feb  3 14:24:17 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:
        * examples/Hello/descriptors/run_test.pl:

          Migrating changes to a new workspace.

Mon Jan 12 17:41:29 UTC 2009  Abdullah Sowayan  <sowayan@gmail.com>

        * DAnCE/NodeApplication/ComponentAttributesSetter.cpp:

          Use var types to encapsulates memory management instead
          of using ptr types. This closes bugzilla 3538.

Thu Dec 11 5:05:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ccm/CCM_KeylessCCMHome.idl:
          Updated include

        * ccm/ComponentServer/CCM_ComponentServer.idl:
        * ccm/ComponentServer/CCM_ComponentServer_Client.idl:
        * ciao/Containers/Session/Session_Container.h:
          Layout changes

        * ciao/Containers/Session/Session_Container.cpp:
          const/initialise pointer with 0

Fri Nov 28 16:05:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp:
          Added missing include

Wed Nov 26 16:17:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeApplication/NodeApplication.mpc:
          Layout changes

        * DAnCE/NodeManager/Node_Manager_Module.cpp:
          Layout changes to the help message

        * examples/Hello/Receiver/Receiver_exec.cpp:
        * examples/Hello/Sender/starter.cpp:
          Unicode changes

Wed Nov 26 15:04:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/ComponentServer/Configurators/NoOp/NoOp_Configurator.mpc:
          Added dynamic flags

        * ciao/Contexts/Swapping/CIAO_UpgradeableContext.idl:
          Updated include

        * CIDLC/ExecutorMappingGenerator.cpp:
          Update the include being generated

        * DAnCE/tests/NameServiceTest/clt_main.cpp:
        * DAnCE/tests/NameServiceTest/Dummy.idl:
        * DAnCE/tests/NameServiceTest/NameServiceTest.mpc:
        * DAnCE/tests/NameServiceTest/run_test.pl:
          Cleanup and wchar

        * DAnCE/tests/RedirectionServiceTest/srv_main.cpp:
          Fixed warning

        * examples/Swapping/Receiver/Receiver.mpc:
          Disabled some projects

        * ofccm/NodeApplication/NodeApplication_Impl.h:
          Updated include

        * tests/CIAO_ComponentServer/Basic/client.cpp:
          Unicode changes

        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc:
          Updated

Wed Nov 26 14:22:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/TargetManager/TargetManager.mpc:
          Disabled a few projects

        * DAnCE/tests/MocksTest/MocksTest.cpp:
          Unicode change

        * DAnCE/tests/NameServiceTest/srv_main.cpp:
        * DAnCE/tests/ObjectLocatorTest/srv_main.cpp:
        * DAnCE/tests/RedirectionServiceTest/srv_main.cpp:
          Fixed compile errors with msvc

        * examples/BasicSP/BasicSP.mpc:
          Refactored this file a little bit. With msvc I do see that cidl
          is each time executed even when nothing changes. This has to be fixed

        * MPC/config/dance_cdmw_idl.mpb:
          Fixed after

        * ofccm/Cdmw/CDMW_Deployment.idl:
        * ofccm/Cdmw/CDMW_IDL_Ext.idl:
          Updated includes

        * ofccm/Cdmw/CDMW_IDL.mpc:
          Use seperate idl project

        * ofccm/NodeApplication/ServerActivator_Impl.h:
          Updated include

Tue Nov 25 15:55:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ccm/ComponentServer/CCM_ComponentServer.idl:
        * ccm/ComponentServer/CCM_ComponentServer.mpc:
        * ccm/ComponentServer/CCM_ComponentServer_Base.idl:
        * ccm/ComponentServer/CCM_ComponentServer_Client.idl:
        * ccm/ComponentServer/ComponentServer.idl:
        * ccm/ComponentServer/ComponentServer.mpc:
        * ccm/ComponentServer/ComponentServer_Base.idl:
        * ccm/ComponentServer/ComponentServer_Client.idl:
          Renamed with CCM prefix

        * ccm/CCM_Enumeration.idl:
        * ccm/CCM_Object.idl:
          Moved sequence<CCMObject> CCMObjectSeq to CCM_Object

        * ciao/ComponentServer/CIAO_ComponentServer.idl:
          Use CCMObjectSeq

        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
          Use CCMObjectSeq

        * ciao/ComponentServer/CIAO_CS_Client.idl:
        * ciao/Containers/Session/Session_Container.cpp:
        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * ofccm/Cdmw/CDMW_IDL.idl
          Updated include

        * examples/Swapping/Sender/Sender.mpc:
          Disabled these projects

        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
          Explicitly list export header files

Tue Nov 25 14:30:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ccm/ComponentServer/ComponentServer.mpc:
          Only compile the IDL files as part of one project

        * ciao/Servants/Servants.mpc:
          Move template files to seperate group

        * DAnCE/NodeApplication/Name_Utilities.cpp:
          Fixed warning

        * ofccm/NodeApplication/NodeApplication_Impl.cpp:
          Initialise pointers with 0

Tue Nov 25 08:30:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Servants/Swapping/CIAO_SwapExec.idl:
        * ciao/Servants/Swapping/Dynamic_Component_Servant_Base.cpp
        * ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h
        * ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.h
        * examples/Swapping/Receiver/Receiver_exec.h
        * examples/Swapping/Sender/Sender_exec_1.h
        * examples/Swapping/Sender/Sender_exec_2.h
        * ofccm/NodeApplication/ComponentInstallation_Impl.h
        * ofccm/NodeApplication/NodeApplication_Impl.cpp
        * ofccm/NodeApplication/NodeApplication_Impl.h
        * ofccm/NodeApplication/ServerActivator_Impl.cpp
        * ofccm/NodeApplication/ServerActivator_Impl.h
          Updated includes

        * ciao/Servants/Swapping/Swapping_Servants.mpc
        * ciao/Servants/Swapping/CIAO_Swapping_Servant_export.h
          New files

Mon Nov 24 20:08:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Servants/Home_Servant_Impl_T.cpp:
          Fixed compile error

        * ciao/Servants/Port_Activator_T.cpp:
        * ciao/Servants/Port_Activator_T.h:
          Fixed signature deactivate

        * DAnCE/NodeApplication/ComponentAttributesSetter.cpp:
          Datatype/const changs

        * DAnCE/NodeApplication/Name_Utilities.cpp:
        * DAnCE/NodeApplication/Name_Utilities.h:
          Unicode changes

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
          Layout changes

        * DAnCE/RedirectionService/CCMObjectLocator.cpp:
          Datatype changes

        * DAnCE/tests/ObjectLocatorTest/srv_main.cpp:
          Fixed compile error

        * examples/Swapping/Sender/Sender_exec.h:
          Fixed include

Mon Nov 24 19:48:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ccm/ComponentServer/ComponentServer.mpc
          Layout change

        * ciao/Containers/Session/Session_Container.cpp:
          Catch exceptions as const

        * ciao/Contexts/Context_Impl_Base.h:
          Updated include

        * ciao/Servants/Home_Servant_Impl_Base.h:
          Include Container_BaseC.h, the forward declaration
          gives problems with msvc8

        * ciao/Servants/Port_Activator.h:
          Corrected signature so that we match the base class

        * ciao/Servants/Servant_Impl_T.h:
          Removed not needed forward declaration

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
          Unicode changes

        * DAnCE/NodeApplication/ServerActivator_Impl.cpp:
          Const change

        * DAnCE/NodeManager/Node_Manager_Module.cpp:
          Unicode and layout changes

        * DAnCE/NodeManager/NodeManager_Impl.cpp:
          Layout changes and initialise pointer with 0

        * examples/Hello/Sender/Sender_exec.cpp:
          Unicode change

        * ofccm/Cdmw/CDMW_Deployment.idl:
        * ofccm/Cdmw/CDMW_IDL_Ext.idl:
          Updated includes

Mon Nov 24 16:06:57 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/Name_Utilities.h:
        * DAnCE/NodeApplication/Name_Utilities.cpp:

          Files missing from last commit.

Sun Nov 23 23:59:50 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/DAnCE_Properties.idl:

          Rearranged, organized

        * DAnCE/DomainApplicationManager/Node_Locator.h:
        * DAnCE/DomainApplicationManager/Node_Locator.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Module.h:
        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:
        * DAnCE/NodeApplication/NodeApplication.mpc:
        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.h:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp:

          Improved NameService support.

        * examples/Hello/Sender/Sender_exec.cpp:
        * examples/Hello/descriptors/DeploymentPlan.cdp:
        * examples/Hello/descriptors/run_test.pl:

          Updates to work with new DAnCE.

        * tools/Config_Handlers/XSCRT/Elements.hpp:
        * tools/XML/XML_Helper.h:

          Compile fixes.

        * examples/Hello/ReDaC-Usage.html:
        * examples/Hello/descriptors/Hello.cid:
        * examples/Hello/descriptors/Hello.cpd:
        * examples/Hello/descriptors/Libraries.iad:
        * examples/Hello/descriptors/Receiver.ccd:
        * examples/Hello/descriptors/Receiver.cid:
        * examples/Hello/descriptors/Receiver.cpd:
        * examples/Hello/descriptors/Receiver_Exec.iad:
        * examples/Hello/descriptors/Receiver_Stub.iad:
        * examples/Hello/descriptors/Receiver_Svnt.iad:
        * examples/Hello/descriptors/Sender.ccd:
        * examples/Hello/descriptors/Sender.cid:
        * examples/Hello/descriptors/Sender.cpd:
        * examples/Hello/descriptors/Sender_Exec.iad:
        * examples/Hello/descriptors/Sender_Stub.iad:
        * examples/Hello/descriptors/Sender_Svnt.iad:
        * examples/Hello/descriptors_ReDaC:
        * examples/Hello/descriptors_events:
        * examples/Hello/descriptors_shared_components:

          Removed these files.

Fri Nov 21 16:58:00 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/Node_Locator.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Module.h:
        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.h:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp:

          Better support for the naming service.

        * examples/Hello/descriptors/DeploymentPlan.cdp:
        * examples/Hello/descriptors/run_test.pl:

          ported to new DAnCE.

        * examples/Hello/descriptors/Hello.cid:
        * examples/Hello/descriptors/Hello.cpd:
        * examples/Hello/descriptors/Libraries.iad:
        * examples/Hello/descriptors/Receiver.ccd:
        * examples/Hello/descriptors/Receiver.cid:
        * examples/Hello/descriptors/Receiver.cpd:
        * examples/Hello/descriptors/Receiver_Exec.iad:
        * examples/Hello/descriptors/Receiver_Stub.iad:
        * examples/Hello/descriptors/Receiver_Svnt.iad:
        * examples/Hello/descriptors/Sender.ccd:
        * examples/Hello/descriptors/Sender.cid:
        * examples/Hello/descriptors/Sender.cpd:
        * examples/Hello/descriptors/Sender_Exec.iad:
        * examples/Hello/descriptors/Sender_Stub.iad:
        * examples/Hello/descriptors/Sender_Svnt.iad:

          Removed superfluous files.

        * examples/Hello/descriptors_ReDaC:
        * examples/Hello/descriptors_events:
        * examples/Hello/descriptors_shared_components:
        * examples/Hello/ReDaC-Usage.html:

          Removed these files, as these features are no longer supported.

Tue Nov 18 15:40:23 UTC 2008  Johnny Willemsen <jwillemsen@remedy.nl>

        * CIDLC/Literals.cpp:
          Generate CIAO version info in the header of the generated file

Tue Nov 18 15:22:23 UTC 2008  Johnny Willemsen <jwillemsen@remedy.nl>

        * DAnCE/Utils/DAnCE_Utils.mpc:
        * DAnCE/Utils/Plan_Handler.cpp:
          Fixed compilation

Tue Nov 18 15:15:23 UTC 2008  Johnny Willemsen <jwillemsen@remedy.nl>

        * ciao/Servants/Servant_Impl_Base.h:
        * DAnCE/Deployment/Deployment_TargetManager.idl:
        * DAnCE/TargetManager/DomainDataManager.h:
          Layout changes

        * DAnCE/TargetManager/CmpClient.cpp:
          wchar changes

        * DAnCE/TargetManager/DomainEvents.idl:
          Updated includes

        * DAnCE/TargetManager/TargetManager.mpc:
        * DAnCE/TargetManager/TargetManagerImpl.idl
          Updated for all refactoring

        * MPC/config/ciao_nodemanager_stub.mpb:
        * MPC/config/ciao_targetmanager_stub.mpb:
        * MPC/config/ciao_targetmanager_svnt.mpb:
        * MPC/config/dance_nodemanager_stub.mpb:
        * MPC/config/dance_nodemanager_svnt.mpb:
          Updated these with unique lib names and correct aftes

Tue Nov 18 14:55:23 UTC 2008  Johnny Willemsen <jwillemsen@remedy.nl>

        * DAnCE/Interfaces/Interfaces.mpc:
          Added custom idl projects and added DAnCE_NodeManager_svnt

Tue Nov 18 14:16:23 UTC 2008  Johnny Willemsen <jwillemsen@remedy.nl>

        * ciao/Contexts/Context.mpc:
          Added missing dynamicflags

        * ciao/Servants/Servant_Impl_Utils_T.cpp:
          Layout change

        * MPC/config/ciao_context_impl.mpb:
          New base project

        * MPC/config/ciao_servant.mpb:
          Use ciao_context_impl

Mon Nov 17 16:08:23 UTC 2008  Johnny Willemsen <jwillemsen@remedy.nl>

        * CCF/CCF/IDL2/Parser.hpp:
          Undef interface when it is defined

        * DAnCE/DomainApplication/Domain_Application_Impl.cpp
        * DAnCE/DomainApplication/Domain_Application_Impl.h
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h
        * DAnCE/DomainApplicationManager/Node_Locator.cpp
        * DAnCE/DomainApplicationManager/Node_Locator.h
        * DAnCE/ExecutionManager/ExecutionManager_Impl.cpp
        * DAnCE/ExecutionManager/ExecutionManager_Module.h
        * DAnCE/NodeApplication/ServerActivator_Impl.cpp
        * DAnCE/NodeApplication/ServerActivator_Impl.h
        * DAnCE/NodeManager/Node_Manager_Exec.cpp
        * DAnCE/NodeManager/Node_Manager_Module.cpp
        * DAnCE/NodeManager/Node_Manager_Module.h
          Various cleanup/layout changes

Mon Nov 17 15:03:23 UTC 2008  Johnny Willemsen <jwillemsen@remedy.nl>

        * ciao/ComponentServer/CIAO_ComponentServer.cpp
        * ciao/ComponentServer/CIAO_ComponentServer.h
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp
        * ciao/ComponentServer/CIAO_Container_Impl.h
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h
        * ciao/ComponentServer/CIAO_ServerResources.idl
        * ciao/Containers/Container_Base.cpp
        * ciao/Containers/Container_Base.h
        * ciao/Containers/Servant_Activator.cpp
        * ciao/Containers/Servant_Activator.h
        * ciao/Containers/Session/Session_Container.cpp
        * ciao/Containers/Session/Session_Container.h
          Layout changes

        * ciao/ComponentServer/Configurator_Factory.cpp
        * ciao/ComponentServer/Configurator_Factory.h
          No need to have a member variable

Mon Nov 17 14:34:23 UTC 2008  Johnny Willemsen <jwillemsen@remedy.nl>

        * ciao/Client_init.cpp
        * ciao/ComponentServer/CIAO_ComponentServer.cpp
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp
        * ciao/ComponentServer/CIAO_Container_Impl.cpp
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.cpp
        * ciao/ComponentServer/Configurators/RT/RTConfig_Manager.cpp
        * ciao/ComponentServer/Configurators/RTNodeApp_Configurator.cpp
        * ciao/Containers/Container_Base.cpp
        * ciao/Containers/Servant_Activator.cpp
        * ciao/Containers/Session/Session_Container.cpp
        * ciao/Servants/Servant_Impl_Base.cpp
        * ciao/Server_init.cpp
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp
        * CIDLC/ServantSourceGenerator.cpp
        * DAnCE/DomainApplication/Domain_Application_Impl.cpp
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/DomainApplicationManager/Node_Locator.cpp
        * DAnCE/ExecutionManager/ExecutionManager_Impl.cpp
        * DAnCE/NodeApplication/ComponentAttributesSetter.cpp
          Layout, %s->%C changes

Mon Nov 17 14:17:23 UTC 2008  Johnny Willemsen <jwillemsen@remedy.nl>

        * DAnCE/Deployment/DAnCE_Core.mpc:
          Removed -Gos, this has to be enabled in the default.features
          file through gen_ostream=1

Sun Nov 16 22:12:23 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/DAnCE_Properties.idl:

          Added naming service and component IOR properties.

        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/RedirectionService/NameServiceRedirection.cpp:

          Logging/layout changes.

Fri Nov 14 22:18:16 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/DAnCE_Core.mpc:
        * DAnCE/NodeManager/NodeManager.mpc:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:

          Support for dumping deployment plan at deployment time based on presence
          of the gen_ostream MPC feature.

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Logging improvements.

        * DAnCE/NodeApplication/NodeApplication.mpc:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * examples/Hello/descriptors/DeploymentPlan.cdp:
        * examples/Hello/descriptors/NodeManagerMap.dat:

          Porting of the basic Hello example to the new CIAO/DAnCE.

Fri Nov 14 18:51:35 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/ExecutionManager/ExecutionManager.mpc:
        * DAnCE/Starter/Starter.cpp:
        * DAnCE/tests/DeploymentTest1/test.cpp:
        * DAnCE/tests/NameServiceTest/srv_main.cpp:
        * DAnCE/tests/NodeApplicationManager-NodeApplication/test.cpp:
        * DAnCE/tests/NodeManager-NodeApplicationManager/test.cpp:
        * DAnCE/tests/ObjectLocatorTest/ObjectLocatorTest.mpc:
        * DAnCE/tests/ObjectLocatorTest/srv_main.cpp:
        * DAnCE/tests/RedirectionServiceTest/srv_main.cpp:
        * MPC/config/ciao_componentserver_svnt.mpb:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/Containers/Swapping/Swapping_Container.cpp:

          Warning fixes on Linux.

Thu Nov 13 22:58:42 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/DomainApplicationManager/Node_Locator.h:
        * DAnCE/DomainApplicationManager/Node_Locator.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Module.h:
        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:

          Refactored support for finding IORs of NodeManagers
          to support Node Maps and NameService.

        * DAnCE/Plan_Launcher/Plan_Launcher.mpc:
        * DAnCE/Plan_Launcher/Plan_Launcher_Exec.cpp:
        * DAnCE/Deployment/Module_Main.h:

          dance_plan_launcher executable.

Wed Nov 12 21:26:14 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DomainApplication/Domain_Application_Impl.cpp:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Log message fixes.

Wed Nov 12 21:22:43 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/Module_Main.h:

          Fix to prevent a segmentation fault.

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager.mpc:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Module.h:
        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:
        * DAnCE/ExecutionManager/Execution_Manager_Exec.cpp:

          Fixes to enable running EM as a standalone executable and enable
          EM driven deployments.

        * DAnCE/NodeManager/Node_Manager_Module.cpp:

          Minor log message fix.

        * DAnCE/tests/CIAO/ExecutionManager-Deployments/SimpleComponentExplicitHome.cdp:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/em_launcher.mpc:
        * DAnCE/tests/CIAO/ExecutionManager-Deployments/simple_em_launcher.cpp:

          Text excercising EM controlled deployment of a single component to single node.

Wed Nov 12 19:53:23 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/tests/CIAO/ExecutionManager-Deployments:

          Destination for EM included tests.

        * DAnCE/tests/CIAO/NodeManager-Deployments/MultiplexConnectionExplicitHome.cdp:

          Test verifying multiplex facet connections.

        * DAnCE/tests/CIAO/NodeManager-Deployments/Components:
        * DAnCE/tests/CIAO/Components:

           Moved components directory up one level.

Wed Nov 12 19:35:47 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/ComponentAttributesSetter.cpp:

          Improved exception handling.

Wed Nov 12 19:30:30 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

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

          Changes  necessary to support attribiute initialization.

        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleAttribute.cidl:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleAttribute.idl:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleAttribute.mpc:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleAttribute_exec.h:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleAttribute_exec.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleAttribute_exec_export.h:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleAttribute_stub_export.h:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleAttribute_svnt_export.h:
        * DAnCE/tests/CIAO/NodeManager-Deployments/SimpleAttributeExplicitHome.cdp:

          Test that excercises the setting of attributes on homes and components
          during deployment.

Wed Nov 12 18:06:10 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/DAnCE_Properties.idl:

          Added naming service integration properties.

        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleUser_exec.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/SimplexConnectionExplicitHome.cdp:

          Changes necessary to get simplex facet/receptacle connections working.

        * DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp:

          Removed some extra output.

Wed Nov 12 17:14:28 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleProvider_exec.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleUser_exec.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/SimplexConnectionExplicitHome.cdp:
          Changes for facet/receptacle connections, not finished yet -
          moving to different machine.

Fri Nov  7 18:46:09 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleConsumer_exec.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter_exec.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/EmitsConnectionExplicitHome.cdp:

          Fiexes for enabling connection of a standard emits/sub connection.

Fri Nov  7 18:28:14 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimplePublisher_exec.cpp:

          Fixes for enabling connection of a standard pub/sub connection.

Fri Nov  7 15:10:58 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CCF/CCF/CIDL/CIDL.mpc:
        * CCF/CCF/CIDL/SemanticAction/Impl/Composition.cpp:
        * CCF/CCF/CIDL/SemanticAction/Impl/HomeExecutor.cpp:
        * CCF/CCF/IDL2/IDL2.mpc:
        * CCF/CCF/IDL2/LexicalAnalyzer.hpp:
        * CCF/CCF/IDL2/LexicalAnalyzer.cpp:
        * CCF/CCF/IDL2/Parser.hpp:
        * CCF/CCF/IDL2/SemanticGraph/Elements.cpp:
        * CCF/CCF/IDL2/Traversal/Array.cpp:
        * CCF/CCF/IDL3/IDL3.mpc:
        * CIDLC/CIDLC.mwc:

          Reverted to revision 80830, as changes proposed in bug #3849
          caused a segmentation fault in Linux.

Fri Nov  7 14:57:53 UTC 2008  William R. Otte  <wotte@william-r-ottes-macbook-pro.local>

        * DAnCE/tests/CIAO/NodeManager-Deployments/PublishConnectionExplicitHome.cdp:
        Test plan that will excercise a publish/subscribe connection.

Thu Nov  6 20:55:19 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CCF/CCF/CIDL/CIDL.mpc:

          Added reference to '.' in Source_Files accidentally (?) removed
          by Tue Nov  4 10:10:28 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>.

Thu Nov  6 20:25:28 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CCF/CCF/IDL2/IDL2.mpc
        * CCF/CCF/IDL3/IDL3.mpc
          Set /P flag for the archiver with bmake

Thu Nov  6 19:25:22 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tools/Config_Handlers/XSCRT/XML.hpp:
        * tools/XML/XML_Schema_Resolver.cpp:

          Added support for xerces versions < 3.0.

Thu Nov  6 18:47:56 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Logger/Log_Macros.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Servants/Servant_Impl_Base.cpp:

          Warning fixes for Linux.

Thu Nov  6 16:35:22 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.mpc:

          Disabled this build.

        * tests/CIAO_ComponentServer/SimpleComponent/run_test.pl:

          Minor fixes.

        * tools/Config_Handlers/IRDD_Handler.h:
        * tools/Config_Handlers/IRDD_Handler.cpp:
        * tools/Config_Handlers/XML_Typedefs.h:
        * tools/Config_Handlers/XML_Typedefs.cpp:
        * tools/XML/XML_Helper.tpp:

          Compilation fixes.

Thu Nov  6 15:28:10 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleConsumer.idl:
                * DAnCE/tests/NameServiceTest/NameServiceTest.mpc:
        * DAnCE/tests/RedirectionServiceTest/RedirectionServiceTest.mpc:
        * ciao/Containers/Swapping/Dynamic_Component_Activator.h:

          Compilation fixes.

        * tests/CIAO_ComponentServer/SimpleComponent/run_test.pl:

          Added a run_test script.

Wed Nov  5 20:08:28 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CCF/CCF/IDL2/LexicalAnalyzer.cpp:
        * CCF/CCF/IDL2/LexicalAnalyzer.hpp:
        * CCF/CCF/IDL2/Parser.hpp:
        * CCF/CCF/IDL2/SemanticGraph/Elements.cpp:
          Various changes for CB2009 support

Tue Nov  4 10:10:28 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CCF/CCF/CIDL/SemanticAction/Impl/Composition.cpp:
        * CCF/CCF/CIDL/SemanticAction/Impl/HomeExecutor.cpp:
          Fixed ambiguity problems with CodeGear C++ Builder 2009

        * CCF/CCF/CIDL/CIDL.mpc
          Set /P flag for the archiver with bmake

Mon Nov  3 19:56:29 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeManager/NodeManager.mpc:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleConsumer.idl:
        * ciao/Containers/Session/Session_Container.mpc:
        * tests/CIAO_ComponentServer/SimpleComponent/client.cpp:
        * tools/XML/XML_Error_Handler.cpp:
        * tools/XML/XML_Helper.tpp:

          Compile/link fixes on linux.

Mon Nov  3 18:32:28 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc
        * DAnCE/NodeManager/Node_Manager_Module.cpp
        * DAnCE/NodeManager/NodeManager.mpc
        * DAnCE/Starter/Starter.h
        * MPC/config/cidlc.mpb
        * MPC/config/dance_node_manager.mpb
        * tools/XML/XML.mpc
          Fixed various compile/link problems

Mon Nov  3 17:13:28 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeApplication/NodeApplication.mpc:
          Added missing base project

Thu Oct 23 09:25:28 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Containers/Container_Base.h
        * ciao/Containers/Servant_Activator.h
        * ciao/Containers/Session/Session_Container.h
        * ciao/Containers/Swapping/Dynamic_Component_Activator.h
        * ciao/Contexts/Context_Impl_T.h
        * CIDLC/ExecImplHeaderGenerator.cpp
        * DAnCE/TargetManager/TargetManager_exec.h
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleConsumer_exec.h
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter_exec.h
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleMultipleUser_exec.h
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull_exec.h
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleProvider_exec.h
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimplePublisher_exec.h
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleUser_exec.h
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.h
        * docs/tutorials/Quoter/Simple/Broker/StockBroker_exec.h
        * docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.h
        * examples/BasicSP/BasicSP_exec.h
        * examples/BasicSP/BMClosedED/BMClosedED_exec.h
        * examples/BasicSP/BMDevice/BMDevice_exec.h
        * examples/BasicSP/BMDisplay/BMDisplay_exec.h
        * examples/BasicSP/EC/EC_exec.h
        * examples/Display/GPS/GPS_exec.h
        * examples/Display/GPS/GPS_tracing_exec.h
        * examples/Display/NavDisplay/NavDisplay_exec.h
        * examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h
        * examples/Display/RateGen/RateGen_exec.h
        * examples/Hello/Receiver/Receiver_exec.h
        * examples/Hello/Sender/Sender_exec.h
        * examples/Null_Component/Null_Component_exec.h
        * examples/Swapping/Receiver/Receiver_exec.h
        * examples/Swapping/Sender/Sender_exec.h
        * examples/Swapping/Sender/Sender_exec_1.h
        * examples/Swapping/Sender/Sender_exec_2.h
        * performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h
        * performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h
        * performance-tests/Protocols/Receiver/Receiver_exec.h
        * performance-tests/Protocols/Sender/Sender_exec.h
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.h
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent_exec.h
        * tests/Minimum/Receiver/Receiver_exec.h
        * tests/Minimum/Sender/Sender_exec.h
          Use ::CORBA::LocalObject

Wed Oct 22 13:07:28 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/Servants/Home_Servant_Impl_T.cpp:

          Removed debug change that caused segfault.

Wed Oct 22 12:48:37 UTC 2008  William R. Otte  <wotte@william-r-ottes-macbook-pro.local>

        * DAnCE/Starter/Starter.cpp:
        * DAnCE/Starter/Starter.mpc:
        * tests/CIAO_ComponentServer/Activator/client.cpp:
        * tests/CIAO_ComponentServer/SimpleComponent/client.cpp:

          Compilation fixes.

        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/SimpleComponentExplicitHome.cdp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer.idl:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/Containers/Container_Base.idl:
        * ciao/Containers/Containers.mpc:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Servants/Home_Servant_Impl_Base.cpp:
        * ciao/Servants/Servant_Impl_Base.h:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Servants/Servant_Impl_T.h:
        * ciao/Servants/Servant_Impl_T.cpp:

          Fixes to have the container properly manage the lifecycle of
          components during the teardown phase, so that the
          SimpleComponentExplicitHome plan properly teardown.

        * ciao/Logger/Log_Macros.h:

          Removed non-interpreted flags from CIAO_TRACE macros.

Tue Oct 21 19:23:20 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/DomainApplication/Domain_Application_Impl.h:
          Added missing post.h

Tue Oct 21 18:51:20 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ccm/CCM.mpc:
          Make sure CIAO_ROOT is added to the include dirs

Fri Oct 10 01:02:20 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/DAnCE_Core.mpc:
        * DAnCE/Deployment/DAnCE_Properties.idl:

          Codify DAnCE configuration property names in IDL.

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

          Implemented passivation, removal, and destruction logic.

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

          Added new command line options.

        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull.cidl:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull.idl:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull.mpc:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull_exec.h:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull_exec.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull_exec_export.h:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull_stub_export.h:
        * DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull_svnt_export.h:

          Component with no ports to test lifecycle operations.

        * DAnCE/tests/CIAO/NodeManager-Deployments/SimpleComponentExplicitHome.cdp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/SimpleHome.cdp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp:

          Fixes for test passing.

        * ccm/CCM_Object.idl:

          Removed CIAO-specific interfaces.

        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_Properties.idl:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Servants/Home_Servant_Impl_Base.cpp:

          Fixes for proper component/servant lifecycle management.

Tue Oct  7 19:20:38 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/tests/CIAO/NodeManager-Deployments/Components:
        * DAnCE/tests/CIAO/Components:

          Moved Components subdirectory to the NodeManager-Deployments
          directory.

Tue Oct  7 19:16:06 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/tests/CIAO/Components:
        * DAnCE/tests/CIAO/Components/SimpleCommon.idl:
        * DAnCE/tests/CIAO/Components/SimpleCommon.mpc:
        * DAnCE/tests/CIAO/Components/SimpleCommon_stub_export.h:
        * DAnCE/tests/CIAO/Components/SimpleCommon_svnt_export.h:
        * DAnCE/tests/CIAO/Components/SimpleConsumer.cidl:
        * DAnCE/tests/CIAO/Components/SimpleConsumer.idl:
        * DAnCE/tests/CIAO/Components/SimpleConsumer.mpc:
        * DAnCE/tests/CIAO/Components/SimpleConsumer_exec.h:
        * DAnCE/tests/CIAO/Components/SimpleConsumer_exec.cpp:
        * DAnCE/tests/CIAO/Components/SimpleConsumer_exec_export.h:
        * DAnCE/tests/CIAO/Components/SimpleConsumer_stub_export.h:
        * DAnCE/tests/CIAO/Components/SimpleConsumer_svnt_export.h:
        * DAnCE/tests/CIAO/Components/SimpleEmitter.cidl:
        * DAnCE/tests/CIAO/Components/SimpleEmitter.idl:
        * DAnCE/tests/CIAO/Components/SimpleEmitter.mpc:
        * DAnCE/tests/CIAO/Components/SimpleEmitter_exec.h:
        * DAnCE/tests/CIAO/Components/SimpleEmitter_exec.cpp:
        * DAnCE/tests/CIAO/Components/SimpleEmitter_exec_export.h:
        * DAnCE/tests/CIAO/Components/SimpleEmitter_stub_export.h:
        * DAnCE/tests/CIAO/Components/SimpleEmitter_svnt_export.h:
        * DAnCE/tests/CIAO/Components/SimpleMultipleUser.cidl:
        * DAnCE/tests/CIAO/Components/SimpleMultipleUser.idl:
        * DAnCE/tests/CIAO/Components/SimpleMultipleUser.mpc:
        * DAnCE/tests/CIAO/Components/SimpleMultipleUser_exec.h:
        * DAnCE/tests/CIAO/Components/SimpleMultipleUser_exec.cpp:
        * DAnCE/tests/CIAO/Components/SimpleMultipleUser_exec_export.h:
        * DAnCE/tests/CIAO/Components/SimpleMultipleUser_stub_export.h:
        * DAnCE/tests/CIAO/Components/SimpleMultipleUser_svnt_export.h:
        * DAnCE/tests/CIAO/Components/SimpleProvider.cidl:
        * DAnCE/tests/CIAO/Components/SimpleProvider.idl:
        * DAnCE/tests/CIAO/Components/SimpleProvider.mpc:
        * DAnCE/tests/CIAO/Components/SimpleProvider_exec.h:
        * DAnCE/tests/CIAO/Components/SimpleProvider_exec.cpp:
        * DAnCE/tests/CIAO/Components/SimpleProvider_exec_export.h:
        * DAnCE/tests/CIAO/Components/SimpleProvider_stub_export.h:
        * DAnCE/tests/CIAO/Components/SimpleProvider_svnt_export.h:
        * DAnCE/tests/CIAO/Components/SimplePublisher.cidl:
        * DAnCE/tests/CIAO/Components/SimplePublisher.idl:
        * DAnCE/tests/CIAO/Components/SimplePublisher.mpc:
        * DAnCE/tests/CIAO/Components/SimplePublisher_exec.h:
        * DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp:
        * DAnCE/tests/CIAO/Components/SimplePublisher_exec_export.h:
        * DAnCE/tests/CIAO/Components/SimplePublisher_stub_export.h:
        * DAnCE/tests/CIAO/Components/SimplePublisher_svnt_export.h:
        * DAnCE/tests/CIAO/Components/SimpleUser.cidl:
        * DAnCE/tests/CIAO/Components/SimpleUser.idl:
        * DAnCE/tests/CIAO/Components/SimpleUser.mpc:
        * DAnCE/tests/CIAO/Components/SimpleUser_exec.h:
        * DAnCE/tests/CIAO/Components/SimpleUser_exec.cpp:
        * DAnCE/tests/CIAO/Components/SimpleUser_exec_export.h:
        * DAnCE/tests/CIAO/Components/SimpleUser_stub_export.h:
        * DAnCE/tests/CIAO/Components/SimpleUser_svnt_export.h:

          Several components that individually test a single port type.

Tue Oct  7 14:50:57 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Logger/Log_Macros.h:
        * DAnCE/Logger/Logger_Service.cpp:

          Missing from previous commit.

        * DAnCE/tests/CIAO:
        * tests/DAnCE:
        * tests/DAnCE/NodeManager-Deployments:
        * tests/DAnCE/NodeManager-Deployments/SimpleHome.cdp:
        * tests/DAnCE/NodeManager-Deployments/nm_launcher.mpc:
        * tests/DAnCE/NodeManager-Deployments/simple_nm_launcher.cpp:

          Moved test under DAnCE tree.

Tue Oct  7 14:37:30 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Logger/Log_Macros.h:
        * DAnCE/Logger/Logger_Service.cpp:

          Bugfixes.

        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.h:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:

          Fixes necessary to pass NodeManager-Deployments/SimpleHome.cdp.

        * DAnCE/RedirectionService/RedirectionService.cpp:

          Improved logging.

        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent_exec.cpp:
        * tests/DAnCE/NodeManager-Deployments:
        * tests/DAnCE/NodeManager-Deployments/SimpleHome.cdp:
        * tests/DAnCE/NodeManager-Deployments/nm_launcher.mpc:
        * tests/DAnCE/NodeManager-Deployments/simple_nm_launcher.cpp:

          Simple test to excercise installation of a single home.

Mon Oct  6 15:12:49 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/ComponentServer/CIAO_Properties.idl:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:

          Codified some component server configvalue names in IDL.

        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:

          Fixed a couple bugs w.r.t respecting default vs. custom server timeouts.

Wed Oct  1 20:42:34 UTC 2008  William R. Otte  <wotte@70-11-197-37.area7.spcsdns.net>

        * ciao/Logger/Logger_Service.cpp:

          Enabling tracing inadvertantly disabled logging.

Wed Oct  1 20:27:33 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tools/Config_Handlers/XML_File_Intf.cpp:
        * tools/XML/XML_Helper.h:
        * tools/XML/XML_Helper.tpp:

          Fixed some incompatibilities with Xerces 3.0, and improved logging in the
          XML_File_Intf.

Wed Oct  1 02:08:47 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/Deployment_common.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.h:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:

          Changes necessary for NodeApplicationManager-NodeApplication test to pass.

Tue Sep 30 14:52:09 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

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

          Changes necessary to pass NodeManager-NodeApplicationManager test.

Tue Sep 30 14:32:34 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/DAnCE_Loader.h:
        * DAnCE/Deployment/Module_Main.h:
        * DAnCE/Logger/Log_Macros.h:
        * DAnCE/Logger/Logger_Service.h:
        * DAnCE/Logger/Logger_Service.cpp:
        * DAnCE/NodeManager/NodeManager.mpc:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Exec.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.h:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/Starter/Starter.h:
        * DAnCE/Starter/Starter.cpp:

          Fixed logging infrastructure, enableed NodeManager binary and ensured
          its ability to start up.

        * ciao/Logger/Log_Macros.h:

          Fixed tracing facility.

Mon Sep 29 17:26:48 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/Deployment_Connection.idl:
        * DAnCE/Deployment/Deployment_common.h:
        * DAnCE/NodeManager/NodeManager.mpc:
        * DAnCE/NodeManager/NodeManager_Impl.h:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/RedirectionService/NameServiceRedirection.h:
        * DAnCE/RedirectionService/RedirectionService.h:
        * DAnCE/tests/DeploymentPlanDump/test.cpp:
        * DAnCE/tests/DeploymentPlanTestReferences/test.cpp:
        * DAnCE/tests/DeploymentTest1/test.cpp:
        * DAnCE/tests/MocksTest/MocksTest.cpp:
        * DAnCE/tests/NameServiceTest/clt_main.cpp:
        * DAnCE/tests/NameServiceTest/srv_main.cpp:
        * DAnCE/tests/NodeApplicationManager-NodeApplication/test.cpp:
        * DAnCE/tests/NodeManager-NodeApplicationManager/test.cpp:
        * DAnCE/tests/ObjectLocatorTest/clt_main.cpp:
        * DAnCE/tests/ObjectLocatorTest/srv_main.cpp:
        * DAnCE/tests/RedirectionServiceTest/RegistrationPath.h:
        * DAnCE/tests/RedirectionServiceTest/clt_main.cpp:
        * DAnCE/tests/RedirectionServiceTest/srv_main.cpp:
        * MPC/config/ccm_svnt.mpb:
        * MPC/config/ciao_executor.mpb:
        * MPC/config/ciao_servant.mpb:
        * MPC/config/dance_exe.mpb:
        * ciao/Client_init.h:
        * ciao/ComponentServer/CIAO_ComponentServer.h:
        * ciao/ComponentServer/CIAO_ComponentServer.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.h:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:
        * ciao/ComponentServer/Configurator_Factory.cpp:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.h:
        * ciao/ComponentServer/Configurators/Config_Manager.h:
        * ciao/ComponentServer/Configurators/RTConfig_Manager.h:
        * ciao/ComponentServer/Configurators/Server_Configurator.h:
        * ciao/ComponentServer/Configurators/Server_Configurator.cpp:
        * ciao/Containers/CIAO_Servant_Activator.idl:
        * ciao/Containers/Container_Base.h:
        * ciao/Containers/Servant_Activator.h:
        * ciao/Containers/Servant_Activator.cpp:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Logger/Logger_Service.cpp:
        * ciao/Servants/CIAO_Port_Activator.idl:
        * ciao/Servants/Home_Servant_Impl_T.h:
        * ciao/Servants/Home_Servant_Impl_T.cpp:
        * ciao/Servants/Port_Activator.h:
        * ciao/Servants/Servant_Impl_Base.h:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Server_init.h:
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.idl:
        * ciaosvcs/Events/CIAO_RTEC/SimpleAddressServer.cpp:
        * docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp:
        * examples/Display/NavDisplay/NavDisplay_exec.h:
        * examples/Hello/Hello_Base/Hello_Base.mpc:
        * ofccm/Cdmw/CDMW_IDL.mpc:
        * ofccm/NodeApplication/ComponentAttributesSetter.cpp:
        * ofccm/NodeApplication/NodeApplication.mpc:
        * ofccm/NodeApplication/ServerActivator_Impl.h:
        * performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp:
        * performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp:
        * performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp:
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc:
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.h:
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.cpp:
        * tests/Bug_2130_Regression/SEC_CheckPoint/controller.cpp:
        * tests/CIAO_ComponentServer/Activator/client.cpp:
        * tests/CIAO_ComponentServer/Basic/client.cpp:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc:
        * tests/CIAO_ComponentServer/SimpleComponent/client.cpp:
        * tests/Minimum/Sender/Sender.mpc:
        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:

          Compile fixes, converted from <> includes to "" includes where appropriate.

Tue Jun  3 14:01:08 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/Deployment_Connection.idl:
        * DAnCE/Deployment/Deployment_common.h:
        * DAnCE/NodeApplication/ComponentAttributesSetter.cpp:
        * DAnCE/NodeApplication/ServerActivator_Impl.h:
        * DAnCE/NodeManager/NodeManager_Impl.h:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/RedirectionService/NameServiceRedirection.h:
        * DAnCE/RedirectionService/RedirectionService.h:
        * DAnCE/tests/MocksTest/MocksTest.cpp:
        * DAnCE/tests/RedirectionServiceTest/RegistrationPath.h:
        * ciao/Client_init.h:
        * ciao/ComponentServer/CIAO_ComponentServer.h:
        * ciao/ComponentServer/CIAO_ComponentServer.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.h:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:
        * ciao/ComponentServer/Configurator_Factory.cpp:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.h:
        * ciao/ComponentServer/Configurators/Config_Manager.h:
        * ciao/ComponentServer/Configurators/RTConfig_Manager.h:
        * ciao/ComponentServer/Configurators/Server_Configurator.h:
        * ciao/ComponentServer/Configurators/Server_Configurator.cpp:
        * ciao/Containers/CIAO_Servant_Activator.idl:
        * ciao/Containers/Container_Base.h:
        * ciao/Containers/Servant_Activator.h:
        * ciao/Containers/Servant_Activator.cpp:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Logger/Logger_Service.cpp:
        * ciao/Servants/CIAO_Port_Activator.idl:
        * ciao/Servants/Home_Servant_Impl_T.h:
        * ciao/Servants/Home_Servant_Impl_T.cpp:
        * ciao/Servants/Port_Activator.h:
        * ciao/Servants/Servant_Impl_Base.h:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Server_init.h:
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.idl:
        * ciaosvcs/Events/CIAO_RTEC/SimpleAddressServer.cpp:
        * ofccm/NodeApplication/ComponentAttributesSetter.cpp:
        * ofccm/NodeApplication/ServerActivator_Impl.h:
        * tests/Bug_2130_Regression/SEC_CheckPoint/controller.cpp:
        * tests/CIAO_ComponentServer/Activator/client.cpp:
        * tests/CIAO_ComponentServer/Basic/client.cpp:
        * tests/CIAO_ComponentServer/SimpleComponent/client.cpp:
        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:

          Fixed includes.

Sun May 25 22:53:30 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

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

          Stripped much of the functionality to prepare for CIAO-specific implementation.

        * DAnCE/Deployment/Deployment_common.h:
        * DAnCE/NodeApplication/NodeApplication.mpc:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.h:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/RedirectionService/CCMObjectLocator.h:
        * MPC/config/ciao_servant.mpb:
        * MPC/config/cidlc.mpb:
        * MPC/config/dance_component_server_svnt.mpb:
        * MPC/config/dance_node_application.mpb:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc:
        * tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc:

           compile/link errors.

Tue May 20 18:43:42 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIDLC/ExecImplSourceGenerator.cpp:

          Fixed spelling error.

        * DAnCE/Deployment/Deployment_common.h:

          Added PROPERTY_MAP typedef, a hash map translating names to property values.

        * MPC/config/ciao_servant.mpb:
        * MPC/config/cidlc.mpb:
        * MPC/config/dance_component_server_svnt.mpb:
        * MPC/config/dance_node_application.mpb:
        * ciao/CIAO.mpc:
        * ciao/Client_init.cpp:
        * ciao/Contexts/Context.mpc:
        * ciaosvcs/Events/CIAO_Events.mpc:
        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Base.mpc:
        * ofccm/NodeApplication/NodeApplication.mpc:
        * tests/CIAO_ComponentServer/Activator/Activator.mpc:

          Compile/link fixes.

        * ciao/ComponentServer/CIAO_ComponentServer.h:
        * ciao/ComponentServer/CIAO_ComponentServer.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Logger/Logger_Service.h:
        * ciao/Logger/Logger_Service.cpp:

          Compile fixes/bugfixes for bugs exposed by SimpleComponent unit test.

        * tests/CIAO_ComponentServer/Basic/run_test.pl:

          slight bugfix.

        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.cidl:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.idl:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent_exec.h:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent_exec.cpp:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent_exec_export.h:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent_stub_export.h:
        * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent_svnt_export.h:
        * tests/CIAO_ComponentServer/SimpleComponent/client.cpp:

          Simple unit test which manually deploys a simple component into the
          CIAO_ComponentServer.

        * tools/Config_Handlers/XSCRT/XML.hpp:
        * tools/XML/XML_Error_Handler.h:
        * tools/XML/XML_Error_Handler.cpp:
        * tools/XML/XML_Helper.tpp:
        * tools/XML/XML_Schema_Resolver.h:
        * tools/XML/XML_Schema_Resolver.tpp:
        * tools/XML/XML_Schema_Resolver.cpp:

          Updates for Xerces 2.0

Thu Apr 10 23:44:01 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/ciao_cs_client.mpb:
        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/ComponentServer/CIAO_ComponentServer.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:

          Bugfixes necessary to make the ServerActivator test work.

        * tests/CIAO_ComponentServer/Activator:
        * tests/CIAO_ComponentServer/Activator/Activator.mpc:
        * tests/CIAO_ComponentServer/Activator/client.cpp:
        * tests/CIAO_ComponentServer/Activator/run_test.pl:

          A simple exceercise of the CIAO ServerActivator, that
          spawns component servers then uses them to create
          containers.

Wed Apr  9 20:08:07 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/ciao_exe.mpb:

          Make sure CIAO executables are installed to CIAO_ROOT/bin

        * ciao/ComponentServer/CIAO_ComponentServer.h:
        * ciao/ComponentServer/CIAO_ComponentServer.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.h:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:
        * ciao/ComponentServer/Configurators/Configurators.mpc:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Logger/Log_Macros.h:
        * ciao/Servants/Port_Activator.cpp:

          Fixes to make the Basic component server test work.

        * tests/CIAO_ComponentServer:
        * tests/CIAO_ComponentServer/Basic:
        * tests/CIAO_ComponentServer/Basic/Basic.mpc:
        * tests/CIAO_ComponentServer/Basic/client.cpp:
        * tests/CIAO_ComponentServer/Basic/run_test.pl:

          Simple test that excercises creating and removing containers.

Thu Apr  3 21:14:56 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/ComponentServer/CIAO_ComponentServer.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.cpp:
        * ciao/ComponentServer/Configurators/Configurators.mpc:
        * ciao/ComponentServer/Configurators/Server_Configurator.h:
        * ciao/ComponentServer/Configurators/Server_Configurator.cpp:

          Fixes necessary to allow the componentserver executable to start up
          in standalone mode (i.e., without a managing ServerActivator).

          Also, the name of the executable has changed to entirely lower-case.

        * ofccm/NodeApplication/NodeApplication.mpc:

          Renamed a project to avoid a duplicate name.

Wed Apr  2 21:23:12 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ccm/CCM.mpc:
        * ccm/CCM_Exceptions.idl:
        * ccm/CCM_Home.idl:

          Moved some exceptions to a new file, CCM_Exceptions.idl.

        * ciao/CIAO.mpc:
        * ciao/CIAO_FailureReasons.idl:

          Created IDL representing CIAO failure reasons for inclusion in exceptions
          thrown from CIAO.

        * MPC/config/ciao_server.mpb:
        * ciao/Client_init.h:
        * ciao/Client_init.cpp:
        * ciao/Server_init.h:
        * ciao/Server_init.cpp:

          Moved a bunch of stuff from Server_init to Client_init, in particular,
          the server init funciton is now implemented in terms of the
          client's.  Also moved the configvalue map functions over.

        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:

          Fully implemented ServerActivator implementation that spawns new
          processes.  This class is for the most part implemented using
          the template method pattern, with a little effort it could be
          extended to support other spawning models.

        * ciao/ComponentServer/CIAO_CS_Client.idl:
        * ciao/ComponentServer/CIAO_CS_Client_svnt_export.h:
        * ciao/ComponentServer/CIAO_ComponentServer.h:
        * ciao/ComponentServer/CIAO_ComponentServer.idl:
        * ciao/ComponentServer/CIAO_ComponentServer.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:

          Moved the CIAO-specific derivations of the component
          server-related interfaces to CIAO::Deployment module.

Thu Mar 27 19:26:18 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ofccm/Cdmw:
        * DAnCE/Cdmw:

          Moved to ofccm specific directory.

Thu Mar 27 19:09:00 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DomainApplication/Domain_Application_Impl.cpp:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:

          Compile fixes, runtime functionality not expected.

Thu Mar 27 18:30:16 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeManager/NodeManager_Impl.cpp:

        Logging/format changes, don't expect this to compile, mostly
        a bookmark before I start the real work.

Thu Mar 27 18:13:07 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DomainApplication/Domain_Application_Impl.h:
        * DAnCE/DomainApplication/Domain_Application_Impl.cpp:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:

          Logging/format changes, don't expect this to compile, mostly
          a bookmark before I start the real work.

Thu Mar 27 15:09:33 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

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

          Formatting and logging changes.  I don't expect this to compile,
          just bookmarking for future reference.

        * MPC/config/ciao_session_container.mpb:
        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.h:
        * ciao/Servants/Servants.mpc:
        * ciao/Server_init.h:

          Linux compile error fixes.

Mon Mar 24 16:18:46 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Logger/Log_Macros.h:
        * ciao/Containers/Session/Session_Container.idl:
        * ciao/Logger/Log_Macros.h:

          Files missing from previous commit.

Thu Mar 20 13:04:53 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/Deployment_RepositoryManager.idl:
        * DAnCE/bin/integ_deployment.xsl:

          Added missing newlines at end of file.

        * DAnCE/Logger/Logger_Service.cpp:

          Added DANCE_ logging macros to match ACE_, so we can later have
          DAnCE use a log handler that is separate from ACE.

        * DAnCE/Logger/File_Logger_Backend.cpp:
        * DAnCE/DomainApplication/Domain_Application_Impl.cpp:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:
        * DAnCE/NodeApplication/ComponentAttributesSetter.cpp:
        * DAnCE/NodeApplication/ComponentInstallation_Impl.cpp:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeApplication/ServerActivator_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/Plan_Generator/Plan_Generator_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Module.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp:
        * DAnCE/RedirectionService/CCMObjectLocator.cpp:
        * DAnCE/RedirectionService/NameServiceRedirection.cpp:
        * DAnCE/RedirectionService/RedirectionService.cpp:
        * DAnCE/RepositoryManager/PC_Updater.cpp:
        * DAnCE/RepositoryManager/RM_Helper.cpp:
        * DAnCE/RepositoryManager/RMadmin.cpp:
        * DAnCE/RepositoryManager/RepositoryManager.cpp:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
        * DAnCE/RepositoryManager/URL_Parser.cpp:
        * DAnCE/RepositoryManager/ZIP_Wrapper.cpp:
        * DAnCE/Starter/Starter.cpp:
        * DAnCE/StaticConfigurator/StaticDAnCEApp.cpp.tmpl:
        * DAnCE/StaticConfigurator/StaticDAnCEParser.cpp:
        * DAnCE/TargetManager/CmpClient.cpp:
        * DAnCE/TargetManager/DomainDataManager.cpp:
        * DAnCE/Utils/Plan_Handler.cpp:
        * DAnCE/tests/DeploymentPlanDump/test.cpp:
        * DAnCE/tests/DeploymentPlanTestReferences/test.cpp:
        * DAnCE/tests/DeploymentTest1/test.cpp:
        * DAnCE/tests/MocksTest/plCommand.In:
        * DAnCE/tests/MocksTest/run_test.pl:
        * DAnCE/tests/NameServiceTest/clt_main.cpp:
        * DAnCE/tests/NameServiceTest/srv_main.cpp:
        * DAnCE/tests/NodeApplicationManager-NodeApplication/test.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_dynamic.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.cpp:
        * DAnCE/tests/NodeManager-NodeApplicationManager/test.cpp:
        * DAnCE/tests/ObjectLocatorTest/clt_main.cpp:
        * DAnCE/tests/ObjectLocatorTest/srv_main.cpp:
        * DAnCE/tests/RedirectionServiceTest/clt_main.cpp:
        * DAnCE/tests/RedirectionServiceTest/srv_main.cpp:

          Use DANCE_ debug and error macros for diagnostics.

        * ciao/Logger/Logger_Service.cpp:

          Created CIAO_ debug/error macros, so the ciao logger can be replaced
          later to not use the default ACE logger.

        * ciao/Logger/File_Logger_Backend.cpp:
        * ciao/CIAO_common.h:
        * ciao/ComponentServer/CIAO_ComponentServer.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer.idl:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.cpp:
        * ciao/ComponentServer/Configurators/RTConfig_Manager.cpp:
        * ciao/ComponentServer/Configurators/RTNodeApp_Configurator.cpp:
        * ciao/ComponentServer/Configurators/Server_Configurator.cpp:
        * ciao/Containers/CIAO_Servant_Activator.idl:
        * ciao/Containers/Container_Base.cpp:
        * ciao/Containers/Servant_Activator.cpp:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Containers/Swapping/Dynamic_Component_Activator.inl:
        * ciao/Containers/Swapping/Swapping_Container.cpp:
        * ciao/Servants/CIAO_Port_Activator.idl:
        * ciao/Servants/Home_Servant_Impl_T.cpp:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Server_init.cpp:

          Use CIAO_ error/debug macros instead of ACE.

Thu Mar 20 10:53:58 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication.mpc:
        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/Contexts/Context.mpc:
        * ciao/Servants/Home_Servant_Impl_T.cpp:
        * ciao/Servants/Servants.mpc:

          Linking/compile errors that didn't crop up until a realclean.

Tue Mar 18 23:08:36 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ofccm:
        * ofccm/NodeApplication:

          Copy of the OFCCM compatible NodeApplication logic.

Tue Mar 18 22:29:19 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIDLC/ExecImplHeaderGenerator.cpp:
        * CIDLC/ExecImplSourceGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:
        * ciao/Servants/Home_Servant_Impl_T.cpp:
        * ciao/Servants/Port_Activator.h:
        * ciao/Servants/Port_Activator.inl:
        * ciao/Servants/Port_Activator.cpp:
        * ciao/Servants/Port_Activator_T.cpp:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Servants/Servant_Impl_T.h:
        * ciao/Servants/Servant_Impl_T.cpp:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/Containers/Containers.mpc:

          Removed ciao_{post,pre}activate, and addressed some fallout from the
          container refactoring.

        * ccm/CCM_SessionComponent.idl:

          Added configuration_complete to this local interface.  The CCM spec does not
          have this operation defined, only having it on the executor locator, which is not
          a required way to implement executors (and, I believe, excluded by LWCCM!).


        * DAnCE/TargetManager/TargetManager_exec.h:
        * DAnCE/TargetManager/TargetManager_exec.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.h:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.cpp:
        * ccm/CCM_Object.idl:
        * docs/TODO.html:
        * docs/tutorials/Quoter/Simple/Broker/StockBroker_exec.h:
        * docs/tutorials/Quoter/Simple/Broker/StockBroker_exec.cpp:
        * docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.h:
        * docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp:
        * examples/BasicSP/BMClosedED/BMClosedED_exec.h:
        * examples/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * examples/BasicSP/BMDevice/BMDevice_exec.h:
        * examples/BasicSP/BMDevice/BMDevice_exec.cpp:
        * examples/BasicSP/BMDisplay/BMDisplay_exec.h:
        * examples/BasicSP/BMDisplay/BMDisplay_exec.cpp:
        * examples/BasicSP/EC/EC_exec.h:
        * examples/BasicSP/EC/EC_exec.cpp:
        * examples/Display/GPS/GPS_exec.h:
        * examples/Display/GPS/GPS_exec.cpp:
        * examples/Display/GPS/GPS_tracing_exec.h:
        * examples/Display/GPS/GPS_tracing_exec.cpp:
        * examples/Display/NavDisplay/NavDisplay_exec.h:
        * examples/Display/NavDisplay/NavDisplay_exec.cpp:
        * examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:
        * examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:
        * examples/Display/RateGen/RateGen_exec.h:
        * examples/Display/RateGen/RateGen_exec.cpp:
        * examples/Hello/Receiver/Receiver_exec.h:
        * examples/Hello/Receiver/Receiver_exec.cpp:
        * examples/Hello/Sender/Sender_exec.h:
        * examples/Hello/Sender/Sender_exec.cpp:
        * examples/Null_Component/Null_Component_exec.h:
        * examples/Null_Component/Null_Component_exec.cpp:
        * examples/Null_Component/StaticDAnCEApp.mpc:
        * examples/Swapping/Receiver/Receiver.mpc:
        * examples/Swapping/Receiver/Receiver_exec.h:
        * examples/Swapping/Receiver/Receiver_exec.cpp:
        * examples/Swapping/Sender/Sender.mpc:
        * examples/Swapping/Sender/Sender_exec.h:
        * examples/Swapping/Sender/Sender_exec.cpp:
        * examples/Swapping/Sender/Sender_exec_1.h:
        * examples/Swapping/Sender/Sender_exec_1.cpp:
        * examples/Swapping/Sender/Sender_exec_2.h:
        * examples/Swapping/Sender/Sender_exec_2.cpp:
        * performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h:
        * performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp:
        * performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h:
        * performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp:
        * performance-tests/Protocols/Receiver/Receiver_exec.h:
        * performance-tests/Protocols/Receiver/Receiver_exec.cpp:
        * performance-tests/Protocols/Sender/Sender_exec.h:
        * performance-tests/Protocols/Sender/Sender_exec.cpp:
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.h:
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.cpp:
        * tests/Minimum/Receiver/Receiver_exec.h:
        * tests/Minimum/Receiver/Receiver_exec.cpp:
        * tests/Minimum/Sender/Sender_exec.h:
        * tests/Minimum/Sender/Sender_exec.cpp:

          Fallout from removing ciao_{pre,post}activate and replacing it with
          standards based configuration_complete.

Mon Mar 17 03:49:06 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/ciao_servant_activator.mpb:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/Containers/Container_Base.h:
        * ciao/Containers/Container_Base.idl:
        * ciao/Containers/Container_Base.inl:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.inl:
        * ciao/Containers/Session/Session_Container.cpp:

          Compile error fallout from previous commits.

        * docs/CIAO_Style_Guide.txt:

          Added guidance for allocation and guards.

Tue Mar 11 06:34:45 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/Containers/CIAO_Servant_Activator.idl:
        * ciao/Containers/CIAO_Servant_Activator_export.h:
        * ciao/Containers/Container_Base.h:
        * ciao/Containers/Container_Base.idl:
        * ciao/Containers/Container_Base.inl:
        * ciao/Containers/Container_Base.cpp:
        * ciao/Containers/Containers.mpc:
        * ciao/Containers/Servant_Activator.h:
        * ciao/Containers/Servant_Activator.cpp:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.inl:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Contexts/Context_Impl_Base.h:
        * ciao/Contexts/Context_Impl_Base.inl:
        * ciao/Contexts/Context_Impl_Base.cpp:
        * ciao/Contexts/Context_Impl_T.h:
        * ciao/Contexts/Context_Impl_T.cpp:
        * ciao/Servants/CIAO_Port_Activator.idl:
        * ciao/Servants/CIAO_Port_Activator_export.h:
        * ciao/Servants/Home_Servant_Impl_Base.h:
        * ciao/Servants/Home_Servant_Impl_Base.cpp:
        * ciao/Servants/Home_Servant_Impl_T.h:
        * ciao/Servants/Home_Servant_Impl_T.cpp:
        * ciao/Servants/Port_Activator.h:
        * ciao/Servants/Port_Activator.inl:
        * ciao/Servants/Port_Activator.cpp:
        * ciao/Servants/Port_Activator_T.h:
        * ciao/Servants/Port_Activator_T.cpp:
        * ciao/Servants/Servant_Impl_Base.h:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Servants/Servant_Impl_T.h:
        * ciao/Servants/Servant_Impl_T.cpp:
        * ciao/Servants/Servants.mpc:

          Refactored the container interface in substantial ways.  First, the containers should
          now be implemented as locality constrained objects based on the Container_Base.idl
          interface.  This interface now contains _all_ methods that are used by servants during
          deployment and teardown, as well as interfaces intended to be used by the external container
          interface to initiate copmonent and home installations.

          The goal here is to remove any need to have component servants dependent on specific container
          implementation at all.

          Note that there is still quite some implementation required here - new methods and changes to
          old ones.  Everything at least compiles, which is a start.

          Changes to existing clients of the internal container interface should be plug-n-pray,
          modulo changing pointer to vars.

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

          Codegen changes for above. Servants for Hello and BasicSP compile.

        * MPC/config/ciao_port_activator_stub.mpb:
        * MPC/config/ciao_servant_activator.mpb:

          Base projects for above.

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

          Moved to container directory.

Mon Mar 10 17:41:46 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/ccm.mpb:
        * MPC/config/ccm_executor.mpb:
        * MPC/config/ciao_client_dnc.mpb:
        * MPC/config/ciao_executor.mpb:
        * MPC/config/ciao_servant.mpb:
        * MPC/config/dance_component_server_svnt.mpb:

          MPC files which should have been in previous commit.

Mon Mar 10 15:45:57 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIAO_TAO_DAnCE.mwc:

        * DAnCE/Cdmw/CDMW_Deployment.idl:
        * DAnCE/Cdmw/CDMW_IDL.idl:
        * DAnCE/Cdmw/CDMW_IDL.mpc:
        * DAnCE/Cdmw/CDMW_IDL_Ext.idl:
        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:
        * DAnCE/Logger/Logger.mpc:
        * DAnCE/NodeApplication/ComponentAttributesSetter.h:
        * DAnCE/NodeApplication/ComponentInstallation_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
        * MPC/config/ccm_componentserver_stub.mpb:
        * MPC/config/ccm_componentserver_svnt.mpb:
        * ccm/ComponentServer/ComponentServer.mpc:
        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events.idl:
        * ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp:
        * tools/XML/XML.mpc:

          Changes to fix compilation from previous refactoring

        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/Containers/Containers.mpc:

          Addidional container implementation.

        * ciao/Server_init.h:
        * ciao/Server_init.cpp:

          ditched the CaMelCaSe in the name utility class.

Mon Mar 10 00:57:38 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/DAnCE_Core.mpc:
        * DAnCE/Plan_Generator/Plan_Generator.mpc:
        * DAnCE/RepositoryManager/RepositoryManager.mpc:
        * DAnCE/StaticConfigurator/StaticDAnCEParser.mpc:
        * DAnCE/TargetManager/TM_Client.mpc:
        * DAnCE/TargetManager/TargetManager.mpc:
        * DAnCE/tests/NodeApplicationManager-NodeApplication/NodeApplicationManager-NodeApplication.mpc:
        * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:
        * DAnCE/tests/NodeManager-NodeApplicationManager/NodeManager-NodeApplicationManager.mpc:
        * MPC/config/dance_mocks.mpb:
        * MPC/config/dance_node_application.mpb:
        * bin/generate_component_mpc.pl:
        * ccm/ComponentServer/ComponentServer.mpc:
        * ciao/CIAO.mpc:
        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/Containers/Containers.mpc:
        * ciao/Contexts/Context.mpc:
        * ciao/Servants/Servants.mpc:
        * ciao/Valuetype_Factories/Factories.mpc:
        * ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Base.mpc:
        * docs/tutorials/Quoter/Simple/Broker/StockBroker.mpc:
        * docs/tutorials/Quoter/Simple/Distributor/StockDistributor.mpc:
        * docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc:
        * examples/BasicSP/BMClosedED/BMClosedED.mpc:
        * examples/BasicSP/BMDevice/BMDevice.mpc:
        * examples/BasicSP/BMDisplay/BMDisplay.mpc:
        * examples/BasicSP/BasicSP.mpc:
        * examples/BasicSP/EC/EC.mpc:
        * examples/Display/Display_Base/Display_Base.mpc:
        * examples/Display/GPS/GPS.mpc:
        * examples/Display/NavDisplay/NavDisplay.mpc:
        * examples/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc:
        * examples/Display/RateGen/RateGen.mpc:
        * examples/Hello/Hello_Base/Hello_Base.mpc:
        * examples/Hello/Receiver/Receiver.mpc:
        * examples/Hello/Sender/Sender.mpc:
        * examples/Null_Component/Null_Component.mpc:
        * examples/Null_Component/Null_Interface.mpc:
        * examples/Null_Component/StaticDAnCEApp.mpc:
        * examples/Swapping/Hello_Base/Hello_Base.mpc:
        * examples/Swapping/Receiver/Receiver.mpc:
        * examples/Swapping/Sender/Sender.mpc:
        * performance-tests/Benchmark/Benchmark.mpc:
        * performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc:
        * performance-tests/Benchmark/RoundTrip/RoundTrip.mpc:
        * performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc:
        * performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc:
        * performance-tests/Protocols/Controller/Controller.mpc:
        * performance-tests/Protocols/Receiver/Receiver.mpc:
        * performance-tests/Protocols/Sender/Sender.mpc:
        * performance-tests/Protocols/common/Protocols.mpc:
        * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc:
        * tests/Bug_2130_Regression/interfaces/ENW.mpc:
        * tests/CIDL/CodeGen/Basic.mpc:
        * tests/CIDL/CodeGen/CodeGen.mpc:
        * tests/IDL3/Components/ComplexComponent/Attributes/Attributes.mpc:
        * tests/IDL3/Components/ComplexComponent/EventSink/EventSink.mpc:
        * tests/IDL3/Components/ComplexComponent/EventSource/EventSource.mpc:
        * tests/IDL3/Components/ComplexComponent/Facets/Facets.mpc:
        * tests/IDL3/Components/ComplexComponent/Receptacles/Receptacles.mpc:
        * tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc:
        * tests/IDL3/Events/Abstract/Abstract.mpc:
        * tests/IDL3/Events/Any/Any.mpc:
        * tests/IDL3/Events/Regular/Regular.mpc:
        * tests/IDL3/Homes/Attributes/HomeAttributes.mpc:
        * tests/IDL3/Homes/Basic/Basic.mpc:
        * tests/IDL3/Homes/Factory/Factory.mpc:
        * tests/IDL3/Homes/Finder/Finder.mpc:
        * tests/IDL3/Homes/Inheritance/Inheritance.mpc:
        * tests/IDL3/ImpliedIDL/All/all.mpc:
        * tests/IDL3/ImpliedIDL/Components/Basic/ICBasic.mpc:
        * tests/IDL3/ImpliedIDL/Components/EventSink/ICEventSink.mpc:
        * tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.mpc:
        * tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.mpc:
        * tests/IDL3/ImpliedIDL/Events/Events.mpc:
        * tests/IDL3/ImpliedIDL/Homes/Homes.mpc:
        * tests/IDL3/Lookup/lookup_test.mpc:
        * tests/Minimum/Minimum_Base/Minimum_Base.mpc:
        * tests/Minimum/Receiver/Receiver.mpc:
        * tests/Minimum/Sender/Sender.mpc:
        * tools/Config_Handlers/CIAO_Events/CIAO_Events_Handlers.mpc:
        * tools/Config_Handlers/Config_Handlers.mpc:
        * tools/Config_Handlers/DynAny_Handler.mpc:
        * tools/Config_Handlers/Package_Handlers/Package_Handlers.mpc:
        * tools/Config_Handlers/RT-CCM/RT-CCM-Handlers.mpc:
        * tools/XML/XML.mpc:

          Adjusting for the deep-sixing of ciao_server_dnc, ciao_component_dnc,
          and ciao_client_dnc.  This probably breaks a bunch of stuff.

Mon Mar 10 00:37:35 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

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

          Updates for ccm refactoring.

        * MPC/config/ccm_stub.mpb:
        * MPC/config/ciao_events_base_dnc.mpb:
        * MPC/config/ciao_events_dnc.mpb:
        * MPC/config/dance_deployment_stub.mpb:

          MPC generation errors.

Sun Mar  9 22:28:28 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/ciao_client.mpb:
        * MPC/config/ciao_componentserver_stub.mpb:
        * MPC/config/ciao_componentserver_svnt.mpb:
        * MPC/config/ciao_config_manager.mpb:
        * MPC/config/ciao_container_base.mpb:
        * MPC/config/ciao_server.mpb:
        * MPC/config/ciao_session_container.mpb:

          MPC build fixes.

        * ciao/CIAO.mpc:
        * ciao/Client_init.cpp:
        * ciao/ComponentServer/CIAO_CS_Client.idl:
        * ciao/ComponentServer/CIAO_ComponentServer.cpp:
        * ciao/ComponentServer/CIAO_ComponentServer.idl:
        * ciao/ComponentServer/CIAO_ComponentServer.mpc:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.h:
        * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_ServerResources.idl:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.h:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.inl:
        * ciao/ComponentServer/Configurators/Basic_Config_Manager.cpp:
        * ciao/ComponentServer/Configurators/Config_Manager.h:
        * ciao/ComponentServer/Configurators/Configurators.mpc:
        * ciao/ComponentServer/Configurators/NoOp_Configurator.h:
        * ciao/ComponentServer/Configurators/RTConfig_Manager.h:
        * ciao/ComponentServer/Configurators/Server_Configurator.h:
        * ciao/ComponentServer/Configurators/Server_Configurator.cpp:
        * ciao/Valuetype_Factories/Factories.mpc:

          Compile fixes for previous refactoring.

        * ciao/Containers/Container_Base.h:
        * ciao/Containers/Container_Base.cpp:
        * ciao/Containers/Containers.mpc:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.cpp:

          Updated forward declarations to handle new component server.

        * ciao/Server_init.h:
        * ciao/Server_init.cpp:

          Merged functions from CIAO_Utils.

        * MPC/config/ciao_client_dnc.mpb:
        * MPC/config/ciao_container_dnc.mpb:
        * MPC/config/ciao_server_dnc.mpb:
        * MPC/config/ciaodll.mpb:
        * ciao/CCM_Core.mpc:
        * ciao/CIAO_Core.mpc:
        * ciao/CIAO_ServerResources.idl:
        * ciao/CIAO_Utils.h:
        * ciao/CIAO_Utils.cpp:
        * ciao/CIAO_Utils_export.h:
        * ciao/ComponentServer/Configurators/NAConfig_Manager.h:
        * ciao/ComponentServer/Configurators/NAConfig_Manager.inl:
        * ciao/ComponentServer/Configurators/NAConfig_Manager.cpp:

          Removed these files.

Sun Mar  9 21:12:29 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/Containers/Container_Base.h:
        * ciao/Containers/Container_Base.cpp:
        * ciao/Containers/Container_Base_export.h:
        * ciao/Containers/Containers.mpc:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Containers/Session/Session_Container_export.h:
        * ciao/Contexts/Context.mpc:
        * ciao/Contexts/Context_Impl_Base.h:
        * ciao/Contexts/Context_Impl_Base.cpp:
        * ciao/Contexts/Context_Impl_export.h:
        * MPC/config/ciao_session_container.mpb
        * MPC/config/ciao_container_base.mpb

         MPC file, changes to logging, new, and guard macros
          to comply with new CIAO style guidelines.

        * ciao/Servants/Servants.mpc:
        * MPC/config/ciao_servant_activator.mpb

         Split activator out to its own lib.

Sun Mar  9 20:38:52 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ccm/ComponentServer:
        * ccm/ComponentServer/ComponentServer.idl:
        * ccm/ComponentServer/ComponentServer.mpc:
        * ccm/ComponentServer/ComponentServer_Base.idl:
        * ccm/ComponentServer/ComponentServer_Client.idl:
        * MPC/config/ccm_componentserver_stub.mpb:
        * MPC/config/ccm_componentserver_svnt.mpb:

          Moved ComponentServer IDLS from DAnCE to CCM.

        * ciao/CIAO_common.h:

          Removed ciao_debug_level, the full range of debug message levels
          should be used instead.

        * ciao/ComponentServer/CIAO_ComponentServer.mpc:

          Updated to reflect ComponentServer move above.

        * ciao/Servants/CIAO_Servant_Impl_export.h:
        * ciao/Servants/Home_Servant_Impl_Base.h:
        * ciao/Servants/Home_Servant_Impl_T.h:
        * ciao/Servants/Home_Servant_Impl_T.cpp:
        * ciao/Servants/Port_Activator.h:
        * ciao/Servants/Port_Activator_T.h:
        * ciao/Servants/Servant_Activator.h:
        * ciao/Servants/Servant_Activator.cpp:
        * ciao/Servants/Servant_Impl_Base.h:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Servants/Servant_Impl_T.cpp:
        * ciao/Servants/Servant_Impl_Utils_T.cpp:
        * ciao/Servants/Servants.mpc:
        * ciao/Servants/StandardConfigurator_Impl.h:

          MPC file, changes to logging, and updated
          to use _THROW_EX versions of new and guard macros.

        * docs/CIAO_Style_Guide.txt:

          Some additional style requirements for CIAO.

        * DAnCE/ComponentServer:
        * DAnCE/ComponentServer/ComponentServer.idl:
        * DAnCE/ComponentServer/ComponentServer.mpc:
        * DAnCE/ComponentServer/ComponentServer_Base.idl:
        * DAnCE/ComponentServer/ComponentServer_Client.idl:
        * DAnCE/ComponentServer/DAnCE_ComponentServer_stub_export.h:
        * DAnCE/ComponentServer/DAnCE_ComponentServer_svnt_export.h:
        * MPC/config/dance_component_server_stub.mpb:
        * MPC/config/dance_component_server_svnt.mpb:

          Removed these files.

Sun Mar  9 17:04:55 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/ccm_stub.mpb:

          Updated to comply with previous commit.

Sun Mar  9 16:59:05 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/ComponentServer:
        * DAnCE/CIAO_ComponentServer:

          Moved CIAO component server to ciao source tree, where it should be.

        * ciao/ccm
        * ccm

          Moved CCM idl directory to root, to better indicate its non-dependency
          on CIAO, the CCM implementation.

Sun Mar  9 16:56:42 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/CIAO_ComponentServer/CIAO_Container_Impl.h:
        * DAnCE/CIAO_ComponentServer/CIAO_Container_Impl.cpp:

          Additional fleshing of the Container implementation, note this is
          not expected to compile, simply being committed to complete the
          directory structure refactoring.

Sun Mar  9 16:47:24 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/ccm_configvalue.mpb:
        * MPC/config/ccm_cookie.mpb:
        * MPC/config/ccm_stub.mpb:
        * MPC/config/ccm_svnt.mpb:

          New base projects for the refactord CCM idls and valuetypes.

        * ciao/CIAO_Utils.h:
        * ciao/CIAO_Utils.cpp:
        * ciao/CIAO_Utils_export.h:

          Utility functions useful just about everywhere.

        * ciao/Logger:

           Renamed from CIAO_Logger

        * ciao/CCM_Core.mpc:
        * ciao/CIAO_Core.mpc:
        * ciao/Containers:
        * ciao/Containers/Container_Base.h:
        * ciao/Containers/Container_Base.inl:
        * ciao/Containers/Container_Base.cpp:
        * ciao/Containers/Session:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.inl:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Containers/Swapping:
        * ciao/Containers/Swapping/Dynamic_Component_Activator.h:
        * ciao/Containers/Swapping/Dynamic_Component_Activator.inl:
        * ciao/Containers/Swapping/Dynamic_Component_Activator.cpp:
        * ciao/Containers/Swapping/Swapping_Container.h:
        * ciao/Containers/Swapping/Swapping_Container.inl:
        * ciao/Containers/Swapping/Swapping_Container.cpp:
        * ciao/Contexts:
        * ciao/Contexts/Context_Impl_Base.h:
        * ciao/Contexts/Context_Impl_Base.inl:
        * ciao/Contexts/Context_Impl_Base.cpp:
        * ciao/Contexts/Context_Impl_T.h:
        * ciao/Contexts/Context_Impl_T.cpp:
        * ciao/Contexts/Swapping:
        * ciao/Contexts/Swapping/CIAO_UpgradeableContext.idl:
        * ciao/Contexts/Swapping/Upgradeable_Context_Impl_T.h:
        * ciao/Contexts/Swapping/Upgradeable_Context_Impl_T.cpp:
        * ciao/Servants:
        * ciao/Servants/Home_Servant_Impl_Base.h:
        * ciao/Servants/Home_Servant_Impl_Base.cpp:
        * ciao/Servants/Home_Servant_Impl_T.h:
        * ciao/Servants/Home_Servant_Impl_T.cpp:
        * ciao/Servants/Port_Activator.h:
        * ciao/Servants/Port_Activator.inl:
        * ciao/Servants/Port_Activator.cpp:
        * ciao/Servants/Port_Activator_T.h:
        * ciao/Servants/Port_Activator_T.cpp:
        * ciao/Servants/Servant_Activator.h:
        * ciao/Servants/Servant_Activator.cpp:
        * ciao/Servants/Servant_Impl_Base.h:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Servants/Servant_Impl_T.h:
        * ciao/Servants/Servant_Impl_T.cpp:
        * ciao/Servants/Servant_Impl_Utils_T.cpp:
        * ciao/Servants/StandardConfigurator_Impl.h:
        * ciao/Servants/StandardConfigurator_Impl.cpp:
        * ciao/Servants/Swapping:
        * ciao/Servants/Swapping/CIAO_SwapExec.idl:
        * ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h:
        * ciao/Servants/Swapping/Dynamic_Component_Servant_Base.cpp:
        * ciao/Servants/Swapping/Dynamic_Component_Servant_T.h:
        * ciao/Servants/Swapping/Dynamic_Component_Servant_T.cpp:
        * ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.h:
        * ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.cpp:
        * ciao/Servants/Swapping/Swapping_Servant_Home_Impl_T.h:
        * ciao/Servants/Swapping/Swapping_Servant_Home_Impl_T.cpp:
        * ciao/Valuetype_Factories:
        * ciao/Valuetype_Factories/ConfigValue.h:
        * ciao/Valuetype_Factories/ConfigValue.cpp:
        * ciao/Valuetype_Factories/ConfigValue_Export.h:
        * ciao/Valuetype_Factories/Cookie_Export.h:
        * ciao/Valuetype_Factories/Cookies.h:
        * ciao/Valuetype_Factories/Cookies.inl:
        * ciao/Valuetype_Factories/Cookies.cpp:
        * ciao/Valuetype_Factories/Factories.mpc:

          Refactoring of the directory structure bloodbath.  MPC files will come in
          next commit.

        * ciao/ccm/CCM.mpc:
        * ciao/ccm/CCM_Base.idl:
        * ciao/ccm/CCM_CCM2Context.idl:
        * ciao/ccm/CCM_CCMException.idl:
        * ciao/ccm/CCM_Component.idl:
        * ciao/ccm/CCM_ComponentId.idl:
        * ciao/ccm/CCM_Configurator.idl:
        * ciao/ccm/CCM_Container.idl:
        * ciao/ccm/CCM_Container_Ex.idl:
        * ciao/ccm/CCM_Context.idl:
        * ciao/ccm/CCM_Cookie.idl:
        * ciao/ccm/CCM_EnterpriseComponent.idl:
        * ciao/ccm/CCM_Entity2Context.idl:
        * ciao/ccm/CCM_EntityComponent.idl:
        * ciao/ccm/CCM_EntityContext.idl:
        * ciao/ccm/CCM_Enumeration.idl:
        * ciao/ccm/CCM_EventBase.idl:
        * ciao/ccm/CCM_EventConsumerBase.idl:
        * ciao/ccm/CCM_Events.idl:
        * ciao/ccm/CCM_ExecutorLocator.idl:
        * ciao/ccm/CCM_Home.idl:
        * ciao/ccm/CCM_HomeConfiguration.idl:
        * ciao/ccm/CCM_HomeExecutorBase.idl:
        * ciao/ccm/CCM_HomeFinder.idl:
        * ciao/ccm/CCM_HomeRegistration.idl:
        * ciao/ccm/CCM_KeylessCCMHome.idl:
        * ciao/ccm/CCM_Navigation.idl:
        * ciao/ccm/CCM_Object.idl:
        * ciao/ccm/CCM_PrimaryKeyBase.idl:
        * ciao/ccm/CCM_ProxyHomeRegistration.idl:
        * ciao/ccm/CCM_Receptacle.idl:
        * ciao/ccm/CCM_Session2Context.idl:
        * ciao/ccm/CCM_SessionComponent.idl:
        * ciao/ccm/CCM_SessionContext.idl:
        * ciao/ccm/CCM_SessionSynchronization.idl:
        * ciao/ccm/CCM_StandardConfigurator.idl:
        * ciao/ccm/CCM_StateIdFactory.idl:
        * ciao/ccm/CCM_Stub_Export.h:
        * ciao/ccm/CCM_Svnt_Export.h:
        * ciao/ccm/CCM_Transaction.idl:
        * ciao/ccm/Components.idl:
        * ciao/ccm/CosPersistentState.idl:
        * ciao/ccm/Security.idl:
        * ciao/ccm/extension:

          All spec defined IDLs were moved to ccm subdirectory.

        * ciao/CCM_Base.idl:
        * ciao/CCM_CCM2Context.idl:
        * ciao/CCM_CCMException.idl:
        * ciao/CCM_Component.idl:
        * ciao/CCM_ComponentId.idl:
        * ciao/CCM_Configurator.idl:
        * ciao/CCM_Container.idl:
        * ciao/CCM_Container_Ex.idl:
        * ciao/CCM_Context.idl:
        * ciao/CCM_Cookie.idl:
        * ciao/CCM_EnterpriseComponent.idl:
        * ciao/CCM_Entity2Context.idl:
        * ciao/CCM_EntityComponent.idl:
        * ciao/CCM_EntityContext.idl:
        * ciao/CCM_Enumeration.idl:
        * ciao/CCM_EventBase.idl:
        * ciao/CCM_EventConsumerBase.idl:
        * ciao/CCM_Events.idl:
        * ciao/CCM_ExecutorLocator.idl:
        * ciao/CCM_Home.idl:
        * ciao/CCM_HomeConfiguration.idl:
        * ciao/CCM_HomeExecutorBase.idl:
        * ciao/CCM_HomeFinder.idl:
        * ciao/CCM_HomeRegistration.idl:
        * ciao/CCM_KeylessCCMHome.idl:
        * ciao/CCM_Navigation.idl:
        * ciao/CCM_Object.idl:
        * ciao/CCM_PrimaryKeyBase.idl:
        * ciao/CCM_ProxyHomeRegistration.idl:
        * ciao/CCM_Receptacle.idl:
        * ciao/CCM_Session2Context.idl:
        * ciao/CCM_SessionComponent.idl:
        * ciao/CCM_SessionContext.idl:
        * ciao/CCM_SessionSynchronization.idl:
        * ciao/CCM_StandardConfigurator.idl:
        * ciao/CCM_StateIdFactory.idl:
        * ciao/CCM_Transaction.idl:
        * ciao/CIAO_Logger:
        * ciao/CIAO_Logger/CIAOLoggerFactory.h:
        * ciao/CIAO_Logger/CIAO_Logger_Export.h:
        * ciao/CIAO_Logger/File_Logger_Backend.h:
        * ciao/CIAO_Logger/File_Logger_Backend.cpp:
        * ciao/CIAO_Logger/Logger.mpc:
        * ciao/CIAO_Logger/Logger_Service.h:
        * ciao/CIAO_Logger/Logger_Service.cpp:
        * ciao/CIAO_SwapExec.idl:
        * ciao/CIAO_UpgradeableContext.idl:
        * ciao/Components.idl:
        * ciao/ConfigValue.h:
        * ciao/ConfigValue.cpp:
        * ciao/Container_Base.h:
        * ciao/Container_Base.inl:
        * ciao/Container_Base.cpp:
        * ciao/Context_Impl_Base.h:
        * ciao/Context_Impl_Base.inl:
        * ciao/Context_Impl_Base.cpp:
        * ciao/Context_Impl_T.h:
        * ciao/Context_Impl_T.cpp:
        * ciao/Cookies.h:
        * ciao/Cookies.inl:
        * ciao/Cookies.cpp:
        * ciao/CosPersistentState.idl:
        * ciao/Dynamic_Component_Activator.h:
        * ciao/Dynamic_Component_Activator.inl:
        * ciao/Dynamic_Component_Activator.cpp:
        * ciao/Dynamic_Component_Servant_Base.h:
        * ciao/Dynamic_Component_Servant_Base.cpp:
        * ciao/Dynamic_Component_Servant_T.h:
        * ciao/Dynamic_Component_Servant_T.cpp:
        * ciao/Home_Servant_Impl_Base.h:
        * ciao/Home_Servant_Impl_Base.cpp:
        * ciao/Home_Servant_Impl_T.h:
        * ciao/Home_Servant_Impl_T.cpp:
        * ciao/Object_Set_T.h:
        * ciao/Object_Set_T.inl:
        * ciao/Object_Set_T.cpp:
        * ciao/Port_Activator.h:
        * ciao/Port_Activator.inl:
        * ciao/Port_Activator.cpp:
        * ciao/Port_Activator_T.h:
        * ciao/Port_Activator_T.cpp:
        * ciao/Security.idl:
        * ciao/Servant_Activator.h:
        * ciao/Servant_Activator.cpp:
        * ciao/Servant_Impl_Base.h:
        * ciao/Servant_Impl_Base.cpp:
        * ciao/Servant_Impl_T.h:
        * ciao/Servant_Impl_T.cpp:
        * ciao/Servant_Impl_Utils_T.cpp:
        * ciao/Session_Container.h:
        * ciao/Session_Container.inl:
        * ciao/Session_Container.cpp:
        * ciao/StandardConfigurator_Impl.h:
        * ciao/StandardConfigurator_Impl.cpp:
        * ciao/Swapping_Container.h:
        * ciao/Swapping_Container.inl:
        * ciao/Swapping_Container.cpp:
        * ciao/Swapping_Servant_Home_Impl_Base.h:
        * ciao/Swapping_Servant_Home_Impl_Base.cpp:
        * ciao/Swapping_Servant_Home_Impl_T.h:
        * ciao/Swapping_Servant_Home_Impl_T.cpp:
        * ciao/Upgradeable_Context_Impl_T.h:
        * ciao/Upgradeable_Context_Impl_T.cpp:
        * ciao/extension:
        * ciao/extension/CCM_ClientContainerInterceptor.idl:
        * ciao/extension/CCM_ClientContainerInterceptorRegistration.idl:
        * ciao/extension/CCM_ContainerClientRequestInfo.idl:
        * ciao/extension/CCM_ContainerInterceptor.idl:
        * ciao/extension/CCM_ContainerRequestInfo.idl:
        * ciao/extension/CCM_ContainerServantRequestInfo.idl:
        * ciao/extension/CCM_ContainerServerRequestInfo.idl:
        * ciao/extension/CCM_ContainerStubRequestInfo.idl:
        * ciao/extension/CCM_ExtensionComponent.idl:
        * ciao/extension/CCM_ExtensionContext.idl:
        * ciao/extension/CCM_InvalidRegistration.idl:
        * ciao/extension/CCM_QoS.idl:
        * ciao/extension/CCM_ServantContainerInterceptor.idl:
        * ciao/extension/CCM_ServantContainerInterceptorRegistration.idl:
        * ciao/extension/CCM_ServerContainerInterceptor.idl:
        * ciao/extension/CCM_ServerContainerInterceptorRegistration.idl:
        * ciao/extension/CCM_StubContainerInterceptor.idl:
        * ciao/extension/CCM_StubContainerInterceptorRegistration.idl:
        * ciao/extension/ExtensionContext.h:
        * ciao/extension/ExtensionContext.cpp:

          Removed these files.

Sun Mar  9 05:25:41 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.cpp:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.mpc:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * DAnCE/CIAO_ComponentServer/Configurator_Factory.cpp:

          Updates for moves below.

        * DAnCE/CIAO_ComponentServer/Configurators:
        * DAnCE/CIAO_ComponentServer/Configurators/Basic_Config_Manager_export.h:
        * DAnCE/CIAO_ComponentServer/Configurators/Basic_Configurator_export.h:
        * DAnCE/CIAO_ComponentServer/Configurators/ComponentServer_Configurator_export.h:
        * DAnCE/CIAO_ComponentServer/Configurators/Config_Manager.h:
        * DAnCE/CIAO_ComponentServer/Configurators/Config_Manager.cpp:
        * DAnCE/CIAO_ComponentServer/Configurators/Configurators.mpc:
        * DAnCE/CIAO_ComponentServer/Configurators/NAConfig_Manager.h:
        * DAnCE/CIAO_ComponentServer/Configurators/NAConfig_Manager.inl:
        * DAnCE/CIAO_ComponentServer/Configurators/NAConfig_Manager.cpp:
        * DAnCE/CIAO_ComponentServer/Configurators/NoOp_Configurator.h:
        * DAnCE/CIAO_ComponentServer/Configurators/NoOp_Configurator.cpp:
        * DAnCE/CIAO_ComponentServer/Configurators/NoOp_Configurator_export.h:
        * DAnCE/CIAO_ComponentServer/Configurators/RTConfig_Manager.h:
        * DAnCE/CIAO_ComponentServer/Configurators/RTConfig_Manager.inl:
        * DAnCE/CIAO_ComponentServer/Configurators/RTConfig_Manager.cpp:
        * DAnCE/CIAO_ComponentServer/Configurators/RTNA_Configurator_Export.h:
        * DAnCE/CIAO_ComponentServer/Configurators/RTNodeApp_Configurator.h:
        * DAnCE/CIAO_ComponentServer/Configurators/RTNodeApp_Configurator.cpp:
        * DAnCE/CIAO_ComponentServer/Configurators/Server_Configurator.h:
        * DAnCE/CIAO_ComponentServer/Configurators/Server_Configurator.cpp:

          Moved all configurator related logic to subdirectory; imported
          config managers from trunk.

        * MPC/config/ciao_componentserver_svnt.mpb:
        * MPC/config/ciao_config_manager.mpb:
        * MPC/config/ciao_servant_dnc.mpb:
        * MPC/config/ciao_server_dnc.mpb:
        * MPC/config/dance_deployment_stub.mpb:
        * MPC/config/dance_deployment_svnt.mpb:

          Removed dependencies on events, as it won't work anyway until it is
          re-implemented.

        * ciao/CIAO_ServerResources.idl:

          Renamed DAnCE namespace to Deployment to be consistent.

        * DAnCE/CIAO_ComponentServer/ComponentServer_Configurator_export.h:
        * DAnCE/CIAO_ComponentServer/Config_Manager.h:
        * DAnCE/CIAO_ComponentServer/Server_Configurator.h:
        * DAnCE/CIAO_ComponentServer/Server_Configurator.cpp:

          Removed these files.

Sat Mar  8 19:45:47 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.h:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.cpp:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.mpc:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_Impl.h:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * DAnCE/CIAO_ComponentServer/CIAO_Container_Impl.h:
        * DAnCE/CIAO_ComponentServer/CIAO_Container_Impl.cpp:
        * DAnCE/CIAO_ComponentServer/ComponentServer_Configurator_export.h:
        * DAnCE/CIAO_ComponentServer/Config_Manager.h:
        * DAnCE/CIAO_ComponentServer/Configurator_Factory.h:
        * DAnCE/CIAO_ComponentServer/Configurator_Factory.cpp:
        * DAnCE/CIAO_ComponentServer/Server_Configurator.h:
        * DAnCE/CIAO_ComponentServer/Server_Configurator.cpp:

          Fleshed out the container implementation a bit, pulled in some elements for
          RTCORBA configuration from the trunk NodeApplication.

        * ciao/CCM_Core.mpc:
        * ciao/CIAO_ServerResources.idl:

          Server resources IDL pulled in from trunk.

Fri Mar  7 03:39:10 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIAO_TAO_DAnCE.mwc:

          Added DII libraries for attribute setter.

        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.idl:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.mpc:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_Impl.h:
        * DAnCE/Cdmw/CDMW_IDL.idl:
        * DAnCE/ComponentServer/ComponentServer.idl:
        * DAnCE/ComponentServer/ComponentServer_Client.idl:
        * DAnCE/DomainApplication/DomainApplication.mpc:
        * DAnCE/DomainApplication/Domain_Application_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager.mpc:
        * DAnCE/Logger/File_Logger_Backend.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeApplication/ServerActivator_Impl.cpp:
        * DAnCE/NodeManager/NodeManager.mpc:
        * DAnCE/NodeManager/Node_Manager_Module.h:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/Starter/Starter.cpp:
        * ciao/CIAO_Logger/File_Logger_Backend.h:
        * ciao/CIAO_Logger/File_Logger_Backend.cpp:
        * tools/Config_Handlers/XML_Typedefs.h:

          VC8 compiler error/warnings.

Thu Mar  6 18:24:12 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/dance_component_server_svnt.mpb:

          Adding this long missing base project.

Thu Mar  6 17:45:05 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/CIAO_ComponentServer/CIAO_CS_Client.idl:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.h:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.cpp:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.idl:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_Impl.h:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * DAnCE/CIAO_ComponentServer/CIAO_Container_Impl.cpp:
        * DAnCE/CIAO_ComponentServer/CIAO_ServerActivator_Impl.h:
        * DAnCE/CIAO_ComponentServer/CIAO_ServerActivator_Impl.cpp:

          Component Server implementation, no-op implementations
          for all servants.

        * DAnCE/ComponentServer/ComponentServer_Client.idl:

          Added newline at end of file.

        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:

          Warning fix.

        * MPC/config/ciao.mpb:
        * MPC/config/ciao_exe.mpb:
        * MPC/config/ciao_lib.mpb:

          Added ciao base projects to mirror dance base projects of similar name.
          They are currently identical, but will be changed when the directory
          restructuring proposal comes to consensus.

        * ciao/CIAO_Logger:
        * ciao/CIAO_Logger/CIAOLoggerFactory.h:
        * ciao/CIAO_Logger/CIAO_Logger_Export.h:
        * ciao/CIAO_Logger/File_Logger_Backend.h:
        * ciao/CIAO_Logger/File_Logger_Backend.cpp:
        * ciao/CIAO_Logger/Logger.mpc:
        * ciao/CIAO_Logger/Logger_Service.h:
        * ciao/CIAO_Logger/Logger_Service.cpp:

          CIAO logger based on logger implemented for DAnCE.

        * ciao/CIAO_common.h:

          Added CLINFO define, which provides the default decorators
          for all CIAO logging messages.

Thu Mar  6 05:52:09 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/CIAO_ComponentServer/CIAO_CS_Client.idl:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.cpp:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.idl:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer.mpc:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_Impl.h:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_Impl.cpp:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_stub_export.h:
        * DAnCE/CIAO_ComponentServer/CIAO_ComponentServer_svnt_export.h:
        * DAnCE/CIAO_ComponentServer/CIAO_Container_Impl.h:
        * DAnCE/CIAO_ComponentServer/CIAO_Container_Impl.cpp:
        * DAnCE/CIAO_ComponentServer/CIAO_ServerActivator_Impl.h:
        * DAnCE/CIAO_ComponentServer/CIAO_ServerActivator_Impl.cpp:
        * MPC/config/ciao_componentserver_stub.mpb

          Implementation skeletons for the CIAO component server.

        * DAnCE/ComponentServer/ComponentServer.idl:
        * DAnCE/ComponentServer/ComponentServer.mpc:
        * DAnCE/ComponentServer/ComponentServer_Base.idl:
        * DAnCE/ComponentServer/ComponentServer_Client.idl:

          Refactored for some preliminary footprint optimizations.

Wed Mar  5 16:48:16 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tools/IDL3_to_IDL2/CdmwBE.cpp:
        * tools/IDL3_to_IDL2/CdmwBEExtern.hpp:
        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:
        * tools/IDL3_to_IDL2/be_extern.h:
        * tools/IDL3_to_IDL2/be_init.cpp:

          Fixed to comply with new interfaces exptected by the IDL
          compiler.  Thanks to Jeff Parsons for the fixes.

Wed Mar  5 16:09:13 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ChangeLog:

          Cleared out non-branch changelog entries.

Wed Mar  5 16:06:07 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:
        * DAnCE/RedirectionService/CCMObjectLocator.cpp:
        * DAnCE/Starter/Starter.cpp:
        * tools/Config_Handlers/Basic_Deployment_Data.cpp:
        * tools/Config_Handlers/XMI.cpp:

          Warning fixes.

Tue Mar  4 22:29:37 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.eduC>

        * DAnCE/Cdmw/CDMW_Deployment.idl:
        * DAnCE/Cdmw/CDMW_IDL.idl:
        * DAnCE/Cdmw/CDMW_IDL.mpc:
        * DAnCE/Cdmw/CDMW_IDL_Ext.idl:
        * DAnCE/ComponentServer:
        * DAnCE/ComponentServer/ComponentServer.idl:
        * DAnCE/ComponentServer/ComponentServer.mpc:
        * DAnCE/ComponentServer/DAnCE_ComponentServer_stub_export.h:
        * DAnCE/ComponentServer/DAnCE_ComponentServer_svnt_export.h:
        * DAnCE/NodeApplication/NodeApplication.mpc:
        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/ServerActivator_Impl.h:
        * MPC/config/dance_component_server.mpb:
        * MPC/config/dance_component_server_stub.mpb:
        * ciao/Session_Container.cpp:

          Refactored generic component server interface into its
          own directory and IDL files.

        * DAnCE/Logger/File_Logger_Backend.h:
        * DAnCE/Logger/File_Logger_Backend.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:
        * tools/Config_Handlers/ADD_Handler.cpp:
        * tools/Config_Handlers/Config_Handlers.mpc:
        * tools/Config_Handlers/DnC_Dump.h:
        * tools/Config_Handlers/DnC_Dump.cpp:
        * tools/Config_Handlers/IDD_Handler.cpp:
        * tools/Config_Handlers/MDD_Handler.cpp:
        * tools/Config_Handlers/Package_Handlers/SID_Handler.cpp:

          Changes necessary to cope with changes in ACE/TAO.

        * MPC/config/dance_deployment_stub.mpb:
        * MPC/config/dance_deployment_svnt.mpb:

          Pulled over from OFDAnCE.

        * ciao/CCM_Core.mpc:
        * ciao/CCM_Home.idl:
        * ciao/ConfigValue.h:
        * ciao/ConfigValue.cpp:

          Add an IDL type and config value factory from OFDAnCE.


        * tools/IDL3_to_IDL2/CdmwBE.cpp:
        * tools/IDL3_to_IDL2/CdmwBEExtern.hpp:
        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:

          Some changes here I can't figure out, need Jeff to look.
          Disabled until then.

        * tools/XML:
        * tools/XML/CIAO_XML_Utils_Export.h:
        * tools/XML/XML.mpc:
        * tools/XML/XML_Error_Handler.h:
        * tools/XML/XML_Error_Handler.cpp:
        * tools/XML/XML_Helper.h:
        * tools/XML/XML_Helper.tpp:
        * tools/XML/XML_Schema_Resolver.h:
        * tools/XML/XML_Schema_Resolver.cpp:
        * tools/XML/XML_Schema_Resolver.tpp:
        * tools/XML/XercesString.h:
        * tools/XML/XercesString.cpp:
        * MPC/config/ciao_config_handlers.mpb:
        * MPC/config/ciao_config_handlers_base.mpb:

          Pulled XML utils over from OFDAnCE, missed in initial import.

Tue Mar  4 05:39:19 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/ciao_config_manager.mpb:
        * MPC/config/ciao_domainapplicationmanager_dnc.mpb:
        * MPC/config/ciao_executionmanager_stub.mpb:
        * MPC/config/ciao_nodeapplication.mpb:
        * MPC/config/ciao_nodemanager_stub.mpb:
        * MPC/config/ciao_noop_configurator.mpb:
        * MPC/config/ciao_servant_dnc.mpb:
        * MPC/config/ciao_server_dnc.mpb:
        * MPC/config/ciaodll.mpb:
        * MPC/config/dance_cdmw_idl.mpb:
        * MPC/config/dance_deployment_stub.mpb:
        * MPC/config/dance_deployment_svnt.mpb:
        * MPC/config/dance_domain_application.mpb:
        * MPC/config/dance_domain_application_manager.mpb:
        * MPC/config/dance_exe.mpb:
        * MPC/config/dance_executionmanager_stub.mpb:
        * MPC/config/dance_extension_stub.mpb:
        * MPC/config/dance_lib.mpb:
        * MPC/config/dance_logger.mpb:
        * MPC/config/dance_mocks.mpb:
        * MPC/config/dance_node_application.mpb:
        * MPC/config/dance_node_application_manager.mpb:
        * MPC/config/dance_node_manager.mpb:
        * MPC/config/dance_nodemanager_stub.mpb:
        * MPC/config/dance_redirection_service.mpb:
        * MPC/config/dance_utils.mpb:

          Pulled necessary mpb files from OFDAnCE to allow generation of
          makefiles.

        * ciao/CCM_Core.mpc:

          ciao_deployment_*.mpb changes to dance_deployment_*.mpb.

Tue Mar  4 05:19:46 UTC 2008  William Otte  <wotte@william-ottes-macbook-pro.local>

        * MPC/config:
          recovered from trunk.

Tue Mar  4 05:10:21 UTC 2008  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DomainApplication/Domain_Application_Impl.h:
        * DAnCE/DomainApplication/Domain_Application_Impl.cpp:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Module.h:
        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp:
        * DAnCE/NodeApplication/ComponentInstallation_Impl.h:
        * DAnCE/NodeApplication/ComponentInstallation_Impl.cpp:
        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeApplication/ServerActivator_Impl.h:
        * DAnCE/NodeApplication/ServerActivator_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.h:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/NodeManager/Node_Manager_Module.h:
        * DAnCE/NodeManager/Node_Manager_Module.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.h:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Module.h:
        * DAnCE/Plan_Launcher/Plan_Launcher_Base_Module.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.h:
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Module.h:
        * DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp:
        * DAnCE/RedirectionService/CCMObjectLocator.h:
        * DAnCE/RedirectionService/CCMObjectLocator.cpp:
        * DAnCE/tests/MocksTest/MockObjectHome.h:
        * DAnCE/tests/MocksTest/MockObjectHome.cpp:
        * DAnCE/tests/NameServiceTest/DummyImpl.h:
        * DAnCE/tests/NameServiceTest/DummyImpl.cpp:
        * DAnCE/tests/ObjectLocatorTest/DummyImpl.h:
        * DAnCE/tests/ObjectLocatorTest/DummyImpl.cpp:
        * DAnCE/tests/RedirectionServiceTest/DummyImpl.h:
        * DAnCE/tests/RedirectionServiceTest/DummyImpl.cpp:

          Removed emulated exception macros using rm_exception_macros.pl

Tue Mar  4 03:48:11 UTC 2008  William Otte  <wotte@william-ottes-macbook-pro.local>

        * DAnCE:
        * tools:
        * docs/schema:

          Imports from OFDAnCE.

Tue Mar  4 03:24:45 UTC 2008  William Otte  <wotte@william-ottes-macbook-pro.local>

        * DAnCE:
        * tools:
        * docs/schema:
        * MPC/config:

          Remove to make way for versions from OFDAnCE.

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