summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ChangeLog
blob: c1750011770c754633fac1b4a9b99b01f51eebbe (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
Tue May 13 23:26:18 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* examples/handcrafted/BasicSP/BasicSP_svnt.cpp:
	* examples/handcrafted/BasicSP/BasicSP_svnt.h:
	* examples/handcrafted/BasicSP/BMDevice/BMDevice.idl:
	* examples/handcrafted/BasicSP/BMDevice/BMDevice.mpc:
	* examples/handcrafted/BasicSP/BMDevice/BMDeviceE.idl:
	* examples/handcrafted/BasicSP/BMDevice/BMDeviceEI.idl:
	* examples/handcrafted/BasicSP/BMDevice/BMDevice_exec.cpp:
	* examples/handcrafted/BasicSP/BMDevice/BMDevice_exec.h:
	* examples/handcrafted/BasicSP/BMDevice/BMDevice_svnt.cpp:
	* examples/handcrafted/BasicSP/BMDevice/BMDevice_svnt.h:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay.idl:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay.mpc:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplayE.idl:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplayEI.idl:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay_exec.cpp:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay_exec.h:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay_exec_export.h:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay_stub_export.h:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay_svnt.cpp:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay_svnt.h:
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay_svnt_export.h:
	* examples/handcrafted/BasicSP/EC/EC.idl: Hand code the BMDevice
	  and BMDisplay component in the Boeing OEP scenario. 

Mon May 12 16:53:33 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* examples/handcrafted/BasicSP/BasicSP.idl: 
	* examples/handcrafted/BasicSP/BMDevice/BMDevice.idl: 
	* examples/handcrafted/BasicSP/BMDevice/BMDeviceE.idl:
	* examples/handcrafted/BasicSP/BMDevice/BMDeviceEI.idl:
	* examples/handcrafted/BasicSP/BMDevice/BMDevice.mpc
	* examples/handcrafted/BasicSP/BMDevice/BMDevice_exec_export.h:
	* examples/handcrafted/BasicSP/BMDevice/BMDevice_stub_export.h:
	* examples/handcrafted/BasicSP/BMDevice/BMDevice_svnt_export.h:

	  Some standard files for thr BMDevice component

Mon May 12 14:48:12 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Hello/run_simple_test.pl:
	* examples/handcrafted/Hello/simple_client.cpp:
	* examples/handcrafted/Hello/hello.mpc: Added a test client
	  program and perl script to test the HelloWorld component using
	  Simple_Component_Server.

Mon May 12 14:00:57 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* examples/handcrafted/BasicSP/BasicSP.idl
	* examples/handcrafted/BasicSP/BasicSP.mpc
	* examples/handcrafted/BasicSP/BasicSPE.idl
	* examples/handcrafted/BasicSP/BasicSP_stub_export.h
	* examples/handcrafted/BasicSP/BasicSP_svnt_export.h
	* examples/handcrafted/BasicSP/README
	* examples/handcrafted/BasicSP/BMClosedED/BMClosedED.idl
	* examples/handcrafted/BasicSP/BMDevice/BMDevice.idl
	* examples/handcrafted/BasicSP/BMDisplay/BMDisplay.idl
	* examples/handcrafted/BasicSP/EC/EC.idl
	* examples/handcrafted/BasicSP/EC/README

	  A framework on which the new BasicSP would be developed.

Mon May 12 13:34:16 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* README: Updated the list of TAO librearies CIAO depends on.

	* tools/Assembly_Deployer/Assembly_Service_Impl.h: Fixed
	  mismatched comments. :)

	* tools/Simple_Component_Server/Simple_Component_Server.cpp:
	* tools/Simple_Component_Server/Simple_Component_Server.mpc:
	* tools/Simple_Component_Server/Simple_Server.idl:
	* tools/Simple_Component_Server/Simple_Server_Stub_Export.h:
	* tools/Simple_Component_Server/Simple_Server_i.cpp:
	* tools/Simple_Component_Server/Simple_Server_i.h:
	* tools/Simple_Component_Server/sample_client.cpp: Revamped the
	  simple_component_server to make debugging a single component
	  implementation a more direct process.  There's also a
	  sample_client that can be used as a blueprint to interfact with
	  the simple component server.

Fri May 09 12:51:03 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* README: Updated the list of libraries that CIAO depends on,
	  based on the recent subsetting effort in TAO.

	* ciao/CCM_Core.mpc: Fixed several problems.

Fri May  9 10:57:14 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* ciao/Component_Base.idl: Removed references to the Notification
	  services. They are not needed with 1.1.

Fri May  9 10:54:47 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* ciao/Container_Impl.cpp: Used .inout () while doing a deep copy
	  so that the right operator= on  TAO_Unbounded_Sequence is
	  invoked without any warning in g++.

Wed May  7 17:24:46 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* examples/handcrafted/Display/RateGen/RateGen.mpc: Added new
	  libraries and paths to them. This was forced due to the recent
	  subestting in TAO.

Wed May  7 17:09:45 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* ciao/ComponentServer_Impl.cpp (configuration): Used .inout ()
	  while doing a deep copy so that the right operator= on
	  TAO_Unbounded_Sequence is invoked without any warning in g++.

Wed May  7 16:41:42 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* ciao/ComponentServer_Impl.cpp (remove_container): Fixed warnings
	  with g++ builds.

Wed May  7 16:36:15 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* ciao/CCM_Core.mpc: Added missing libraries that were essential
	  due to the subsetting effort.

Wed May  7 16:22:59 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* ciao/Container_Base.cpp: Fixed warnings with gcc.

Tue May  6 12:47:26 2003  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayEIC.cpp:

	  Changed all uses of ptr_arith_t to ptrdiff_t.  Addresses 64 bit
	  platform issues.  Thanks to Steve Huston <shuston@riverace.com>
	  for suggesting this change.

Wed Apr 30 13:29:46 2003  Simon McQueen  <sm@prismtechnologies.com>

        * tests/temp/assembly/assembly.dsw:
        * tests/temp/assembly/client.dsp:
        * tests/temp/assembly/server.dsp:

          Files removed to prevent errors in the msvc 6 builds.

Tue Apr 29 16:53:17 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* README: Added XML_Helpers to the list of "tools" that need to
	  build to run CIAO.  Thanks to Diego Sevilla Ruiz
	  <dsevilla@ditec.um.es> for pointing this out.

Tue Apr 29 16:38:18 2003  Simon McQueen  <sm@prismtechnologies.com>

	* tests/temp/assembly/client.dsp:
	* tests/temp/assembly/client.dsp:
	  Fixed build VCpp6 Release error.

Mon Apr 28 21:43:01 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/RateGen/RateGen.mpc: Added missing
	  library path dependencies.  I'm not sure what has changed
	  because they used to work just fine. :)

Mon Apr 28 21:33:19 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl:
	* examples/handcrafted/Display/GPS/GPS_svnt.cpp:
	* examples/handcrafted/Display/GPS/GPS_svnt.h:
	* examples/handcrafted/Display/GPS/GPS_svnt.inl:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.cpp:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.h:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.h:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.inl: Fixed
	  more misuses of "valuetype_ptr" bug.  Thanks to Tao Lu
	  <tao.lu@vanderbilt.edu> for reporting them.

Mon Apr 28 20:50:09 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl:
	* examples/handcrafted/Display/GPS/GPS_exec.cpp:
	* examples/handcrafted/Display/GPS/GPS_exec.h:
	* examples/handcrafted/Display/GPS/GPS_svnt.cpp:
	* examples/handcrafted/Display/GPS/GPS_svnt.h:
	* examples/handcrafted/Display/GPS/GPS_tracing_exec.cpp:
	* examples/handcrafted/Display/GPS/GPS_tracing_exec.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec.cpp:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.inl:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.h:
	* tools/Assembly_Deployer/Assembly_Visitors.cpp:
	* tools/ComponentServer/ComponentServer_test_client.cpp:
	* tools/Daemon/Softpkg_Commands.cpp:
	* tools/ServerActivator/ServerActivator_test_client.cpp: Changed
	  all "[event]_ptr ev" and "[key]_ptr k" to "[event] *ev" and
	  "[key] *k".  They all map to valuetypes and, according to the
	  spec, there should not be _ptr typedef defined.  TAO_IDL
	  recently removed the incorrect typedef so we need to remove
	  their useage.  Thanks to Jeff Parsons for pointing this out.

	* ciao/CCMCore.dsw:
	* ciao/CIAO_Client.dsp:
	* ciao/CIAO_Container.dsp:
	* ciao/CIAO_Server.dsp:
	* examples/handcrafted/Hello/client.dsp:
	* examples/handcrafted/Hello/hello.dsw:
	* examples/handcrafted/Hello/hello_executors.dsp:
	* examples/handcrafted/Hello/hello_servants.dsp:
	* examples/handcrafted/Hello/hello_stub.dsp:
	* tools/ComponentServer/ComponentServer.dsp:
	* tools/ComponentServer/ComponentServer.dsw:
	* tools/ComponentServer/ComponentServer_test_client.dsp:
	* tools/ServerActivator/ServerActivator.dsp:
	* tools/ServerActivator/ServerActivator.dsw:
	* tools/ServerActivator/ServerActivator_test_client.dsp:
	* tools/Simple_Component_Server/Simple_Component_Server.dsw:
	* tools/Simple_Component_Server/Simple_Component_Server.dsp:
	  Removed all vc6 dsp files.  They confused the msvc nightly build
	  script.  The script doesn't seem to parse the mpc generated dsp
	  files correctly and their build order are all messed up.
	  Besides, we only maintain mpc files in CIAO now.

Mon Apr 28 19:39:00 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* README: Added the root README file to provide some instructions
	  on how to play with CIAO.  Thanks to Diego Sevilla Ruiz
	  <dsevilla@ditec.um.es> for motivating me to update the old
	  README file and add it into the repo.

Mon Apr 28 16:49:39 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* tools/ComponentServer/ComponentServer.cpp (main): Fixed a gcc
	  compilation error.  Thanks to Tao Lu <tao.lu@dre.vanderbilt.edu>
	  for reporting this.

Fri Apr 25 10:39:26 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/NavDisplayGUI_exec/worldmap1.xpm:
	* examples/handcrafted/Display/NavDisplayGUI_exec/MapView.cpp:
	  Andrey changed the implementation of MapView to embedded the
	  world map in the DLL as I was having some difficulty loading the
	  gif file at runtime.  Thanks to Andrey Nechypurenko for fixing
	  it and sending us the patch.

Tue Apr 22 23:07:06 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/RateGen/RateGen.cidl: Added this
	  cidl example.

	* ciao/Client_init.h:
	* ciao/Cookies.h:
	* ciao/Server_init.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.idl:
	* examples/handcrafted/Display/NavDisplay/NavDisplayE.idl:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:
	* tools/Daemon/CIAO_Daemon.cpp:
	* tools/Daemon/Daemon.idl:
	* tools/ServerActivator/ServerActivator.cpp:
	* tools/Simple_Component_Server/Simple_Component_Server.cpp:
	* tools/XML_Helpers/Assembly_Handlers.h:
	* tools/XML_Helpers/Assembly_Spec.h:
	* tools/XML_Helpers/Softpkg_Handlers.h:
	* tools/XML_Helpers/XML_Utils.h: Fixed fuzz errors.

	* examples/handcrafted/Display/RateGen/RateGen_comp.idl: Removed
	  this unused file.

Mon Apr 21 15:36:06 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* *: Merged with main trunk.

Wed Apr 16 22:56:32 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	  The followings are fixes to make CIAO to compile and work on
	  Linux.

	* bin/generate_component_mpc.pl:
	* examples/handcrafted/Display/HUDisplay.mpc:
	* examples/handcrafted/Display/GPS/GPS.mpc:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.mpc:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc:
	* examples/handcrafted/Display/RateGen/RateGen.mpc:
	* examples/handcrafted/Hello/hello.mpc:
	* tools/Assembly_Deployer/Assembly_Deployer.mpc: Reordered the
	  source file listing so that IDL files will always be compiled
	  before other files to avoid non-existing generated file
	  problem.  Also added missing library dependencies to some MPC
	  files.

	* examples/handcrafted/Display/HUDisplay_svnt.cpp:
	* examples/handcrafted/Display/HUDisplay_svnt.inl:
	* examples/handcrafted/Display/GPS/GPSE.idl:
	* examples/handcrafted/Display/GPS/GPS_exec.cpp:
	* examples/handcrafted/Display/GPS/GPS_exec.h:
	* examples/handcrafted/Display/GPS/GPS_svnt.cpp:
	* examples/handcrafted/Display/GPS/GPS_tracing_exec.cpp:
	* examples/handcrafted/Display/GPS/GPS_tracing_exec.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec.cpp:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:
	* examples/handcrafted/Display/RateGen/RateGenE.idl:
	* examples/handcrafted/Display/RateGen/RateGen_exec.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_exec.h:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.cpp:
	* examples/handcrafted/Display/RateGen/client.cpp:
	* examples/handcrafted/Display/RateGen/controller.cpp:
	* examples/handcrafted/Hello/client.cpp:
	* examples/handcrafted/Hello/helloE.idl:
	* examples/handcrafted/Hello/hello_servants.cpp:
	* tools/Assembly_Deployer/Assembly_Impl.cpp:
	* tools/Assembly_Deployer/Assembly_Manager.cpp:
	* tools/Assembly_Deployer/Assembly_Visitors.h:
	* tools/Assembly_Deployer/Assembly_Visitors.inl:
	* tools/ComponentServer/ComponentServer.cpp:
	* tools/ComponentServer/ComponentServer_test_client.cpp:
	* tools/Daemon/controller_i.cpp:
	* tools/Daemon/controller_i.h:
	* tools/ServerActivator/ServerActivator_test_client.cpp:
	* tools/XML_Helpers/Assembly_Handlers.cpp:
	* tools/XML_Helpers/Assembly_Spec.cpp:
	* tools/XML_Helpers/Assembly_Spec.inl:
	* tools/XML_Helpers/Cascadable_DocHandler.cpp:
	* tools/XML_Helpers/Softpkg_Handlers.cpp: Fixed compilation errors
	  and warnings.  They include

	  Using a _var in places where a _ptr is expected.

	  Incorrect Capitalization of file names.

	  Unused variables warnings.

	  Exception throw specification mis-matches.

	* docs/templates/CIAO_Glue_Session_Template.cpp: Propagated
	  previous fixes into the tempate code.

	* ciao/Container_Base.cpp: Removed a redundant ACE_INLINE decl.

Tue Apr 15 17:07:52 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* tools/XML_Helpers/Assembly_Spec.h:
	* tools/XML_Helpers/Softpkg_Handlers.h:
	* tools/XML_Helpers/XMLHelpers.mpc:
	* tools/XML_Helpers/XML_Utils.h:
	* tools/XML_Helpers/XML_Helpers_Export.h: Refactored these files
	  to make them into a library.

	* tools/XML_Helpers/XML_Helpers.dsw:
	* tools/XML_Helpers/Helper_Test.dsp:
	* tools/Daemon/CIAO_Daemon.dsp:
	* tools/Daemon/Daemon.dsw:
	* tools/Daemon/DaemonController.dsp: Removed these project files
	  and depend solely on MPC generated files.

	* tools/Assembly_Deployer/Assembly_Deployer.mpc:
	* tools/Daemon/Daemon.mpc: Updated MPC files to link with the new
	  XML_Helpers library.

Tue Apr 15 11:07:36 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/Daemon.idl:
	* ciao/Daemon_Impl.h:
	* ciao/Daemon_Impl.inl:
	* ciao/Daemon_Impl.cpp:
	* tools/Daemon/Daemon.idl:
	* tools/Daemon/Daemon_Impl.h:
	* tools/Daemon/Daemon_Impl.inl:
	* tools/Daemon/Daemon_Impl.cpp:
	* ciao/CCM_Core.mpc:
	* ciao/CIAO_Server.dsp:
	* tools/Daemon/CIAO_Daemon.dsp:
	* tools/Daemon/Daemon.mpc:
	* tools/Daemon/DaemonController.dsp: Moved Daemon idl file and
	  implementations out of CIAO_Server library into Daemon
	  implemenation.

	  Removed HomeRegistrar related files from the projects of the
	  CIAO_Server library.  They need to be moved a a proper place in
	  the near future.

	* docs/todo.html:  Document other refactoring needed in the
	  CCM_Core libraries.

Mon Apr 14 17:06:37 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/HUDisplay_svnt.cpp:
	* examples/handcrafted/Display/HUDisplay_svnt.h:
	* examples/handcrafted/Display/GPS/GPS_exec.cpp:
	* examples/handcrafted/Display/GPS/GPS_exec.h:
	* examples/handcrafted/Display/GPS/GPS_svnt.cpp:
	* examples/handcrafted/Display/GPS/GPS_svnt.h:
	* examples/handcrafted/Display/GPS/GPS_tracing_exec.cpp:
	* examples/handcrafted/Display/GPS/GPS_tracing_exec.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_exec.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_exec.h:
	* examples/handcrafted/Display/RateGen/client.cpp:
	* examples/handcrafted/Display/RateGen/controller.cpp:
	* examples/handcrafted/Display/RateGen/run_test.pl:
	* examples/handcrafted/Display/descriptors/NOTE.txt: Updated
	  docuemntation.  Changed to inherit Pulse_Handler from
	  ACE_Task_Base.  Reworked controller.cpp so that it won't look
	  like the process that actually generates the events.

Mon Apr 14 14:57:51 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/RateGen/controller.cpp: Changed to
	  perform only one action in each exection of this program.  I.e.,
	  it either switch on or off the RateGen component and exit
	  immediately.  This is to avoid the mis-conception that the
	  controller actually generates the Rate.

Sat Apr 12 12:36:08 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* CIDLC/parser_examples/cidl/cidl.vcproj:
	* CIDLC/parser_examples/idl2/idl2.vcproj:
	* CIDLC/parser_examples/idl3/idl3.vcproj: Changed the extra
	  include paths from:

	    ..,../spirit-1.3.0,../spirit-1.3.0/miniboost

	  to:

	    ..,$(SPIRIT_DIR),$(SPIRIT_DIR)/miniboost

	  to be consistent with the MPC files and to decouple Spirit from
	  CIAO's directory strucutre.

Sat Apr 12 10:48:13 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.inl: Incorporated
	  changes for fixing gcc compilation warnings.

	* tools/Assembly_Deployer/Assembly_Manager.cpp:
	* tools/ComponentServer/ComponentServer.cpp:
	* tools/ComponentServer/ComponentServer_test_client.cpp:
	* tools/Daemon/CIAO_Daemon.cpp:
	* tools/Simple_Component_Server/Simple_Component_Server.cpp: Added
	  misiing newlines in usage messages.

Sat Apr 12 01:25:35 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* CIDLC/parser_examples/README:
	* CIDLC/parser_examples/cidl/cidl.mpc:
	* CIDLC/parser_examples/idl2/idl2.mpc:
	* CIDLC/parser_examples/idl3/idl3.mpc: Added new MPC files to take
	  advantage of MPC/MWC tool.  Updated the README to provide some
	  minimal instructions.

Tue Apr  8 23:10:43 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/parser_examples/README:
        * CIDLC/parser_examples/parser_examples.sln:
        * CIDLC/parser_examples/cidl/cidl.cpp:
        * CIDLC/parser_examples/cidl/cidl.vcproj:
        * CIDLC/parser_examples/cidl/cidl_grammar.cpp:
        * CIDLC/parser_examples/cidl/cidl_grammar.h:
        * CIDLC/parser_examples/cidl/hello.cidl:
        * CIDLC/parser_examples/idl2/idl2.cpp:
        * CIDLC/parser_examples/idl2/idl2.vcproj:
        * CIDLC/parser_examples/idl2/idl2_grammar.cpp:
        * CIDLC/parser_examples/idl2/idl2_grammar.h:
        * CIDLC/parser_examples/idl2/test_idl2.idl:
        * CIDLC/parser_examples/idl3/idl3.cpp:
        * CIDLC/parser_examples/idl3/idl3.vcproj:
        * CIDLC/parser_examples/idl3/idl3_grammar.cpp:
        * CIDLC/parser_examples/idl3/idl3_grammar.h:
        * CIDLC/parser_examples/idl3/test_idl3.idl:

          Added parser examples (IDL2, IDL3, and CIDL) using the Spirit
          parser.

Tue Apr 08 19:42:16 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/GPS/GPS_tracing_exec.h: Fixed
	  a class name mismatch.

Mon Apr 07 21:20:37 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/ServerActivator_Impl.cpp: Fixed a couple of compilation
	  warnings with gcc.

	* ciao/CIAO_Client.dsp:
	* ciao/CIAO_Container.dsp:
	* ciao/CIAO_Server.dsp: Turned on RTTI to sync up with the new Any
	  implementation.

	* ciao/CIAO_common.h:
	* ciao/Cookies.cpp: Fixed the use of old CORBA_* types.  They are
	  no longer available in the newer version of ACE/TAO.

Sun Apr 06 20:36:39 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/CIAO_Installation_Data.ini:
	* examples/handcrafted/Display/HUDisplay.cad:
	* examples/handcrafted/Display/GPS/GPS.csd:
	* examples/handcrafted/Display/GPS/GPS.ssd:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.csd:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.ssd:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI.csd:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI.ssd:
	* examples/handcrafted/Display/RateGen/RateGen.csd:
	* examples/handcrafted/Display/RateGen/RateGen.ssd: Removed these
	  files as they have already been moved to the
	  examples/handcrafted/Display/descriptors/ subdirectory.

	* examples/handcrafted/Display/NOTE: Updated obsolete notes.

	  Thanks to Andrey Nechypurenko
	  <Andrey.Nechypurenko@mchp.siemens.de> for the following
	  changes.  He reported, motivated or sent patches for them.

	* examples/handcrafted/Display/descriptors/NOTE.txt: Fixed several
	  typos.

	* examples/handcrafted/Display/descriptors/DuelDisplay.cad:
	* examples/handcrafted/Display/descriptors/GPS_tracing.csd:
	* examples/handcrafted/Display/descriptors/HUDisplayGUI.cad:
	* examples/handcrafted/Display/descriptors/RemoteDisplayGUI.cad:
	  Updated these assembly descriptors to use the new GPS component
	  that emulate a trace (instead of the random coordinates).

	* examples/handcrafted/Display/NavDisplay/client.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/run_test.pl:
	  Removed these testing artifacts because NavDisplay component
	  requires other component to function properly.

	* tools/XML_Helpers/Assembly_Spec.inl: Fixed VC7.1 compilation
	  error.

	* examples/handcrafted/Display/GPS/GPS.mpc:
	* examples/handcrafted/Display/GPS/GPS_tracing_exec.cpp:
	* examples/handcrafted/Display/GPS/GPS_tracing_exec.h: Added a
	  new implementation for the GPS component.  This implementation
	  simulates coordinates of a trace instead of some random
	  positions.

	* examples/handcrafted/Display/NavDisplay/NavDisplay.mpc:
	* examples/handcrafted/Display/NavDisplayGUI_exec/DetailView.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/MapView.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:
	  Please find in attachment slightly modified version of
	  NavDisplayGUI. I have modified it slightly mainly in order to
	  let the GUI component to find background and animation images
	  either based on ACE_ROOT or using ../NavDisplayGUI_exec/.

	* examples/handcrafted/Display/NavDisplayGUI_exec/README: Removed
	  the mentioning of run_test.pl.  It's no longer valid.

Sat Apr 05 20:08:27 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/CCM_Deployment.idl:
	* ciao/Component_Base.idl:
	  The operation Components::Deployment::Assembly::build can throw
	  CreateFailure exception.  It was missing in the IDL files.

	* ciao/Server_init.cpp:
	  Register OBV factory for CIAO::Cookie also.

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	  Made sure we duplicate the object reference before adding them
	  to subscriber/connection active maps.

	* examples/handcrafted/Display/HUDisplay.idl:
	* examples/handcrafted/Display/HUDisplay.mpc:
	* examples/handcrafted/Display/HUDisplay_svnt.h:
	* examples/handcrafted/Display/HUDisplay_svnt.inl:
	* examples/handcrafted/Display/GPS/GPS_exec.cpp:
	* examples/handcrafted/Display/GPS/GPS_exec.h:
	* examples/handcrafted/Display/GPS/GPS_svnt.cpp:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:
	* examples/handcrafted/Display/RateGen/RateGen.mpc:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.cpp:
	  Updated the example to support 2-dimentional position interface.
	  Also fixed the reference counting problem in the servant glue
	  code.


	* examples/handcrafted/Display/RateGen/controller.cpp:
	  Added a new

	* examples/handcrafted/Display/descriptors/HUDisplay.cad:
	* examples/handcrafted/Display/descriptors/HUDisplayGUI.cad:
	* examples/handcrafted/Display/descriptors/RemoteDisplay.cad:
	* examples/handcrafted/Display/descriptors/RemoteDisplayGUI.cad:
	  Added variety of different composition example.  See NOTE.txt
	  under the same directory for more information.

	* examples/handcrafted/Display/descriptors/test.dat:
	  Added a "Remote" entry so showcase how to deploy a system across
	  several machines.

	* tools/Assembly_Deployer/Assembly_Deployer.cpp:
	* tools/Assembly_Deployer/Assembly_Deployer.mpc:
	* tools/Assembly_Deployer/Assembly_Impl.cpp:
	* tools/Assembly_Deployer/Assembly_Impl.h:
	* tools/Assembly_Deployer/Assembly_Manager.cpp:
	* tools/Assembly_Deployer/Assembly_Visitors.h:
	  Added support for establishing connections according to
	  Assembly_Spec.

	* tools/Assembly_Deployer/Assembly_Service.idl:
	* tools/Assembly_Deployer/Assembly_Service_Impl.cpp:
	* tools/Assembly_Deployer/Assembly_Service_Impl.h:
	  Added a simple interface in an attempt to solve the unreliable
	  shutdown problem.

	* tools/XML_Helpers/Assembly_Handlers.cpp:
	* tools/XML_Helpers/Assembly_Handlers.h:
	* tools/XML_Helpers/Assembly_Handlers.inl:
	* tools/XML_Helpers/Assembly_Spec.cpp:
	* tools/XML_Helpers/Assembly_Spec.h:
	  Fixed "connectevent" parsing.  I had the "source" and
	  "destination" interface reversed.

Fri Apr 04 22:40:11 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/descriptors/*: Moved all XML
	  descriptors and deployment configuration into this newly created
	  subdirectory to simply procedures to test this example.

	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec.cpp:
	  Changed to thow a BAD_INV_ORDER exception is the receptacle is
	  not connected instead of a MSVC structural exception.

	* tools/Daemon/Daemon.mpc:
	* tools/Daemon/DaemonController.dsp:
	* tools/XML_Helpers/Assembly_Handlers.cpp:
	* tools/XML_Helpers/Assembly_Spec.cpp:
	* tools/XML_Helpers/Assembly_Spec.h:
	* tools/XML_Helpers/Assembly_Spec.inl:
	* tools/Assembly_Deployer/Assembly_Deployer.cpp:
	* tools/Assembly_Deployer/Assembly_Deployer.mpc:
	* tools/Assembly_Deployer/Assembly_Impl.cpp:
	* tools/Assembly_Deployer/Assembly_Impl.h:
	* tools/Assembly_Deployer/Assembly_Impl.inl:
	* tools/Assembly_Deployer/Assembly_Manager.cpp:
	* tools/Assembly_Deployer/Assembly_Visitors.h:
	* tools/Assembly_Deployer/Assembly_Visitors.inl:
	* tools/Assembly_Deployer/Deployment_Configuration.cpp:
	* tools/Assembly_Deployer/Deployment_Configuration.h:
	* tools/Assembly_Deployer/Deployment_Configuration.inl: Added more
	  support for component installation when building an Assembly.

Thu Apr 03 15:08:20 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/Assembly_Impl.*:
	* tools/Assembly_Deployer/Assembly_Impl.*: Moved the Assembly
	  implementaiton files to the tools/Assembly_Deployer/ directory.

	* ciao/CCM_Core.mpc:
	* ciao/CIAO_Server.dsp: Removed Assembly_Impl.*.

Thu Apr 03 13:11:49 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* tools/XML_Helpers/Assembly_Spec.h:
	* tools/XML_Helpers/Assembly_Handlers.h:
	* tools/XML_Helpers/Assembly_Handlers.cpp: Added support for parsing
	  component and home registering info.  Otherwise, it'd be hard to
	  use a composed application.

Wed Apr 02 17:08:00 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* tools/XML_Helpers/Assembly_Handlers.cpp:
	* tools/XML_Helpers/Assembly_Handlers.h:
	* tools/XML_Helpers/Assembly_Handlers.inl:
	* tools/XML_Helpers/Assembly_Spec.cpp:
	* tools/XML_Helpers/Assembly_Spec.h:
	* tools/XML_Helpers/Assembly_Spec.inl:
	* tools/XML_Helpers/Helper_Test.dsp: Added implementations for
	  handling componentassembly XML documents and building the
	  assembly specification information.  These handlers currently
	  process only "crucial" information needed to get a system up and
	  running, i.e., they do not yet extract all types of information
	  in a componentassembly document.

	  Also important is that all XML handlers in CIAO assume all XML
	  documents they process are valid and well-formed.  ACEXML
	  currently does not validate XML document yet.  Therefore, you
	  need to validate the XML documents using other XML parser (such
	  as msxml) shall CIAO's assembly parsing behave strangely as the
	  handlers assume a validator has already taken up most of the
	  checking responsibility.

	* tools/XML_Helpers/Softpkg_Handlers.cpp:
	* tools/XML_Helpers/Softpkg_Handlers.h:
	* tools/XML_Helpers/Softpkg_Handlers.inl:
	* tools/XML_Helpers/XML_Utils.cpp:
	* tools/XML_Helpers/XML_Utils.h: Added a new
	  parse_componentassembly utility function and moved some of the
	  helper functions out of Softpkg_Handlers.

	* tools/XML_Helpers/main.cpp:

	* bin/generate_component_mpc.pl: Added dependent library to the
	  list of libraries client program links to.

	* docs/XML/componentassembly.dtd: Fixed a typo in DTD definition.

	* examples/handcrafted/Display/HUDisplay.cad: Added a

	* examples/handcrafted/Display/NavDisplay/NavDisplay.mpc:
	* examples/handcrafted/Display/NavDisplay/client.cpp:
	* examples/handcrafted/Display/NavDisplay/run_test.pl: Added a
	  client program to test the component.

	* examples/handcrafted/Display/NavDisplayGUI_exec/AddNavUnitCmd.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/AddNavUnitCmd.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/Command.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/DetailView.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/DetailView.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/MapView.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/MapView.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayEIC.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI.csd:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI.ssd:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavUnit.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NavUnit.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NodeItem.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/NodeItem.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/QuitCmd.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/QuitCmd.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/README:
	* examples/handcrafted/Display/NavDisplayGUI_exec/RootPanel.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/RootPanel.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/UpdatePositionCmd.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/UpdatePositionCmd.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/Worker.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/Worker.h:
	* examples/handcrafted/Display/NavDisplayGUI_exec/moc_DetailView.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/moc_MapView.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/moc_NodeItem.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/moc_RootPanel.cpp:
	* examples/handcrafted/Display/NavDisplayGUI_exec/run_test.pl:
	* examples/handcrafted/Display/NavDisplayGUI_exec/trolltech.gif:
	* examples/handcrafted/Display/NavDisplayGUI_exec/worldmap1.gif:
	  Added a Qt GUI based component to showcase how we can
	  reconfigure a system using different component easily.  Thanks
	  to Andrey Nechypurenko <andreynech@mchp.siemens.com> for
	  contributing the implementation.

	* examples/handcrafted/Display/CIAO_Installation_Data.ini: Added
	  deployment information for the new GUI NavDisplay component
	  implementation.

	* examples/handcrafted/Hello/client.dsp:
	* examples/handcrafted/Hello/hello_executors.dsp:
	* examples/handcrafted/Hello/hello_servants.dsp:
	* examples/handcrafted/Hello/hello_stub.dsp:  Hmm, I probably
	  checked in the MPC/MWC generated project accidentally.  :)

Mon Mar 24 16:17:21 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/GPS/GPS_svnt.cpp:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.cpp:
	  Added implementation for servant factory methods.  Thanks to
	  Andrey Nechypurenko <andreynech@yahoo.com> for reporting this.

Fri Mar 21 15:51:57 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/new_components.html: Revised naming convention for
	  user-defined component executor impl IDL.

	* bin/generate_component_mpc.pl: Added an option for adding
	  user-defined component executor impl IDL automatically,
	  according the the naming convention.  Fixed the dependencies to
	  "dependent" libraries.

	* examples/handcrafted/Display/RateGen/RateGen.csd:
	* examples/handcrafted/Display/RateGen/RateGen.ssd: Simplified the
	  XML descriptors.

	* examples/handcrafted/Display/RateGen/RateGen.mpc:
	* examples/handcrafted/Display/RateGen/RateGenEI.idl:
	* examples/handcrafted/Display/RateGen/RateGen_exec.h: Fixed
	  dependencies and naming convention.

	* examples/handcrafted/Display/GPS/GPS.csd:
	* examples/handcrafted/Display/GPS/GPS.mpc:
	* examples/handcrafted/Display/GPS/GPS.ssd:
	* examples/handcrafted/Display/GPS/GPSEI.idl:
	* examples/handcrafted/Display/GPS/GPS_exec.cpp:
	* examples/handcrafted/Display/GPS/GPS_exec.h:

	* examples/handcrafted/Display/NavDisplay/NavDisplay.csd:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.mpc:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.ssd:
	* examples/handcrafted/Display/NavDisplay/NavDisplayEI.idl:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec.cpp:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec.h:

	* examples/handcrafted/Display/CIAO_Installation_Data.ini: Added
	  component implementaions for GPS and NavDisplay.

Thu Mar 20 21:50:07 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/ComponentInstallation_Impl.cpp: Added a more comprehensive
	  error printout.

	* docs/index.html: Fixed a broken link.

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h: Added the servant
	  factory entry point function that I missed.

	* examples/handcrafted/Display/RateGen/RateGen_svnt.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.h: Fixed up
	  the servant DLL entry point.

	* examples/handcrafted/Display/RateGen/RateGen.mpc:
	* examples/handcrafted/Display/RateGen/RateGen_comp.idl:
	* examples/handcrafted/Display/RateGen/RateGen_exec.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_exec.h: Added the
	  actual implementation for component executor.

	* examples/handcrafted/Display/CIAO_Installation_Data.ini: Added
	  this deployment datafile.  This file will contain information
	  describing all the components used in this example.

	* examples/handcrafted/Display/RateGen/RateGen.csd:
	* examples/handcrafted/Display/RateGen/RateGen.ssd: Added XML
	  component descriptors.

	* examples/handcrafted/Display/RateGen/client.cpp: Added a test
	  client program.

	* examples/handcrafted/Display/RateGen/run_test.pl: Added a test
	  script to test out this single component.

	* tools/ComponentServer/ComponentServer_test_client.cpp: Changed
	  the client program to debug RateGen component.  We need to make
	  this test client more robust so we can use it to debug different
	  component implementations more easily.

Tue Mar 18 16:36:07 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* bin/generate_component_mpc.pl:
	* examples/handcrafted/Display/HUDisplay.mpc:
	* examples/handcrafted/Display/GPS/GPS.mpc:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.mpc:
	* examples/handcrafted/Display/RateGen/RateGen.mpc: Updated the
	  script and regenerated mpc file to record the original options
	  used to generate the MPC files.

	* examples/handcrafted/Display/NOTE: Added more info on how to
	  generate Makefiles/Projects for this example.

	* examples/handcrafted/Display/RateGen/RateGen.idl: Fixed a typo.

	* examples/handcrafted/Display/RateGen/RateGen_Impl.idl:
	* examples/handcrafted/Display/RateGen/RateGen_exec.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_exec.h: Added the
	  actual component and home implementations.  This particular
	  component implementation shows how to suppoort SessionComponent
	  interface in a component implementation (you will need to do
	  that for any non-trivial component implementations that require
	  to access component-specific context.)

Tue Mar 18 12:03:29 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Hello/hello_servants.cpp:
	* examples/handcrafted/Hello/hello_servants.h: Renamed various
	  "_ciao_deactivate*" operations to "ciao_passivate*" to be more
	  consistent with the CC* opertions.

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl:
	* examples/handcrafted/Display/GPS/GPS_svnt.cpp:
	* examples/handcrafted/Display/GPS/GPS_svnt.h:
	* examples/handcrafted/Display/GPS/GPS_svnt.inl:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.cpp:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.inl:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.h:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.inl:
	  Propagated the SessionComponent opertion support to CIDL
	  templates and the multiple component example "generated" files.

Mon Mar 17 23:10:47 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/Container_Base.cpp:
	* ciao/Container_Base.h:
	* examples/handcrafted/Hello/hello_servants.cpp:
	* examples/handcrafted/Hello/hello_servants.h: Added support for
	  SessionComponent specific operations,
	  ccm_{activate,passivate,remove}.  These changes still need to be
	  propagated to the CIDL templates.

	  We also need to review how Deployment::Container and CCMHome
	  manage the lifecyles of homes, components, and facet servants.

Sun Mar 16 21:57:10 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl:
	* examples/handcrafted/Display/GPS/GPS_svnt.h:
	* examples/handcrafted/Display/GPS/GPS_svnt.inl:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.inl:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.h:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.inl: Added
	  code to support SessionComponent::set_session_context operation
	  and make sure the Context objects also inherit from
	  TAO_Local_RefCounted_Object.

	* examples/handcrafted/Hello/helloE.idl:
	* examples/handcrafted/Hello/hello_executors.h:
	* examples/handcrafted/Hello/hello_servants.cpp:
	* examples/handcrafted/Hello/hello_servants.h: Changed to implement
	  component specific context as a SessionContext, plus the
	  aforementioned changes.

Sun Mar 16 11:43:20 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/ConfigValues.html:
	* docs/index.html: Updated the main document entry page.  It is
	  grossly outdated.

	* tools/ComponentServer/ComponentServer.mpc:
	* tools/Daemon/Daemon.mpc:
	* tools/ServerActivator/ServerActivator.mpc:
	* tools/XML_Helpers/XMLHelpers.mpc: Added more mpc files.

Sat Mar 15 11:43:34 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/Makefile:
	* ciao/Makefile.client:
	* ciao/Makefile.container:
	* ciao/Makefile.server: Removed Makefiles.  I depend on MPC files
	  exclusively at the moment.

	* ciao/Assembly_Impl.cpp:
	* ciao/Assembly_Impl.h:
	* ciao/CCM_Core.mpc:
	* ciao/Container_Base.cpp:
	* ciao/Container_Base.h:
	* ciao/Container_Impl.h:
	* ciao/Daemon_Impl.h:
	* ciao/Object_Set_T.cpp:
	* ciao/ServerActivator_Impl.h: Fixed Linux build errors.  Some
	  warnings are not fixed due to incomplete implementations and I
	  want to make sure they got addressed in some future point.

Fri Mar 14 23:19:52 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/CCM_Core.mpc: Updated the core MPC file to reflect recent
	  added files.

Fri Mar 14 16:08:22 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/todo.html: Recorded a compilation error in the generated
	  code that I commented out for later "study."

	* examples/handcrafted/Display/NavDisplay/NavDisplay.idl: Fixed a
	  typo.

	* examples/handcrafted/Display/NavDisplay/NavDisplayE.idl:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.cpp:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.inl:
	  Added new "generated" code.

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl:
	* docs/templates/Executor.idl: Updated templates based on the code
	  they generated.

Thu Mar 13 20:11:49 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/NavDisplay/NavDisplay.idl:
	* examples/handcrafted/Display/GPS/GPS.idl:
	* examples/handcrafted/Display/Configuration-0.png: Updated the
	  port names so they make more sense in the context.  Thanks to
	  Dave Sharp and Wendy Rolls for the suggestions.

	* examples/handcrafted/Display/RateGen/RateGen_svnt.h: Added the
	  missing factory entry point for the servant home.

	* examples/handcrafted/Display/GPS/GPSE.idl:
	* examples/handcrafted/Display/GPS/GPS_svnt.cpp:
	* examples/handcrafted/Display/GPS/GPS_svnt.h:
	* examples/handcrafted/Display/GPS/GPS_svnt.inl: Added new
	  "generated" code.

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl:
	* docs/templates/Executor.idl: Updated templates based on the code
	  they generated (manually.  Did I mention how much fun it was to
	  generate code manually?)

Wed Mar 12 23:29:27 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* bin/generate_component_mpc.pl: Fixed an incomplete library
	  expansion and added a flag to specify library path
	  dependencies.

	* docs/releasenotes.html: Updated the status of single component
	  deployment capability.  I forgot to do that when it was done.

	* examples/handcrafted/Display/NOTE: Added directions on how to
	  generate various mpc files.

	* examples/handcrafted/Display/GPS/GPS.mpc:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.mpc:
	* examples/handcrafted/Display/RateGen/RateGen.mpc: Regenerated
	  MPC files to fix incomplete dependent library names and to add
	  library path dependencies.

	* examples/handcrafted/Display/HUDisplay.idl:
	* examples/handcrafted/Display/RateGen/RateGen.idl:
	* examples/handcrafted/Display/HUDisplayE.idl:
	* examples/handcrafted/Display/RateGen/RateGenE.idl: Moved the
	  opmode interface definition from RateGen.idl back to
	  HUDisplay.idl.  This interface is a supported interface of
	  RateGen but it should be viewed as a shared interface.

	* examples/handcrafted/Display/RateGen/RateGen_svnt.cpp:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.h:
	* examples/handcrafted/Display/RateGen/RateGen_svnt.inl: Added
	  more handcrafted servant glue code for RateGen component.

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl:
	* docs/templates/Executor.idl:  Updated and fixed CIDL template
	  code based on results from using these templates manually.

Wed Mar 12 00:03:56 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/HUDisplay_svnt.h:
	* examples/handcrafted/Display/HUDisplay_svnt.cpp: Added forgotten
	  _get_component implementation.

Tue Mar 11 22:47:06 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/HUDisplayE.idl: Removed redundant
	  operations that have already been defined in the facet interface.

	* examples/handcrafted/Display/HUDisplay_svnt.cpp:
	* examples/handcrafted/Display/HUDisplay_svnt.h:
	* examples/handcrafted/Display/HUDisplay_svnt.inl: Added hand
	  generated code based on the glue code template in

	    docs/templates/

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl: Updated template
	  code based on results from hand generated code.

Tue Mar 11 15:18:52 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* bin/generate_component_mpc.pl: Added this new to auto-generate
	  the mpc files for a single component implementation.  The mpc
	  file generated by the script should work for most simple
	  component implementation, without modification and can serve as
	  a template for more complicated ones.  This script also
	  generates hints that can be fed back to a shell to create the
	  necessary export definition files.

	* docs/todo.html: Added improvement items that can be done for
	  generate_component_mpc.pl.

	* bin/gen_export_files.cmd: Removed.  The new
	  generate_component_mpc script provides more accurate hints on
	  how to create export files.


	  Renamed and reorganized all files in the following
	  multi-component example according to the guideline I set in
	  docs/new_component.html.

	* examples/handcrafted/Display/Display.mpc:
	* examples/handcrafted/Display/HUD_skel_export.h:
	* examples/handcrafted/Display/HUD_stub_export.h:
	* examples/handcrafted/Display/GPS/GPS_skel_export.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_skel_export.h:
	* examples/handcrafted/Display/RateGen/RateGen_skel_export.h:
	  Removed.

	* examples/handcrafted/Display/HUDisplay.mpc:
	* examples/handcrafted/Display/HUDisplay_stub_export.h:
	* examples/handcrafted/Display/HUDisplay_svnt_export.h:
	* examples/handcrafted/Display/GPS/GPS_exec_export.h:
	* examples/handcrafted/Display/GPS/GPS_svnt_export.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_exec_export.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_svnt_export.h:
	* examples/handcrafted/Display/RateGen/RateGen_exec_export.h:
	* examples/handcrafted/Display/RateGen/RateGen_svnt_export.h:
	  Modified.

	* examples/handcrafted/Display/HUDisplay.idl:
	* examples/handcrafted/Display/HUDisplayE.idl:
	* examples/handcrafted/Display/GPS/GPS.mpc:
	* examples/handcrafted/Display/GPS/GPS_stub_export.h:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.mpc:
	* examples/handcrafted/Display/NavDisplay/NavDisplay_stub_export.h:
	* examples/handcrafted/Display/RateGen/RateGen.idl:
	* examples/handcrafted/Display/RateGen/RateGen.mpc:
	* examples/handcrafted/Display/RateGen/RateGen_stub_export.h:
	  Added.

Tue Mar 11 11:41:39 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* bin/generate_component_mpc.pl: Added a MPC file generater perl
	  script for creating new MPC definitions for single component
	  implementations.

Sun Mar 09 14:38:59 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/new_components.html: Added this new document to describe
	  files involved in creating a new components.

	* docs/com-impl.html: Added a link to the new component
	  implementation. document

	* docs/imgs/File-Gen-Existing.png:
	* docs/imgs/File-Gen-Future.png:
	* docs/imgs/File_Generation_Flow.vsd: Updated the tools/files
	  collaboration diagram to reflect the latest plan.

	* examples/handcrafted/Hello/hello.mpc: Updated the MPC file to
	  make sure it works properly.  We need to figure out a way to
	  auto-generate a template of this file.

Thu Mar 06 20:29:42 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	  The following changes integrate the XML parsing of softpkg
	  descriptors with the daemon management framework so we can now
	  instantiate and test a single component implementation using
	  its softpkg descriptor.

	* ciao/ComponentServer_Impl.cpp:
	* ciao/ComponentServer_Impl.h:
	* ciao/ComponentServer_Impl.inl: Added a cached
	  ComponentInstallation reference so we can pass it to the
	  containers this ComponentServer creates.

	* ciao/Container_Impl.cpp:
	* ciao/Container_Impl.h: Added an extra argument in init for
	  taking in the ComponentInstallation reference.  Also modified
	  the install_home related mechanisms to use ComponentInstallation
	  interface to acquire the actual implementation "locations".

	* tools/ServerActivator/ServerActivator_test_client.cpp:
	* tools/ComponentServer/ComponentServer_test_client.cpp: Changed
	  to use UUID.

	* tools/XML_Helpers/Cascadable_DocHandler.h: Removed a redundant
	  export decl.

	* tools/Daemon/DaemonController.dsp: Added files from the
	  XML_Helpers directories for the added XML handling capability.

	* tools/Daemon/CIAO_Daemon.cpp:
	* tools/Daemon/Softpkg_Commands.cpp:
	* tools/Daemon/Softpkg_Commands.h: Added new commands to start and
	  terminate ComponentServer for running one component home.

	* examples/handcrafted/Hello/CIAO_Installation_Data.ini:
	* examples/handcrafted/Hello/client.cpp:
	* examples/handcrafted/Hello/hello.ssd:
	* examples/handcrafted/Hello/run_test.pl: Changed and set up the
	  test to start up a ComponentServer via Daemon.

Wed Mar 05 21:43:44 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	  Moved all Daemon controller related classes into CIAO::Daemon_i
	  namespace.

	* tools/Daemon/Softpkg_Commands.cpp:
	* tools/Daemon/Softpkg_Commands.h:
	* tools/Daemon/Softpkg_Commands.inl: Added two new "start_home"
	  and "end_home" command for starting up and shutting down a
	  ComponentServer for a single component home.  Still need
	  implementation.

	* tools/Daemon/DaemonController.cpp:
	* tools/Daemon/DaemonController.dsp:

	* tools/Daemon/controller_i.cpp:
	* tools/Daemon/controller_i.h:
	* tools/Daemon/controller_i.inl:
	* tools/Daemon/Daemon_Commands.cpp:
	* tools/Daemon/Daemon_Commands.h:
	* tools/Daemon/Daemon_Commands.inl: Moved most of the Daemon
	  controlling commands into this file.

Tue Mar 04 20:40:21 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/RateGen/RateGenE.idl: Fixed a typo.
	  Thanks to Jeff Gray <gray@cis.uab.edu> for pointing it out.

Thu Feb 27 22:15:48 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/ComponentServer_Impl.h: Fixed a cut-n-paste error in a comment.

	* ciao/ServerActivator_Impl.cpp:
	* ciao/ServerActivator_Impl.h:  Changed to cache an IOR to
	  the ComponentInstallation interface and pass the IOR with
	  -ORBInitRef option to the ComponentServer.  We will need it when
	  installing a component home in the container.

	* examples/handcrafted/Hello/hello_servants.cpp:
	* examples/handcrafted/Hello/hello_servants.h: Removed inheriting
	  the component specific context from the SessionContext local
	  interface.  This component example should be run as Service
	  component, not Session component.

	* tools/ServerActivator/README:
	* tools/Daemon/CIAO_Daemon.cpp:
	* tools/ServerActivator/ServerActivator.cpp: Changed to propagate
	  the ComponentInstallation somehow.

	* tools/ServerActivator/ServerActivator_test_client.cpp: Removed a
	  redundant $Id$ tag.

Sat Feb 22 23:45:52 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/releasenotes.html:
	* docs/todo.html: Updated information regarding different
	  component deployment schemes.

	* examples/handcrafted/Hello/hello.csd:
	* examples/handcrafted/Hello/hello.ssd: Fixed syntax errors.

	* tools/XML_Helpers/Softpkg_Handlers.cpp:
	* tools/XML_Helpers/Softpkg_Handlers.h:
	* tools/XML_Helpers/Softpkg_Handlers.inl:
	* tools/XML_Helpers/XML_Utils.cpp:
	* tools/XML_Helpers/XML_Utils.h:
	* tools/XML_Helpers/XML_Utils.inl: Added these new file to extract
	  necessary information to install the component specified in a
	  .csd (component softpkg descriptor) file.  The
	  Softpkg_Handlers.* contain the XML Handler(s) for parsing the
	  csd document and XML_Utils.* contain the file Assembly tools can
	  use to extract the needed info.  Notice that the XML handler
	  currently don't do a lot of validation.

	* tools/XML_Helpers/Cascadable_DocHandler.cpp:
	* tools/XML_Helpers/Cascadable_DocHandler.h:
	* tools/XML_Helpers/Cascadable_DocHandler.i: Added error handling
	  functions and allows it to accept a Locator from the parser to
	  show error location.

	* tools/XML_Helpers/Svcconf.dsp:
	* tools/XML_Helpers/Svcconf.dsw: Renamed these files to the
	  following:

	* tools/XML_Helpers/XMLHelpers.dsp:
	* tools/XML_Helpers/Helper_Test.dsw:
	* tools/XML_Helpers/main.cpp: Added new files into the project
	  file and changed the project and workspace name.


Thu Feb 20 22:15:08 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	  Manually generated the following XML descriptors.  These are the
	  minimum to install a component.  Currently, I just get the UUID
	  using win32's UUIDGEN or GUIDGEN.

	* examples/handcrafted/Hello/hello.csd: Component softpkg descriptor.

	* examples/handcrafted/Hello/hello.ssd: CIAO's servant softpkg
	  descriptor.

	* examples/handcrafted/Hello/hello.ccd: CORBA component descriptor.

Wed Feb 19 13:30:19 2003  Boris Kolpackov  <boris@isis-server.isis.vanderbilt.edu>

	* CIDLC/DesignNotes: Reorganized stuff a bit again and added some
	  comments on Jeff's comments.

Mon Feb 17 17:47:55 2003  Boris Kolpackov  <boris@isis-server.isis.vanderbilt.edu>

	* CIDLC/DesignNotes: Reorganized stuff a bit and added some new
	  ideas/notes.

Sun Feb 16 21:30:42 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/releasenotes.html: Updated release info with the following.

	* ciao/ComponentInstallation_Impl.cpp:
	* ciao/ComponentInstallation_Impl.h: Fixed a problem of empty
	  persistent backing store file.  I need to store the
	  configuration data under a subsection (as oppose to the root
	  section.)

	* ciao/CIAO_Server.dsp:
	* ciao/Daemon.idl:
	* ciao/Daemon_Impl.cpp:
	* ciao/Daemon_Impl.h:
	* ciao/Daemon_Impl.inl: Added a generic server process control
	  interface that provides operations to query available service
	  interfaces and to shutdown the server process.

	* tools/Daemon/CIAO_Daemon.cpp:
	* tools/Daemon/CIAO_Daemon.dsp:
	* tools/Daemon/CIAO_Installation_Data.ini:
	* tools/Daemon/Daemon.dsw:
	* tools/Daemon/README:
	* tools/Daemon/DaemonController.cpp:
	* tools/Daemon/DaemonController.dsp:
	* tools/Daemon/controller_i.cpp:
	* tools/Daemon/controller_i.h:
	* tools/Daemon/controller_i.inl: Added new per-host CIAO_Daemon
	  implementaion which offer both ComponentInstallation interface
	  which manages the local component implementation cache, and
	  ServerActivator interface which the Assembly framework interacts
	  with to spawn new ComponentServer processes.  See the README
	  file in this directory and releasenotes.html for more details.

	  There's also a DaemonController tool which provides a command
	  line interface to control the daemon process and to interact
	  with ComponentInstallation and ServerActivation interfaces.

Sat Feb 15 22:54:11 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/CIAO_Server.dsp:
	* ciao/ComponentInstallation_Impl.cpp:
	* ciao/ComponentInstallation_Impl.h:
	* ciao/ComponentInstallation_Impl.inl: Filled in the
	  implementation for ComponentInstallation interface.  We
	  currently only provide a naive implemntation for this
	  interface.  It currently manages the pathnames to various
	  component implementations so a Container can fetch a
	  implementation from its UUID.

	* examples/handcrafted/Hello/hello_servants.dsp: Added CIAO_server
	  to the list of link libraries.   I need to move the base
	  container implementation from the CIAO_Server library to
	  CIAO_Container library.

Fri Feb 14 23:15:39 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/todo.html:  Added info on why the Assembly tools should
	  be responsible of the act of home registration.

	* ciao/Container_Impl.cpp:
	* ciao/ServerActivator_Impl.cpp:
	* ciao/ComponentServer_Impl.cpp: Changed the use of ACE_NEW_RETURN
	  to ACE_NEW_THROW_EX.

	* ciao/ComponentServer_Impl.h: Cosmetic changes.

	* examples/handcrafted/Hello/hello_servants.cpp:
	* examples/handcrafted/Hello/hello_servants.h: Fixed <unsubscribe>
	  signature based on RTF 1.1.

	* tools/ComponentServer/ComponentServer.cpp: Added comments
	  explaining why we are not init'ing the component server right
	  now.

	* tools/ServerActivator/README:
	* examples/handcrafted/Hello/client.cpp:
	* tools/ServerActivator/ServerActivator_test_client.cpp: Forced in
	  hack to test out installing the HelloWorldHome using the new
	  ServerActivator -> ComponentServer -> Container interfaces.

	* tools/Simple_Component_Server/Simple_Component_Server.cpp: Fix

Fri Feb 14 17:10:50 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/ConfigValues.html: Updated more supported ConfigValues types.

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

	* ciao/Client_init.cpp:
	* ciao/Server_init.cpp:
	* ciao/Client_init.h:
	* ciao/Server_init.h: Removed "ciao/" from the include paths.  We
	  now always include ciao core files as they are specified in the
	  include path directly.

	* ciao/CIAO_Server.dsp:
	* ciao/CIAO_Servers.idl:
	* ciao/ComponentServer_Impl.cpp:
	* ciao/ComponentServer_Impl.h:
	* ciao/ComponentServer_Impl.inl:
	* ciao/Container_Base.cpp:
	* ciao/Container_Base.h:
	* ciao/Container_Impl.cpp:
	* ciao/Container_Impl.h:
	* ciao/Container_Impl.inl:
	* ciao/Object_Set_T.cpp:
	* ciao/Object_Set_T.h:
	* ciao/Object_Set_T.inl:
	* ciao/ServerActivator_Impl.cpp:
	* ciao/ServerActivator_Impl.h:
	* ciao/ServerActivator_Impl.inl: Filled in more implementations.

	* tools/ServerActivator/README:
	* tools/ServerActivator/ServerActivator.cpp:
	* tools/ServerActivator/ServerActivator.dsp:
	* tools/ServerActivator/ServerActivator.dsw:
	* tools/ServerActivator/ServerActivator_test_client.cpp:
	* tools/ServerActivator/ServerActivator_test_client.dsp: Added a
	  ServerActivator implementation.

	* tools/ComponentServer/ComponentServer.cpp:
	* tools/ComponentServer/ComponentServer.dsp:
	* tools/ComponentServer/ComponentServer.dsw:
	* tools/ComponentServer/ComponentServer_test_client.cpp:
	* tools/ComponentServer/ComponentServer_test_client.dsp:
	* tools/ComponentServer/README: Added a more comprehensive
	  ComponentServer implementation.

Sun Feb 09 20:39:05 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/todo.html: Added more todo items as we go along. :)

	* ciao/Component_Base.idl:
	* ciao/CCM_Deployment.idl: Changed the create method in
	  ::Components::Deployment::AssemblyFactory to create_assembly per
	  CCM RTF 1.1.

	* ciao/Assembly_Impl.cpp:
	* ciao/Assembly_Impl.h:
	* ciao/Assembly_Impl.inl: CCM RTF 1.1 changes.  Also added other
	  test code in the file and explained how to create an Assembly
	  object.

	* ciao/CIAO_Core.mpc:
	* ciao/CIAO_Client.dsp:
	* ciao/CIAO_Server.dsp:
	* ciao/CIAO_Value.idl: Added a CIAO internal cookie valuetype so
	  we can downcast the incoming ::Components::Cookie back to CIAO's
	  internal implementation type CIAO::Cookie easily.  The original
	  "brute force cast" didn't work and CIAO::Cookie also provides a
	  way to fish out the internal octetseq we need internally.

	* ciao/Cookies.cpp:
	* ciao/Cookies.h:
	* ciao/Cookies.inl: Changed to inherit the internal cookie
	  implementation from OBV_CIAO::Cookie instead of
	  OBV_Components::Cookie.  Also changed the extract method to be
	  static.

	* ciao/Client_init.cpp: Added a new valuefactory to create
	  ::Components::Cookie valuetype when receiving CIAO::Cookie from
	  the server.  This should really be handled by supporting
	  truncatable valuetype in TAO.

	* docs/templates/CIAO_Glue_Session_Template.inl: Applied some of
	  the bug fixes from using Active Map and Cookie.  These template
	  files need to be reviewed further.

	* tests/temp/README:
	* tests/temp/assembly/README:
	* tests/temp/assembly/assembly.dsw:
	* tests/temp/assembly/client.cpp:
	* tests/temp/assembly/client.dsp:
	* tests/temp/assembly/control.idl:
	* tests/temp/assembly/control.mpc:
	* tests/temp/assembly/run_test.pl:
	* tests/temp/assembly/server.cpp:
	* tests/temp/assembly/server.dsp: Added this test to make sure the
	  demonstrate how to use AssemblyFactory and Assembly interface,
	  and the Assembly's are being managed properly.  More
	  importantly, I used this test to make sure the internal
	  implementation for Cookie and Active_Object_Map are working
	  correctly.

	* tools/XML_Helpers/Svcconf.dsp:
	* tools/XML_Helpers/Svcconf.dsw:
	* tools/XML_Helpers/Svcconf_Handler.cpp:
	* tools/XML_Helpers/Svcconf_Handler.h:
	* tools/XML_Helpers/Svcconf_Handler.i:
	* tools/XML_Helpers/main.cpp:
	* tools/XML_Helpers/svc.conf.xml: Added an example to demonstrate
	  how to write a subclass of Cascadable_DocHandler and how to use
	  the Skip_DocHandler.  Just so I won't forget how to use them.

Sat Feb 08 20:45:20 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/*: WiP intermediate checkins.

	* ciao/Object_Set_T.h:
	* ciao/Object_Set_T.cpp (object_in_set): Added a new method to
	  check if an object is already in the set or not.

Fri Feb 07 23:35:35 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/Object_Set_T.h:
	* ciao/Object_Set_T.i:
	* ciao/Object_Set_T.cpp: Added a naive implementation of an object
	  reference set.  It is naive because it simply keeps object
	  references in an objref_var array without checking for
	  duplication.  More importantly, it takes O(n) to to look for an
	  object reference and return it.  What we really need is a
	  thread-safe hash_set<> like class here.  Since this is mostly
	  used only during setup/assemble time for a CIAO application,
	  i.e., not on critical path, this class serves as a place holder
	  for later, more efficient implementation.

	  This new class is needed to support ServerActivator,
	  ComponentServer, and Container interface in
	  Components::Deployment module.

	* docs/ConfigVAlues.html: Added this new document page to record
	  what configuration values can be used to initialize
	  ComponentServer's and Container's.

	* docs/todo.html: Documented more future todo tasks and ideas.

Tue Feb 04 23:10:56 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/todo.html: Added a new item descirbing things that need to
	  be done for component/home configuration using CCM's XML
	  property files.

	* tools/XML_Helpers/Handler-Interaction.png:
	* tools/XML_Helpers/Handler-Interaction.vsd:
	* tools/XML_Helpers/README: Files that document how to use
	  Cascadable_DocHandler and interactions among handlers of
	  different layers.

	* tools/XML_Helpers/Cascadable_DocHandler.cpp:
	* tools/XML_Helpers/Cascadable_DocHandler.h:
	* tools/XML_Helpers/Cascadable_DocHandler.i: A
	  ACEXML_DefaultHandler subclass which can be easily cascaded
	  together to handle hierarchical XML document structure.  There
	  is also a Skip_DocHandler class which subclasses from
	  Cascadable_DocHandler and can be used to skip over some certain
	  XML tags completely.  These helper classes should probably be
	  collected under ACEXML in the future.

Sun Feb 02 21:05:39 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/Cookies.cpp (insert): Fixed a warning.

	* ciao/CCM_Base.idl: Changed to include <orb.idl> instead of <corba.pidl>.

	* ciao/CCM_Event.idl: Fixed a typo I put in last.

Sun Feb 02 15:23:26 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/XML/componentassembly.dtd:
	* docs/XML/corbacomponent.dtd:
	* docs/XML/properties.dtd:
	* docs/XML/softpkg.dtd: Updated these files with the ones from my
	  web page.  They are now in-sync with the latest RTF.

Wed Jan 29 13:27:01 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/DesignNotes:

          Added a list of items from the IDL compiler that need redesign and
          can perhaps be done incrementally in the CIDL compiler, and
          eventually integrated back into the IDL compiler.

Wed Jan 22 16:05:18 2003  Boris S Kolpackov  <boris@isis-server.isis.vanderbilt.edu>

	* CIDLC/DesignNotes: added some more ideas.

Wed Jan 22 13:54:12 2003  Boris S Kolpackov  <boris@isis-server.isis.vanderbilt.edu>

	* CIDLC/DesignNotes: added this file to capture and document CIDL
	  complier design ideas/decisions.

Tue Jan 21 16:20:44 2003  Boris S Kolpackov  <boris@isis-server.isis.vanderbilt.edu>

	* tools/CIDLC:
	* CIDLC: moved CIDLC directory one level up.

Mon Jan 13 15:23:09 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/templates/Executor.idl: Added meta-code for user-defined
	  oeprations, factory operations, and finder operations.

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl: Filled in the
	  rest of the CIDL generated Servant Glue code templates.

Mon Jan 13 11:18:37 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/Component_Base.idl:
	* ciao/CCM_Base.idl: Based on Components 1.1 RTF
	  Events::unsubscribe operations now return the unsubscribed
	  consumber object reference instead of void.

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl: Filled in most of
	  the operations for component servant.  Only opeations left
	  unimplemented include Events::get_*_publishers which I will
	  implement in the *_Context class later.

	  There are several other oeprations that throw NO_IMPLEMENT
	  exception or are no-op currently.  Missing them probably is okay
	  for now.  Next up, Home Servant template.

Mon Jan 13 00:27:03 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl: Filled in a great
	  more generated code.  This is almost done, finally.

	* docs/templates/CIAO_Glue_Session_Template.cpp:
	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl:
	* docs/templates/Executor.idl: Changed to lead template comments
	  with '##' instead of # to diffentiate them from preprocessor
	  directives that we should generate.

	* ciao/HomeRegistrar_i.inl:
	* ciao/HomeRegistrar_i.cpp: Fixed incorrect uses of exception macros.

	* ciao/Cookies.h:
	* ciao/Cookies.cpp: Added a new insert method which "encode" an
	  Active_Objref_Map key into the Cookie.

	* ciao/Container_Base.inl:
	* ciao/Container_Base.cpp:
	* ciao/Container_Base.h: Added a new get_objref method which
	  basically allow us to get the component reference using POA's
	  servant_to_reference operation.  Added a new inline file and
	  fixed some incorrect uses of exception macros.

	* ciao/Component_Base.idl:
	* ciao/CCM_Base.idl: Based on Components 1.1 RTF
	  Receptacles::disconnect operations now return the disconnected
	  object reference instead of void.

Fri Jan 10 12:03:00 2003  Boris S Kolpackov  <boris@isis-server.isis.vanderbilt.edu>

	* tools/CCIDL:
	* tools/CIDLC:
	* tools/CIDLC/README: Renamed CCIDL to CIDLC. Added some
	explanations about naming convention choosen for CIDL compiler.

Thu Jan 09 00:57:37 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/templates/cidl_template.cidl: Added an example CIDL file.

	* docs/templates/CIAO_Glue_Session_Template.h:
	* docs/templates/CIAO_Glue_Session_Template.inl:
	* docs/templates/CIAO_Glue_Session_Template.cpp: Added more
	  implementation code.

Wed Jan 08 16:48:28 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/templates/CIAO_Glue_Session_Template.h: Added the complete
	  list of operations that needs to be supported.  Next up, the
	  implementation templates.

	* ciao/Active_Objref_Map.cpp:
	* ciao/Active_Objref_Map.h: Defined a typedef called
	  CIAO::Active_Objref_Map for managing CORBA::Object_var's using
	  the ACE_Active_Map_Manager and instantiate the template.

	* ciao/Cookies.cpp:
	* ciao/Cookies.h: Added insertion/extraction of
	  ACE_Active_Map_Manager_Key operations.

Tue Jan 07 23:28:28 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/CIAO_common.h: Added a new file to collect common CIAO
	  macros.

	* ciao/CIAO_Component_i.cpp:
	* ciao/CIAO_Component_i.h: Removed.
	* ciao/Client_init.cpp:
	* ciao/Client_init.h:  The old CIAO_client_init in
	  CIAO_Component_i is now called Client_init under CIAO namespace.
	  This function initlializes the value factories for client side ORB.

	* ciao/Server_init.cpp:
	* ciao/Server_init.h: Added new function Server_init under CIAO
	  namespace to initialize server side value factories for server
	  side ORB.

	* ciao/Cookies.cpp:
	* ciao/Cookies.h:
	* ciao/Cookies.inl: Added server-side implementation of
	  Components::Cookie called CIAO::Map_Key_Cookie.  This
	  implementation is only used within the containers (i.e., server
	  side).  Client doesn't need to know how to interpret a Cookie.

	* ciao/Container_Base.h:
	* ciao/HomeRegistrar_i.h: Fixed various ACE-guideline conformity
	  problems.

	* ciao/CCM_Core.mpc:
	* ciao/CIAO_Client.dsp:
	* ciao/CIAO_Container.dsp:
	* ciao/CIAO_Server.dsp:
	* ciao/Makefile.client:
	* ciao/Makefile.container:
	* ciao/Makefile.server: Updated various makefiles/projects.

Tue Jan 07 07:48:02 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/Container_Base.cpp (install_servant): Changed to decrease
	  the refcount of servant by one to make sure servants get
	  "released" properly.

Fri Jan 03 11:27:12 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/templates/Executor.idl: This pseudo-meta IDL template file
	  summarizes the standard executor mapping and serves as a
	  template for CCIDL compiler.

Sun Dec 22 23:12:49 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/RateGen/RateGen.idl:
	* examples/handcrafted/Display/GPS/GPS.idl:
	* examples/handcrafted/Display/NavDisplay/NavDisplay.idl:
	* examples/handcrafted/Display/HUDisplay.idl:
	* examples/handcrafted/Display/Display.mpc: Added more files for
	  this multi-component example.

	The followings should go to the ChangeLog under $(ACE_ROOT)

	* bin/MakeProjectCreator/configs/ciao_client.mpc:
	* bin/MakeProjectCreator/configs/ciao_component.mpc:
	* bin/MakeProjectCreator/configs/ciao_server.mpc: Added libpaths
	  defintions.

Sat Dec 21 15:09:55 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* tools/Simple_Component_Server/Simple_Component_Server.dsp:
	* examples/handcrafted/Hello/run_test.pl: Changed to generate
	  Simple_Component_Server executable in the project directory.

	* examples/handcrafted/Hello/hello.mpc:
	* ciao/CCM_Core.mpc:
	* tools/Simple_Component_Server/Simple_Component_Server.mpc:
	  Created MPC specifications.

	The followings should go to the ChangeLog under $(ACE_ROOT)

	* bin/MakeProjectCreator/configs/ciao_client.mpc:
	* bin/MakeProjectCreator/configs/ciao_component.mpc:
	* bin/MakeProjectCreator/configs/ciao_server.mpc: Created MPC
	  templates for CIAO client, component implmentation, and server
	  tools.

Fri Dec 20 23:09:53 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/Makefile.server: Added HomeRegistrar.idl and
	  HomeRegistrar_i to the makefile.

	* tools/Simple_Component_Server/Makefile: Added a new makefile.

Fri Dec 20 20:32:53 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/CCM_Component.idl:
	* ciao/CCM_Container.idl:
	* ciao/Container_Base.cpp:
	* ciao/Makefile.client:
	* ciao/Makefile.container:
	* ciao/Makefile.server: Fixed compilation erros and Makefiles on
	  Linux.

Thu Dec 19 20:44:39 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Display/README:
	* examples/handcrafted/Display/Configuration-0.png: Added new
	  files explaining the purpose of the the new example and what it
	  will do.

Wed Dec 18 20:37:06 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Hello/run_test.pl: Added a script to
	  automate running this stuff.

	* examples/handcrafted/Hello/README: Replaced the reference to
	  CIAO_single_com_server to Simple_Component_Server.

Tue Dec 17 23:30:59 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* tools/CIAO_single_com_server/*:
	* tools/Simple_Component_Server/*: Changed the name of the simple
	  server from CIAO_single_com_server to Simple_Component_Server.
	  The original name didn't make too much sense at all.

Tue Dec 17 22:49:32 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/CIAO_Server.dsp:
	* ciao/HomeRegistrar.idl:
	* ciao/HomeRegistrar_i.{h,inl,cpp}: Added a NameService based
	  HomeFinder extension.  This interface defines the registration
	  operation, which is not defined in the CCM specification.  This
	  is part of the CIAO_Server library.

	* tools/CIAO_single_com_server/CIAO_single_com_server.cpp: Changed
	  to register installed components with the HomeRegistrar instead
	  of dumping the IOR into a file.  The only thing that gets dumped
	  into a file now is the IOR for the HomeFinder interface which
	  HomeRegistrar inherits.

	* examples/handecrafted/Hello/README: Added information on the
	  procedures one should follow to run this test.

	* examples/handcrafted/Hello/config: Updated the component server
	  config file to include the repo ids and canonical name for the
	  home.

	* examples/handcrafted/Hello/client.dsp:
	* examples/handcrafted/Hello/client.cpp: Changed to use acquire
	  the home object reference thru the HomeFinder interface, instead
	  of passing it in explicitly.

	* examples/handcrafted/Hello/hello.dsw:
	* examples/handcrafted/Hello/server.cpp:
	* examples/handcrafted/Hello/server.dsp: Removed server from the
	  workspace.  As we now have a true component server, we no longer
	  need a server process for this example.


Mon Dec 16 10:56:46 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* tools/CIAO_single_com_server/CIAO_single_com_server.cpp: Fixed
	  command line argument parsing problem.  We now process the
	  command line argument for ORB correctly.

Sun Dec 15 23:54:16 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* tools/CIAO_single_com_server/*: Added a new prototype component
	  server.  We can now run session components on a generic server
	  using a proprietary config file for component installation.

	* ciao/Container_Base.{h,cpp}: Fixed incorrect usage of ACE_DLL
	  where executor and servant Dlls got unloaded prematurely.

Wed Dec 11 14:39:08 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	  A lot have changed since last ChangeLog entry.  Most of the
	  changes are intermediate so I didn't even try to record them.

	* ciao/CCMCore.dsw:
	* ciao/CIAO_Container.dsp:
	* ciao/CIAO_Server.dsp: Moved Container_Base.* from CIAO_Container
	  library to CIAO_Server library.  These classes in Container_Base
	  are really run-time container management interfaces than
	  container interfaces themselves.

	* ciao/Container_Base.cpp:
	* ciao/Container_Base.h: Added _ciao_install_home which enable
	  installing a component home from relevant DLL named and entry
	  points.  We are not managing the lifecycle of DLL objects in the
	  implementation yet (we just never unlink DLL. :)  This will have
	  to be changed in the future.

	* examples/handcrafted/Hello/hello_servants.cpp:
	* examples/handcrafted/Hello/hello_servants.h: Added an entry
	  point "create_HelloWorld_Servant" so we can use the glue code
	  with the new "generic server."

	* examples/handcrafted/Hello/server.cpp:
	* examples/handcrafted/Hello/server.dsp: Reworked the server
	  implementation so that it is no longer tied to a specific
	  component implementation.  I.e., we can use the same server to
	  host any *one* component now.

	* examples/handcrafted/Hello/client.dsp: Added a missing link
	  directory.

Tue Nov 05 23:42:04 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* CCMCore.dsp:
	* CIAO_BaseC.cpp:
	* CIAO_BaseC.h:
	* CIAO_BaseC.i:
	* CIAO_ComponentC.cpp:
	* CIAO_ComponentC.h:
	* CIAO_ComponentC.i:
	* CIAO_ContainerC.cpp:
	* CIAO_ContainerC.h:
	* CIAO_ContainerC.i:
	* CIAO_Container_ExC.cpp:
	* CIAO_Container_ExC.h:
	* CIAO_Container_ExC.i:
	* CIAO_DeploymentC.cpp:
	* CIAO_DeploymentC.h:
	* CIAO_DeploymentC.i:
	* CIAO_EventC.cpp:
	* CIAO_EventC.h:
	* CIAO_EventC.i:
	* CIAO_TransactionC.cpp:
	* CIAO_TransactionC.h:
	* CIAO_TransactionC.i:
	* Component_BaseC.cpp:
	* Component_BaseC.h:
	* Component_BaseC.i:
	* Component_BaseS.cpp:
	* Component_BaseS.h:
	* Component_BaseS.i:
	* Component_BaseS_T.cpp:
	* Component_BaseS_T.h:
	* Component_BaseS_T.i:
	* CosPersistentStateC.cpp:
	* CosPersistentStateC.h:
	* CosPersistentStateC.i:
	* CosPersistentStateS.cpp:
	* CosPersistentStateS.h:
	* CosPersistentStateS.i:
	* CosPersistentStateS_T.cpp:
	* CosPersistentStateS_T.h:
	* CosPersistentStateS_T.i: Removed generated files.

	* CCMCore.dsw:
	* CIAO_CLIENT_Export.h:
	* CIAO_Client.dsp:
	* CIAO_Component.pidl:
	* CIAO_Container.dsp:
	* CIAO_Container_Export.h:
	* CIAO_SERVER_Export.h:
	* CIAO_Server.dsp:
	* README: Split up the CCM Core library into 3 libraries for clients,
	  component implementations, and component servers.

Thu Sep 26 15:20:13 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* ciao/CCMCore.dsp:
	* ciao/CIAO_Base.pidl:
	* ciao/CIAO_BaseC.cpp:
	* ciao/CIAO_BaseC.h:
	* ciao/CIAO_BaseC.i:
	* ciao/CIAO_Component.pidl:
	* ciao/CIAO_ComponentC.cpp:
	* ciao/CIAO_ComponentC.h:
	* ciao/CIAO_ComponentC.i:
	* ciao/CIAO_Container.pidl:
	* ciao/CIAO_ContainerC.cpp:
	* ciao/CIAO_ContainerC.h:
	* ciao/CIAO_ContainerC.i:
	* ciao/CIAO_Container_Ex.pidl:
	* ciao/CIAO_Container_ExC.cpp:
	* ciao/CIAO_Container_ExC.h:
	* ciao/CIAO_Container_ExC.i:
	* ciao/CIAO_Deployment.pidl:
	* ciao/CIAO_DeploymentC.cpp:
	* ciao/CIAO_DeploymentC.h:
	* ciao/CIAO_DeploymentC.i:
	* ciao/CIAO_Event.pidl:
	* ciao/CIAO_EventC.cpp:
	* ciao/CIAO_EventC.h:
	* ciao/CIAO_EventC.i:
	* ciao/CIAO_Transaction.pidl:
	* ciao/CIAO_TransactionC.cpp:
	* ciao/CIAO_TransactionC.h:
	* ciao/CIAO_TransactionC.i: Changed to split the component idl
	  file into severl smaller idl files.

	* ciao/Makefile: An empty place holder for now.

	* ciao/Version.h:
	* ciao/ciao.rc: Added version information files.

Thu Jul 18 22:14:59 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* examples/handcrafted/Philosophers/Philosophers.idl (Example):

Mon Jun 17 17:35:31 2002  Nanbor Wang  <nanbor@cs.wustl.edu>

	* docs/index.html:
	* docs/imgs/CCM.vsd:
	* docs/imgs/basic-container.png:
	* docs/imgs/component-basic.png:
	* docs/imgs/deployment.png:
	* docs/imgs/extended-container.png:
	* docs/imgs/home-config.png: Added CIAO documentation.