summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: bc7f2a197962827d2701c26ddd539707c0525737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
Mon Nov  3 17:29:58 2003  Boris Kolpackov  <boris@dre.vanderbilt.edu>

	* orbsvcs/examples/FaultTolerance/Makefile:
	* orbsvcs/examples/FaultTolerance/RolyPoly/CrashPoint.cpp:
	* orbsvcs/examples/FaultTolerance/RolyPoly/CrashPoint.h:
	* orbsvcs/examples/FaultTolerance/RolyPoly/Log.h:
	* orbsvcs/examples/FaultTolerance/RolyPoly/LogACE_RB_Tree.h:
	* orbsvcs/examples/FaultTolerance/RolyPoly/LogStdMap.h:
	* orbsvcs/examples/FaultTolerance/RolyPoly/Makefile:
	* orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.cpp:
	* orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.h:
	* orbsvcs/examples/FaultTolerance/RolyPoly/README:
	* orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp:
	* orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h:
	* orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly.idl:
	* orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly_i.cpp:
	* orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly_i.h:
	* orbsvcs/examples/FaultTolerance/RolyPoly/StateUpdate.h:
	* orbsvcs/examples/FaultTolerance/RolyPoly/client.cpp:
	* orbsvcs/examples/FaultTolerance/RolyPoly/server.cpp:

 	  RolyPoly is a simple example that shows how to increase 
	  application reliability by using replication to tolerate 
	  faults. See README for details.

Mon Nov  3 16:09:59 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:
          Don't check IOGR on tao_update_object_group.
          Find IORManipulator in prep. for fixing is_primary_.

        These changes were made in the oci_haft branch.

Mon Nov  3 10:17:06 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
          Add support to update group members' IOGRS.

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:
        * orbsvcs/orbsvcs/PortableGroup.idl:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.h:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
          Change method signature of tao_update_object_group.

        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp:
          Minor formatting change in object group id conversion to string.

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:
          Track Location of member in member structure.
          Distribute new IOGR to group members.
          Use 2-argument version of tao_update_object_group_method
          Temporary: dump IOGRs to files during IOGR distribution.

        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.h:
        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.cpp:
          Create fault detector for new group member.

        * orbsvcs/tests/FT_App/run_test_iogr.pl:
        * orbsvcs/tests/FT_App/run_test_registry.pl:
        * orbsvcs/tests/FT_App/run_test_rmregistry.pl:
          Use file:// IOR syntax to pass IOGR to client.


        * orbsvcs/tests/FT_App/FT_UnitTests.cpp:
        * orbsvcs/tests/FT_App/StubBatchConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp:
        * orbsvcs/tests/FT_App/StubFaultConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultNotifier.cpp:
        * orbsvcs/tests/FT_App/FT_Client.cpp:
        * orbsvcs/tests/FT_App/FT_Client_Unit.cpp:
        * orbsvcs/tests/FT_App/FT_Creator.h:
        * orbsvcs/tests/FT_App/FT_Creator.cpp:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_i.cpp:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp:
          Use ACE_CHECK macros correctly, now that I (think I) understand them.

        * tao/Object.cpp:
          Add additional diagnostic information to error message.

        These changes were made in the oci_haft branch.

Fri Oct 31 11:38:07 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
          Added type_id() to get the type id of an object group.
          Delegates to PortableGroup's PG_ObjectGroupManager.

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp:
          Use FT_ReplicationManager's type_id() method to get the type
          id of a failed object group so we can unregister factories by
          location and type.

        These changes were made in the oci_haft branch.

Fri Oct 31 10:14:22 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:

          Added a comment for Dale

        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp:

          Fix in the main trunk trunk never got moved to the branch.

          These changes are in oci_haft_branch. They haven't been compiled
          yet.

Thu Oct 30 10:08:11 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs\tests\FaultTolerance\IOGRManipulation\FaultTolerance_IOGRManipulation.mpc:
          Case sensitive file name: s/Messaging/messaging/.

        These changes were made in the oci_haft branch.

Wed Oct 29 18:20:12 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:

          Made a simple mistake while trying to look at the number of
          arguments.

          These changes were made in the oci_haft branch.

Wed Oct 29 13:52:36 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
          Support IOGR in create_object and add_member.

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
          unregister during fini.

        * orbsvcs/orbsvcs/FT_FaultDetectorFactory.idl:
          Define factory registration information for FaultDetectorFactory

        * orbsvcs/orbsvcs/FT_Replica.idl:
          Remove commented out GenericFactory declaration (it's in PortableGroup.idl)

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:
          Add debug messages.

        * orbsvcs/orbsvcs/PortableGroup.idl:
          Add interface TAO_UpdateObjectGroup for IOGR distribution.

        * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp:\
          Add a missing string_dup (ouch).

        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Map.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Map.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
          New files used by ReplicationManager to store object group information.
          Among other things, includes support for distributing updated IOGR via TAO_UpdateObjectGroup interface.

        * orbsvcs/tests/FT_App/FT_Client.cpp:
          Cosmetic changes.

        * orbsvcs/tests/FT_App/FT_TestReplica.idl:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.h:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
          Derive from TAO_UpdateObjectGroup
          Stub implemntation of TAO_UpdateObjectGroup

        * orbsvcs/tests/FT_App/run_test_basic.pl:
          Add dummy -ORBInitRef to prevent multicasting for ReplicationManager.

        * utils/catior/catior.cpp:
          Add partial support for TAG_GROUP and TAG_FT_PRIMARY

        These changes were made in the oci_haft branch.

Tue Oct 28 10:28;20 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/tests/FaultTolerance/IOGR/FaultTolerance_IOGR.mpc:
        Case sensitive file name showed up in scoreboard.

        These changes were made in the oci_haft branch.

Tue Oct 28 08:20:30 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/tests/FT_App/FT_ReplicationManagerController.cpp:
          Minor coding style changes.

        These changes were made in the oci_haft branch.

Fri Oct 24 14:42:39 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
          Fix logic error in shutdown that caused fini to be called twice.
          Implement set_primary using IORManipulator (not working, yet)
          add_member creates IOGR's (but not very well, so far)

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp:
          temporary patch for changed method name in RegistrationFactory

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
          Get FaultNotifier from ReplicationManager
          Register with ReplicationManager:FactoryRegistry

        * orbsvcs/Fault_Notifier/FT_Notifier_i.h:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
          Register with ReplicationManager

        * orbsvcs/orbsvcs/PortableGroup.idl:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
          fix spelling error s/criteron/criterion/

        * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp:
          Add a missing/needed CORBA::string_dup

        * orbsvcs/orbsvcs/PortableGroup/PG_Factory_Map.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Factory_Map.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Guard.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp:
          Fix race condition in managing factory creation ID.
          After fix, ObjectGroupManager assigns object group ids
          using full 64 bit PortableGroup::ObjectGroupId rather than
          relying on GenericFactory to assign them. Factory
          creation id is now a ObjectGroupId in an Any.

        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.cpp:
        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.h:
        * orbsvcs/tests/FT_App/FT_Creator.cpp:
        * orbsvcs/tests/FT_App/FT_Creator.h:
        * orbsvcs/tests/FT_App/FT_App.mpc:
          Dump intermediate IOGRs as members are added.
          split application main from ObjectGroupCreator object.

        * orbsvcs/tests/FT_App/run_test_detector.pl:
        * orbsvcs/tests/FT_App/run_test_fault_consumer.pl:
        * orbsvcs/tests/FT_App/run_test_registry.pl:
        * orbsvcs/tests/FT_App/run_test_replication_mgr.pl:
        * orbsvcs/tests/FT_App/run_test_rmregistry.pl:
          add message to indicate client vs infrastructure reinvocation
          switch to corbaloc addressing of ReplicationManager initial reference.

        * orbsvcs/tests/FT_App/run_test_rmnotifier.pl:
          new test: test notifier registration with replication manager
        * orbsvcs/tests/FT_App/run_test_iogr.pl:
          new test.  ft_create makes IOGRs

        These changes were made in the oci_haft branch.

Wed Oct 22 00:11:36 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/tests/FT_App/run_test_replication_mgr.pl:
          Modified command line of Replication Manager to use
          -ORBEndpoint option and of clients of the Replication
          Manager to use -ORBInitRef ReplicationManager=...

        These changes were made in the oci_haft branch.

Tue Oct 21 21:58:31 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
          The ReplicationManager now registers its IOR with the
          IORTable with the key-string "ReplicationManager" so clients
          can access it using resolve_initial_references() and
          something like:

          -ORBInitRef ReplicationManager=corbaloc::host:port/ReplicationManager

        These changes were made in the oci_haft branch.

Tue Oct 21 09:49:51 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
          Add FactoryRegistry to ReplicationManager
          remove obsolete create_test_iogr

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_i.cpp:
          add a few more info messages.

        * orbsvcs/orbsvcs/PortableGroup.idl:
        * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp:
          Modify FactoryRegistry interface to register factories by
          role, not by type

        * orbsvcs/tests/FT_App/FT_App.mpc:
          remove unneeded dependancies for ft_client. {ft_client is
          !NOT! JUnit.}

        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/tests/FT_App/FT_TestReplica.idl:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.h:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
        * orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp:
        * orbsvcs/tests/FT_App/StubFaultConsumer.cpp:
        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.h:
        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.cpp:
        * orbsvcs/tests/FT_App/run_test_notifier.pl:
        * orbsvcs/tests/FT_App/run_test_rmregistry.pl:
          Support the "roles" concept.  i.e. distinguish between the
          interface implemented by a replica (its type_id) and its
          capabilities and purpose (its role.)

        * orbsvcs/tests/FaultTolerance/IOGR/Client_i.h:
          add /**/ to pre.h and post.h includes

        These changes were made in the oci_haft branch.

Fri Oct 17 11:26:25 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
          Improved the implementation of the shutdown() operation.
          Instead of directly shutting down the ORB, it sets a quit
          flag that is returned by idle() the next time it is called
          from TAO::Utils::Server_Main<>::run().  That way, the
          Replication Manager shuts down in a nice clean fashion.

        * orbsvcs/tests/FT_App/FT_App.mpc:
        * orbsvcs/tests/FT_App/FT_ReplicationManagerController.cpp:
          Added a simple client to control the Replication Manager.
          Right now, all it can do is shut it down.

        * orbsvcs/tests/FT_App/run_test_replication_mgr.pl:
          Shut down the Replication Manager to cleanly end the test.

        These changes were made in the oci_haft branch.

Thu Oct 16 18:16:07 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.h:
          Extended the fault analysis logic to determine if the number
          of replicas has fallen below the minimum for the object
          group and to add new members (via the registered factories
          for the object group's type).

        These changes were made in the oci_haft branch.

Tue Oct 14 18:35:07 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.cpp:
          Use FactoryRegistry in ReplicationManager if available.

        * orbsvcs/tests/FT_App/FactoryRegistry_i.cpp:
        * orbsvcs/tests/FT_App/FactoryRegistry_i.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h:
          Move and rename from FT_APP to PortableGroup

        * orbsvcs/tests/FT_App/FTAPP_FactoryRegistry_Main.cpp:
          Use FactoryRegistry from PortableGroup

        * orbsvcs/tests/FT_App/FT_App.mpc:
          remove FactoryRegistry_i.cpp

        * orbsvcs/tests/FT_App/run_test_registry.pl:
          new unit test using ReplicationManager as FactoryRegistry

Tue Oct 14 18:30:45 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
          Removed some useless debugging statements.

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.h:
          Added fault analysis logic to determine if the failed
          object was the primary member of its object group.

        * orbsvcs/tests/FT_App/run_test_fault_consumer.pl:
        * orbsvcs/tests/FT_App/run_test_replication_mgr.pl:
          Fixed scripts to use new command line syntax.

        These changes were made in the oci_haft branch.

Tue Oct 14 15:21:19 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.cpp:
        * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.h:
          change command line option that specify multiple
          eliminate read_ior_file.  Expect file:// ior on command line instead.

        These changes were made in the oci_haft branch.

Tue Oct 14 13:52:18 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.h:
        * orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.h:

          Added an abstract FT_FaultAnalyzer class to provide an
          interface for validating and analyzing fault events from the
          FaultNotifier.  Created two implementations of the fault
          analyzer.  The "default" FaultAnalyzer is a no-op.  The
          ReplicationManager uses the FT_ReplicationManagerFaultAnalyzer.
          A Fault Analyzer is created by the "application" (e.g., the
          Replication Manager) and provided to the FT_FaultConsumer
          during its initialization.  Then, the Fault Consumer calls
          the Fault Analyzer to validate and analyze each fault event
          that arrives from the Fault Notifier.  Thus, the
          responsibilities for receiving faults and analyzing faults
          are separated, and different implementations of fault
          analysis are possible.

        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc:
        * orbsvcs/tests/FT_App/FT_App.mpc:
        * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.cpp:
          Integrate use of FaultAnalyzer.
          Removed readIORFile() and create_test_iogr() functions.

        * orbsvcs/orbsvcs/FT_ReplicationManager.idl:
          Minor reformatting for better readability.

        * orbsvcs/tests/FT_App/FT_UnitTests.cpp:
          Commented out use of create_test_iogr() on Replication
          Manager.

        * orbsvcs/tests/FT_App/run_test_replication_mgr.pl:
          Use file:// syntax for FaultNotifier's IOR on Replication
          Manager's command line.

        * orbsvcs/tests/FT_App/run_test_fault_consumer.pl:
          Put this script back to the way it was before it used the
          file:// syntax on the FaultConsumer's command line.  Still
          need to get rid of readIORFile() there and use
          string_to_object() properly.

        These changes were made in the oci_haft branch.

Tue Oct 14 11:33:13 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
          Add stub implementation for get_factory_registry

        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.cpp:
        * orbsvcs/tests/FT_App/run_test_registry.pl:
          fix tabs and spaces warning from previous check in

        These changes were made in the oci_haft branch.

Tue Oct 14 10:22:13 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/orbsvcs/FT_ReplicationManager.idl:
          remove the unneeded create_test_iogr method
          add get_factory_registry method
          syntax error: s/void oneway/oneway void/ shutdown

        * orbsvcs/tests/FT_App/FT_Client.cpp:
          eliminate use of Tao/examples/Simple.. stuff
          + common changes below

        * orbsvcs/tests/FT_App/StubFaultNotifier.h:
        * orbsvcs/tests/FT_App/StubFaultNotifier.cpp:
          explicit FaultNotifier type in criteria's any.
          + common changes below

        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.h:
        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.cpp:
          add -k command line option: -k type_id unregisters all factories for type_id
          if -f <factory registry> option is not specified,
            use resolve_initial_references("ReplicationManager") to find either
            a factory registry or a replication manager from which a factory registry
            can be retrieved.
          + common changes below

        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
        * orbsvcs/tests/FT_App/StubFaultAnalyzer.h:
        * orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp:
          common changes =
          change command line option that specify multiple
            iors from -f a,b,c to -f a -f b -f c
          eliminate read_ior_file.  Expect file:// ior on command line instead.

        * orbsvcs/tests/FT_App/run_test_basic.pl:
        * orbsvcs/tests/FT_App/run_test_detector.pl:
        * orbsvcs/tests/FT_App/run_test_fault_consumer.pl:
        * orbsvcs/tests/FT_App/run_test_notifier.pl:
        * orbsvcs/tests/FT_App/run_test_registry.pl:
          Change command line options to use the //file: ior syntax when necessary.
          Pass the factoryregistry in as a pseudo replication manager

        These changes were made in the oci_haft branch.

Mon Oct 13 11:37:03 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/orbsvcs/FT_ReplicationManager.idl:
          Added a TAO-specific shutdown() operation to the Replication
          Manager's interface.

        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
          Continued working on integration of FT_FaultConsumer with
          the Replication Manager.  Made several improvements to
          initializtion and finalization code.  Implemented
          TAO-specific shutdown() operation on Replication Manager.

        * orbsvcs/tests/FT_App/run_test_replication_mgr.pl:
          Added this unit test (still in work).

        These changes were made in the oci_haft branch.

Fri Oct 10 17:19:03 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc:
          More clean up of Replication Manager code.
          Initial integration of FT_FaultConsumer into Replication Manager.

        These changes were made in the oci_haft branch.

Fri Oct 10 13:58:04 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h:
        * orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.h:
          Added more fault analysis logic.

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager_Main.cpp:
          Updated to conform to ACE guidelines and new Server_Main.
          Still in progress.

        * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.cpp:
        * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.h:
          Minor code cleanup.

        These changes were made in the oci_haft branch.

Fri Oct 10 12:09:39 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
          Use ACE MUTEX macros.
          Avoid the evil _this().
          Use auto_ptr<>.

        * orbsvcs/Fault_Notifier/FT_Notifier_i.h:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
          Use ACE MUTEX macros.
          Avoid the evil _this().

        * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Decoder.h:
          Contrary to my comment, it is necessary to check status after find fails.
          Remove the comment; add the status check.

        * orbsvcs/tests/FT_App/FT_App.mpc:
          Rename *Config project to *Creator

        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.h:
        * orbsvcs/tests/FT_App/TAO_Object_Group_Creator.cpp:
          New files replace StubConfig.cpp

        * orbsvcs/tests/FT_App/StubConfig.cpp:
          Removed

        * orbsvcs/tests/FT_App/FT_Client.cpp:
          Add a temporary hack to make the process containing TestReplicas go away sooner.  Otherwise the test
          timed out waiting for the TestReplicaFactory to notice it was idle.

        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.h:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
          Add support for location and type_id.
          Register the factory (or factories!) with the FactoryRegistry.

        * orbsvcs/tests/FT_App/FactoryRegistry_i.h:
        * orbsvcs/tests/FT_App/FactoryRegistry_i.cpp:
          Exit cleanly.  Use _remove_ref() to determine when we're really gone.
          Add additional logging.

        * orbsvcs/tests/FT_App/run_test_registry.pl:
          Test is working.

        * orbsvcs/tests/FT_App/testscript:
          Shorten sleep to make the test run faster


        * tao/Utils/ServantMain.h:
        * tao/Utils/ServantMain.cpp:
          RIP: No remaining users.
          Removed these files.

        * orbsvcs/tests/FT_App/StubBatchConsumer.h:
        * orbsvcs/tests/FT_App/StubBatchConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultConsumer.h:
        * orbsvcs/tests/FT_App/StubFaultConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultNotifier.cpp:
          Ongoing work on conforming to ACE coding conventions.

        These changes were made in the oci_haft branch.

Thu Oct  9 14:26:48 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup.idl:
          Added a TAO-specific get_object_group_ref_from_id()
          operation to PortableGroup::ObjectGroupManager.
          This operation will be needed by the FT_ReplicationManager
          to lookup the ObjectGroup reference from the ObjectGroupId
          that it receives in a fault report.  This operation may
          be generally useful to other services, as well.

          Also changed TagGroupTaggedComponent member
          "component_version" to "group_version" to match the
          following specs:
          - Load Balancing joint submission (mars/02-10-14)
          - Unreliabe Multicast final adopted spec (ptc/01-11-08)
          - Data Parallel CORBA final adopted spec (ptc/01-11-09)

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.h:
          Added implementation of TAO-specific
          get_object_group_ref_from_id() operation that delegates to
          the underlying PortableGroup ObjectGroupManager
          implementation.

        * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp:
          Use "group_version" instead of "component_version".

        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h:
          Implemented TAO-specific get_object_group_ref_from_id()
          operation.
          Also, changed "component_version" to "group_version".

        * orbsvcs/orbsvcs/PortableGroup/PG_Utils.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.cpp:
        * orbsvcs/tests/FaultTolerance/IOGRManipulation/IOGRTest.cpp:
          Changed "component_version" to "group_version".

        * orbsvcs/tests/FaultTolerance/IOGR/FaultTolerance_IOGR.mpc:
          Added portablegroup and Messaging base projects.

        * orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp:
          Changed "version" to "group_version" and "ft_domain_id" to
          "group_domain_id" to match names of members of
          PortableGroup::TagGroupTaggedComponent IDL struct.

        These changes were made in the oci_haft branch.

Thu Oct  9 14:24:47 2003  Steve Totten  <totten_s@ociweb.com>

        Applied the following changes on behalf of
        Curt Hibbs <hibbs_c@ociweb.com>:

        * orbsvcs/tests/FT_App/FT_UnitTests.cpp:
        * orbsvcs/tests/FT_App/FT_UnitTests.h:
          Made changes to use FT_ReplicaFactory to populate the FactoryInfos
          for unit testing.

        * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
          Fixed a bug in validating properties when creating groups.

        These changes were made in the oci_haft branch.

Wed Oct  8 13:59:40 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h:
          Added some initial fault analysis logic.

        * orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.h:
          Added a new helper class for fault analysis.

        * orbsvcs/tests/FT_App/FTApp_FaultConsumer_Main.cpp:
        * orbsvcs/tests/FT_App/FT_App.mpc:
        * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.cpp:
        * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.h:
        * orbsvcs/tests/FT_App/run_test_fault_consumer.pl:
          Updated to work with new TAO::Utils::Server_Main<> framework.

        These changes were made in the oci_haft branch.

Tue Oct  7 16:47:50 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/tests/FT_App/FT_App.mpc:
          add *Config project

        * orbsvcs/tests/FT_App/StubConfig.cpp:
          New file that drives the unit test for FactoryRegistry.

        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
          Register with FactoryRegistry.
          New command line options -l location -i type_id

        * orbsvcs/tests/FT_App/FactoryRegistry_i.h:
        * orbsvcs/tests/FT_App/FactoryRegistry_i.cpp:
          FactoryRegistry is working.

        * orbsvcs/tests/FT_App/run_test_registry.pl:
          Unit test for factory registry.

        * orbsvcs/tests/FT_App/run_test_detector.pl:
          Add new command line options for ReplicaFactory

        * orbsvcs/tests/FT_App/StubFaultNotifier.cpp:
        * orbsvcs/tests/FT_App/StubFaultNotifier.h:
          Conform to ACE coding conventions. No functional changes.

        These changes were made in the oci_haft branch.

Tues Oct  7 08:44:52 2003  Dale Wilson  <wilson_d@ociweb.com>

        * tao/Utils/Server_Main.h:
        * tao/Utils/Server_Main.cpp:
          New files: Rename ServantMain.
          Eliminate use of TAO_ORB_Manager.
          Improve shutdown process.
          ServantMain wll be retired as soon as the switch-over is complete.

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_Main.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_i.h:
        * orbsvcs/Fault_Detector/Fault_Detector_i.cpp:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.h:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
        * orbsvcs/Fault_Notifier/Fault_Notifier_Main.cpp:
        * orbsvcs/tests/FT_App/FTAPP_FactoryRegistry_Main.cpp:
        * orbsvcs/tests/FT_App/FTAPP_Notifier_Main.cpp:
        * orbsvcs/tests/FT_App/FTApp_Analyzer_Main.cpp:
        * orbsvcs/tests/FT_App/FT_Client.cpp:
        * orbsvcs/tests/FT_App/FT_Replica.cpp:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.h:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
        * orbsvcs/tests/FT_App/FactoryRegistry_i.h:
        * orbsvcs/tests/FT_App/FactoryRegistry_i.cpp:
        * orbsvcs/tests/FT_App/StubBatchConsumer.h:
        * orbsvcs/tests/FT_App/StubBatchConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultAnalyzer.h:
        * orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp:
        * orbsvcs/tests/FT_App/StubFaultConsumer.h:
        * orbsvcs/tests/FT_App/StubFaultConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultNotifier.h:
        * orbsvcs/tests/FT_App/StubFaultNotifier.cpp:
          Switch from ServantMain to Server_Main
          Respond to style issues raised during code review and Bala's @@ notes.
          Fix shutdown race condition that caused unit test failures.

        * orbsvcs/tests/FT_App/run_test_notifier.pl:
          Reduce the timeouts for processes that we "know" will be gone.
          It makes the test fail faster when something goes wrong.

        * orbsvcs/tests/FT_App/FT_App.mpc:
          Add run_test_basic.pl as a documentation file.
          Remove redundant comments.

        These changes were made in the oci_haft branch.

Mon Oct  6 17:18:30 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

    * orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp:

      Improper copy from the main trunk here.

    * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:

      Fixed a wrong delete that cuased the ORB to crash.

Thu Oct  2 15:12:50 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/tests/FT_App/lReplicationManagerFaultConsumerAdapter.h:

          Removed trailing spaces after previous commit.

        These changes were made in the oci_haft branch.

Thu Oct  2 14:21:13 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h:
          Added accessors for the consumer's object reference and the
          number of notifications it has received.  This is partially
          to support testing and may be removed later (though they are
          low impact).

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
          Cosmetic code changes to match ACE guidelines.

        * orbsvcs/tests/FT_App/FTApp_FaultConsumer_Main.cpp:
        * orbsvcs/tests/FT_App/FT_App.mpc:
        * orbsvcs/tests/FT_App/run_test_fault_consumer.pl:

          Modifications to the test to make it work like other unit
          tests in this directory:
          - The Main is now very short and uses TAO::Utils::ServantMain<>.
          - Wrapped the FT_ReplicationManager's FT_FaultConsumer in an
            "adapter" class (ReplicationManagerFaultConsumerAdapter)
            which is test-framework savvy (so the consumer class doesn't
            have to be).
          - Modified the test script to be like the others.

        * orbsvcs/tests/FT_App/lReplicationManagerFaultConsumerAdapter.cpp:
        * orbsvcs/tests/FT_App/lReplicationManagerFaultConsumerAdapter.h:

          Added these two files as part of the changes described above.

        These changes were made in the oci_haft branch.

Thu Oct  2 11:23:02 2003  Curt Hibbs  <hibbs_c@ociweb.com>

        * TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager_Main.cpp:
        * TAO/orbsvcs/tests/FT_App/FT_Client_Unit.cpp:
        * TAO/orbsvcs/tests/FT_App/FT_UnitTests.cpp:
        * TAO/orbsvcs/tests/FT_App/FT_UnitTests.h:
          Minor style and name changes to make the code following the
          ACE guidelines.

        These changes were made in the oci_haft branch.

Wed Oct  1 08:12:32 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp:
          Minor cleanup of code that gets the IORManipulation object.

        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h:
          Added TAO::FT_FaultConsumer class.  The FT_FaultConsumer
          will be used by the Replication Manager to subscribe to the
          Fault Notifier and process fault reports.  Just a stub
          implementation right now.

        * orbsvcs/tests/FT_App/FTApp_FaultConsumer_Main.cpp:
        * orbsvcs/tests/FT_App/run_test_fault_consumer.pl:
          Added the beginnings of a unit test for the FT_FaultConsumer.

        * orbsvcs/tests/FT_App/FT_App.mpc:
          Added project to build FT_FaultConsumer unit test.

        These changes were made in the oci_haft branch.

Tue Sep 30 16:31:12 2003  Curt Hibbs  <hibbs_c@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Decoder.cpp:
        * orbsvcs/tests/FT_App/FT_UnitTests.cpp:
          Minor changes to correct the way properties were being constructed
          and extracted.

        These changes were made in the oci_haft branch.

Tue Sep 30 15:58:42 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Detector/Fault_Detector_i.cpp:
          New into a var rather than into a pointer that gets assigned to the var later.

        * orbsvcs/tests/FT_App/FTAPP_FactoryRegistry_Main.cpp:
        * orbsvcs/tests/FT_App/FactoryRegistry_i.h:
        * orbsvcs/tests/FT_App/FactoryRegistry_i.cpp:
        * orbsvcs/tests/FT_App/run_test_registry.pl:
          New files: First implementation of FactoryRegistry interface (not working, yet.)

        * orbsvcs/tests/FT_App/FT_App.mpc:
          Add project for FactoryRegistry

        * orbsvcs/tests/FT_App/README:
          Mention FactoryRegistry in documentation.

        * orbsvcs/tests/FT_App/FT_TestReplica_i.h:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
        * orbsvcs/tests/FT_App/FT_Client.cpp:
        * orbsvcs/tests/FT_App/StubBatchConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp:
        * orbsvcs/tests/FT_App/StubFaultConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultNotifier.h:
          Minor changes to make these more ACE-like.

Tue Sep 30 11:45:49 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/tests/FaultTolerance/Replay_Reply/Server_Request_Interceptor.cpp:

          The send_reply () method now uses generic ways to marshall the
          value inside an Any into the CDR stream. This now uses the
          undocumented marshal_value () in Any_Impl class.

Mon Sep 29 18:55:08 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/tests/FaultTolerance/Replay_Reply:

          A new test for the feature mentioned below.

Mon Sep 29 18:39:05 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

          A temporary hack for Boris to keep progressing. The aim of this
          hack in the branch is to add a propreietary interception
          point. This is what this checkin is all about

          - Added a new interception point, tao_ft_interception_point ()
            on the server side.

          - This will be called on the server even before the
            receive_request_service_context () is called

          - The server can use this interception point to send back a
            reply without dispatching it to the object.

        * tao/PortableInterceptor.pidl:
        * tao/PortableInterceptorC.h: Added the new interception point. A
          default implementation is provided, so that application
          developers don't need to implement the proprietary interception
          point.

        * tao/TAO_Server_Request.cpp:
        * tao/TAO_Server_Request.h:
        * tao/TAO_Server_Request.i: Added a new method which will be used
          to send cached replies back to the client.

        * tao/PortableServer/Object_Adapter.cpp: Called the proprietary
          interception point.

        * tao/PortableServer/ServerInterceptorAdapter.cpp:
        * tao/PortableServer/ServerInterceptorAdapter.h:  Added the first
          interception point to be the tao's proprietary interception
          point.

          This shouldn't be needed once we merge in 1369. But till then we
          may need this hack.

Mon Sep 29 18:19:51 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/PG_Utils.cpp:
          Fixed compilation error in VC++ 6.0 involving re-use
          of 'i' as a for loop control variable.

Mon Sep 29 16:15:55 2003  Curt Hibbs  <hibbs_c@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_Property_Validator.cpp:
        * orbsvcs/FT_ReplicationManager/FT_Property_Validator.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager_Main.cpp:
        * orbsvcs/orbsvcs/FTORB.mpc:
        * orbsvcs/orbsvcs/FT_CORBA.idl:
        * orbsvcs/orbsvcs/FT_CORBA_ORB.idl:
        * orbsvcs/orbsvcs/FT_ReplicationManager.idl:
        * orbsvcs/orbsvcs/FaultTolerance.mpc:
        * orbsvcs/orbsvcs/PortableGroup.idl:
        * orbsvcs/orbsvcs/PortableGroup.mpc:
        * orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_conf.h:
          TagFTGroupTaggedComponent was previously moved to Portablegroups
          as  TagGroupTaggedComponent, but was never removed from
          FT_CORBA_ORB.idl.   Consequently, some code was using the
          PortableGroup version and some code was using the FT
          version. This removes the FT version and changes all code that
          referenced it to now use the PortableGroup version.

        * orbsvcs/tests/FT_App/FT_App.mpc:
        * orbsvcs/tests/FT_App/FT_Client_Unit.cpp:
        * orbsvcs/tests/FT_App/FT_UnitTests.cpp:
          The Replication Manager's unit tests were removed from the FT test
          App and moved into its own module.

        These changes were made in the oci_haft branch.

Mon Sep 29 07:22:35 2003  Curt Hibbs  <hibbs_c@ociweb.com>

        * CIAO/CIDLC/cidlc.vcproj:
        * CIAO/CIDLC/parser_examples/cidl/cidl.vcproj:
        * CIAO/CIDLC/parser_examples/cidl/idl2.vcproj:
        * CIAO/CIDLC/parser_examples/cidl/idl3.vcproj:
          Removed generated files that should not have been checked in.

        These changes were made in the oci_haft branch.

Fri Sep 26 19:31:11 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

  * orbsvcs/orbsvcs/PortableGroup/PG_Utils.cpp (TAO):
  * orbsvcs/orbsvcs/PortableGroup/PG_Utils.h: Moved group reference
    manipulation functions to a new file which will be used within
    the PortableGroup.

  * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp
  * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp:
  * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h:
  * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroup_Map.cpp:
  * orbsvcs/orbsvcs/PortableGroup/PG_Property_Utils.cpp: Removed
    dependency on the FT library which was unnecessary in the first
    place.

    Fixed warnings and errors with g++ builds.

Thu Sep 25 16:08:35 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
          Change quit on idle to avoid quiting if startup takes too long

        * orbsvcs/tests/FT_App/FT_App.mpc:
          Derive client from orbsvcsexe to support includes from TAO/orbsvcs
          Remove FT_UnitTests from FT_Client.  Unit tests should have their own exe.

        * orbsvcs/tests/FT_App/FT_Client.cpp:
          Roll back client to before unit tests were added.

        * orbsvcs/tests/FT_App/FT_Client_Unit.cpp:
          Capture Client code including unit tests (not working)

        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.h:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
          Convert stand alone test replica to GenericFactory<TestReplica>

        * orbsvcs/tests/FT_App/StubFaultConsumer.cpp:
          remove annoying "todo".  It's good enough as-is.

        * orbsvcs/tests/FT_App/run_test_detector.pl:
        * orbsvcs/tests/FT_App/run_test_notifier.pl:
          Use new -t option for FT_Replica  (GenericFactory test mode.)

        These changes were made in the oci_haft branch.

Wed Sep 24 17:05:00 2003  Curt Hibbs  <hibbs_c@ociweb.com>

        * orbsvcs/LoadBalancer/LoadBalancer.mpc:
          Added dependency on iormanip to eliminate link errors.

        * orbsvcs/orbsvcs/LoadBalancing/LB_Random.cpp:
          Explicitly cast the intentional conversion of an int to
          a float to eliminate a compiler warning on VC++ 7.1.

        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp:

        * tao/Utils/Utils.mpc:
          Added dependency on portableserver to eliminate link errors.

        * orbsvcs/orbsvcs/FTORB.mpc:
        * orbsvcs/orbsvcs/FT_CORBA_ORB.idl:
          Temporarily reverted to TagFTGroupTaggedComponent (which duplicates
          TagGroupTaggedComponent) because it causes a circular dependency
          problem. Will reinstate this change later.

        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp:
          Explicitly cast to ULong to eliminate compiler warning on VC++ 7.

        These changes were made in the oci_haft branch.

Wed Sep 24 11:41:48 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

  * orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp:

    #included FT_IOGR_Property.h to get the test compling.

Tue Sep 23 21:30:00 2003  Curt Hibbs  <hibbs_c@ociweb.com>

        * orbsvcs/orbsvcs/CosLoadBalancing.mpc:
        * orbsvcs/orbsvcs/FTORB.mpc:
        * orbsvcs/tests/FaultTolerance/IOGRManipulation/FaultTolerance_IOGRManipulation.mpc:
        * orbsvcs/orbsvcs/PortableGroup.mpc:
          Changed to eliminate link errors.

        * orbsvcs/orbsvcs/FT_CORBA_ORB.idl:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Factory_Set.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Guard.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Group_Guard.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroup_Map.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroup_Map.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Property_Utils.cpp:
          TagFTGroupTaggedComponent was previously moved to Portablegroups
    as  TagGroupTaggedComponent, but was never removed from
    FT_CORBA_ORB.idl.   Consequently, some code was using the
    PortableGroup version and some code was using the FT
    version. This removes the FT version and changes all code that
    referenced it to now use the PortableGroup version.

        * orbsvcs/tests/FT_App/FT_Client.cpp:
        * orbsvcs/tests/FT_App/FT_UnitTests.cpp:
        * orbsvcs/tests/FaultTolerance/IOGRManipulation/IOGRTest.cpp:
          Changed to eliminate compile errors due to merging changes.

        These changes were made in the oci_haft branch.

Tue Sep 23 17:19:48 2003  Steve Totten  <totten_s@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc:
        * orbsvcs/Fault_Detector/Fault_Detector.mpc:
        * orbsvcs/Fault_Notifier/Fault_Notifier.mpc:
    Added inheritance from orbsvcsexe base project to resolve
    include path problems.

        * orbsvcs/orbsvcs/FaultTolerance.mpc:
          Manipulated the SourceFiles list to resolve some link errors.

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.h:
          Changed forward declaration of IOP::ServiceContext to quiet
    compiler warnings on VC++ 6.0.

Tue Sep 23 17:03:40 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/tests/FT_App/FT_App.mpc:
          fix mpc->include path to find TAO/orbsvcs/orbsvcs/* stuff

        * orbsvcs/tests/FT_App/FT_Replica.cpp:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.h:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
        * orbsvcs/tests/FT_App/StubFaultConsumer.h:
          finish code (still untested) for ReplicaFactory.

        * tao/Utils/ServantMain.h:
          fix documentation

        These changes were made in the oci_haft branch.

Mon Sep 22 18:26:42 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp: The
    set_component () created problems if we don't send a constant
    version of TAO_Tagged_Components.

Mon Sep 22 17:42:23 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/test/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/test/FT_App/FT_ReplicaFactory_i.h:
        * orbsvcs/test/FT_App/FT_ReplicaFactory_i.cpp:
        * orbsvcs/test/FT_App/FT_Replica.cpp:
          Implement GenericFactory to create test replicas.

          These changes were made in the oci_haft branch.

Mon Sep 22 17:05:31 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Notifier/Fault_Notifier.mpc:
          Fixing some library dependancies.  Nothing significant.

          These changes were made in the oci_haft branch.

Sat Sep 20 16:46:29 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp:
          Added explicit template specifications.

        * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h: Added
          exception specification for  get_tagged_components ().

        * orbsvcs/tests/FaultTolerance/IOGRManipulation/IOGRTest.cpp:
          Test for get_tagged_components () added.

Fri Sep 19 20:02:13 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.h: Did a 20000 feet level
          code review and left comments for OCI folks. More needs to be
          done.

        * orbsvcs/orbsvcs/Makefile.CosLoadBalancing:
        * orbsvcs/orbsvcs/Makefile.PortableGroup: Added an -I for the IDL
          compiler to include orbsvcs

        * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroup_Map.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Property_Utils.cpp: Fixed
          compilation errors and unused variable warnings with g++.

Fri Sep 19 19:49:11 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.h:
          Server interceptors for the FTORB. This interceptor does the
          following at present

          - Checks the IOGR version of the incoming message and does what
            is specified in the FTCORBA spec

          - Checks for the special operation that we will have the RM send
            us to udate the IOGR and the version information.

          We need an operation to find out whether the replica is a
          primary or not and take required action.

        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h:
          Moved all the interceptors to be in TAO namespace. We now have
          the retention id implemented properly. We now

          - on an outgoing operation, we generate a new retention id and
            stick it in the TSS

          - once a reply is received we clear it off the TSS

          - if a forward location happens we reuse the one form TSS.

        * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h: Changes
          requested by Curt Hibbs, which was to get the group information
          from within a IOGR.

        * orbsvcs/orbsvcs/FaultTolerance/FT_ORBInitializer.cpp: Installed
          server interceptors.

        * orbsvcs/orbsvcs/Makefile.FTORB: Added the
          ServerRequestInterceptor to the Makefile.

Fri Sep 19 16:29:42 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
          Reuse fault detector IDs.  Previously the vector of detectors was
          allowed to grow indefinately.  Now unused slots are located and reused.

        These changes were made in the oci_haft branch.

Fri Sep 19 13:50:09 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs\FT_ReplicationManager\FT_ReplicationManager.cpp:
        * orbsvcs\FT_ReplicationManager\FT_ReplicationManager.h:
          Added new includes needed because of changes made to reduce
          include dependancies in the HEAD branch.

        These changes were made in the oci_haft branch.

Thu Sep 18 12:20:48 2003  Dale Wilson  <wilson_d@ociweb.com>

        Continue merge HEAD->oci_haft_branch, and

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_Main.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_i.h:
        * orbsvcs/Fault_Detector/Fault_Detector_i.cpp:

        * orbsvcs/Fault_Notifier/FT_Notifier_i.h:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
        * orbsvcs/Fault_Notifier/Fault_Notifier_Main.cpp:

        * orbsvcs/orbsvcs/FT_FaultDetectorFactory.idl:

        * tao/Utils/ServantMain.cpp
        * tao/Utils/ServantMain.h

          Change fault detector and fault notifier to use ServantMain.
          These changes were made in the oci_haft branch.

Wed Sep 18 11:30:00 2003  Curt Hibbs  <hibbs_c@ociweb.com>

        * orbsvcs/FT_ReplicationManager/FT_Property_Validator.cpp:
        * orbsvcs/FT_ReplicationManager/FT_Property_Validator.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager_Main.cpp:
        * orbsvcs/FT_ReplicationManager/README:
        * orbsvcs/orbsvcs/FT_ReplicationManager.idl:
    These files were added as part of the initial check in of
    Replication Manager implementation.

        * orbsvcs\orbsvcs\FT_CORBA.idl:
        * orbsvcs\orbsvcs\FaultTolerance.mpc:
        * orbsvcs\orbsvcs\PortableGroup\PG_Default_Property_Validator.cpp:
        * orbsvcs\orbsvcs\PortableGroup\PG_Default_Property_Validator.h:
        * orbsvcs\orbsvcs\PortableGroup\PG_Factory_Set.h:
        * orbsvcs\orbsvcs\PortableGroup\PG_GenericFactory.cpp:
        * orbsvcs\orbsvcs\PortableGroup\PG_GenericFactory.h:
        * orbsvcs\orbsvcs\PortableGroup\PG_Group_Guard.cpp:
        * orbsvcs\orbsvcs\PortableGroup\PG_Group_Guard.h:
        * orbsvcs\orbsvcs\PortableGroup\PG_ObjectGroupManager.cpp:
        * orbsvcs\orbsvcs\PortableGroup\PG_ObjectGroupManager.h:
        * orbsvcs\orbsvcs\PortableGroup\PG_ObjectGroup_Map.cpp:
        * orbsvcs\orbsvcs\PortableGroup\PG_ObjectGroup_Map.h:
        * orbsvcs\orbsvcs\PortableGroup\PG_PropertyManager.cpp:
        * orbsvcs\orbsvcs\PortableGroup\PG_PropertyManager.h:
        * orbsvcs\orbsvcs\PortableGroup\PG_Property_Utils.cpp:
             This code was modified in support of the Replication Manager,
             and contains the following major changes:
             - The property validator is now settable.
             - The ObjectGroupId was changed to CORBA:ULongLong to match
               the spec.
             - The FactoryCreationId and the ObjectGroupId are now separate
               entities (they wer assumed to be the same).
             - GroupEntries are now accessed (keyed) by ObjectGroupId
               (previously they were accessed by FactoryCreateionId).

        * orbsvcs\tests\FT_App\FT_App.mpc:
        * orbsvcs\tests\FT_App\FT_Client.cpp:
        * orbsvcs\tests\FT_App\FT_UnitTests.cpp:
        * orbsvcs\tests\FT_App\FT_UnitTests.h:
             Unit test scaffolding was added for the Replication Manager,
             and several unit tests were included.

          These changes were made in the oci_haft branch.

Wed Sep  3 13:35:32 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
          Get the ENV args right.

        * orbsvcs/Fault_Notifier/FT_Notifier_i.h:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
        * orbsvcs/Fault_Notifier/Fault_Notifier_Main.cpp:
          Fault Notifier passes unit test

        MOVE FROM....

        * tests/FT_App/.cvsignore:
        * tests/FT_App/FTAPP_Notifier_Main.cpp:
        * tests/FT_App/FT_App.mpc:
        * tests/FT_App/FT_Client.cpp:
        * tests/FT_App/FT_Replica.cpp:
        * tests/FT_App/FT_TestReplica.idl:
        * tests/FT_App/FT_TestReplica_i.h:
        * tests/FT_App/FT_TestReplica_i.cpp:
        * tests/FT_App/README:
        * tests/FT_App/StubFaultNotifier.h:
        * tests/FT_App/StubFaultNotifier.cpp:
        * tests/FT_App/run_test_basic.pl:
        * tests/FT_App/run_test_notifier.pl:
        * tests/FT_App/testscript:

        MOVE TO...
        * orbsvcs/tests/FT_App/.cvsignore:
        * orbsvcs/tests/FT_App/FTAPP_Notifier_Main.cpp:
        * orbsvcs/tests/FT_App/FTApp_Analyzer_Main.cpp:
        * orbsvcs/tests/FT_App/FT_App.mpc:
        * orbsvcs/tests/FT_App/FT_Client.cpp:
        * orbsvcs/tests/FT_App/FT_Replica.cpp:
        * orbsvcs/tests/FT_App/FT_TestReplica.idl:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.h:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
        * orbsvcs/tests/FT_App/README:
        * orbsvcs/tests/FT_App/StubBatchConsumer.h:
        * orbsvcs/tests/FT_App/StubBatchConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultAnalyzer.h:
        * orbsvcs/tests/FT_App/StubFaultAnalyzer.cpp:
        * orbsvcs/tests/FT_App/StubFaultConsumer.h:
        * orbsvcs/tests/FT_App/StubFaultConsumer.cpp:
        * orbsvcs/tests/FT_App/StubFaultNotifier.h:
        * orbsvcs/tests/FT_App/StubFaultNotifier.cpp:
        * orbsvcs/tests/FT_App/run_test_basic.pl:
        * orbsvcs/tests/FT_App/run_test_detector.pl:
        * orbsvcs/tests/FT_App/run_test_notifier.pl:
        * orbsvcs/tests/FT_App/testscript:

          These changes were made in the oci_haft branch.

Wed Aug 27 13:45:45 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Notifier/FT_Notifier_i.h:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
        * orbsvcs/Fault_Notifier/Fault_Notifier_Main.cpp:
          code complete non FT FaultNotifier.  Needs unit test.

        * tests/FT_App/FTAPP_Notifier_Main.cpp:
        * tests/FT_App/FT_Client.cpp:
          clean up in prep for FaultNotifier unit test

          These changes were made in the oci_haft branch.

Mon Aug 25 16:28:22 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Notifier/.cvsignore:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.h:
        * orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
        * orbsvcs/Fault_Notifier/Fault_Notifier.mpc:
        * orbsvcs/Fault_Notifier/Fault_Notifier_Main.cpp:
          First pass at Fault notifier service (not working, but it builds.)

          These changes were made in the oci_haft branch.

Wed Aug 20 09:38:28 2003  Dale Wilson  <wilson_d@ociweb.com>

        * tests/FT_App/FT_Replica.cpp:
          let orb parse args first.
        * tests/FT_App/run_test_notifier.pl:
          --debug_build option to use debug build
          --no_simulate option to disable client-simulated fault tolerance
          -v option to make the perl script verbose.

          These changes were made in the oci_haft branch.

Thu Aug  7 16:39:14 2003  Dale Wilson  <wilson_d@ociweb.com>

        Move oci_haft change log entries from $ACE_ROOT/ChangeLog to here

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_Main.cpp:
          Make dependancy on NameService optional.

        * orbsvcs/orbsvcs/PortableGroup.idl:
          Fix include so PortableGroup can be included from outside
          orbsvcs directory.

        * tests/FT_App/FT_Client.cpp:
        * tests/FT_App/FT_Replica.cpp:
        * tests/FT_App/FT_TestReplica.idl:
        * tests/FT_App/FT_TestReplica_i.h:
        * tests/FT_App/FT_TestReplica_i.cpp:
        * tests/FT_App/run_test_notifier.pl:
        * tests/FT_App/testscript:
          Make fault points generic rather than method specific.   Add
          "before replication" fault point.

          These changes were made in the oci_haft branch.

Wed Aug 06 14:40:00 2003  Curt Hibbs <hibbs_c@ociweb.com>

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/orbsvcs/FT_CORBA.idl:
        * orbsvcs/orbsvcs/FT_FaultDetectorFactory.idl:
          Completed the conditional use of PortableGroups in FT_CORBA.idl
          that was begun by Dale Wilson. The typedef trick used by Dale
          to allow PortableGroup symbols to be used in the FT namespace
          does not work for exceptions, so I also had to modify the
          existing code to use "PortableGroup::" scoping on exceptions.

          These changes were made in the oci_haft branch.

Thu Jul 31 14:36:01 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_Main.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_i.h:
        * orbsvcs/Fault_Detector/Fault_Detector_i.cpp:
        * tests/FT_App/FT_TestReplica.idl:
        * tests/FT_App/FT_TestReplica_i.h:
          Housekeeping.

        * orbsvcs/orbsvcs/FT_Detector.idl:
          Renamed to be:
        * orbsvcs/orbsvcs/FT_FaultDetectorFactory.idl:

          These changes were made in the oci_haft branch.

Wed Jul 30 14:59:01 2003  Dale Wilson  <wilson_d@ociweb.com>

        Milestone: FaultDetector passes unit test (run_test_notifier.pl)

        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector.mpc:
        * orbsvcs/Fault_Detector/Fault_Detector_Main.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_i.h:
        * orbsvcs/Fault_Detector/Fault_Detector_i.cpp:

        * tests/FT_App/FTAPP_Notifier_Main.cpp:
        * tests/FT_App/FT_App.mpc:
        * tests/FT_App/FT_Client.cpp:
        * tests/FT_App/FT_Replica.cpp:
        * tests/FT_App/FT_TestReplica.idl:
        * tests/FT_App/FT_TestReplica_i.h:
        * tests/FT_App/FT_TestReplica_i.cpp:
        * tests/FT_App/StubFaultNotifier.h:
        * tests/FT_App/StubFaultNotifier.cpp:
        * tests/FT_App/run_test_basic.pl:
        * tests/FT_App/run_test_notifier.pl:
        * tests/FT_App/testscript:

        * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Decoder.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Decoder.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.cpp:
          Formerly named PG_Property_Set_Helper*

        * orbsvcs/Fault_Detector/PG_Property_Set_Helper.h:
        * orbsvcs/Fault_Detector/PG_Property_Set_Helper.cpp:
          Rename and move to orbsvcs/orbsvcs/PG_Properties*

        * tests/FT_App/run_test.pl:
          Rename to run_test_basic.pl

          These changes were made in the oci_haft branch.

Wed Jul 30 12:55:25 2003  Dale Wilson  <wilson_d@ociweb.com>

        * bin/MakeProjectCreator/config/fault_tolerance.mpb:
          new file for configurations that use fault_tolerance.

          These changes were made in the oci_haft branch.

Mon Jul 28 16:20:29 2003  Dale Wilson  <wilson_d@ociweb.com>


        * orbsvcs/Fault_Detector/Detector_i.h:
        * orbsvcs/Fault_Detector/Detector_i.cpp:
        * orbsvcs/Fault_Detector/FT_DetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_DetectorFactory_i.cpp:
          Renamed these files to...
        * orbsvcs/Fault_Detector/Fault_Detector_i.h:
        * orbsvcs/Fault_Detector/Fault_Detector_i.cpp:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp:
          ...respectively

        * orbsvcs/orbsvcs/FT_CORBA.idl:
        * orbsvcs/orbsvcs/FT_Notifier.idl:
        * orbsvcs/orbsvcs/FT_Replica.idl:
          Modified IDL to use PortableGroup definitions in FT.

        * orbsvcs/Fault_Detector/Fault_Detector_Main.cpp:
        * orbsvcs/Fault_Detector/PG_Property_Set_Helper.h:
        * orbsvcs/Fault_Detector/PG_Property_Set_Helper.cpp:
          Use PortableGroup definitions.

        * orbsvcs/Fault_Detector/Fault_Detector.mpc:
        * orbsvcs/orbsvcs/FaultTolerance.mpc:
          Build renamed files.

        * tests/FT_App/FT_App.mpc:
        * tests/FT_App/FT_Client.cpp:
        * tests/FT_App/FT_Replica.cpp:
        * tests/FT_App/FT_TestReplica.idl:
        * tests/FT_App/FT_TestReplica_i.h:
        * tests/FT_App/FT_TestReplica_i.cpp:
          Continue work on unit test for FaultDetector.

          These changes were made in the oci_haft branch.

Wed Jul 23 17:23:33 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Detector/Detector_i.h:
        * orbsvcs/Fault_Detector/Detector_i.cpp:
        * orbsvcs/Fault_Detector/FT_DetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_DetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector.mpc:
        * orbsvcs/Fault_Detector/Fault_Detector_Main.cpp:
        * orbsvcs/Fault_Detector/PG_Property_Set_Helper.h:
        * orbsvcs/Fault_Detector/PG_Property_Set_Helper.cpp:
          FaultDetector is code-complete.  No tests available, yet.

        * orbsvcs/Fault_Detector/Fault_Detector.h:
        * orbsvcs/Fault_Detector/Fault_Detector.cpp:
          Removed these files.

          These changes were made in the oci_haft branch.

Tue Jul 22 14:47:14 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/Fault_Detector/Detector_i.h:
        * orbsvcs/Fault_Detector/Detector_i.cpp:
        * orbsvcs/Fault_Detector/FT_DetectorFactory_i.h:
        * orbsvcs/Fault_Detector/FT_DetectorFactory_i.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector.h:
        * orbsvcs/Fault_Detector/Fault_Detector.mpc:
        * orbsvcs/Fault_Detector/Fault_Detector.cpp:
        * orbsvcs/Fault_Detector/Fault_Detector_Main.cpp:
        * orbsvcs/Fault_Detector/PG_Property_Set_Helper.h:
        * orbsvcs/Fault_Detector/PG_Property_Set_Helper.cpp:
          First pass at Fault Detector.  Compiles OK.  Does NOT work yet.

        These changes were made in the oci_haft branch.

Wed Jul 16 17:53:01 2003  Dale Wilson  <wilson_d@ociweb.com>

        * examples/Simple/Simple_util.h:
        * examples/Simple/Simple_util.cpp:
          Add "reconnect*" methods to allow switching to a different
          servant on-the-fly.  This is used in the client-simulated
          Fault Tolerance test.

        * tests/FT_App/FT_Client.cpp:
        * tests/FT_App/FT_Replica.cpp:
        * tests/FT_App/FT_TestReplica.idl:
        * tests/FT_App/FT_TestReplica_i.h:
        * tests/FT_App/FT_TestReplica_i.cpp:
        * tests/FT_App/README:
        * tests/FT_App/run_test.pl:
        * tests/FT_App/testscript:
          Add client-simulated fault tolerance to allow FT_App
          to pass the unit test.  When FT CORBA is working we should
          be able to disable client simulated FT (via command line),
          and it should still pass.

          These changes were made in the oci_haft branch.

Wed Jul 16 09:51:12 2003  Dale Wilson  <wilson_d@ociweb.com>

        * tests/FT_App/.cvsignore:
        * tests/FT_App/FT_App.mpc:
        * tests/FT_App/FT_Client.cpp:
        * tests/FT_App/FT_Replica.cpp:
        * tests/FT_App/FT_TestReplica.idl:
        * tests/FT_App/FT_TestReplica_i.h:
        * tests/FT_App/FT_TestReplica_i.cpp:
        * tests/FT_App/README:
        * tests/FT_App/run_test.pl:
        * tests/FT_App/testscript:
          New directory, new files.

        This is the first pass of FT_App, an application to test
        Fault Tolerant CORBA.

        FT_Replica is a server that manages a persistent long counter.

        FT_Client is a script-driven client for FT_Replica.  It
        uses CORBA calls to change the value of the counter and to
        request that the replica "fault" at various stages of the
        process.

        FT_Client can also exercise the updatable and checkpointable
        interfaces in FT_Replica.

        The README file explains this in greater detail.

        These changes were made in the oci_haft branch.

Tue Jul 15 12:33:04 2003  Dale Wilson  <wilson_d@ociweb.com>

        * orbsvcs/orbsvcs/FT_CORBA.idl:
        * orbsvcs/orbsvcs/FT_Detector.idl:
        * orbsvcs/orbsvcs/FT_Notifier.idl:
        * orbsvcs/orbsvcs/FT_Replica.idl:
        * orbsvcs/orbsvcs/FaultTolerance.mpc:
          Separating the OMG FT.idl into managable pieces.

        These changes were made in the oci_haft branch.

Wed Jul  9 22:31:54 2003  Oliver Kellogg <oliver.kellogg@sysde.eads.net>

        * tao/IIOP_Connection_Handler.cpp (set_dscp_codepoint): Valgrind
          found that the local variable `tos' was not initialized in all
          possible paths of control flow.

Tue Jul 08 15:24:33 2003  Pradeep Gore  <pradeep@oomworks.com>

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

          Updated information in the Notification Service section.

        * orbvsvcs/Notify_Service/Notify_Service.cpp:

          Deprecated the "-Notify_TPReactor" option and updated it with
          the "-ORBRunThreads".

        * orbvsvcs/Notify_Service/README:
        * orbvsvcs/CosEvent_Service/README:

          Updated the READMEs with a note explaining how to use the Naming
          Service with the "-m 1" option or the -ORBInitRef option while
          starting these services. Thanks to Tram Nguyen <ttnguye@sandia.gov>
          for reporting this issue.

Mon Jul 07 23:18:24 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/Strategies/UIOP_Connector.cpp (make_connection):

          Changed is_finalized() to is_closed().

Mon Jul 07 18:00:38 2003  Irfan Pyarali  <irfan@oomworks.com>

        * The following changes utilize the new memory management mechanisms
          of Event Handlers.  Previously, both the connection handlers and
          the transports had their own reference counting mechanism and
          independent lifetimes.  The reference counting was inadequate
          since it was not originated at the Reactor and the independent
          lifetimes unnecessarily completed protocol specific transport
          code.

          These changes couple the lifetime of the connection handler with
          that of the transport and utilizes the reference count in the
          base ACE_Event_Handler class.  This allowed us to remove several
          hacks throughout TAO code which were designed to prevent (or
          delay) crashes.  Several extra checks and unnecessary locks were
          also removed.

          All of the following protocols were updated:

          - DIOP
          - IIOP
          - SCIOP
          - SHMIOP
          - SSLIOP
          - UIOP
          - UIPMC

        Fri Jun 20 19:45:07 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/Connection_Handler:

          - Removed the incr_refcount() and decr_refcount() methods and
          the related <reference_count_> and <refcount_lock_> members.
          Also removed any explicit reference counting since now the
          Reactor framework will handle this correctly.

          - Removed all asserts for a valid <transport_> since now the
          lifetime of the handler and the transport are the same.

          - Removed connection_close_wait() since this state is no longer
          needed.

          - handle_close_eh() is no longer required since we no longer
          rely on the Reactor calling handle_close().

          - Moved the call to release_os_resources() from decr_refcount()
          to the destructor.

          - Mega-simplified transport() method since the transport will
          only be set once.

          - Call to Transport::send_connection_closed_notifications() was
          moved to Connection_Handler::close_connection_eh() to ensure it
          gets called in all cases when the handler is closed.

          - close_connection_eh() was also super-simplified.  Now it
          simply purges the handler from the connection cache and removes
          the handler from the Reactor.

          - Made the destructor public since this class is no longer
          (directly) reference counted.

          - is_finalized() was renamed to is_closed().

          - is_open() and is_connecting() were added to check the status
          of the connection handler.

        * tao/IIOP_Connection_Handler:

          - Added close() method that will be called by the Acceptor or
          Connector when connection establishment fails.

          - No need to reference count the transport.  Handlers and
          transports now have the same lifespan.  Transport in created in
          the constructor and deleted in the destructor.

          - handle_input() and handle_output() intercept any errors from
          handle_input_eh() and handle_output_eh() respectively and call
          close_connection().  We no longer rely on handle_close().

          - Assert that handle_close() no longer gets called.

          - Added handle_timeout(). We don't use this upcall for I/O.
          This is only used by the Connector to indicate that the
          connection timedout.  Therefore, we should call close().

          - The unused constructor should assert(0).

        * tao/Transport:

          - The Transport class no longer needs to inherit from
          TAO_Synch_Refcountable.  The reference counting is provided by
          the Event_Handler class.

          - Replaced the _duplicate() and release() methods with
          add_reference() and remove_reference() methods.  This matches
          the signature of the reference counting methods on the base
          Event_Handler class.

          - Changed provide_handler() to simply provide the related
          connection handler.

          - register_handler() was made virtual and register_handler_i()
          was removed since there was no locking required.  Same was done
          for recv() and send().

          - Removed:

                close_connection_shared()
                close_connection_no_purge()
                close_connection_i(),
                connection_handler_closing()
                check_event_handler_i()
                invalidate_event_handler_i()

          since they were no longer needed.

          - Renamed handle_input_i() to handle_input().

          - Made send_connection_closed_notifications() public.

          - No need for:

                send_message_block_chain()
                send_message_shared()
                schedule_output_i()
                drain_queue_helper()
                handle_timeout()
                check_buffering_constraints_i()
                notify_reactor()

          to call check_event_handler_i() since the handler is always
          valid.

          - No need for to call send_connection_closed_notifications() in
          case of errors since it will get called when the handler is
          closed.

          - No need for process_parsed_messages() to do any explicit
          reference counting since now the Reactor framework will handle
          this correctly.

          - No need for notify_reactor() to create a Notify_Handler.  The
          Reactor framework already does the proper reference counting for
          notifications.

        * tao/IIOP_Transport:

          - invalidate_event_handler_i() no longer needed.

          - Override send() and recv() instead of send_i() and recv_i().

          - No need for reference counting the connection handler since
          the lifespan of the connection handler is tied to the lifespan
          of the transport.

          - register_handler_i() no longer needed.

          - No need for:

                send_request()
                send_message_shared()
                tear_listen_point_list()
                get_listen_point()

          to call check_event_handler_i() since the handler is always
          valid.

        * tao/Acceptor_Impl.cpp (activate_svc_handler):

          Made several changes to this method.  Now the sequence is:

          - At the start of the method, the service handler has been
          created and the new connection has been accepted.  #REFCOUNT# is
          one at this point.

          - Cache handler: If successful, #REFCOUNT# is two at this
          point.  If failure, call close on handler.

          - Activate/register handler: If successful, #REFCOUNT# is three
          at this point. We can let go of our reference.  If failure,
          remove handler from cache and call close on handler.

          - Success completion of method: #REFCOUNT# is two at this point.

        * tao/IIOP_Connector.cpp (make_connection):

          Made several changes to this method.  Now the sequence is:

          - The connect() method creates the service handler and bumps the
          #REFCOUNT# up one extra.  There are three possibilities from
          calling connect(): (a) connection succeeds immediately - in this
          case, the #REFCOUNT# on the handler is two; (b) connection
          completion is pending - in this case, the #REFCOUNT# on the
          handler is also two; (c) connection fails immediately - in this
          case, the #REFCOUNT# on the handler is one since close() gets
          called on the handler.

          - The extra reference count in
          TAO_Connect_Creation_Strategy::make_svc_handler() is needed in
          the case when connection completion is pending and we are going
          to wait on a variable in the handler to change, signifying
          success or failure.  Note, that this increment cannot be done
          once the connect() returns since this might be too late if
          another thread picks up the completion and potentially deletes
          the handler before we get a chance to increment the reference
          count.

          - If there is no immediate result, wait for completion. No need
          to specify timeout to wait() since the correct timeout was
          passed to the Connector. The Connector will close the handler in
          the case of timeouts, so the event will complete (either success
          or failure) within timeout.

          - When the wait completes, check if the handler has been closed.
          Irrespective of success or failure, remove the #REFCOUNT#
          added for waiting.

          - There are three possibilities when wait() returns: (a)
          connection succeeded; (b) connection failed; (c) wait() failed
          because of some other error.  It is easy to deal with (a) and
          (b).  (c) is tricky since the connection is still pending and
          may get completed by some other thread.  The following deals
          with (c).

          * In case of failure and close() has not be called, first
          cancel from connector.  Then double check to make sure the
          handler has not been closed yet.  This double check is required
          to ensure that the connection handler was not closed yet by some
          other thread since it was still registered with the connector.
          Once connector.cancel() has been processed, we are assured that
          the connector will no longer open/close this handler.

          * If closed, there is nothing to do.

          * If the handler has been opened, some other thread was able to
          open the handler even though wait failed for this thread. Reset
          <result> to zero.

          * If the handler is still connecting, forcefully close() the
          handler.

          - If the connection has be successfully connected, add the
          handler to connection cache.

          - Failure in adding to cache, close the handler.

          - If the wait strategy wants us to be registered with the reactor
          then we do so. If registeration is required and it succeeds,
          #REFCOUNT# becomes two.

          - In case of reactor registration failures, purge from the
          connection cache and close the handler.

          - In case of success, handover the transport pointer to the
          Invocation class.

        * tao/Connector_Impl.cpp (make_svc_handler):

          We add to the #REFCOUNT# since the Connector needs this. See
          Connector::make_connection() for details.

        * tao/Transport_Cache_Manager (close):

          Previously, close() was returning a handle set and a set of
          event handlers.  This was changed such the only a set of
          connection handlers is returned since the previous parameters
          are no longer necessary.

          Also in purge(), there is no need to actually purge the handler
          since they will be purged when the handlers close.  This also
          removes the need for Transport::close_connection_no_purge().
          Transport_Cache_Manager no longer needs to be friends with the
          Transport.

        * tao/Thread_Lane_Resources.cpp (finalize):

          We now close the transport cache and return the handlers that
          were still registered.  The cache will decrease the #REFCOUNT#
          on the handler when it removes the handler from cache.  However,
          #REFCOUNT# is increased when the handler is placed in the
          handler set. Then we go through the handler set, closing the
          connections and removing the references. Finally the connection
          is closed.  There is also a potential removal from the Reactor.
          Finally, the #REFCOUNT# related to the handler set decreases.

        * tao/Notify_Handler:

          These files are no longer required since the Reactor framework
          does the correct reference counting for notifications.

        * tao/LF_CH_Event:
        * tao/LF_Event:

          Removed the LFS_CONNECTION_CLOSE_WAIT state since it is no
          longer needed.

        * tao/Connect_Strategy:

          Removed Connect_Strategy::post_failed_connect() since
          *_Connector::make_connection() now does the right thing.

        * tao/Asynch_Reply_Dispatcher_Base.cpp:
        * tao/Asynch_Reply_Dispatcher_Base.i:
        * tao/Cache_Entries.cpp:
        * tao/Invocation.cpp:
        * tao/Transport.cpp:
        * tao/Notify_Handler.cpp:
        * tao/Thread_Per_Connection_Handler.cpp:
        * tao/PortableServer/AMH_Response_Handler.cpp:

          Replace calls to Transport::_duplicate() and
          Transport::release() with new Transport::add_handler() and
          Transport::remove_handler() methods respectively.

        * tests/TAO_Tests.dsw:

          Added several missing tests:

          - AMH_Exceptions_Test
          - AMH_Oneway_Test
          - Abstract Interface
          - Bug_1361_Regression
          - Bug_1482_Regression
          - Collocation_Test
          - Connect_Strategy_Test
          - Connection_Timeout
          - File_IO
          - MProfile_Connection_Timeout
          - MT_BiDir
          - Manipulation
          - Muxed_GIOP_Versions
          - Nested_Upcall_Crash
          - No_Server_MT_Connect_Test
          - ORB_shutdown
          - Objref_Sequence_Test
          - Oneway_Buffering
          - Stack_Recursion
          - Strategies
          - Two_Objects

        * tao/Makefile.bor:
        * tao/Makefile.tao:
        * tao/TAO.dsp:
        * tao/TAO_Static.dsp:
        * tao/tao.mpc:

          Removed Notify_Handler* from project/makefiles.

        * tests/Connection_Timeout/client.dsp:
        * tests/MProfile_Connection_Timeout/client.dsp:
        * tests/MProfile_Connection_Timeout/server.dsp:
        * tests/MT_BiDir/client.dsp:
        * tests/MT_BiDir/server.dsp:
        * tests/ORB_shutdown/server.dsp:

          Fixed the above project files.

        * tests/Bug_1361_Regression/Bug_1361_Regression.dsw:
        * tests/Bug_1361_Regression/client.dsp:
        * tests/Bug_1361_Regression/server.dsp:
        * tests/Bug_1361_Regression/shutdown.dsp:

          New project files.

        Tue Jun 24 21:46:13 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/Strategies/DIOP_Connection_Handler:
        * tao/Strategies/SCIOP_Connection_Handler:
        * tao/Strategies/SHMIOP_Connection_Handler:
        * tao/Strategies/UIOP_Connection_Handler:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler:

          - Constructor: Removed code to release the transport.  Lifetimes
          of transports and connection handlers are now coupled.

          - Destructor: Delete the transport.

          - handle_input(), handle_output(): Intercept any errors from
          handle_input_eh() and handle_output_eh() respectively and call
          close_connection(). We no longer rely on handle_close().

          - handle_close(): Assert that this method no longer gets called.

          - handle_timeout(): Added this method. We don't use this upcall
          for I/O.  This is only used by the Connector to indicate that
          the connection timedout.  Therefore, we should call close().

          - close(): Added this method that will be called by the Acceptor
          or Connector when connection establishment fails.

          - The unused constructor should assert(0).

        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connection_Handler:

          - Constructor: Replaced the code to release the transport with
          explicit deletion.  Lifetimes of transports and connection
          handlers are now coupled.

          - The unused constructor should assert(0).

        * tao/Strategies/DIOP_Transport:
        * tao/Strategies/SCIOP_Transport:
        * tao/Strategies/SHMIOP_Transport:
        * tao/Strategies/UIOP_Transport:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport:

          - Constructor: No need to manage reference count on the
          connection handler.  Lifetimes of transports and connection
          handlers are now coupled.

          - Destructor: Removed the assert for the connection handler.

          - send(), recv(): send_i() and recv_i() were renamed send() and
          recv() respectively since locks are no longer required while
          sending or receiving.

          - handle_input(): handle_input_i() was renamed to
          handle_input().

          - register_handler(): No longer required since the base class
          does the right thing.

          - invalidate_event_handler_i(): This is no longer required.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport:

          No need for acquiring <handler_lock_> and calling
          check_event_handler_i() in tear_listen_point_list() and
          get_listen_point() since <connection_handler_> is now always
          valid for the lifetime of the transport.

        * tao/Strategies/DIOP_Transport:

          - Removed commented out code.

          - Renamed register_handler_i() to register_handler().

        * tao/Strategies/SCIOP_Transport:

          - send_request(), get_listen_point(), tear_listen_point_list():
          Removed guard and check for valid connection handler.

          - send_message_shared(): Removed check for valid connection
          handler.

        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport:

          Rename handle_input_i() to handle_input().

        * tao/Strategies/SCIOP_Connector.cpp (make_connection):
        * tao/Strategies/UIOP_Connector.cpp (make_connection):
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp (make_connection):
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (ssliop_connect):

          Made this method similar to IIOP_Connector::make_connection().

        * tao/Strategies/SHMIOP_Connector.cpp (make_connection):

          Made this method similar to IIOP_Connector::make_connection()
          except that the connects are always blocking.

        * tao/Strategies/DIOP_Connector.cpp (make_connection):

          - Replaced decr_refcount() with remove_reference() and
          duplicate() with add_reference() respectively.

        Wed Jun 25 15:56:14 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/Strategies/DIOP_Acceptor:

          Revised the management of the connection handler.  Replaced the
          call to handle_close() with call to remove_reference().

        Thu Jun 26 19:34:26 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/Strategies/DIOP_Acceptor.cpp (close):

          Added DONT_CALL mask to the remove_handler() call so that
          handle_close() is not called anymore.

        Mon Jun 30 20:46:22 2003  Irfan Pyarali  <irfan@oomworks.com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport:

          DIOP and UIPMC are very similar.  Therefore, similar changes
          were made.

        * tests/Connection_Failure:

          New test added that checks connection failures by connecting to
          a non-existent object.

          The following files were added:

          - tests/Connection_Failure/Connection_Failure.dsw
          - tests/Connection_Failure/Connection_Failure.mpc
          - tests/Connection_Failure/Makefile
          - tests/Connection_Failure/Makefile.bor
          - tests/Connection_Failure/README
          - tests/Connection_Failure/client.bor
          - tests/Connection_Failure/client.cpp
          - tests/Connection_Failure/client.dsp
          - tests/Connection_Failure/run_test.pl
          - tests/Connection_Failure/test.idl

          and the following were modified:

          - tests/Makefile
          - tests/Makefile.bor
          - tests/TAO_Tests.dsw
          - tests/README
          - $ACE_ROOT/bin/tao_orb_tests.lst

        Thu May 15 19:46:49 2003  Irfan Pyarali  <irfan@oomworks.com>

        * orbsvcs/orbsvcs/AV/TCP.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
        * tao/IIOP_Connector.cpp:
        * tao/Strategies/DIOP_Connector.cpp:
        * tao/Strategies/SHMIOP_Connector.cpp:
        * tao/Strategies/UIOP_Connector.cpp:

          Fixed Connector related template instantiations.

        Thu May 22 14:13:37 2003  Irfan Pyarali  <irfan@oomworks.com>

        * Merged Reactor_RefCount branch with the main truck since all ACE
          level changes are now complete.  New branch is
          Reactor_RefCount_1.

        Tue May 27 19:59:25 2003  Irfan Pyarali  <irfan@oomworks.com>

        * Merged Reactor_RefCount_1 branch with the main truck to avail
          new changes by Bala to the TAO connection handlers.  New branch
          is Reactor_RefCount_2.

Mon Jul 07 07:46:00 2003  Justin Michel  <michel_j@ociweb.com>

        * examples/RTCORBA/Activity/Activity.cpp
        * examples/RTCORBA/Activity/Activity.mpc
        * examples/RTCORBA/Activity/main.cpp

          Reverted my changes to Activity from July 3. I thought
        of a new way to write the mpc that's compatible with the
        existing Makefile.

Mon Jul 07 07:52:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/ImplRepo_Service/Makefile:
          Added NT_Service, this fixes the build and link problems we have
          with MinGW.

Mon Jul 07 07:00:01 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Simple/echo/Echo_Client.bor:
        * examples/Simple/echo/Echo_Server.bor:
          Corrected the names of the executables generated. The perl script
          expects certain names and borland generated other filenames
          resulting in the fact that the perl script didn't run.

Mon Jul 07 06:06:11 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/RTScheduling/RTScheduler.h:
        * orbsvcs/tests/Notify/lib/Periodic_Supplier.h:
          Fixed fuzz errors about incorrect doxygen file tag

Sun Jul 06 17:40:19 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/tests/Notify/lib:
        * orbsvcs/tests/Notify/RT_lib:

          Changed all instances of "TAO_NS_" with "TAO_Notify_Tests_" because of
          conflicting namespace with the Notify orbsvcs library classes.
          This was causing some programs to crash on Win2k.

        * orbsvcs/orbsvcs/Notify:
        * orbsvcs/Notify_Service/Notify_Service.cpp:

          Changed all instances of "TAO_NS_" with "TAO_Notify_" as "NS" is
          easily confused with the Naming Service.

        * orbsvcs/examples/Notify/Lanes/Supplier.h:
        * orbsvcs/examples/Notify/Lanes/Supplier.cpp:
        * orbsvcs/examples/Notify/Lanes/Consumer.h:
        * orbsvcs/examples/Notify/Lanes/Consumer.cpp:

          Appended "Lanes" word to the Supplier and Consumer class
          declarations to avoid namespace conflict with the Notify library.

        * orbsvcs/tests/Notify/Lanes/supplier.conf:
        * orbsvcs/tests/Notify/Lanes/consumer.conf:
        * orbsvcs/tests/Notify/Lanes/notify.conf:

          Commented out directive to use SCHED_FIFO. Using the default
          SCHED_OTHER will enable the test to run on solaris and windows
          without being root.

        * orbsvcs/tests/Notify/lib/Driver.cpp:

          Added a check in the <init> method for available priority
          levels and exit gracefully if only 1 level is available.
          Thanks to Irfan for code borrowed from his RTCORBA tests.

        * orbsvcs/examples/Notify/Filter/run_test.pl:
        * orbsvcs/examples/Notify/Subscribe/run_test.pl:

          Added for convenience.

Sun Jul 6 19:31:01 UTC 2003  Johnny Willemsne  <jwillemsen@remedy.nl>

        * examples/RTCORBA/Activity/Makefile.bor:
        * examples/RTCORBA/Activity/Makefile.Activity_Lib.bor:
        * examples/RTCORBA/Activity/Makefile.Activity.bor:
          Update the first makefile and added the last two because of the
          recent changes to this example. This fixes the link problems with
          the BCB compiler.

Sun Jul 6 16:48:12 UTC 2003  Johnny Willemsne  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Notify/Basic/Makefile.bor:
        * orbsvcs/tests/Notify/Blocking/Structured_Consumer.bor:
        * orbsvcs/tests/Notify/Blocking/Structured_Supplier.bor:
        * orbsvcs/tests/Notify/Discarding/Sequence_Consumer.bor:
        * orbsvcs/tests/Notify/Discarding/Sequence_Supplier.bor:
        * orbsvcs/tests/Notify/Discarding/Structured_Consumer.bor:
        * orbsvcs/tests/Notify/Discarding/Structured_Supplier.bor:
        * orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor:
        * orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor:
        * orbsvcs/tests/Notify/Ordering/Sequence_Consumer.bor:
        * orbsvcs/tests/Notify/Ordering/Sequence_Supplier.bor:
        * orbsvcs/tests/Notify/Ordering/Structured_Consumer.bor:
        * orbsvcs/tests/Notify/Ordering/Structured_Supplier.bor:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.bor:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Supplier.bor:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Consumer.bor:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.bor:
        * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Consumer.bor:
        * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Supplier.bor:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Filter_Consumer.bor:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Filter_Supplier.bor:
        * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.bor:
        * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Supplier.bor:
        * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.bor:
        * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Supplier.bor:
          Added missing libraries to fix link errors in the BCB6 Static Release build.

Sun Jul 6 13:08:57 UTC 2003  Johnny Willemsne  <jwillemsen@remedy.nl>

        * orbsvcs/IFR_Service/Makefile.tao_ifr:
          Removed windows specific parts from this makefile. This is not
          needed and cause problems when using windows and the msys shell.
          This solves several compile problems in the MinGW build.

Sun Jul 6 13:01:12 UTC 2003  Johnny Willemsne  <jwillemsen@remedy.nl>

        * orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile:
          Set the correct BUILD_DLL define. This fixes the link error on the
          MinGW build.

Sun Jul 6 12:41:03 UTC 2003  Johnny Willemsne  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Event/lib/Makefile:
          Removed include of rules.bin.GNU because we are building a library,
          so this is not needed. Maybe this fixes the problem we see on our
          cygwin/mingw build systems that the dll build is not removed from
          the ace directory with reaclean, so with a new build the dll is
          not copied and we link with an old version of the dll resulting in
          a lot of link errors.

Sat Jul 5 13:39:10 UTC 2003  Johnny Willemsne  <jwillemsen@remedy.nl>

        * orbsvcs/IFR_Service/Makefile:
        * orbsvcs/PSS/Makefile:
          Removed windows specific parts from these makefiles. These are not
          needed and cause problems when using windows and the msys shell.
          This solves several compile problems in the MinGW build. Thanks to
          Martin Corino <mcorino@remedy.nl> for finding this.

Sat Jul 5 08:17:54 UTC 2003  Johnny Willemsne  <jwillemsen@remedy.nl>

        * rules.tao.GNU:
          With cygwin we could have used cygpath -w, but this doesn't work.
          Removed cygwin specific part completely because it doesn't work
          and is not needed.

Sat Jul 5 06:55:12 UTC 2003  Johnny Willemsne  <jwillemsen@remedy.nl>

        * tao/RTScheduling/Makefile.bor:
          Corrected small erros in this BCB makefile

        * tao/Makefile.bor:
          Added RTScheduling directory so that this directory is also build

Fri Jul 4 17:05:39 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/RTScheduling/Makefile.bor:

          Added Makefile to build with Borland compiler.

Fri Jul  4 12:27:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * rules.tao.GNU:
          Only when using cygwin, use cygpath for setting TAO_IDL_PREPROCESSOR.
          Thanks to Serge Kolgan <skolgan@trigraph.com> for reporting this.

Fri Jul  4 10:08:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/EC_MT_Mcast/MCast.cpp:
          When the worker threads have to be stopped, don't use a sleep, but
          do a wait on the thread manager to wait until all threads are
          stopped. Hopefully this will fix the EC_MT_Cast crashes we sometimes
          see in the daily builds.

Fri Jul  4 08:07:45 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Event/lib/Consumer.h:
        * orbsvcs/tests/Event/lib/Supplier.h:
        * orbsvcs/tests/Event/lib/Counting_Consumer.h:
        * orbsvcs/tests/Event/lib/Counting_Supplier.h:
        * orbsvcs/tests/Event/lib/Driver.h:
          Fix fuxed errors about incorrect @file tags

Thu Jul  3 17:44:43 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * examples/RTCORBA/Activity/Makefile: Added 'main' to the FILES so
          that we'd have a main().  This should get rid of the compile
          errors seen on various platforms where crt1.o can't find a
          reference to main().

Thu Jul  3 11:48:40 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * orbsvcs/tests/Redundant_Naming/client.cpp: Initialized ns[12]ref
          variables to zero.  Although the code looked like the variables
          probably would be assigned prior to use, this de-warns on picky
          platforms/compilers like GCC 3.2.

        * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp:

          Modified operator<< and operator>> to use
          ACE_SIZE_T_FORMAT_SPECIFIER macro rather than an explicit %d.
          This should rid us of warnings such as "warning: int format,
          different type arg (arg 3)"

        * tao/Transport.cpp (dump_iov): Made same modification as above
          for the same reasons.

Thu Jul  3 11:22:47 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * orbsvcs/IFR_Service/ifr_adding_visitor.cpp:

          Used proper ACE_ENV_ARG_* macros in function declarations and
          function bodies.  This should get rid of compilation errors on
          no-exception builds that manifested themselves as
          "`_ACE_CORBA_Environment_variable' undeclared" errors.

          Also used .in() to explicitly select a conversion on a _var so
          get rid of warnings regarding which conversion the G++ compiler
          was going to choose.

Thu Jul 03 18:53:51 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Event/lib/Consumer.h:
        * orbsvcs/tests/Event/lib/Supplier.h:
        * orbsvcs/tests/Event/lib/Counting_Consumer.h:
        * orbsvcs/tests/Event/lib/Counting_Supplier.h:
          Converted documentation to doxygen.

        * orbsvcs/tests/Event/lib/Driver.cpp:
        * orbsvcs/tests/Event/lib/Driver.h:
          Added modify_attributes() method to the driver as virtual again and
          call it before creating the event channel. This method is overruled
          in the reconnect test and because I removed the calling of this
          method the reconnect test failed in the daily builds. The removal
          was done in the checkin of Thu Jun 26 17:35:11 UTC 2003. Now the
          RTEvent reconnect with connect test works again.

Thu Jul 3 14:50:08 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/RTScheduling/Makefile

          Added rules to make the RTScheduler library with cygwin/mingw
          compilers. Thanks to Johnny Willemsen <jwillemsen@remedy.nl> for
          providing the patch. This should fix the internal compile errors
          on cygwin/mingw builds.

Thu Jul 03 13:20:16 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/tests/Notify/lib/Makefile.bor:

          Added TAO_DYNAMICANY to the EXTERNAL_LIBS to fix Borland static
          build problems.

        * orbsvcs/tests/Notify/lib/Makefile:
        * orbsvcs/tests/Notify/RT_lib/Makefile:

          Added BUILD_DLL option to CPPFLAGS. These are needed
          for the cygwin/mingw compiler to export the symbols from the DLL.

          Many thanks to Johnny Willemsen  <jwillemsen@remedy.nl> for all
          of the above.

Thu Jul 03 17:03:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Event/lib/Makefile:
          Set correct BUILD_DLL define when building shared libs. This fixes
          link errors in the Cygwin/MinGW and Kylix builds.

Thu Jul 03 16:24:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp (init_endpoint):
          Changed the way endpoint is allocated from the heap to resolve BCB
          warning about a temporary used.

Thu Jul 03 11:47:44 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/examples/Notify/Lanes/Makefile:

          Added missing linkage to CosNotification.
          Thanks to Michael Rice <MichaelARice@knology.net> for reporting
          this.

Thu Jul  3 02:34:49 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tao/Any_Array_Impl_T.cpp:
        * tao/Any_Basic_Impl_T.cpp:
        * tao/Any_Dual_Impl_T.cpp:
        * tao/Any_Impl_T.cpp:
        * tao/Any_Special_Basic_Impl_T.cpp:
        * tao/Any_Special_Impl_T.cpp:
        * tao/default_server.cpp:
          Rolled back Wed Jul  2 22:17:15 UTC 2003  Don Hinton
          <dhinton@dresystems.com>.  As Bala pointed out, Any's require
          dynamic_cast and RTTI to work properly.  The warnings on Windows
          should be fixed by enabling RTTI, which will be the next change.

Wed Jul 02 22:10:59 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h:
        * orbsvcs/tests/Notify/Blocking/Structured_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.h:
        * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h:
        * orbsvcs/tests/Notify/Discarding/Sequence_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Structured_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.h:
        * orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.h:
        * orbsvcs/tests/Notify/Ordering/Sequence_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.h:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.h:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Consumer.cpp:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.h:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.cpp:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.h:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Consumer.cpp:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Sequence_Push_Consumer.h:
        * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Structured_Push_Consumer.h:
        * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.cpp:

          Fixed the build warnings of derived class method "hides virtual
          function" in the base class, on SunCC and BCB compiler.
          All the <connect> methods in the derived classes have been
          changed to <_connect> and all calls to these methods have also
          been renamed.

        * orbsvcs/examples/Notify/Consumer_Client.cpp:
        * orbsvcs/examples/Notify/Consumer_Client.h:
        * orbsvcs/examples/Notify/Supplier_Client.cpp:
        * orbsvcs/examples/Notify/Supplier_Client.h:

          For the same reason as above, the <init> method has been
          renamed to <initialize>.

        * orbsvcs/tests/Notify/lib/Activation_Manager.cpp:

          Initialized the member pointer <barrier_> in the constructor.
          The pointer is "delete"ed in the destructor. If it is left
          uninitialized, we will get an exception when the
          Activation_Manager is destroyed without calling the
          <activate_suppliers> method (where <barrier_> is initialized).

        * orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.cpp:

          Corrected a comment on line 141.

        * orbsvcs/tests/Notify/lib/Driver.cpp:

          Added a wait for the <worker_> thread manager before exit.
          This is required to make sure we do not exit the main thread
          before the spawned threads in the <worker_> task have finished.

        * orbsvcs/examples/Notify/Lanes.dsp:
          This file was checked in by mistake. It is not required so I
          have removed it.

Thu Jul  3 00:59:24 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tao/Any_Array_Impl_T.cpp:
          Changed one instance of ACE_dynamic_cast to
          ACE_dynamic_cast_2_ptr that I erroneous changed to
          ACE_dynamic_cast below.

Wed Jul  2 22:17:15 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tao/Any_Array_Impl_T.cpp:
        * tao/Any_Basic_Impl_T.cpp:
        * tao/Any_Dual_Impl_T.cpp:
        * tao/Any_Impl_T.cpp:
        * tao/Any_Special_Basic_Impl_T.cpp:
        * tao/Any_Special_Impl_T.cpp:
        * tao/default_server.cpp:
          Changed raw usage of the C++ cast operators to use the
          ACE_* variety, e.g., ACE_dynamic_cast instead of
          dynamic_cast.  This clears up warnings on Windows when
          RTTI is not turned on.

Wed Jul 02 14:57:00 2003  Justin Michel  <michel_j@ociweb.com>

        * examples/AMH/Sink_Server/Sink_Server.mpc
        * examples/RTCORBA/Activity/Activity.cpp
        * examples/RTCORBA/Activity/Activity.mpc
        * examples/RTCORBA/Activity/main.cpp
        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc
        * orbsvcs/examples/Notify/Lanes/Lanes.mpc
        * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/TimeStamp.cpp
        * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/TimeStamp.h
        * orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
        * orbsvcs/tests/Security/MT_IIOP_SSL/MT_SSLIOP.mpc
        * performance-tests/Latency/AMH/Single_Threaded/Single_Threaded.mpc
        * performance-tests/Sequence_Latency/AMH/Single_Threaded/Single_Threaded.mpc
        * performance-tests/Sequence_Latency/DSI/DSI.mpc
        * performance-tests/Sequence_Latency/Single_Threaded/Single_Threaded.mpc
        * tests/IDL_Test/IDL_Test.mpc
        * tests/OBV/Any/OBV_Any.mpc
        * tests/OBV/Factory/OBV_Factory.mpc
        * tests/OBV/Forward/OBV_Forward.mpc
        * tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc
        * tests/Param_Test/Param_Test.mpc

          Fixed broken mpc files.
          Updated Activity example by splitting it into a separate library. The
        example was exporting symbols from an exe. There may be another way
        to solve this, but I had to guess at what was originally intended.
          Removed extra MT_IIOP_SSL mpc file.
          Updated Pluggable_Flow_Protocol test to not use covariant return, since
        this isn't supported on VC6, and wasn't necessary in this case.

Wed Jul 2 15:37:36 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/RTScheduling/TAO_RTScheduler.dsp:

          Added the /GR option to TAO_RTScheduler.dsp to fix warnings due
          to run time type identifcation problem.

Wed Jul 2 00:23:18 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/RTScheduling/Distributable_Thread.cpp:
        * tao/RTScheduling/Request_Interceptor.cpp:
        * tao/RTScheduling/Current.h:
        * tao/RTScheduling/Current.cpp:

          Fixed compile errors and warnings in Red Hat 7.1 Explicit
          Template and RH73 GCC32 NoInterceptorsNoExceptions builds. Used
          ACE_ENV_ARG_DECL_NOT_USED instead of ACE_ENV_ARG_DECL in
          methods, in the corresponding .cpp files, that did not use the
          env argument, to fix unused parameter errors and warnings.

Tue Jul 1 00:27:35 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/RTScheduling/Current.cpp:

          Fixed compile errors in Debian SingleThreaded and RH73 GCC32
          NoInterceptorsNoExceptions. The error was caused due to the
          missing env argument parameter in the
          TAO_RTScheduler_Current::lookup (...) method. This prevented the
          RTScheduler Initializer from creating an instance of the current
          object.

Mon Jun 30 16:31:18 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/RTScheduling/Request_Interceptor.h:
        * tao/RTScheduling/Current.h:
        * tao/RTScheduling/Current.cpp:

          Fixed compile errors and warnings in Debian SingleThreaded build
          caused by the usage of ACE_Thread_Mutex. This was replaced with
          TAO_SYNCH_MUTEX.

Mon Jun 30 16:02:55 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/RTScheduling/Distributable_Thread.h:
        * tao/RTScheduling/Current.h:
        * tao/RTScheduling/Current.cpp:
        * tao/RTScheduling/Request_Interceptor.cpp:
        * tao/RTScheduling/Request_Interceptor.h:
        * tao/RTScheduling/RTScheduler_Initializer.cpp:

          Fixed compile errors and warnings in Red Hat 7.1 Explicit
          Template build caused by missing return statements in functions
          returning non-void. Also moved the creation of an instance of
          TAO_RT_Current from TAO_RTSceduler_Current constructor to a
          method init.

Mon Jun 30 12:19:22 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp
        * performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.cpp

          Tried to modify the code to get rid of the compiling warning messages for the
          build named "RH71_Explicit_Templates".

Mon Jun 30 11:44:34 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/AMH/Single_Threaded/Roundtrip.cpp

          Fixed the code to get rid of the gcc compiling warning about unused
          parameters in function definitions.

Mon Jun 30 11:52:22 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/examples/Notify/Lanes/Consumer.cpp:
        * orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp:
        * orbsvcs/examples/Notify/Lanes/ORB_Objects.cpp:
        * orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp:
        * orbsvcs/examples/Notify/Lanes/Supplier.cpp:
        * orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp:

          Removed references to .inl files.

Mon Jun 30 09:33:31 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/Deferred/client.bor

          Added this missing BCB makefile client.bor.

Sun Jun 29 02:09:20 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.cpp:

          Added explicit template instantiation for hash map of endpoint
          addresses. This should fix the compile problem on sun solaris.

Sun Jun 29 00:26:56 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/corbafwd.h:
        * tao/Exeception.h:
        * tao/Exeception.cpp:

          Added THREAD_CANCELLED to CORBA system exception. The exception
          is thrown when a Distributable Thread is cancelled. This should
          fix compile problems.

        * TAOACE.dsw:
        * tao/TAO.dsw:
        * tao/RTScheduling/TAO_RTScheduler.dsp:
        * tao/RTScheduling/TAO_RTScheduler.rc:

          Added project and workspace files to build RTScheduler library on
          windows.

Fri Jun 27 12:12:09 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.cpp:

          Finally fixed the explicit instantiation for activate<>.  As it
          turns out, the problem is that the build on which this was
          failing had exceptions turned off, which required the
          ACE_ENV_ARG_DECL at the end of the arg list.  Other explicit
          instantiation builds didn't trip the problem because they had
          exceptions turned on.

Thu Jun 26 22:34:10 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        The following checkins correspond to the implementation of Dynamic
        Scheduling in TAO. This implementation is based on OMG's
        RTCORBA 2.0 specification.

        * tao/ORB_Core.h:
        * tao/ORB_Core.cpp:

          Added member variables rtscheduler_current_impl_ and
          rtscheduler_previous_current_impl_ to TSS to store the
          thread specific implementation of RTScheduling::Current.

        * tao/RTScheduling/RTScheduler.pidl:
        * tao/RTScheduling/RTSchedulerC.cpp:
        * tao/RTScheduling/RTSchedulerC.h:
        * tao/RTScheduling/RTSchedulerC.i:

          The psuedo IDL file and corresponding stubs/skeletons defining
          the various interfaces constituting the dynamic scheduling
          framework as defined by the RTCORBA 2.0 specification.

        * tao/RTScheduling/Current.cpp:
        * tao/RTScheduling/Current.h:

          Contains implementation of the RTScheduling::Current
          interface. The operations of the Current interface facilitate
          creation, termination and updation of scheduling segments and
          Distributable Threads (DTs).

        * tao/RTScheduling/Distributable_Thread.cpp:
        * tao/RTScheduling/Distributable_Thread.h:

          Implements the RTScheduling::DistributableThread interface. This
          interface is used to cancel the corresponding DT.

        * tao/RTScheduling/Request_Interceptor.cpp:
        * tao/RTScheduling/Request_Interceptor.h:

          Provide interception points when sending/receiving requests so
          the ORB can interact with the scheduler. This helps the
          scheduler make scheduling decisions at these scheduling points
          where the DTs are entering or leaving the host.

        * tao/RTScheduling/RTScheduler_Manager.cpp:
        * tao/RTScheduling/RTScheduler_Manager.h:
        * tao/RTScheduling/RTScheduler_Manager.i:

          Manages addition/removal of schedulers implementing specific
          scheduling disciplines. The scheduler manager facilitates
          changing schedulers at run-time.

        * tao/RTScheduling/RTScheduler_Initializer.cpp:
        * tao/RTScheduling/RTScheduler_Initializer.h:

          Registers the "RTScheduler_Current" and "RTScheduler_Manager" in
          the object table when the ORB is initialized. They can be
          queried with the corresponding names using
          resolve_initial_references. It also registers the Client and
          Server interceptors defined in Request_Interceptor.{h,cpp}.

        * tao/RTScheduling/RTScheduler_Loader.cpp:
        * tao/RTScheduling/RTScheduler_Loader.h:

          Registers the orb initializer, RTScheduler_Initializer.

        * tao/RTScheduling/RTScheduler.cpp:
        * tao/RTScheduling/RTScheduler.h:

          Bootstraps the dynamic scheduling framework by loading in the
          RTScheduler_Loader. The header file 'MUST' be included in the
          application that wants to use the RTScheduler library.

        * tao/RTScheduling/ThreadAction.h

          Defines the RTScheduling::Thread_Action interface that is used
          as an entry point when spawning new DTs.

        * tao/RTScheduling/Makefile
        * tao/Makefile.dirs

          Corresponding Makefiles to compile RTScheduler library.

Thu Jun 26 17:35:00 2003  Justin Michel  <michel_j@ociweb.com>

        * TAOACE.mwc:
        * orbsvcs/orbsvcs/CosNotification.mpc:
        * orbsvcs/orbsvcs/RTCORBAEvent.mpc:
        * orbsvcs/orbsvcs/RTEvent.mpc:
        * orbsvcs/orbsvcs/RTKokyuEvent.mpc:
        * orbsvcs/orbsvcs/RTOLDEvent.mpc:
        * orbsvcs/orbsvcs/RTSchedEvent.mpc:
        * orbsvcs/orbsvcs/RT_Notification.mpc:

          Fixes for mpc generated builds.


Thu Jun 26 16:08:03 2003  George Edwards <g.edwards@vanderbilt.edu>

        * tests/OBV/Supports/Supports_Test_impl.cpp:
        * tests/OBV/Supports/Supports_Test_impl.h:
        * tests/OBV/Supports/Client/client.cpp:

        Enhanced valuetype test by including more complex valuetypes and
        adding more parameter passing scenarios.

Thu Jun 26 14:30:48 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Objref_VarOut_T.h:

          Added 'typedef T _obj_type;' to the _var class for interfaces. This
          allows access to T's static methods and typedefs from template code
          using the corresponding _var.

Thu Jun 26 14:03:48 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp (visit_interface):

          To the generation of the typedefs added in

          Mon Jun 23 19:04:03 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

          added a global "::" prefix to the scoped name. This eliminates
          confusion when a module name reappears at a more deeply nested
          level.

Thu Jun 26 17:35:11 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Event/lib/Driver.cpp:
        * orbsvcs/tests/Event/lib/Driver.h:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_Defaults.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_Defaults.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.i:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.cpp:
          Removed busy_hwm and max_write_delay attributes. These can be set in
          the ESF framework. The ones in the EC aren't used anymore when the
          ESF framework was introduced. This fixes bugzilla entry [530].

Wed Jun 25 17:54:00 2003  Justin Michel  <michel_j@ociweb.com>

        * orbsvcs/examples/Notify/Lanes/Lanes.mpc:
        * orbsvcs/orbsvcs/RT_Notification.mpc:
        * orbsvcs/tests/Event/Mcast/Complex/Complex.mpc:
        * orbsvcs/tests/Event/Mcast/Simple/Simple.mpc:
        * orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc:
        * orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc:
        * performance-tests/Cubit/TAO/DII_Cubit/DII_Cubit.mpc:
        * performance-tests/Sequence_Latency/DSI/DSI.mpc:
        * performance-tests/Sequence_Latency/Deferred/Deferred.mpc:
        * tao/IORInterceptor/IORInterceptor.mpc:

          More mpc file cleanups to push stuff up to base projects.

Wed Jun 25 17:06:18 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated_RTCORBA/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated_RTCORBA/colocated.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated/colocated.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/README:
        * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h:
        * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp:
        * orbsvcs/tests/Notify/performance-tests/Throughput/README:
        * orbsvcs/tests/Notify/lib/EventChannel_Command.h:
        * orbsvcs/tests/Notify/lib/EventChannel_Command.cpp:

          Replaced misspelling word "colocated" with correctly spelled
          "collocated" throughout these files.  I did not change actual
          file or directory names due to potential problems with CVS.

          The COLOCATED option in TAO_NS_EventChannel_Command::init is
          grandfathered in at the moment, but it also prints out a
          warning that you're using a deprecated misspelled option.

Wed Jun 25 17:02:03 2003  George Edwards <g.edwards@vanderbilt.edu>

        * tests/OBV/Supports/Client.dsp
        * TAO/tests/OBV/Supports/Makefile
        * TAO/tests/OBV/Supports/Makefile.bor
        * TAO/tests/OBV/Supports/README
        * TAO/tests/OBV/Supports/Server.dsp
        * TAO/tests/OBV/Supports/Supports_Test.dsw
        * TAO/tests/OBV/Supports/Supports_Test.idl
        * TAO/tests/OBV/Supports/Supports_Test_impl.cpp
        * TAO/tests/OBV/Supports/Supports_Test_impl.h
        * TAO/tests/OBV/Supports/Client/client.cpp
        * TAO/tests/OBV/Supports/Client/client.bor
        * TAO/tests/OBV/Supports/Server/server.cpp
        * TAO/tests/OBV/Supports/Server/server.bor
        * TAO/tests/OBV/Supports/Server/svc.conf

        Added new test for valuetypes.

Wed Jun 25 17:00:00 2003  Justin Michel  <michel_j@ociweb.com>

        * tao/IORInterceptor/IORInterceptor.mpc:
        * tao/ObjRefTemplate/ObjRefTemplate.mpc:
        * tao/PortableServer/PortableServer.mpc:
        * tao/RTCORBA/Multi_Priority_Mapping.h:
        * tao/Valuetype/Valuetype.mpc:

          Fixes for various mpc generation problems.
          Incorrect export macro used in the rtcorba header.

Wed Jun 25 16:05:50 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Activator.dsp: Changed incorrect
          path to TAO Strategies library in the release build.  Thanks to
          Bruce MacDonald <brucemac@netcomuk.co.uk> for submitting the bug
          report and the fix.

Wed Jun 25 16:00:02 2003  George Edwards <g.edwards@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_valuetype/arglist.cpp:

          Fixed bug in argument list generation for valutypes supporting
          interfaces.

Wed Jun 25 13:52:13 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/DSI/Makefile

          Fixed the dependency relation error.

        * performance-tests/Sequence_Latency/Deferred/client.cpp
        * performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.h
        * performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.cpp
        * performance-tests/Sequence_Latency/Thread_Pool/Client_Task.h
        * performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp
        * performance-tests/Sequence_Latency/Thread_Pool/client.cpp

          Fixed the bugs in the code.
          Those buys caused errors when dealing with non-native C++ exception handling
          mechanism.

Wed June 25 14:46:19 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.cpp:
        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h:
          Added load_ep () method to read an address file (if available)
          to get the sender and receiver endpoints for each flow that is
          set up. The address file has entries in the format:
          Flowname/Sender_Host:Port/Reciever_Host:Port. If the address
          file or endpoints are not specified then the connection manager
          uses INADDR_ANY for the endpoints.

        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h:
        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.cpp:
        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/receiver.h:
        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/receiver.cpp:
        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/distributer.h:
        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/distributer.cpp:
          Added additional parameter -a <address_file> to the command line
          arguments to specify the endpoint address file from which to
          load the flow endpoint addresses. Also, made a call to the
          Connection_Manager::load_ep () method that reads the address
          file and stores the endpoint addresses for each speficied flow
          in a hash map.

Wed Jun 25 12:38:11 2003  Chad Elliott  <elliott_c@ociweb.com>

        * tao/tao.mpc:

          Updated the file list for this project.

Wed Jun 25 12:14:39 2003  Chad Elliott  <elliott_c@ociweb.com>

        * TAO_IDL/tao_idl.mpc:
        * orbsvcs/orbsvcs/AV.mpc:
        * orbsvcs/orbsvcs/CosConcurrency.mpc:
        * orbsvcs/orbsvcs/CosEvent.mpc:
        * orbsvcs/orbsvcs/CosLifeCycle.mpc:
        * orbsvcs/orbsvcs/CosLoadBalancing.mpc:
        * orbsvcs/orbsvcs/CosNaming.mpc:
        * orbsvcs/orbsvcs/CosNotification.mpc:
        * orbsvcs/orbsvcs/CosProperty.mpc:
        * orbsvcs/orbsvcs/CosTime.mpc:
        * orbsvcs/orbsvcs/CosTrading.mpc:
        * orbsvcs/orbsvcs/DsEventLogAdmin.mpc:
        * orbsvcs/orbsvcs/DsLogAdmin.mpc:
        * orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc:
        * orbsvcs/orbsvcs/ETCL.mpc:
        * orbsvcs/orbsvcs/FTORB.mpc:
        * orbsvcs/orbsvcs/FaultTolerance.mpc:
        * orbsvcs/orbsvcs/IFRService.mpc:
        * orbsvcs/orbsvcs/PortableGroup.mpc:
        * orbsvcs/orbsvcs/RTCORBAEvent.mpc:
        * orbsvcs/orbsvcs/RTEvent.mpc:
        * orbsvcs/orbsvcs/RTEventLogAdmin.mpc:
        * orbsvcs/orbsvcs/RTSched.mpc:
        * orbsvcs/orbsvcs/SSLIOP.mpc:
        * orbsvcs/orbsvcs/Security.mpc:
        * orbsvcs/orbsvcs/Svc_Utils.mpc:

          Removed precompiled header related information.

Wed Jun 25 11:00:00 2003  Justin Michel  <michel_j@ociweb.com>

        * TAOACE.mwc:
        * TAO_IDL/tao_idl.mpc:
        * examples/examples.mwc:
        * examples/AMH/Sink_Server/Sink_Server.mpc:
        * examples/AMI/FL_Callback/FL_Callback.mpc:
        * examples/Callback_Quoter/Callback_Quoter.mpc:
        * examples/Content_Server/SMI_Iterator/SMI_Iterator.mpc:
        * examples/Event_Comm/Event_Comm.mpc:
        * examples/Load_Balancing/Load_Balancing.mpc:
        * examples/Load_Balancing_persistent/Load_Balancing_persistent.mpc:
        * examples/Logging/Logging.mpc:
        * examples/OBV/Typed_Events/Typed_Events.mpc:
        * examples/Persistent_Grid/Persistent_Grid.mpc:
        * examples/PluggableUDP/tests/Basic/Basic.mpc:
        * examples/PluggableUDP/tests/Performance/Performance.mpc:
        * examples/PluggableUDP/tests/SimplePerformance/SimplePerformance.mpc:
        * examples/Quoter/Quoter.mpc:
        * examples/RTCORBA/Activity/Activity.mpc:
        * examples/Simple/bank/bank.mpc:
        * examples/Simple/chat/chat.mpc:
        * examples/Simple/echo/echo.mpc:
        * examples/Simple/grid/grid.mpc:
        * examples/Simple/time/time.mpc:
        * examples/Simple/time-date/time_date.mpc:
        * examples/TypeCode_Creation/TypeCode_Creation.mpc:
        * examples/ior_corbaloc/ior_corbaloc.mpc:
        * examples/mfc/client.mpc:
        * examples/mfc/server.mpc:
        * orbsvcs/Concurrency_Service/Concurrency_Service.mpc:
        * orbsvcs/CosEvent_Service/CosEvent_Service.mpc:
        * orbsvcs/Dump_Schedule/Dump_Schedule.mpc:
        * orbsvcs/Event_Service/Event_Service.mpc:
        * orbsvcs/IFR_Service/IFR_Service.mpc:
        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
        * orbsvcs/LifeCycle_Service/LifeCycle_Service.mpc:
        * orbsvcs/LoadBalancer/LoadBalancer.mpc:
        * orbsvcs/Naming_Service/Naming_Service.mpc:
        * orbsvcs/Notify_Service/Notify_Service.mpc:
        * orbsvcs/Scheduling_Service/Scheduling_Service.mpc:
        * orbsvcs/Time_Service/Time_Service.mpc:
        * orbsvcs/Trading_Service/Trading_Service.mpc:
        * orbsvcs/examples/examples.mwc:
        * orbsvcs/orbsvcs/AV.mpc:
        * orbsvcs/orbsvcs/CosConcurrency.mpc:
        * orbsvcs/orbsvcs/CosEvent.mpc:
        * orbsvcs/orbsvcs/CosLifeCycle.mpc:
        * orbsvcs/orbsvcs/CosLoadBalancing.mpc:
        * orbsvcs/orbsvcs/CosNaming.mpc:
        * orbsvcs/orbsvcs/CosNotification.mpc:
        * orbsvcs/orbsvcs/CosProperty.mpc:
        * orbsvcs/orbsvcs/CosTime.mpc:
        * orbsvcs/orbsvcs/CosTrading.mpc:
        * orbsvcs/orbsvcs/DsEventLogAdmin.mpc:
        * orbsvcs/orbsvcs/DsLogAdmin.mpc:
        * orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc:
        * orbsvcs/orbsvcs/ETCL.mpc:
        * orbsvcs/orbsvcs/FTORB.mpc:
        * orbsvcs/orbsvcs/FaultTolerance.mpc:
        * orbsvcs/orbsvcs/IFRService.mpc:
        * orbsvcs/orbsvcs/PortableGroup.mpc:
        * orbsvcs/orbsvcs/RTCORBAEvent.mpc:
        * orbsvcs/orbsvcs/RTEvent.mpc:
        * orbsvcs/orbsvcs/RTEventLogAdmin.mpc:
        * orbsvcs/orbsvcs/RTOLDEvent.mpc:
        * orbsvcs/orbsvcs/RTSched.mpc:
        * orbsvcs/orbsvcs/RTSchedEvent.mpc:
        * orbsvcs/orbsvcs/RT_Notification.mpc:
        * orbsvcs/orbsvcs/SSLIOP.mpc:
        * orbsvcs/orbsvcs/Security.mpc:
        * orbsvcs/orbsvcs/Svc_Utils.mpc:
        * orbsvcs/performance-tests/perf.mwc:
        * orbsvcs/performance-tests/RTEvent/lib/RTEC_Perf.mpc:
        * orbsvcs/tests/tests.mwc:
        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/AVStreams_Asynch_Three_Stage.mpc:
        * orbsvcs/tests/AVStreams/Bidirectional_Flows/AVStreams_Bidirectional_Flows.mpc:
        * orbsvcs/tests/AVStreams/Component_Switching/AVStreams_Component_Switching.mpc:
        * orbsvcs/tests/AVStreams/Full_Profile/AVStreams_Full_Profile.mpc:
        * orbsvcs/tests/AVStreams/Latency/AVStreams_Latency.mpc:
        * orbsvcs/tests/AVStreams/Modify_QoS/AVStreams_Modify_QoS.mpc:
        * orbsvcs/tests/AVStreams/Multicast/AVStreams_Multicast.mpc:
        * orbsvcs/tests/AVStreams/Multicast_Full_Profile/AVStreams_Multicast_Full_Profile.mpc:
        * orbsvcs/tests/AVStreams/Multiple_Flows/AVStreams_Multiple_Flows.mpc:
        * orbsvcs/tests/AVStreams/Pluggable/AVStreams_Pluggable.mpc:
        * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVStream_Pluggable_Flow_Protocol.mpc:
        * orbsvcs/tests/AVStreams/Simple_Three_Stage/AVStreams_Simple_Three_Stage.mpc:
        * orbsvcs/tests/AVStreams/Simple_Two_Stage/AVStreams_Simple_Two_Stage.mpc:
        * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/AVStreams_Simple_Two_Stage_With_QoS.mpc:
        * orbsvcs/tests/Bug_1393_Regression/Bug_1393_Regression.mpc:
        * orbsvcs/tests/Bug_1395_Regression/Bug_1395_Regression.mpc:
        * orbsvcs/tests/Concurrency/Concurrency.mpc:
        * orbsvcs/tests/CosEvent/Basic/CosEvent_Basic.mpc:
        * orbsvcs/tests/CosEvent/Basic/basiceventtestexe.mpb:
        * orbsvcs/tests/CosEvent/lib/CosEvent_lib.mpc:
        * orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.mpc:
        * orbsvcs/tests/EC_Multiple/EC_Multiple.mpc:
        * orbsvcs/tests/EC_Throughput/EC_Throughput.mpc:
        * orbsvcs/tests/Event/Basic/Event_Basic.mpc:
        * orbsvcs/tests/Event/Basic/rteventtestexe.mpb:
        * orbsvcs/tests/Event/Mcast/Common/ECMcastTests_lib.mpc:
        * orbsvcs/tests/Event/Mcast/Complex/Complex.mpc:
        * orbsvcs/tests/Event/Mcast/Simple/Simple.mpc:
        * orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc:
        * orbsvcs/tests/Event/Performance/Event_Performance.mpc:
        * orbsvcs/tests/Event/Performance/eventperftestexe.mpb:
        * orbsvcs/tests/Event/lib/Event_lib.mpc:
        * orbsvcs/tests/FaultTolerance/IOGR/FaultTolerance_IOGR.mpc:
        * orbsvcs/tests/FaultTolerance/IOGRManipulation/FaultTolerance_IOGRManipulation.mpc:
        * orbsvcs/tests/IOR_MCast/IOR_MCast.mpc:
        * orbsvcs/tests/ImplRepo/ImplRepo.mpc:
        * orbsvcs/tests/ImplRepo/NameService/ImplRepo_NameService.mpc:
        * orbsvcs/tests/InterfaceRepo/Application_Test/InterfaceRepo_Application_Test.mpc:
        * orbsvcs/tests/InterfaceRepo/IFR_Test/InterfaceRepo_IFR_Test.mpc:
        * orbsvcs/tests/InterfaceRepo/Persistence_Test/InterfaceRepo_Persistence_Test.mpc:
        * orbsvcs/tests/Interoperable_Naming/Interoperable_Naming.mpc:
        * orbsvcs/tests/Miop/McastHello/McastHello.mpc:
        * orbsvcs/tests/Notify/Basic/Basic.mpc:
        * orbsvcs/tests/Notify/Blocking/Blocking.mpc:
        * orbsvcs/tests/Notify/Destroy/Destroy.mpc:
        * orbsvcs/tests/Notify/Discarding/Discarding.mpc:
        * orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc:
        * orbsvcs/tests/Notify/Ordering/Ordering.mpc:
        * orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Multi_ETCL_Filter.mpc:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Multi_Filter.mpc:
        * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter.mpc:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter.mpc:
        * orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc:
        * orbsvcs/tests/Notify/lib/Notify_lib.mpc:
        * orbsvcs/tests/Notify/performance-tests/Filter/Filter.mpc:
        * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc:
        * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc:
        * orbsvcs/tests/Property/Property.mpc:
        * orbsvcs/tests/Redundant_Naming/Redundant_Naming.mpc:
        * orbsvcs/tests/Sched/Sched.mpc:
        * orbsvcs/tests/Sched_Conf/Sched_Conf.mpc:
        * orbsvcs/tests/Security/Big_Request/Big_Request.mpc:
        * orbsvcs/tests/Security/Callback/Callback.mpc:
        * orbsvcs/tests/Security/MT_IIOP_SSL/MT_IIOP_SSL.mpc:
        * orbsvcs/tests/Security/MT_IIOP_SSL/MT_SSLIOP.mpc:
        * orbsvcs/tests/Security/MT_SSLIOP/MT_SSLIOP.mpc:
        * orbsvcs/tests/Security/Secure_Invocation/Secure_Invocation.mpc:
        * orbsvcs/tests/Security/SecurityLevel1/SecurityLevel1.mpc:
        * orbsvcs/tests/Simple_Naming/Simple_Naming.mpc:
        * orbsvcs/tests/Time/Time.mpc:
        * orbsvcs/tests/Trading/Trading.mpc:
        * orbsvcs/tests/ior_corbaname/ior_corbaname.mpc:
        * orbsvcs/tests/tests_svc_loader/tests_svc_loader.mpc:
        * performance-tests/perf.mwc:
        * performance-tests/Callback/Callback.mpc:
        * performance-tests/Cubit/TAO/DII_Cubit/DII_Cubit.mpc:
        * performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc:
        * performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc:
        * performance-tests/Latency/AMH/Single_Threaded/Single_Threaded.mpc:
        * performance-tests/Latency/AMI/AMI.mpc:
        * performance-tests/Latency/DII/DII.mpc:
        * performance-tests/Latency/DSI/DSI.mpc:
        * performance-tests/Latency/Deferred/Deferred.mpc:
        * performance-tests/Latency/Single_Threaded/Single_Threaded.mpc:
        * performance-tests/Latency/Thread_Per_Connection/Thread_Per_Connection.mpc:
        * performance-tests/Latency/Thread_Pool/Thread_Pool.mpc:
        * performance-tests/Memory/Single_Threaded/Memory_Growth.mpc:
        * performance-tests/POA/Create_Reference/Create_Reference.mpc:
        * performance-tests/POA/Demux/Demux.mpc:
        * performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc:
        * performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc:
        * performance-tests/Pluggable/Pluggable.mpc:
        * performance-tests/RTCorba/Multiple_Endpoints/Common/Common.mpc:
        * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/ORB_Per_Priority.mpc:
        * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Single_Endpoint.mpc:
        * performance-tests/RTCorba/Oneways/Reliable/Reliable.mpc:
        * performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc:
        * performance-tests/Sequence_Latency/AMH/Single_Threaded/Single_Threaded.mpc:
        * performance-tests/Sequence_Latency/AMI/ami.mpc:
        * performance-tests/Sequence_Latency/DSI/DSI.mpc:
        * performance-tests/Sequence_Latency/Deferred/Deferred.mpc:
        * performance-tests/Sequence_Latency/Single_Threaded/Single_Threaded.mpc:
        * performance-tests/Sequence_Latency/Thread_Per_Connection/Thread_Per_Connection.mpc:
        * performance-tests/Sequence_Latency/Thread_Pool/Thread_Pool.mpc:
        * performance-tests/Throughput/Throughput.mpc:
        * tao/tao.mpc:
        * tao/BiDir_GIOP/BiDir_GIOP.mpc:
        * tao/Domain/Domain.mpc:
        * tao/DynamicAny/DynamicAny.mpc:
        * tao/DynamicInterface/DynamicInterface.mpc:
        * tao/IFR_Client/IFR_Client.mpc:
        * tao/IORInterceptor/IORInterceptor.mpc:
        * tao/IORManipulation/IORManipulation.mpc:
        * tao/IORTable/IORTable.mpc:
        * tao/Messaging/Messaging.mpc:
        * tao/ObjRefTemplate/ObjRefTemplate.mpc:
        * tao/PortableServer/PortableServer.mpc:
        * tao/RTCORBA/RTCORBA.mpc:
        * tao/RTPortableServer/RTPortableServer.mpc:
        * tao/SmartProxies/SmartProxies.mpc:
        * tao/Strategies/Strategies.mpc:
        * tao/TypeCodeFactory/TypeCodeFactory.mpc:
        * tao/Valuetype/Valuetype.mpc:
        * tests/tests.mwc:
        * tests/AMI/AMI.mpc:
        * tests/AMI_Buffering/AMI_Buffering.mpc:
        * tests/AMI_Timeouts/AMI_Timeouts.mpc:
        * tests/BiDirectional/BiDirectional.mpc:
        * tests/BiDirectional_NestedUpcall/BiDirectional_NestedUpcall.mpc:
        * tests/Big_Oneways/Big_Oneways.mpc:
        * tests/Big_Reply/Big_Reply.mpc:
        * tests/Big_Request_Muxing/Big_Request_Muxing.mpc:
        * tests/Big_Twoways/Big_Twoways.mpc:
        * tests/Blocking_Sync_None/Blocking_Sync_None.mpc:
        * tests/CDR/CDR.mpc:
        * tests/Cache_Growth_Test/Cache_Growth_Test.mpc:
        * tests/Client_Leaks/Client_Leaks.mpc:
        * tests/Codec/Codec.mpc:
        * tests/Collocation/Collocation.mpc:
        * tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc:
        * tests/Connection_Purging/Connection_Purging.mpc:
        * tests/Connection_Timeout/Connection_Timeout.mpc:
        * tests/Crash_On_Write/Crash_On_Write.mpc:
        * tests/Crashed_Callback/Crashed_Callback.mpc:
        * tests/DLL_ORB/DLL_ORB.mpc:
        * tests/DSI_Gateway/DSI_Gateway.mpc:
        * tests/DynAny_Test/DynAny_Test.mpc:
        * tests/Explicit_Event_Loop/Explicit_Event_Loop.mpc:
        * tests/Exposed_Policies/Exposed_Policies.mpc:
        * tests/Faults/Faults.mpc:
        * tests/File_IO/File_IO.mpc:
        * tests/Forwarding/Forwarding.mpc:
        * tests/Hello/Hello.mpc:
        * tests/IDL_Test/IDL_Test.mpc:
        * tests/IORManipulation/IORManipulation.mpc:
        * tests/InterOp-Naming/InterOp-Naming.mpc:
        * tests/Leader_Followers/Leader_Followers.mpc:
        * tests/LongUpcalls/LongUpcalls.mpc:
        * tests/MProfile/MProfile.mpc:
        * tests/MProfile_Connection_Timeout/MProfile_Connection_Timeout.mpc:
        * tests/MProfile_Forwarding/MProfile_Forwarding.mpc:
        * tests/MT_BiDir/MT_BiDir.mpc:
        * tests/MT_Client/MT_Client.mpc:
        * tests/MT_Server/MT_Server.mpc:
        * tests/MT_Timeout/MT_Timeout.mpc:
        * tests/Multiple/Multiple.mpc:
        * tests/Multiple_Inheritance/Multiple_Inheritance.mpc:
        * tests/Muxed_GIOP_Versions/Muxed_GIOP_Versions.mpc:
        * tests/Muxing/Muxing.mpc:
        * tests/Native_Exceptions/Native_Exceptions.mpc:
        * tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc:
        * tests/NestedUpcall/Simple/Simple.mpc:
        * tests/NestedUpcall/Triangle_Test/Triangle_Test.mpc:
        * tests/Nested_Event_Loop/Nested_Event_Loop.mpc:
        * tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc:
        * tests/No_Server_MT_Connect_Test/No_Server_Connect_Test.mpc:
        * tests/OBV/Any/OBV_Any.mpc:
        * tests/OBV/Factory/OBV_Factory.mpc:
        * tests/OBV/Forward/OBV_Forward.mpc:
        * tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc:
        * tests/ORB_destroy/ORB_destroy.mpc:
        * tests/ORB_init/ORB_init.mpc:
        * tests/ORB_init/Portspan/ORB_Init_Portspan.mpc:
        * tests/ORB_shutdown/Foo_Bar.mpc:
        * tests/ORT/ORT.mpc:
        * tests/Object_Loader/Object_Loader.mpc:
        * tests/Objref_Sequence_Test/Objref_Sequence_Test.mpc:
        * tests/OctetSeq/OctetSeq.mpc:
        * tests/Oneway_Buffering/Oneway_Buffering.mpc:
        * tests/Oneways_Invoking_Twoways/Oneways_Invoking_Twoways.mpc:
        * tests/POA/Current/Current.mpc:
        * tests/POA/Default_Servant/Default_Servant.mpc:
        * tests/POA/Etherealization/Etherealization.mpc:
        * tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.mpc:
        * tests/POA/Identity/Identity.mpc:
        * tests/POA/MT_Servant_Locator/MT_Servant_Locator.mpc:
        * tests/POA/Nested_Non_Servant_Upcalls/Nested_Non_Servant_Upcalls.mpc:
        * tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.mpc:
        * tests/POA/Object_Reactivation/Object_Reactivation.mpc:
        * tests/POA/POA_Destruction/POA_Destruction.mpc:
        * tests/POA/Policies/Policies.mpc:
        * tests/POA/Single_Threaded_POA/Single_Threaded_POA.mpc:
        * tests/POA/wait_for_completion/wait_for_completion.mpc:
        * tests/Param_Test/Param_Test.mpc:
        * tests/Policies/Policies.mpc:
        * tests/Portable_Interceptors/Benchmark/Portable_Interceptors_Benchmark.mpc:
        * tests/Portable_Interceptors/Dynamic/Portable_Interceptors_Dynamic.mpc:
        * tests/Portable_Interceptors/ForwardRequest/Portable_Interceptors_ForwardRequest.mpc:
        * tests/Portable_Interceptors/IORInterceptor/Portable_Interceptors_IORInterceptor.mpc:
        * tests/Portable_Interceptors/PICurrent/Portable_Interceptors_PICurrent.mpc:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Portable_Interceptors_Request_Interceptor_Flow.mpc:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Portable_Interceptors_Service_Context_Manipulation.mpc:
        * tests/Queued_Message_Test/Queued_Message_Test.mpc:
        * tests/RTCORBA/Banded_Connections/RTCORBA_Banded_Connections.mpc:
        * tests/RTCORBA/Client_Propagated/RTCORBA_Client_Propagated.mpc:
        * tests/RTCORBA/Client_Protocol/RTCORBA_Client_Protocol.mpc:
        * tests/RTCORBA/Collocation/RTCORBA_Collocation.mpc:
        * tests/RTCORBA/Destroy_Thread_Pool/RTCORBA_Destroy_Thread_Pool.mpc:
        * tests/RTCORBA/Explicit_Binding/RTCORBA_Explicit_Binding.mpc:
        * tests/RTCORBA/Linear_Priority/RTCORBA_Linear_Priority.mpc:
        * tests/RTCORBA/MT_Client_Protocol_Priority/RTCORBA_MT_Client_Protocol_Priority.mpc:
        * tests/RTCORBA/ORB_init/RTCORBA_ORB_init.mpc:
        * tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc:
        * tests/RTCORBA/Policies/Policies.mpc:
        * tests/RTCORBA/Policy_Combinations/RTCORBA_Policy_Combinations.mpc:
        * tests/RTCORBA/Private_Connection/RTCORBA_Private_Connection.mpc:
        * tests/RTCORBA/RTMutex/RTCORBA_RTMutex.mpc:
        * tests/RTCORBA/Server_Declared/RTCORBA_Server_Declared.mpc:
        * tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc:
        * tests/RTCORBA/Thread_Pool/RTCORBA_Thread_Pool.mpc:
        * tests/Reliable_Oneways/Reliable_Oneways.mpc:
        * tests/Server_Leaks/Server_Leaks.mpc:
        * tests/Single_Read/Single_Read.mpc:
        * tests/Smart_Proxies/Smart_Proxies.mpc:
        * tests/Stack_Recursion/Stack_Recursion.mpc:
        * tests/Strategies/Strategies.mpc:
        * tests/Timed_Buffered_Oneways/Timed_Buffered_Oneways.mpc:
        * tests/Timeout/Timeout.mpc:
        * tests/Two_Objects/Two_Objects.mpc:
        * tests/Xt_Stopwatch/Xt_Stopwatch.mpc:
        * utils/utils.mwc:
        * utils/catior/catior.mpc:

          Added and updated mpc files to use the latest
        features and make use of base projects.

Wed Jun 25 09:40:08 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/TAO_Static.dsp:
        * tao/IORInterceptor/TAO_IORInterceptor_Static.dsp: Added missing
          files into the project. Thanks to Tommy Andreasen
          <Tommy.Andreasen@Radiometer.dk> for providing the patches.

Tue Jun 25 11:26:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Strategies/sciop_endpoints.i:
          Fixed incorrect export macro.

Tue Jun 25 11:00:23 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
          Fixed typo that caused error in some builds.

Tue Jun 24 18:40:08 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/run_test.pl:
          uncommented code that should have been enabled.

        * orbsvcs/tests/Notify/Basic/run_test.pl:
          Added build option for RT Notification.

        * orbsvcs/tests/Notify/Basic/notify.rt.conf:
          Configuration file for RT Notification.

Tue June 24 16:26:06 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * orbsvcs/orbsvcs/AV/AV_Core.cpp: Check if the peer address is
          set for B endpoint when initializing forward flows. If set use
          that address to create acceptors. This case happens when no
          address is specified for the A endpoint.

        * orbsvcs/orbsvcs/AV/FlowSpec_Entry.h:
        * orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp: Changed the flow spec entry from
          "Flowname/Direction/Format/Flow_Prtocol/Sender_Address" to
          "Flowname/Direction/Format/Flow_Prtocol/Sender_Address/Receiver_Address".
          The additional Receiver_Address field allows the user to specify
          the receiver address that will be used to receive the
          data. This addition helps to solve the problem arising on a
          multi-homed host where the acceptor was by default accepting on
          all interfaces. This was not acceptable in some cases. Hence,
          by specifying the sender and receiver addresses explicitly only
          the required interfaces on a multi-homed host are used.

        * orbsvcs/orbsvcs/AV/QoS_UDP.cpp:
        * orbsvcs/orbsvcs/AV/UDP.cpp:Made changes to create sockets on the
          specified local and remote addresses to send and receive data
          correspondingly.

        * orbsvcs/orbsvcs/AV/QoS_UDP.cpp: The source host and port in the
          TSpec for setting the RSVP sending_qos were not set
          correctly. This was fixed.

          Thanks to Craig Rodrigues <crodrigu@bbn.com> for bringing this
          problem to our notice.

Tue Jun 24 11:54:29 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp  (bind_new_context):

          Fixed compile errors where there was a return with no value.
          This only caused problems on a few platforms for some reason.

Tue Jun 24 11:34:53 2003  Pradeep Gore  <pradeep@oomworks.com>

        Simple example to show how to use RTCORBA Lanes with RT Notification.

        * orbsvcs/examples/Notify/Lanes/Consumer.cpp:
        * orbsvcs/examples/Notify/Lanes/Consumer.h:

          Structured Consumer implementation.

        * orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp:
        * orbsvcs/examples/Notify/Lanes/Consumer_Client.h:

          Client program.

        * orbsvcs/examples/Notify/Lanes/ORB_Objects.cpp:
        * orbsvcs/examples/Notify/Lanes/ORB_Objects.h:

          Holder for common ORB objects.

        * orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp:
        * orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h:

          Task to run ORB::run method.

        * orbsvcs/examples/Notify/Lanes/Supplier.cpp:
        * orbsvcs/examples/Notify/Lanes/Supplier.h:

          Structured Supplier implementation.

        * orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp:
        * orbsvcs/examples/Notify/Lanes/Supplier_Client.h:

          Supplier Client.

        * orbsvcs/examples/Notify/Lanes/client.conf:
        * orbsvcs/examples/Notify/Lanes/notify.conf:
        * orbsvcs/examples/Notify/Lanes/run_test.pl:
        * orbsvcs/examples/Notify/Lanes/Lanes.dsp:
        * orbsvcs/examples/Notify/Lanes/Supplier.dsp:
        * orbsvcs/examples/Notify/Lanes/Consumer.dsp:
        * orbsvcs/examples/Notify/Lanes/Lanes.mpc:
        * orbsvcs/examples/Notify/Lanes/Makefile:

          Configuration files, run script and project files.

        * orbsvcs/examples/Notify/Lanes/README:

          README for this example.

        * orbsvcs/examples/Notify/Notify_Examples.dsw:

          Updated to include Lanes example.

Tue Jun 24 03:49:40 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/Scheduler_Factory.cpp: Added patches supplied by
          Rob Andzik to get it compiling on VxWORKS.

Mon Jun 23 22:28:49 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.cpp: Removed the
          usage of TAO_Event_CRC. Used ACE::crc32 () instead. Thanks to
          Carlos for pointing it out.

        * orbsvcs/orbsvcs/Makefile.RTEvent:
        * orbsvcs/orbsvcs/RTEvent.bor: Removed CRC.{h,cpp} from the
          library.

Mon Jun 23 19:35:58 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/ObjRefTemplate/ObjRefTemplate.mpc: Changed parent project
          named "valuetype_only" to "valuetype".  There doesn't seem to be
          a base project called "valuetype_only".

Mon Jun 23 20:18:31 2003  Pradeep Gore  <pradeep@oomworks.com>

        More fixes for compile warnings and errors:

        * orbsvcs/tests/Notify/lib/PushConsumer.h:
        * orbsvcs/tests/Notify/lib/PushSupplier.h:
        * orbsvcs/tests/Notify/lib/SequencePushConsumer.h:
        * orbsvcs/tests/Notify/lib/SequencePushSupplier.h:
        * orbsvcs/tests/Notify/lib/StructuredPushConsumer.h:
        * orbsvcs/tests/Notify/lib/StructuredPushSupplier.h:

          Added missing export directive to class declaration.

        * orbsvcs/tests/Notify/lib/Supplier_T.cpp:
        * orbsvcs/tests/Notify/lib/Consumer_T.cpp:

          Added missing ACE_TYPENAME.

        * orbsvcs/tests/Notify/lib/Task_Stats.cpp:
        * orbsvcs/tests/Notify/lib/Task_Stats.h:
        * orbsvcs/tests/Notify/lib/Task_Stats.inl:

          Changed all parameter types to ACE_UINT64.

        * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp

          Specify the correct scope for call to <activate> method.

Mon Jun 23 19:04:03 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Array_VarOut_T.h:
        * tao/Objref_VarOut_T.h:
        * tao/Pseudo_VarOut_T.h:
        * tao/Seq_Var_T.h:
        * tao/VarOut_T.h:
        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:

          Added typedefs of the return types of the .in(), .inout(),
          .out() and ._retn() operations for _vars. Also added
          typedefs of the stub type, stub _ptr type and stub _var type
          to the code generation for the corresponding skeleton class
          for interfaces. This closes [BUGID:1083]. Thanks to
          Andrew Sutton <ansutton@sep.com>, Holger Krekel <krekel@merlinux.de>
          and Jody Hagins <jody@atdesk.com> for their suggestions.

Mon Jun 23 16:53:58 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp:

          Removed '<>' from explicit instantiation for template function
          to try to placate the Redhat 7.1 explicit instantiation build.

Mon Jun 23 12:37:48 2003  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:

          Avoid an infinite loop during 'autostart'.  Once a server list
          is found to be of zero length, then we leave the while loop.  This
          would also happen if a 'list' command was issued and there were
          more than 10 servers registered with the ImR.

Mon Jun 23 12:38:54 2003  Rich Seibel <seibel_r@ociweb.com>

        * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.cpp:
          Bugzilla bug #1499 fix applied.

        * orbsvcs/orbsvcs/Makefile.CosNaming:
        * orbsvcs/orbsvcs/CosNaming.mpc:
        * orbsvcs/orbsvcs/CosNaming.bor:
        * orbsvcs/orbsvcs/CosNaming.dsp:
        * orbsvcs/orbsvcs/CosNaming_Static.dsp:
        * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp:
        * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.h:
        * orbsvcs/orbsvcs/Naming/Naming_Utils.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Utils.h:
        * orbsvcs/orbsvcs/Naming/Storable.h:
        * orbsvcs/orbsvcs/Naming/Storable.inl:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.h:
          Inserted the redundant name service code.  Plus, bug 1499
          fix applied to Storable_Naming_Context.cpp.

        * orbsvcs/tests/Redundant_Naming:
        * orbsvcs/tests/Redundant_Naming/README:
        * orbsvcs/tests/Redundant_Naming/Makefile:
        * orbsvcs/tests/Redundant_Naming/client.cpp:
        * orbsvcs/tests/Redundant_Naming/test_object.idl:
        * orbsvcs/tests/Redundant_Naming/run_test.pl:
        * orbsvcs/tests/Redundant_Naming/Redundant_Naming.mpc:
        * orbsvcs/tests/Redundant_Naming/Redundant_Naming.dsw:
        * orbsvcs/tests/Redundant_Naming/client.dsp:
        * orbsvcs/tests/Redundant_Naming/makefile.bor:
        * orbsvcs/tests/Makefile:
        * orbsvcs/tests/Makefile.am:
        * orbsvcs/tests/Makefile.bor:
        * orbsvcs/tests/tests.dsw:
          added test for redundant name service

        * orbsvcs/tests/Simple_Naming/run_test.pl:
        * orbsvcs/tests/Simple_Naming/run_test_ffp.pl:
          Moved the flat file persistence test to a separate run test
          so that it could be disabled on MIN CORBA.  The Redundant
          Naming Service is build on the same code base as Flat File
          and uses a Servant Activator which is not available in
          minimum CORBA.

Sun Jun 22 13:58:08 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.cpp:
          Added include of ace/OS.h.

Sun Jun 22 03:27:10 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tao/Cleanup_Func_Registry.h:
          Due to subsetting in ACE, added include of OS.h.

        * tao/Notify_Handler.h:
          Due to subsetting in ACE, added include of Global_Macros.h.

Sat Jun 21 22:29:16 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/tests/Notify/lib/Makefile.bor:
          Corrected bad syntax.

Sat Jun 21 11:22:02 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h: Changed the constructor to
          set buffer sizes for the dgram sockets created.

          Thanks to J. Russell Noseworthy and Keith Snively for providing
          the patches.

Sat Jun 21 19:54:47 2003  Don Hinton  <dhinton@dresystems.com>

        * tao/RTPortableServer/RTPortableServerC.h:
        * tao/RTPortableServer/RT_Object_Adapter_Factory.h:
        * tao/RTPortableServer/RT_POA.cpp:
        * tao/RTPortableServer/RT_POA.h:
          Adjusted location of #ifdef so that it's after orbconf.h
          which is where ACE_HAS_CORBA_MESSAGING gets set if you user
          doesn't specify it explicitly.

Sat Jun 21 09:34:14 2003  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * tao/BiDir_GIOP/BiDir_Policy_i.cpp (TAO_BidirectionalPolicy):

          Corrected base class initialization order in base member
          initialization list to match class inheritance order.  Fixes a
          warning.

Sat Jun 21 14:53:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/Event_Service/Event_Service.cpp:
          Removed not needed explicit template instantiations

Fri Jun 20 17:45:46 2003  Gan Deng  <dengg@dre.vanderbilt.edu>

        * performance-tests/Sequence_Latency/AMI/run_test.pl
        * performance-tests/Sequence_Latency/AMH/Single_Threaded/run_test.pl
        * performance-tests/Sequence_Latency/DII/run_test.pl
        * performance-tests/Sequence_Latency/DSI/run_test.pl
        * performance-tests/Sequence_Latency/Deferred/run_test.pl
        * performance-tests/Sequence_Latency/Thread_Per_Connection/run_test.pl
        * performance-tests/Sequence_Latency/Thread_Pool/run_test.pl

          Fixed the perl running command line format in order to facilitate
          automatic performance statistics analysis.

Fri Jun 20 16:42:33 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/IFR_Service/ifr_adding_visitor.cpp:

          Fixed more typos. Thanks to Danta Cannarozzi <djc2@cse.wustl.edu>
          for reporting the problem.

Fri Jun 20 15:42:14 2003  Gan Deng  <dengg@dre.vanderbilt.edu>

        * performance-tests/Sequence_Latency/Deferred/run_test.pl

          Added this missing file into the directory.

Fri Jun 20 14:48:56 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
        * orbsvcs/Event_Service/Event_Service.cpp:

          Added missing explicit instantiations that were causing build
          problems on impaired platforms.  Some of the explicit
          instantiations probably ought to be handled in generated code or
          other places, but that's a bigger issue to bite off.

Fri Jun 20 12:56:32 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/IFR_Service/ifr_adding_visitor.h:

          Fixed case error in spelling of included file. Thanks to Diego
          Sevilla Ruiz <dsevilla@ditec.um.es> for reporting the mistake.

Fri Jun 20 10:08:25 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/AMI/Makefile
        * performance-tests/Sequence_Latency/AMI/Makefile.bor

          Deleted the old "makefile" and "makefile.bor", which have
          wrong lower case file name causing the build error.
          Simply changed the file names and fixed the problem.

Fri Jun 20 10:10:07 2003  Chad Elliott  <elliott_c@ociweb.com>

        * tests/QtTests/QtTests.mpc:

          Added a project for the QtTests.  This will only get built if the
          qt feature is enabled.

Fri Jun 20 14:50:32 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tao/RTCORBA/RTCORBA.h:
        * tao/RTCORBA/RT_Endpoint_Selector_Factory.h:
        * tao/RTCORBA/RT_ORB_Loader.h:
          Adjusted location of ifdef so that it's after orbconf.h
          which is where ACE_HAS_CORBA_MESSAGING gets set if you user
          doesn't specify it explicitly.

Fri Jun 20 11:26:14 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_Default_ProxySupplier.cpp:
          The validate_connection can only be done when corba messaging
          is available.

Fri Jun 20 11:04:58 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/examples/RtEC/MCast/MCast.cpp:
          Fixed compile problem in emulated exception case

Fri Jun 20 09:13:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.{h,i}:
          Changed template type name to T and make sure that declaration
          and implementation use the same.

Fri Jun 20 07:40:11 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_Filter.cpp:
          Added missing include

        * orbsvcs/orbsvcs/Event/EC_Gateway.h:
          Updated documentation

        * orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
          Added missing explicit template instantiations

Fri Jun 20 04:22:37 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tao/RTCORBA/Continuous_Priority_Mapping.cpp:
        * tao/RTCORBA/Continuous_Priority_Mapping.h:
        * tao/RTCORBA/Direct_Priority_Mapping.cpp:
        * tao/RTCORBA/Direct_Priority_Mapping.h:
        * tao/RTCORBA/Linear_Network_Priority_Mapping.cpp:
        * tao/RTCORBA/Linear_Network_Priority_Mapping.h:
        * tao/RTCORBA/Linear_Priority_Mapping.cpp:
        * tao/RTCORBA/Linear_Priority_Mapping.h:
        * tao/RTCORBA/Network_Priority_Mapping.cpp:
        * tao/RTCORBA/Network_Priority_Mapping.h:
        * tao/RTCORBA/Network_Priority_Mapping_Manager.cpp:
        * tao/RTCORBA/Network_Priority_Mapping_Manager.h:
        * tao/RTCORBA/Priority_Mapping.cpp:
        * tao/RTCORBA/Priority_Mapping.h:
        * tao/RTCORBA/Priority_Mapping_Manager.cpp:
        * tao/RTCORBA/Priority_Mapping_Manager.h:
        * tao/RTCORBA/Private_Transport_Descriptor.cpp:
        * tao/RTCORBA/Private_Transport_Descriptor.h:
        * tao/RTCORBA/RTCORBA.cpp:
        * tao/RTCORBA/RTCORBA.h:
        * tao/RTCORBA/RTCORBAC.cpp:
        * tao/RTCORBA/RTCORBAC.h:
        * tao/RTCORBA/RT_Current.cpp:
        * tao/RTCORBA/RT_Current.h:
        * tao/RTCORBA/RT_Endpoint_Selector_Factory.cpp:
        * tao/RTCORBA/RT_Endpoint_Selector_Factory.h:
        * tao/RTCORBA/RT_Endpoint_Utils.cpp:
        * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.cpp:
        * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h:
        * tao/RTCORBA/RT_Mutex.cpp:
        * tao/RTCORBA/RT_Mutex.h:
        * tao/RTCORBA/RT_ORB.cpp:
        * tao/RTCORBA/RT_ORB.h:
        * tao/RTCORBA/RT_ORBInitializer.cpp:
        * tao/RTCORBA/RT_ORBInitializer.h:
        * tao/RTCORBA/RT_ORB_Loader.cpp:
        * tao/RTCORBA/RT_ORB_Loader.h:
        * tao/RTCORBA/RT_PolicyFactory.cpp:
        * tao/RTCORBA/RT_PolicyFactory.h:
        * tao/RTCORBA/RT_Policy_i.cpp:
        * tao/RTCORBA/RT_Policy_i.h:
        * tao/RTCORBA/RT_Protocols_Hooks.cpp:
        * tao/RTCORBA/RT_Protocols_Hooks.h:
        * tao/RTCORBA/RT_Stub.cpp:
        * tao/RTCORBA/RT_Stub.h:
        * tao/RTCORBA/RT_Stub_Factory.cpp:
        * tao/RTCORBA/RT_Stub_Factory.h:
        * tao/RTCORBA/RT_Thread_Lane_Resources_Manager.cpp:
        * tao/RTCORBA/RT_Thread_Lane_Resources_Manager.h:
        * tao/RTCORBA/Thread_Pool.cpp:
        * tao/RTCORBA/Thread_Pool.h:
        * tao/RTPortableServer/RTPortableServer.cpp:
        * tao/RTPortableServer/RTPortableServer.h:
        * tao/RTPortableServer/RTPortableServerC.cpp:
        * tao/RTPortableServer/RTPortableServerC.h:
        * tao/RTPortableServer/RT_Acceptor_Filters.cpp:
        * tao/RTPortableServer/RT_Acceptor_Filters.h:
        * tao/RTPortableServer/RT_Collocation_Resolver.cpp:
        * tao/RTPortableServer/RT_Collocation_Resolver.h:
        * tao/RTPortableServer/RT_Object_Adapter_Factory.cpp:
        * tao/RTPortableServer/RT_Object_Adapter_Factory.h:
        * tao/RTPortableServer/RT_POA.cpp:
        * tao/RTPortableServer/RT_POA.h:
        * tao/RTPortableServer/RT_Policy_Validator.cpp:
        * tao/RTPortableServer/RT_Policy_Validator.h:
        * tao/RTPortableServer/RT_Servant_Dispatcher.cpp:
        * tao/RTPortableServer/RT_Servant_Dispatcher.h:
          #Ifdef'd out all the code if TAO_HAS_CORBA_MESSAGING = 0, since
          RTCORBA depends on messaging.

Thu Jun 19 20:45:06 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/tests/Notify/lib/Peer_T.cpp:
        * orbsvcs/tests/Notify/lib/Supplier_T.cpp:
        * orbsvcs/tests/Notify/lib/Consumer_T.cpp:

          Added ACE_TYPENAME to stop compiler warnings.

Thu Jun 19 18:29:28 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/AMH/Single_Threaded/run_test.pl

          Fixed some wrong output information.

Thu Jun 19 17:32:38 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/DSI/client.cpp

          Removed an unused dummy variable in the source code.

Thu Jun 19 16:05:09 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/DII/Makefile
        * performance-tests/Sequence_Latency/DSI/Makefile

          Added the missing dependency relation to the old makefiles.

Thu Jun 19 14:08:22 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/orbsvcs/.depend.Makefile.RT_Notification:
        * orbsvcs/tests/Notify/RT_lib/.depend.Makefile:
        * orbsvcs/tests/Notify/Test_Filter/.depend.Makefile:
        * orbsvcs/tests/Notify/lib/.depend.Makefile:

          Updated dependencies.

        * orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp:

          Use <proxy_id_> instead of <supplier_proxy_id_> and
          <consumer_proxy_id_>.
          Use <proxy_> instead of <supplier_proxy_> and
          <consumer_proxy_>.
          This is required due to changes to implementation of Test
          Supplier and Consumers.

Thu Jun 19 11:54:31 2003  Gan Deng <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/Makefile:
        * performance-tests/Sequence_Latency/Makefile.bor:

          New make file for the recently newly added sequence
          latency test examples.

Thu Jun 19 11:54:29 2003  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:

          Fixed more argument related bugs.

Thu Jun 19 16:58:00 UTC 2003 Stephen Torri <storri@cse.wustl.edu>

        * orbsvcs/tests/Metrics/Makefile:
        * orbsvcs/tests/Metrics/Metrics_Local_Cache_Test.cpp:
        * orbsvcs/tests/Metrics/Metrics_Local_Cache_Test.h:
        * orbsvcs/tests/Metrics/Remote_Metrics_Logger.cpp:
        * orbsvcs/tests/Metrics/Remote_Metrics_Logger.h:
        * orbsvcs/tests/Metrics/Rate_Group_Info.cpp:
        * orbsvcs/tests/Metrics/Rate_Group_Info.h:
        * orbsvcs/tests/Metrics/Rate_Group_Info.i:
        * orbsvcs/tests/Metrics/Makefile:
        * tao/orbconf.h:

          Added tests for libTAO_Metrics.

        * orbsvcs/orbsvcs/Metrics/metrics_export.h:
        * orbsvcs/orbsvcs/Metrics/Metrics_FrameManager.cpp:
        * orbsvcs/orbsvcs/Metrics/Metrics_FrameManager.h:
        * orbsvcs/orbsvcs/Metrics/Metrics_FrameManager.i:
        * orbsvcs/orbsvcs/Metrics/Metrics_FrameManager_T.cpp:
        * orbsvcs/orbsvcs/Metrics/Metrics_FrameManager_T.h:
        * orbsvcs/orbsvcs/Metrics/Metrics_FrameManager_T.i:
        * orbsvcs/orbsvcs/Metrics/Metrics_LocalCache.cpp:
        * orbsvcs/orbsvcs/Metrics/Metrics_LocalCache.h:
        * orbsvcs/orbsvcs/Metrics/Metrics_LocalCache.i:
        * orbsvcs/orbsvcs/Metrics/Metrics_LocalCache_T.cpp:
        * orbsvcs/orbsvcs/Metrics/Metrics_LocalCache_T.h:
        * orbsvcs/orbsvcs/Metrics/Metrics_LocalCache_T.i:
        * orbsvcs/orbsvcs/Metrics/Metrics_Logger.cpp:
        * orbsvcs/orbsvcs/Metrics/Metrics_Logger.h:
        * orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor.cpp:
        * orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor.h:
        * orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor.i:
        * orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor_T.cpp:
        * orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor_T.h:
        * orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor_T.i:
        * orbsvcs/orbsvcs/Metrics/Metrics_Utils.cpp:
        * orbsvcs/orbsvcs/Metrics/Metrics_Utils.h:
        * orbsvcs/orbsvcs/Metrics/Metrics_Utils.i:
        * orbsvcs/orbsvcs/Metrics:
        * orbsvcs/orbsvcs/Metrics.idl:
        * orbsvcs/orbsvcs/Makefile.Metrics:
        * orbsvcs/orbsvcs/Makefile:

          Adding new TAO Metrics ORB service.
          - TAO_Metrics_Frame_Manager_Data is a class makes use of
            the <ACE_Time_Value> class to store period and
            endpoint data for a given time frame. This is used
            by the TAO_Metrics_Frame_Manager to make use of the
            <ACE_Metrics_Cache> class to implement a cache for local use.

          - TAO_Metrics_Timeprobe is a class that makes use of the
            <ACE_Metrics_Timeprobe> class to implement a timeprobe for
            use in a local metrics cache.

          - TAO_Metrics_LocalCache is a class that makes use of the
            <ACE_Metrics_Cache> class to implement a cache for local use
            for storing metrics data.

          - TAO_Metrics_ReportingCache is a class that use of the
            <TAO_Metrics_LocalCache> as its a cache for local use,
            and adds reporting to the logger <TAO_Metrics_Logger>.

          - TAO_Metrics_Logger is a class that allows a client to
            log monitored QoS. Clients will pass their information
            to the TAO_Metrics_Logger in a series of TAO_Metrics_Logger_Data
            elements.

          - TAO_Metrics_UpcallMonitor is a class that allows clients to
            monitor QoS, collected by the rest of the metrics framework.

          - TAO_Metrics_ReportingUpcallMonitor is a class implemenets
            a reporting extension for a Metrics QoS Monitor.

          - TAO_Utils is a collection of metrics utility functions.


        * tao/RTCORBA/Multi_Priority_Mapping.cpp:
        * tao/RTCORBA/Multi_Priority_Mapping.h:
        * tao/RTCORBA/Multi_Priority_Mapping.i:

        - TAO_Multi_Priority_Mapping is an implementation of
          Priority_Mapping interface for communication between
          different platforms. This implementation uses a custom
          mapping between the range of priorities for a given
          scheduling class (ACE_SCHED_OTHER, ACE_SCHED_FIFO,
          ACE_SCHED_RR) and the valid range of CORBA priorities
          (0...32767)

Thu Jun 19 16:01:59 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/index.html:
          Updated link to doxygen documentation.

Thu Jun 19 15:34:01 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/ECG_UDP_Out_Endpoint.cpp:
          Added missing explicit template instantiations

Thu Jun 19 15:23:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/ECG_Adapters.cpp:
          Added missing explicit template instantiations

Thu Jun 19 14:56:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/RtecEventChannelAdmin.idl:
          Fixed small typos

        * orbsvcs/tests/EC_MT_Mcast/MCast.cpp:
          Fixed problem with emulated exception compile.

Thu Jun 19 09:55:55 2003  Gan Deng <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/AMI/*:

          New test for the sequence of different data types. This
          is based on performance-tests/Latency/AMI/*, but uses
          different data types.

Thu Jun 19 14:56:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
          Added missing explicit template instantiations

        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h:
          Documentation update

Thu Jun 19 06:12:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/ECG_Address_Server_Base.h:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.h:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h:
          Updated doxygen documentation

Wed Jun 18 23:29:20 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/orbsvcs/CosNotification.dsp:
        * orbsvcs/orbsvcs/CosNotification_Static.dsp:
        * orbsvcs/tests/Notify/lib/TAO_NotifyTests.dsp:
        * orbsvcs/tests/Notify/lib/TAO_NotifyTests_Static.dsp:
        * orbsvcs/orbsvcs/CosNotification.bor:

          Updated

Wed Jun 18 22:27:49 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/orbsvcs/Notify_Service/Notify_Service.cpp:
          Activate worker thread at lowest avialable priority.

        * orbsvcs/orbsvcs/Notify/AdminProperties.cpp:

          Cosmetic changes.

        * orbsvcs/orbsvcs/Notify/Consumer.h:
        * orbsvcs/orbsvcs/Notify/Consumer.cpp:
        * orbsvcs/orbsvcs/Notify/Consumer.inl:

          Inlined <push> method

        * orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp:
        * orbsvcs/orbsvcs/Notify/Properties.cpp:

          Changed default initialization of ThreadPoolParams structure.

        * orbsvcs/orbsvcs/Notify/Event.h:
        * orbsvcs/orbsvcs/Notify/Event.cpp:
        * orbsvcs/orbsvcs/Notify/Event.inl:

          - "const"ified various public methods.
          - Added helper classes for the TAO_NS_Event_var

        * orbsvcs/orbsvcs/Notify/FilterAdmin.h:
        * orbsvcs/orbsvcs/Notify/FilterAdmin.cpp:
        * orbsvcs/orbsvcs/Notify/FilterAdmin.inl:

          Changed signature of <match> method, moved this method to the
          .inl file.

        * orbsvcs/orbsvcs/Notify/Method_Request.h:
        * orbsvcs/orbsvcs/Notify/Method_Request.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request.inl:

          - Added <TAO_NS_Method_Request_No_Copy> class that does not copy the
          event that it holds.
          - Moved the <init> method to the .inl file

        * orbsvcs/orbsvcs/Notify/Method_Request_Event.h:
        * orbsvcs/orbsvcs/Notify/Method_Request_Event.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request_Event.inl:

          Moved the <Method_Request_Event> to its own separate file.

        * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.h:
        * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.inl:

          Helper templatized logic for dispatching. This is required to
          support different types of event implementations (Event_var and Event*)
          and proxy implementations (ProxySupplier_Guard and ProxySupplier).

        * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.h:
        * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.inl:

          There are 3 different approaches to memory management during
          event dispatching:
          <TAO_NS_Method_Request_Dispatch> - This class increments the
          reference count on the event copy and on the ProxySupplier.

          <TAO_NS_Method_Request_Dispatch_No_Copy> - The event is not
          copied and the refcount on the ProxySupplier is not incremented.

         <TAO_NS_Method_Request_Dispatch_T> - The refcount on the event is
          incremented but not for the ProxySupplier.

        * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_No_Filtering.*:
          Removed this file. The Method_request_Dispatch accepts a flag
          that is used to determine if the filters should be executed.

        * orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.h:
        * orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.inl:
        * orbsvcs/orbsvcs/Notify/Method_Request_Lookup.h:
        * orbsvcs/orbsvcs/Notify/Method_Request_Lookup.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request_Lookup.inl:

          Implements <TAO_NS_Method_Request_Lookup> and
          <TAO_NS_Method_Request_Lookup_No_Copy> classes.

        * orbsvcs/orbsvcs/Notify/Method_Request_Updates_T.h:
        * orbsvcs/orbsvcs/Notify/Method_Request_Updates_T.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request_Updates_T.inl:
        * orbsvcs/orbsvcs/Notify/Method_Request_Updates.h:
        * orbsvcs/orbsvcs/Notify/Method_Request_Updates.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request_Updates.inl:

          Implements <TAO_NS_Method_Request_Updates> and
          <TAO_NS_Method_Request_Updates_No_Copy> classes.

        * orbsvcs/orbsvcs/Notify/Object.h:
        * orbsvcs/orbsvcs/Notify/Object.inl:

          Added accessor for the Event_Manager.

        * orbsvcs/orbsvcs/Notify/Peer.cpp:

          Using Proxy_Guard instead of Refcountable_Guard

        * orbsvcs/orbsvcs/Notify/Property_T.h:
        * orbsvcs/orbsvcs/Notify/Property_T.cpp:
        * orbsvcs/orbsvcs/Notify/Property_T.inl:
        * orbsvcs/orbsvcs/Notify/Property_Boolean.h:
        * orbsvcs/orbsvcs/Notify/Property_Boolean.cpp:
        * orbsvcs/orbsvcs/Notify/Property_Boolean.inl:

          Changed type of property name from CString to char*.

        * orbsvcs/orbsvcs/Notify/Proxy.h:
        * orbsvcs/orbsvcs/Notify/Proxy.cpp:
        * orbsvcs/orbsvcs/Notify/Proxy.inl:

          Changed <check_filter> to TAO_NS_Event* instead of
          TAO_NS_Event_var.
          Moved the method to the .inl file.

        * orbsvcs/orbsvcs/Notify/ProxyConsumer.h:
        * orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Notify/ProxyConsumer.inl:

          Removed <push> method from this class.
          Defined the TAO_NS_ProxyConsumer_Guard class.

        * orbsvcs/orbsvcs/Notify/ProxySupplier.h:
        * orbsvcs/orbsvcs/Notify/ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Notify/ProxySupplier.inl:
        * orbsvcs/orbsvcs/Notify/ProxySupplier_T.h:
        * orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp:
        * orbsvcs/orbsvcs/Notify/ProxySupplier_T.inl:

          Modified <push> method to include ACE_ENV parameter.
          Defined the TAO_NS_ProxySupplier_Guard class.

        * orbsvcs/orbsvcs/Notify/QoSProperties.cpp:

          Access property using <value> method.

        * orbsvcs/orbsvcs/Notify/RT_POA_Helper.cpp:

          Use the priority model passed in the Pool/Lane parameter.

        * orbsvcs/orbsvcs/Notify/Reactive_Task.h:
        * orbsvcs/orbsvcs/Notify/Reactive_Task.cpp:

          Modified the <execute> method to include ACE_ENV parameter.

        * orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h:
        * orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.cpp:
        * orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.inl:

          A helper class that increments the reference count in the
          constructor. The count is decremented in the destructor.

        * orbsvcs/orbsvcs/Notify/Worker_Task.h:

          Modified the <execute> method to include ACE_ENV parameter.

        * orbsvcs/orbsvcs/Notify/Structured/RT_StructuredProxyPushSupplier.h:
        * orbsvcs/orbsvcs/Notify/Structured/RT_StructuredProxyPushSupplier.cpp:

          Modified the <push> methods to include ACE_ENV parameter.

        * orbsvcs/orbsvcs/Notify/Structured/RT_StructuredProxyPushSupplier.cpp:

          Modified the <push> methods to include ACE_ENV parameter.

        * orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.h:
        * orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.cpp:

          Modified the <TAO_NS_StructuredEvent> constructor to read the
          qos parameters directly instead of using the expensive
          TAO_NS_PropertySeq class.

          Implements 2 types of structured event wrappers - the
          <TAO_NS_StructuredEvent_No_Copy> does not make a copy of the event.

          The <TAO_NS_StructuredEvent> creates a copy of the event.

        * orbsvcs/orbsvcs/Notify/StructuredProxyPushConsumer.cpp:
          The <push_structured_event> does not make a copy of the event
          and the Lookup method request object is created on the stack.
          We have optimized by not making allocations until it is necessary.

        * orbsvcs/orbsvcs/Notify/StructuredPushConsumer.cpp:
        * orbsvcs/orbsvcs/Notify/StructuredPushConsumer.h:

          The signature of <push_i> is changed to accept TAO_NS_Event*.

        * orbsvcs/orbsvcs/Notify/Any/AnyEvent.h:
        * orbsvcs/orbsvcs/Notify/Any/AnyEvent.cpp:

          Implements the <TAO_NS_AnyEvent> and <TAO_NS_AnyEvent_No_Copy>
          classes.

        * orbsvcs/orbsvcs/Notify/ProxyPushConsumer.cpp:

          Optimized <push> avoids unnecessary copies.

        * orbsvcs/orbsvcs/Notify/PushConsumer.cpp:
        * orbsvcs/orbsvcs/Notify/PushConsumer.h:

          signature of <push_i> is changed to accept TAO_NS_Event*.

        * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp:

          Optimized <push> avoids unnecessary copies.

        * orbsvcs/orbsvcs/Notify/SequencePushConsumer.cpp:
        * orbsvcs/orbsvcs/Notify/SequencePushConsumer.h:

          signature of <push_i> is changed to accept TAO_NS_Event*.

        * orbsvcs/tests/Notify/lib/Peer.h:
        * orbsvcs/tests/Notify/lib/Peer_T.h:
        * orbsvcs/tests/Notify/lib/Peer.inl:
        * orbsvcs/tests/Notify/lib/Peer_T.inl:
        * orbsvcs/tests/Notify/lib/Peer.cpp:
        * orbsvcs/tests/Notify/lib/Peer_T.cpp:

          Template implementation of Suppliers and Consumers.

        * orbsvcs/tests/Notify/lib/Consumer_T.h:
        * orbsvcs/tests/Notify/lib/Consumer_T.cpp:
        * orbsvcs/tests/Notify/lib/Consumer_T.inl:

          Specialization of Peer_T for Consumers.

        * orbsvcs/tests/Notify/lib/Supplier_T.h:
        * orbsvcs/tests/Notify/lib/Supplier_T.cpp:
        * orbsvcs/tests/Notify/lib/Supplier_T.inl:

          Specialization of Peer_T for Suppliers.

        * orbsvcs/tests/Notify/lib/Direct_Consumer.h:
        * orbsvcs/tests/Notify/lib/Direct_Consumer.inl:
        * orbsvcs/tests/Notify/lib/Direct_Consumer.cpp:

          A consumer that receives events directly from a supplier and
          hence does not connect to the EventChannel.

        * orbsvcs/tests/Notify/lib/Relay_Consumer.h:
        * orbsvcs/tests/Notify/lib/Relay_Consumer.cpp:
        * orbsvcs/tests/Notify/lib/Relay_Consumer.inl:

          A Direct_Consumer that relays the event received to yet another
          consumer.

        * orbsvcs/tests/Notify/lib/Direct_Supplier.h:
        * orbsvcs/tests/Notify/lib/Direct_Supplier.cpp:
        * orbsvcs/tests/Notify/lib/Direct_Supplier.inl:

          A supplier that sends directly to a consumer and
          hence does not connect to the EventChannel.

        * orbsvcs/tests/Notify/lib/PushConsumer.h:
        * orbsvcs/tests/Notify/lib/PushConsumer.cpp:
        * orbsvcs/tests/Notify/lib/PushConsumer.inl:

          Traits based implementation of ProxyConsumer.

        * orbsvcs/tests/Notify/lib/PushSupplier.h:
        * orbsvcs/tests/Notify/lib/PushSupplier.cpp:
        * orbsvcs/tests/Notify/lib/PushSupplier.inl:

          Traits based implementation of ProxySupplier.

        * orbsvcs/tests/Notify/lib/SequencePushConsumer.h:
        * orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp:
        * orbsvcs/tests/Notify/lib/SequencePushConsumer.inl:

          Traits based implementation of SequenceProxyConsumer.

        * orbsvcs/tests/Notify/lib/SequencePushSupplier.cpp:
        * orbsvcs/tests/Notify/lib/SequencePushSupplier.h:
        * orbsvcs/tests/Notify/lib/SequencePushSupplier.inl:

          Traits based implementation of SequenceProxySupplier.

        * orbsvcs/tests/Notify/lib/StructuredPushConsumer.h:
        * orbsvcs/tests/Notify/lib/StructuredPushConsumer.inl:
        * orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp:

          Traits based implementation of StructuredProxyConsumer.

        * orbsvcs/tests/Notify/lib/StructuredPushSupplier.h:
        * orbsvcs/tests/Notify/lib/StructuredPushSupplier.cpp:
        * orbsvcs/tests/Notify/lib/StructuredPushSupplier.inl:

          Traits based implementation of StructuredProxySupplier.

        * orbsvcs/tests/Notify/lib/Activation_Manager.cpp:
          Prints hostname to data file.

        * orbsvcs/tests/Notify/lib/Driver.cpp:
          The thread that executes command objects is initialized to
          lowest available priority.

        * orbsvcs/tests/Notify/lib/EventChannel.h:
        * orbsvcs/tests/Notify/lib/EventChannel.cpp:

          Added <create_colocated_ecf> method to created a colocated
          EventChannelFactory.

        * orbsvcs/tests/Notify/Lookup.h:
        * orbsvcs/tests/Notify/Lookup.cpp:

          Added resolve methods for
          CosNotifyChannelAdmin::StructuredProxyPushSupplier_var and
          CosNotifyChannelAdmin::StructuredProxyPushConsumer_var

          Removed resolve methods for
          CosNotifyComm::StructuredPushSupplier_var
          CosNotifyComm::StructuredPushConsumer_var
          as they are not required.

        * orbsvcs/tests/Notify/lib/Notify_PushSupplier.h:
        * orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.h:
        * orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h:
        * orbsvcs/tests/Notify/lib/Notify_PushSupplier.h:
        * orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.h:
        * orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h:

          typedef to new implementation for backward compatibility.

        * orbsvcs/tests/Notify/lib/Notify_PushSupplier.cpp:
        * orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.cpp:
        * orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.cpp:
        * orbsvcs/tests/Notify/lib/Notify_PushSupplier.cpp:
        * orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.cpp:
        * orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.cpp:

          Removed as they are obsoleted by the new implementation.

        * orbsvcs/tests/Notify/lib/Options_Parser.cpp:

          Populate the revised definition of NotifyExt::ThreadPoolParams.

        * orbsvcs/tests/Notify/lib/Periodic_Consumer.h:
        * orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp:

          - Changes to accommodate base class modifications.

          - Note that the periodic consumer receives "warmup events" from
          the periodic supplier . This helps us avoid huge spikes in
          latency for the first few iterations of a test run.
          - The periodic consumer recognizes a special "Stop" event that
          hints that no event will be supplier now on.
          - The periodic consumer can be asked to check if the priority of
          the thread receiving the event is the same as the Priority field
          in the event QoS.

        * Periodic_Consumer_Command.h:
        * Periodic_Consumer_Command.cpp:

          Parses options to create a a "Relay" or "Direct" consumer.

        * orbsvcs/tests/Notify/lib/Periodic_Supplier.h:
        * orbsvcs/tests/Notify/lib/Periodic_Supplier.cpp:

          - Changes to accommodate base class modifications.

          - The supplier can be asked to run for a fixed amount of time
          regardless of if it could send the number of events that we
          asked it to send.

        * orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h:
        * orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.cpp:

          Parses options to create a "Direct" supplier.

        * orbsvcs/tests/Notify/lib/Task_Stats.h:
        * orbsvcs/tests/Notify/lib/Task_Stats.cpp:
        * orbsvcs/tests/Notify/lib/Task_Stats.inl:

          The square of the deviation in the sample set is calculated in the
          <dump_stats> method. The <sample> method only records the sample
          and does no more.

        * orbsvcs/Notify_Service/Notify_Service.cpp:

          By default, always run ORB.run() in a separate thread that has the ORB SCHED
          policies set on it.

        * orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp:

          The RT POA is created with the implicit activation policy.

        * orbsvcs/tests/Notify/lib/Makefile:
        * orbsvcs/tests/Notify/lib/Makefile.bor:
        * orbsvcs/tests/Notify/RT_lib/Makefile:
        * orbsvcs/tests/Notify/lib/Test_Filter/Makefile:

          Updated.

        * orbsvcs/tests/Notify/Lanes/supplier.conf:
        * orbsvcs/tests/Notify/Lanes/consumer.conf:

          Corrected the Lane info set in the filter.

        * orbsvcs/orbsvcs/Notify/POA_Helper.cpp:
        * orbsvcs/orbsvcs/Notify/POA_Helper.h:
        * orbsvcs/orbsvcs/Notify/RT_POA_Helper.h:

          Added method <get_unique_id> to generate unique POA names.

        * orbsvcs/tests/Notify/performance-tests/scripts/README:
        * orbsvcs/tests/Notify/performance-tests/scripts/run_all.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/cos_notify.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/high_path.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/Paths_10/other_paths.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/Paths_1/other_paths.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/Paths_5/other_paths.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/Paths_20/other_paths.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/rt_notify.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/run_all.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/run_high_path.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/run_notify.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/run_other_paths.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/README:

          Test to measure the throughput of the high priority task with
          increasing number of paths.

        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_0/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_10/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_15/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_20/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_25/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_30/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_35/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_40/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_45/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_5/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/Load_50/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/consumer.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/cos_notify.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/rt_notify.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/run_all.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/README:

          Test to measure the Throughput of a High, Medium and Low priority
          task with increasing load.

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops/consumer.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops/supplier.conf:

          This test measures throughput for a 2-way between a
          StructuredSupplier and StructuredConsumer.

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops_RTCORBA/consumer.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops_RTCORBA/relay.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops_RTCORBA/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops_RTCORBA/supplier.conf:

          This test measures throughput for a 2-way between a
          StructuredSupplier and StructuredConsumer where the consumer is
          activated in an RT-POA with the CLIENT-PROPAGATED priority model.

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops/consumer.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops/relay.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops/supplier.conf:

          In this test, the supplier sends events to a "relay" consumer that forwards it
          to the final consumer.

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops_RTCORBA/consumer.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops_RTCORBA/relay.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops_RTCORBA/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops_RTCORBA/supplier.conf:

          The consumers are activated in an RT-POA.

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated/colocated.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated/run_test.pl:

          Tests the throughput obtained when the supplier, CosNotification
          and consumer are collocated in the same process space.

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated_RTCORBA/colocated.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated_RTCORBA/run_test.pl:

          Tests the throughput obtained when the supplier, RT-Notification
          and consumer are colocated in the same process space.

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/README:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/run_all.pl:

          Readme and run script for the Max_Throughput set of experiments.

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify/consumer.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify/notify.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify/run_test.pl:

          Max possible throughput measurement for CosNotification.

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify_RTCORBA/consumer.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify_RTCORBA/notify.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify_RTCORBA/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify_RTCORBA/supplier.conf:

          Max possible throughput measurement for RT-Notification.

        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/README:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/consumer.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/cos_notify.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/rt_notify.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/run_all.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_0/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_5/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_10/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_15/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_20/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_25/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_30/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_35/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_40/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_45/supplier.conf:
        * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/Load_50/supplier.conf:

          The test measures the throughput with increasing load.


Wed Jun 18 19:33:24 2003  Gan Deng <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/AMH/*:

          New test for the sequence of different data types. This is
          based on performance-tests/Latency/AMH, but uses different
          data types.

Wed Jun 18 19:25:32 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/RTPortableServer/RT_Servant_Dispatcher.cpp:

          Added .in() to a _var argument in a function call.

Wed Jun 18 19:03:53 2003  Gan Deng <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/Deffered/*:

          New test for the sequence of different data types. This is
          based on performance-tests/Latency/Deffered, but uses different
          data types.

Wed Jun 18 18:36:19 2003  Gan Deng <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/DII/*:

          New test for the sequence of different data types for DII. This
          is based on performance-tests/Latency/DII, but uses different
          data types.

Wed Jun 18 18:15:33 2003  Gan Deng <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/DSI/*:

          New test for the sequence of different data types for DSI. This
          is based on performance-tests/Latency/DSI, but uses different
          data types.

Wed Jun 18 17:47:28 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/RTEvent.dsp:
        * orbsvcs/orbsvcs/RTEvent_Static.dsp: Added the new files for the
          daily builds.

Wed Jun 18 17:19:47 2003  George Edwards <g.edwards@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp

          Corrected scoping error for parameters of CORBA::release ()
          and CORBA::is_nil () for interfaces that inherit from
          abstract interfaces

Wed Jun 18 17:06:40 2003  Gan Deng <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/Thread_Per_Connection/*:

          New test for the sequence of different data types. This is based
          on performance-tests/Latency/Thread_Per_Connection, but uses
          different data types.


Wed Jun 18 17:10:21 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/Makefile.RTEvent:
        * orbsvcs/orbsvcs/RTEvent.bor: Added CRC.cpp for compilation in
          various builds.


Wed Jun 18 16:54:13 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/Event/CRC.h:
        * orbsvcs/orbsvcs/Event/CRC.cpp: New file for CRC calculation.

        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.h:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.i:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.i:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.i:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.inl: This set of checkins
          adds a capability to  perform CRC checksum calculations. This is
          what it does

          - The sender calculates the CRC checksum and sends it as part of
            the header. The field in the header which is padded, is used
            for CRC checksums.

          - The receiver after receiving the message calculates the CRC
            checksum (ofocurse without the checksum value) and compares
            with the one received.

         Ofcourse, all of the above ar optional, and can be chosen when
         the receiver is created by the create () call.

         Thanks to Keith Snively <ksnively@d-a-s.com> and J. Russell
         Noseworthy <j.russell.noseworthy@objectsciences.com> for
         providing these patches.


Wed Jun 18 16:39:51 2003  George Edwards <g.edwards@vanderbilt.edu>

        * TAO_IDL/be_include/be_valuetype.h
        * TAO_IDL/be/be_valuetype.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp

          Added mapping of operations of abstract interfaces inherited by
          concrete interfaces supported by valuetypes to pure virtual
          methods in the valuetype.

Wed Jun 18 16:18:19 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * performance-tests/Sequence_Latency/Thread_Pool/*: New test for
          the sequence of different data types. This is based on
          performance-tests/Latency/Thread_Pool, but uses different data
          types.

Wed Jun 18 14:01:37 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Objref_VarOut_T.cpp:
        * tao/Objref_VarOut_T.h:
        * tao/Pseudo_VarOut_T.h:
        * tao/Pseudo_VarOut_T.inl:

          Changed signature of the const cast operator from T const *& to
          T * const &, which eliminates warnings on Irix. Thanks to
          Michael Rice <MichaelARice@knology.net> for coming up with this
          Irix-compatible suggestion.

        * tao/Seq_Var_T.h:

          Cosmetic changes.

Wed Jun 18 13:08:07 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp (visit_interface):
        * TAO_IDL/be/be_interface.cpp (copy_ctor_helper);

          Changed the order of base class constructor calls in code
          generation for the interface copy constructor.

Wed Jun 18 12:50:15 2003  George Edwards <g.edwards@vanderbilt.edu>

        * TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
        * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp

          Fixed bug in factory generation for valuetypes that
          support interfaces

Wed Jun 18 12:47:17 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/BiDir_GIOP/BiDir_Policy_i.cpp:
        * tao/Domain/DomainS.cpp:
        * tao/Messaging/MessagingS.cpp:
        * tao/PortableServer/ImR_LocatorS.cpp:
        * tao/PortableServer/ImplRepoS.cpp:
        * tao/PortableServer/PolicyS.cpp:

          Added call to TAO_Abstract_ServantBase in the copy constructor
          and/or fixed the order of base class constructor calls in the
          copy constructor.

Wed Jun 18 12:13:41 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_enum.cpp:
        * TAO_IDL/be/be_eventtype.cpp:
        * TAO_IDL/be/be_eventtype_fwd.cpp:
        * TAO_IDL/be/be_union_fwd.cpp:

          Fixed mistakes in constructor reordering from

          Tue Jun 17 09:56:38 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

Wed Jun 18 13:53:22 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/RTEvent.dsp:
        * orbsvcs/orbsvcs/RTEvent_Static.dsp:
          Removed EC_Gateway_UDP.{h,i} from both dsps.

Wed Jun 18 13:17:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Makefile.RTEvent:
          Updated dependencies.

Wed Jun 18 08:48:51 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/EC_MT_Mcast/MCast.cpp:
        * orbsvcs/tests/EC_MT_Mcast/Makefile:
          Updated this test for all RTEC changes and updated dependencies

Wed Jun 18 08:18:22 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
          Fixed type

        * orbsvcs/tests/EC_Mcast/Makefile:
        * orbsvcs/tests/Event/Basic/Makefile:
          Updated dependencies

Wed Jun 18 06:39:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

          Below an detail overview of all RTEC changes. The changes are made by
          Carlos O'Ryan <coryan@atdesk.com>, Marina Spivak <marina@cs.wustl.edu>
          and Jason Smith <jason@atdesk.com>. We have integrated all these
          changes back into the repo and will make sure that it builds and works
          using all different compilers.

        * orbsvcs/orbsvcs/Event/ECG_Adapters.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Adapters.h:
        * orbsvcs/orbsvcs/Event/ECG_Address_Server_Base.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Address_Server_Base.h:
        * orbsvcs/orbsvcs/Event/ECG_Address_Server_Base.i:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.h:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.i:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.i:
        * orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h:
        * orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.i:
        * orbsvcs/orbsvcs/Event/ECG_Defaults.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.i:
        * orbsvcs/orbsvcs/Event/ECG_Simple_Address_Server.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Simple_Address_Server.h:
        * orbsvcs/orbsvcs/Event/ECG_Simple_Address_Server.i:
        * orbsvcs/orbsvcs/Event/ECG_Simple_Mcast_EH.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Simple_Mcast_EH.h:
        * orbsvcs/orbsvcs/Event/ECG_Simple_Mcast_EH.i:
        * orbsvcs/orbsvcs/Event/ECG_UDP_EH.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_EH.h:
        * orbsvcs/orbsvcs/Event/ECG_UDP_EH.i:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.i:
        * orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.cpp:
        * orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.h:
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.cpp:
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h:
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.i:
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.cpp:
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h:
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.i:
        * orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.cpp:
        * orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.h:
          Added all these files. See below for details

        * orbsvcs/orbsvcs/Event/EC_QOS_Info.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_Dispatching.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.i:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.inl:
        * orbsvcs/orbsvcs/Event/EC_MT_Dispatching.cpp:
        * orbsvcs/orbsvcs/Event/EC_Negation_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.h:
          Modified all these files. See below for details

        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp
          Removed these files

          The detailed changes. Changes are listed from recent to old and all
          together are now migrated into the main repo.

        * orbsvcs/orbsvcs/Event/ECG_Defaults.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.i:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp:
          Add new attribute to control if the gateway uses blocking or
          non-blocking UDP sockets.

        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.cpp:
          If the send() call returns with -1/EWOULDBLOCK simply report the
          failure, do not raise exceptions that cause a disconnection.

        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h:
          In short, changed the class to use a dedicated socket for each
          multicast subscription.

        * orbsvcs/orbsvcs/Event/EC_Negation_Filter.cpp (filter):
          Was always returning 1, resulting in not filtering any events
          out. Fixed.

        * orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp:
          Enabled "consumer_reconnect" event channel attributes, so the
          feature is enabled when test clients need it.

        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
          Made the receiver a little more paranoid about the messages it
          accepts.  Basically we reject messages whose 'byte_order' field
          is neither 0 nor 1 (i.e. things like 71 or 42 are rejected when
          they used to be accepted).  We also inject some magic numbers
          ('ABC') in the padding bytes after the byte order field, so the
          receiver can check for those too.
          This was all motivated by an unexplained crash where the stack
          trace revealed some out of range numbers in incoming data,
          though the strangeness does not explain the crash.

        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.h:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.i:
          Reimplemented to optimize for non-fragmented multicast messages
          and to make the logic easier to follow and maintain.
          Non-fragmented messages now incur 0 data copies and 0 memory
          allocations.  Also, we no longer use reactor timers to
          expire incomplete messages.  Instead, we purge messages
          whenever we run out of space in internal structures.

          Instead of using a hash map indexed by address+request_id,
          we now use a hash map indexed by address, where each entry
          is an array, used in circular fashion, indexed by
          request_id.  See source files for more details.

        * orbsvcs/orbsvcs/Event/ECG_Defaults.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.i:
          Removed -ECGFragmentTimeoutPeriod and
          -ECGFragmentTimeoutNumber options and related code since we
          no longer use timeouts.

        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h:
          Removed timeout period and timeout number multicast options
          related code since we no longer use timeouts to expire
          messages.

          Updated to reflect minor interface changes in ECG_CDR_Message_Receiver.

          Corrected error handling code: log all errors, but do not
          return -1 in handle_input(), since this would deregister the
          handler from reactor and put the object into a useless state.

        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.i:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp:
          Re-order fields to make the Attributes structure, the init()
          arguments, and their declarations consistent.

        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Simple_Mcast_EH.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
          Enable non-blocking I/O for the incoming UDP multicast
          sockets. I ran into a dead-lock situation without this flag.

        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.i:
        * orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.cpp
        * orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.h:
          Utility for auto-destroying Event Channel.

        * orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.cpp
        * orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.h:
          Utility for autodisconnecting proxies from Event Channel.

        * orbsvcs/orbsvcs/Event/ECG_Defaults.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.i:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp:
          Changed the init() methods to receive a single
          TAO_ECG_Mcast_Gateway::Attributes structure.  It is easier to
          add more attributes this way, and applications do not need to
          know all the default values to change just one attribute.
          Add support to disable the IP_MULTICAST_LOOP flag.

        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
        * orbsvcs/orbsvcs/Event/ECG_UDP_EH.cpp
        * orbsvcs/orbsvcs/Event/ECG_UDP_EH.h
        * orbsvcs/orbsvcs/Event/ECG_UDP_EH.i:
          Updated UDP handler to follow Mcast handlers in
          interface/behavior.  Updated ECG_Mcast_Gateway so it can be
          configured to use a UDP handler.

        * orbsvcs/tests/Event/Mcast/Simple/README
        * orbsvcs/tests/Event/Mcast/Simple/run_test.pl
        * orbsvcs/tests/Event/Mcast/Simple/udp-consumer-ec.conf
        * orbsvcs/tests/Event/Mcast/Simple/udp-supplier-ec.conf:
          Added a test for federating Event Channels using UDP handler and
          ECG_Mcast_Gateway wrapper.

        * orbsvcs/orbsvcs/Event/ECG_Defaults.h
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.i
          Added init() method to ECG_Mcast_Gateway, which allows to
          configure the gateway programatically (without using config
          files).

        * orbsvcs/orbsvcs/Event/ECG_Simple_Address_Server.cpp
        * orbsvcs/orbsvcs/Event/ECG_Simple_Address_Server.h
        * orbsvcs/orbsvcs/Event/ECG_Simple_Address_Server.i:
          The most primitive implementation of the
          RtecUDPAdmin::AddrServer interface: address server always
          returns the same address it was initialized with.

        * orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.cpp
        * orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h
        * orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.i:
          Implementation of RtecUDPAdmin::AddrServer idl interface, which
          returns a different multicast address based on event source (or
          event type - depending on how the server is configured).  String
          provided at server initialization specifies type to address
          mappings.

        * orbsvcs/orbsvcs/Event/ECG_Address_Server_Base.cpp
        * orbsvcs/orbsvcs/Event/ECG_Address_Server_Base.h
        * orbsvcs/orbsvcs/Event/ECG_Address_Server_Base.i:
          Common abstract base class for various implementations of
          RtecUDPAdmin::AddrServer interface.  The primary goal of this
          ABC is to provide a common way to initialize all Address Server
          implementations.

        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.i
        * orbsvcs/orbsvcs/Event/ECG_Defaults.h:
          Wrapper for setting up multicast-federated Event Channel.
          Can be configured through service conf. file.  See .h file for
          all the valid options.

        * orbsvcs/orbsvcs/Event/ECG_Adapters.cpp
        * orbsvcs/orbsvcs/Event/ECG_Adapters.h:
          Define interfaces that Receivers and handler can use to
          communicate with each other.  Use of these interfaces eliminates
          the coupling of specific Receivers on specific handlers, and
          vice versa.

        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.h
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.i
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.cpp
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.i
        * orbsvcs/orbsvcs/Event/ECG_Default_Dgram_Handler.cpp
        * orbsvcs/orbsvcs/Event/ECG_Default_Dgram_Handler.h
        * orbsvcs/orbsvcs/Event/ECG_Default_Dgram_Handler.i
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.i
        * orbsvcs/orbsvcs/Event/ECG_Simple_Mcast_EH.cpp
        * orbsvcs/orbsvcs/Event/ECG_Simple_Mcast_EH.h
        * orbsvcs/orbsvcs/Event/ECG_UDP_EH.cpp
        * orbsvcs/orbsvcs/Event/ECG_UDP_EH.h
        * orbsvcs/orbsvcs/Event/ECG_UDP_EH.i
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h
        * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.i
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.cpp
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.i:
          EC_Gateway_UDP.* was removed, and its functionality split into
          ECG_UDP_Sender.* and ECG_UDP_Receiver.*

          Documented/updated documentation for all of the classes in this
          checkin.

          Changed how lifetime management and shutdown cleanup is done for
          the above classes:
          - Classes implementing idl interfaces derive from RefCounted
          Servant Base - their lifetime is managed by POA
          - Heap allocation is forced through named constructor idiom
          - Classes that use these servants use type-safe Servant_vars
          - Deactivators and auto-disconnect and auto-shutdown objects are
          used throughout to insure proper object cleanup.

        * orbsvcs/orbsvcs/Event/ECG_UDP_Out_Endpoint.cpp
        * orbsvcs/orbsvcs/Event/ECG_UDP_Out_Endpoint.h
        * orbsvcs/orbsvcs/Event/ECG_UDP_Out_Endpoint.i:
          Endpoint destructor now closes underlying dgram.

        * orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp
        * orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h:
          Added deactivate_consumer_admin() and
          deactivate_supplier_admin() helpers.  Unlike previous code,
          these helpers ignore exceptions thrown during deactivation.  As
          we migrate Event Channel servants to use refcounting and have
          their lifetimes managed by POAs, it is possible that admins will
          be deactivated before Event Channel servant, hence we should be
          able to not choke up on exceptions in such a case.

        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.cpp
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.i
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.cpp
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.i:
          These files are a temporary location for general CORBA
          application utilities, e.g., Object Deactivator, ORB Holder,
          type-safe Servant_Var, etc.  These utilities will be moved into
          tao lib. Some are already moved and the Event code will be cleaned
          up a little later.

        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.i
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.i
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.cpp
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.h
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.i:
          Factored out code for breaking up a CDR message into fragments
          and sending each fragment with its own header from
          TAO_ECG_UDP_Sender into a separate TAO_ECG_CDR_Message_Sender class.

          Factored out code for receiving and assembling multicast message
          fragments TAO_ECG_UDP_Receiver into a separate
          TAO_ECG_CDR_Message_Receiver class.

          This restructuring allows better reuse of the
          fragmentation/assembly logic encapsulated into ECG_CDR_Message*
          classes.

        * orbsvcs/orbsvcs/Event/ECG_Simple_Mcast_EH.h
        * orbsvcs/orbsvcs/Event/ECG_Simple_Mcast_EH.cpp
        * orbsvcs/orbsvcs/Event/ECG_Simple_Mcast_EH.i:
          Added implementation for a simplest possible multicast event
          handler.  It subscribes to a single prespecified multicast
          group using one socket and does not observe subscription changes
          in the Event Channel.  Useful for setups where multicast traffic
          is _not_ separated into different multicast groups.

        * orbsvcs/tests/Event/Mcast/Common/*.{h,cpp,i}:
        * orbsvcs/tests/Event/Mcast/Complex/*.{h,cpp,i}:
        * orbsvcs/tests/Event/Mcast/Simple/*.{h,cpp,i}:
        * orbsvcs/tests/Event/Mcast/Two_Way/*.{h,cpp,i}:
          Added new RTEvent tests for the Mcast based federations.

        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.i:
        * orbsvcs/tests/Event/Basic/BCast.cpp:
        * orbsvcs/examples/RtEC/MCast/MCast.cpp:
          Updated these files because of all RTEC changes

        * orbsvcs/orbsvcs/Makefile.RTEvent:
        * orbsvcs/orbsvcs/RTEvent.bor:
        * orbsvcs/orbsvcs/RTEvent.mpc:
        * orbsvcs/orbsvcs/RTEvent.dsp:
        * orbsvcs/orbsvcs/RTEvent_Static.dsp:
          Updated to reflect all changes

Tue Jun 17 18:31:31 2003  Ossama Othman  <ossama@dre.vanderbilt.edu>

        From Terry Lacy <terry.lacy@thomson.net>
        * orbsvcs/orbsvcs/PortableGroup/PG_Null_Property_Validator.h
          (validate_criteria):

          Added missing "ACE_ENV_ARG_DECL" emulated exception macro
          argument.  [Bug 1539]

Tue Jun 17 17:09:46 2003  George Edwards <g.edwards@vanderbilt.edu>

        * TAO_IDL/be_include/be_visitor_valuetype/valuetype.h:
        * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp:

          Amended valuetype factory mapping to take into account the
          presence of supported interfaces by adding a new method to
          check for this condition.

          Added inheritance of DefaultValueRefCountBase mix-in class to
          valuetypes that support abstract interfaces.

        * TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp:

          Added inheritance of the valuetype base class and eliminated
          declarations of _this() and _interface_repository_id() in the
          skeleton class for valuetypes that support concrete interfaces.

Tue Jun 17 09:59:56 2003  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:

          Allow help requests to get down to the directives.

Tue Jun 17 09:56:38 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_argument.cpp:
        * TAO_IDL/ast/ast_array.cpp:
        * TAO_IDL/ast/ast_attribute.cpp:
        * TAO_IDL/ast/ast_component.cpp:
        * TAO_IDL/ast/ast_component_fwd.cpp:
        * TAO_IDL/ast/ast_concrete_type.cpp:
        * TAO_IDL/ast/ast_constant.cpp:
        * TAO_IDL/ast/ast_decl.cpp:
        * TAO_IDL/ast/ast_enum.cpp:
        * TAO_IDL/ast/ast_enum_val.cpp:
        * TAO_IDL/ast/ast_eventtype.cpp:
        * TAO_IDL/ast/ast_eventtype_fwd.cpp:
        * TAO_IDL/ast/ast_exception.cpp:
        * TAO_IDL/ast/ast_factory.cpp:
        * TAO_IDL/ast/ast_field.cpp:
        * TAO_IDL/ast/ast_generator.cpp:
        * TAO_IDL/ast/ast_home.cpp:
        * TAO_IDL/ast/ast_interface.cpp:
        * TAO_IDL/ast/ast_interface_fwd.cpp:
        * TAO_IDL/ast/ast_module.cpp:
        * TAO_IDL/ast/ast_native.cpp:
        * TAO_IDL/ast/ast_operation.cpp:
        * TAO_IDL/ast/ast_predefined_type.cpp:
        * TAO_IDL/ast/ast_root.cpp:
        * TAO_IDL/ast/ast_sequence.cpp:
        * TAO_IDL/ast/ast_string.cpp:
        * TAO_IDL/ast/ast_structure.cpp:
        * TAO_IDL/ast/ast_structure_fwd.cpp:
        * TAO_IDL/ast/ast_type.cpp:
        * TAO_IDL/ast/ast_typedef.cpp:
        * TAO_IDL/ast/ast_union.cpp:
        * TAO_IDL/ast/ast_union_branch.cpp:
        * TAO_IDL/ast/ast_union_fwd.cpp:
        * TAO_IDL/ast/ast_valuetype.cpp:
        * TAO_IDL/ast/ast_valuetype_fwd.cpp:
        * TAO_IDL/be/be_argument.cpp:
        * TAO_IDL/be/be_array.cpp:
        * TAO_IDL/be/be_attribute.cpp:
        * TAO_IDL/be/be_component.cpp:
        * TAO_IDL/be/be_component_fwd.cpp:
        * TAO_IDL/be/be_constant.cpp:
        * TAO_IDL/be/be_decl.cpp:
        * TAO_IDL/be/be_enum.cpp:
        * TAO_IDL/be/be_enum_val.cpp:
        * TAO_IDL/be/be_eventtype.cpp:
        * TAO_IDL/be/be_eventtype_fwd.cpp:
        * TAO_IDL/be/be_exception.cpp:
        * TAO_IDL/be/be_factory.cpp:
        * TAO_IDL/be/be_field.cpp:
        * TAO_IDL/be/be_generator.cpp:
        * TAO_IDL/be/be_home.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_interface_fwd.cpp:
        * TAO_IDL/be/be_module.cpp:
        * TAO_IDL/be/be_native.cpp:
        * TAO_IDL/be/be_operation.cpp:
        * TAO_IDL/be/be_predefined_type.cpp:
        * TAO_IDL/be/be_root.cpp:
        * TAO_IDL/be/be_scope.cpp:
        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_string.cpp:
        * TAO_IDL/be/be_structure.cpp:
        * TAO_IDL/be/be_structure_fwd.cpp:
        * TAO_IDL/be/be_type.cpp:
        * TAO_IDL/be/be_typedef.cpp:
        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be/be_union_branch.cpp:
        * TAO_IDL/be/be_union_fwd.cpp:
        * TAO_IDL/be/be_union_label.cpp:
        * TAO_IDL/be/be_valuetype.cpp:
        * TAO_IDL/be/be_valuetype_fwd.cpp:
        * TAO_IDL/be/be_visitor_amh_pre_proc.cpp:
        * TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
        * TAO_IDL/be/be_visitor_constant.cpp:
        * TAO_IDL/be/be_visitor_valuetype.cpp:
        * TAO_IDL/be/be_visitor_constant/constant_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp:
        * TAO_IDL/be_include/be_eventtype.h:
        * TAO_IDL/be_include/be_generator.h:
        * TAO_IDL/be_include/be_valuetype.h:
        * TAO_IDL/be_include/be_visitor_valuetype/valuetype_init_arglist_ch.h:
        * TAO_IDL/driver/drv_args.cpp:
        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/include/ast_eventtype.h:
        * TAO_IDL/include/ast_factory.h:
        * TAO_IDL/include/ast_generator.h:
        * TAO_IDL/include/ast_valuetype.h:
        * tao/IFR_Client/IFR_Components.pidl:
        * tao/IFR_Client/IFR_ComponentsC.cpp:
        * tao/IFR_Client/IFR_ComponentsC.h:
        * tao/IFR_Client/IFR_ComponentsC.i:

          Various changes:

          - Added support for exceptions in valuetype factories.

          - Changed the order of constructor calls in IDL compiler
            source files, to eliminate warnings from gcc 3.3.

          - Fixed bug in code generation for impl classes. Thanks to
            Victor N. <dreamland_skib2@mailru.com> for reporting the
            bug.

          - Fixed bug in code generation for typedef'd string
            constant when it appears inside an interface or
            valuetype. Thanks to Francesco Baldi <Francesco.Baldi@hit.it>
            for reporting the bug.

          - Fixed bug in typecode generation for recursive types
            using a typdef'd sequence and forward struct/union
            declaration. Thanks to Thomas Wiegert <wiegert@schlund.de>
            for reporting the bug.

          - Fixed bug in code generation for sequences of managed
            types, when the managed type is declared in different
            module than the sequence. Thanks to Huang-Ming Huang
            <hh1@cse.wustl.edu> for reporting the bug.

          - Added infrastructure to store and pass a default
            value of 0 for the 'custom' flag applied to
            valuetypes, even though we don't support it yet.

        * tests/OBV/Factory/FactoryC_impl.cpp:
        * tests/OBV/Factory/FactoryC_impl.h:

           Added throw spec to test code, now that factoy
           operations for valuetypes support exceptions.

        * orbsvcs/IFR_Service/ifr_adding_visitor.cpp:
        * orbsvcs/IFR_Service/ifr_adding_visitor.h:
        * orbsvcs/IFR_Service/ifr_adding_visitor_exception.cpp:
        * orbsvcs/IFR_Service/ifr_adding_visitor_operation.cpp:
        * orbsvcs/IFR_Service/ifr_adding_visitor_structure.cpp:
        * orbsvcs/IFR_Service/ifr_adding_visitor_union.cpp:
        * orbsvcs/IFR_Service/ifr_visitor.h:
        * orbsvcs/orbsvcs/IFRService/ComponentContainer_i.cpp:
        * orbsvcs/orbsvcs/IFRService/ComponentContainer_i.h:
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.h:
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.i
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.h:
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.i
        * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp:

          Added more support for IDL3 extensions in the IFR and
          IFR loader. None of this is tested yet.

        * tao/Array_VarOut_T.h:
        * tao/Array_VarOut_T.inl:
        * tao/Objref_VarOut_T.cpp:
        * tao/Objref_VarOut_T.h:
        * tao/Pseudo_VarOut_T.cpp:
        * tao/Pseudo_VarOut_T.h:
        * tao/Pseudo_VarOut_T.inl:
        * tao/Seq_Out_T.inl:
        * tao/TAO.dsp:
        * tao/VarOut_T.inl:

          Changed the position of 'const' qualifiers, which causes
          no change in semantics, but makes it easier for MSVC to
          deal with. The workaround on MSVC was causing problems
          with irix, as reported by Michael Rice <MichaelARice@knology.net>.

Tue Jun 17 09:20:18 2003  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

          Made the usage a little more readable.

Tue Jun 17 06:54:14 2003  Chad Elliott  <elliott_c@ociweb.com>

        * tao/params.cpp:

          There was an error in the parse_enpoints() function that affects
          the semi-colon(;) seperated list of Endpoints if more than 2
          Enpoints are given:

          -ORBEndpoint "protocolx://V.v@addr1;protocolx://V.v@addr;protocolx://V.v@addr1"

          Thanks to Markus Wild <markus.wild@homag.de> for supplying the
          fix.

Tue Jun 17 05:50:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/implrepo/index.html:
          Corrected link to doxygen documentation