summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: a4a15c29698395fffb732451607b41105368f5f5 (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
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
Tue Jul 29 01:08:10 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>	

	* examples/RTScheduling/DT_Creator.cpp: 

	  Removed the inclusion of file Task.h. This should fix the Debian
	  builds.

Mon Jul 28 18:37:27 2003  Gan Deng  <gan.deng@vanderbilt.edu>

	* tao/Muxed_TMS.cpp
	  Modify the TAO_Muxed_TMS::clear_cache () function, which
	  is supposed to be modified fully in the last patch at:
	  
	  Tue Jul 15 10:18:07 2003  Gan Deng  <gan.deng@vanderbilt.edu>
	  
Mon Jul 28 16:12:15 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * tao/Exception.h
        * tao/Exception.cpp

          Modify these two files in accordance with the new OMG CORBA
          C++ Mapping version 1.1.

          However, due to the problem of MS VC++ 6.0 compiler, not all
          specification for Exception type has been fulfilled. Some
          constructors, copy constructors and assignment operators which
          are supposed be be put into the "protected" section in class
	  declaration still remained in the "public" section. These 
	  changes will be made later when we full migrate to MS VC++
	  7.0 or later version.

          See the "NOTE" section in the Exception.h file for details.

Mon Jul 28 16:14:22 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Exception.cpp: Fixed explicit template build problems.

Mon Jul 28 14:46:16 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/TAO_Static.dsp:

          Added new files from 

          Mon Jul 28 12:34:16 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

          to static project.

Mon Jul 28 13:05:08 2003  Gan Deng <gan.deng@vanderbilt.edu>

	* tests/Param_Test/except.cpp
	* tests/Param_Test/param_test_i.cpp

	  Added the testing for the SystemException into the
	  exception test.

Mon Jul 28 13:03:57 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Any.cpp:
	* tao/Any.h: Provided a default implementation for
	  TAO::Any_Impl::_tao_decode ().

Mon Jul 28 12:47:22 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Any_SystemException.cpp:

          Cosmetic changes.

        * tao/TAO.dsp:

          Added above file and corresponding header file to project.

Mon Jul 28 12:34:16 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Any_SystemException.h:
	* tao/Any_SystemException.cpp: New Any_Impl classes to be used by
	  different concrete CORBA::SystemException  types. The way it was
	  done before added a lot of footprint.
	
	* tao/Exception.cpp: Use TAO::Any_SystemException class for Any
	  extraction and insertion operators. 

	* tao/Makefile.tao:
	* tao/tao.mpc:
	* tao/makefile.bor: Added the new file to the following Makefiles
	  and project files.

Mon Jul 28 13:25:00 2003  Stephen Torri <storri@cse.wustl.edu>

	* orbsvcs/orbsvcs/Metrics.idl:

	  Added missing file.

Mon Jul 28 10:48:49 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:

          Added generation of specialization for the
          TAO::Any_Dual_Impl_T<...>::demarshal_value method, for
          user exceptions. Bala will soon check in a specialization
          of the entire class for system exceptions.

        * TAO_IDL/be/be_visitor_exception/exception_ch.cpp:

          Removed the '_NOT_USED' part of environment variable for
          _tao_decode and _tao_encode methods. The implementation of
          both these methods may throw CORBA::MARSHAL.

        * tao/Any_Dual_Impl_T.cpp:
        * tao/Any_Dual_Impl_T.inl:

          Reverted my changes to the demarshal_value method in

          Thu Jul 24 11:35:31 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

          since we now have an alternate approach in the changes
          described above.

Mon Jul 28 10:13:30 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp:

          Fixed indentation in generated code.

Mon Jul 28 09:33:23 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          Cosmetic changes.

        * tao/RTScheduling/TAO_RTScheduler.dsp:

          Fixed typos in export preprocessor flag.

Mon Jul 28 09:14:34 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/tests/Notify/lib/TAO_NotifyTests.dsp:

          Changed settings to exclude template source file from build.

        * orbsvcs/tests/Redundant_Naming/client.dsp:

          Turned on RTTI in project settings.

        * tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp:
        * orbsvcs/tests/Notify/lib/Peer_T.cpp:

          Fixed problems with usage of environment variable, and cosmetic
          changes.

Mon Jul 28 09:04:14 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/lex.yy.cpp:

          Minor change to make the return type of atoui(), modified
          in

          Mon Jul 21 15:58:39 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

          compatible with its usage to set the line number.

Mon Jul 28 14:04:10 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * examples/RTScheduling/DT_Creator.cpp:
          Removed leftover inclusion of Task.h file that was causing
          compile errors.

Mon Jul 28 13:52:13 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_UDP_Admin.h:
          Fixed doxygen warnings

Mon Jul 28 08:45:41 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/RTScheduling/Scheduling_Interceptor/test_server.cpp:

          Fixed some problems with environment variable usage.

Sun Jul 27 19:23:22 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/RTScheduling/Scheduling_Interceptor/test_server.cpp:

          Changed filename string literal assignment at top of file
          to const char *.

Sun Jul 27 19:11:41 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_valuetype/arglist.cpp:

          Fixed indentation in generation of pure virtual member accessor
          method declarations.

        * examples/Persistent_Grid/Grid_i.cpp:
        * examples/Persistent_Grid/Grid_i.h:
        * examples/Simple/bank/AccountManager_i.cpp:
        * examples/Simple/bank/AccountManager_i.h:
        * examples/Simple/echo/Echo_i.cpp:
        * examples/Simple/echo/Echo_i.h:
        * examples/Simple/grid/Grid_i.cpp:
        * examples/Simple/grid/Grid_i.h:
        * examples/Simple/time/Time_i.cpp:
        * examples/Simple/time/Time_i.h:

          Removed no-op copy constructors that were there only to placate
          old g++.

        * orbsvcs/tests/Trading/Offer_Importer.cpp:

          Changed use of CosTrading::Lookup::SpecifiedProps union case 'all_'
          removed in

          Thu Jul 24 11:36:36 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

          to use of existing case 'prop_names'.

        * tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.cpp:

          Cast array subscript values of type char to int.

Sun Jul 27 19:31:27 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

	* examples/RTScheduling/DT_Creator.h:

	  Added the missing DT_Creator.h file.

	* examples/RTScheduling/FP_SchedulingC.h:
	* examples/RTScheduling/MIF_SchedulingC.h:

	  Included RTScheduler.h file instaed of RTSchedulerC.h.

	* examples/RTScheduling/Thread_Task.h:
	* examples/RTScheduling/Fixed_Priority_Scheduler/FP_DT_Creator.h:
	* examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.h:

	  Removed the inclusion of Task.h file that is no longer used.

	* examples/RTScheduling/MIF_Scheduler/Makefile:
	* examples/RTScheduling/Fixed_Priority_Scheduler/Makefile:

	  Updated dependencies.

	  Above changes fix compile problems on most builds.

Sun Jul 27 17:30:14 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

	* orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp: Converted period
	  argument for scheduler->set from ACE_Time_Value to
	  RtecScheduler::Period_t to clear warnings in
	  WinXP_MSVC_Warning_Level_4_Debug build.

	* orbsvcs/examples/RtEC/Kokyu/Service.cpp: Used ORBSVCS_Time
	  utility function to convert between ACE_Time_Value and
	  TimeBase::TimeT to clear warnings in
	  WinXP_MSVC_Warning_Level_4_Debug build.

Sun Jul 27 09:06:02 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Stub.cpp (get_policy): Removed the check for this->policies_
	  == 0. This is actually bogus since the get_client_policy () does
	  all the checks. Moreover, if the policy is set on Current or on
	  the PolicyManager, we could by mistake a return a null
	  policy. Thanks to Christoph Liebig <xfrog2000@yahoo.com>
	  for reporting this problem.

Sun Jul 27 07:29:51 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Exception.h:
	* tao/Exception.cpp: Fixed compiation errors and warnings in
	  SunC++  builds. These were caused due to the following

	  - string literal being converted to char *
	  - explicit template instantiations required that the
	  CORBA::SystemException not be an abstract base class. Hence
	  provided default implementations for them.

Sat Jul 26 19:03:36 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/UnionDef_i.cpp:

          More reordering of base class constructor calls, as per
          gcc 3.3's requirements.

Sat Jul 26 14:34:11 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/IFRService/ComponentModuleDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/StructDef_i.cpp:

          More reordering of base class constructor calls, as per
          gcc 3.3's requirements.

Sat Jul 26 11:37:17 2003  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/LoadBalancing/LB_Component.h:

	  Uncommented ACE_STATIC_SVC_REQUIRE macro.  It is needed when
	  using this component in a statically linked application.

	* orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h:
	* orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.cpp:

	  Re-enabled code that automatically and transparently adds load
	  balancing to servers.  This was made possible by Carlos'
	  IORInterceptor deadlock fix (see Bug 1414).

	* orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp
	  (find_object_group):

	  Fixed problem where nil object group reference was used when
	  adding members to the object group.  In particular, use
	  "_retn()" not "out()" when transferring ownership of object
	  group reference.

	* orbsvcs/orbsvcs/LoadBalancing/LB_ServerRequestInterceptor.cpp
	  (receive_request_service_contexts):

	  Commented out code that attempts to check for a load
	  balancing-specific IOP::ServiceContext.  Such a service context
	  is no longer used.  A CORBA::TRANSIENT exception is now thrown
	  for all requests when a load alert is enabled, regardless of
	  whether or not the target is load balanced.

	* tao/Pseudo_VarOut_T.inl:
	* tao/Pseudo_VarOut_T.cpp:

	  Nuked trailing whitespace.

Sat Jul 26 13:27:35 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

	* orbsvcs/orbsvcs/RTKokyuEvent.dsp:

	  Added Kokyu library to list of link libraries and added Kokyu
	  path to link path.

Sat Jul 26 10:02:43 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.i:

          Again changed the order of base class constructor calls in the
          copy constructor for implementations of 3 FT policy interfaces,
          to eliminate warnings from gcc 3.3. The order now is not
          depth-first left-to-right, but perhaps the fact that the
          implementation classes don't use virtual inheritance has an
          effect on the rule gcc applies.

        * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.h:

          Cosmetic changes.

Fri Jul 25 22:17:44 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

	* orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp:
	* orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h:

	  Modifications to reflect changes in Kokyu. The Kokyu dispatcher
	  is stored in an auto ptr instead of a regular pointer. This is
	  enforced by the Kokyu interface.

	* orbsvcs/orbsvcs/Event/RTKokyuEvent.dsw:

	  Changed the dependency to Kokyu.dsp instead of Kokyu_DLL.dsp.

Fri Jul 25 17:07:00 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
        * orbsvcs/orbsvcs/AV/AVStreams_i.h:

	  Removed unused copy constructors and assignment
	  operators, inserted only for older versions
	  of gcc no longer supported.

        * TAO_IDL/fe/fe_lookup.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.i:
        * orbsvcs/orbsvcs/IFRService/AttributeDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/ComponentDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/ComponentModuleDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/EventDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/EventPortDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/ExceptionDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/ExtInterfaceDef_i.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_BaseS.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_BasicS.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.cpp:
        * tao/Domain/DomainS.cpp:
        * tao/Messaging/MessagingS.cpp:

          Fixed more gcc 3.3 warnings, about array subscript
	  values of type char and about the order of base
	  class constructor calls in copy constructors.

Fri Jul 25 13:15:36 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/Param_Test/except.cpp:
        * tests/Param_Test/param_test_i.cpp:

          Changed the logic inside the catch blocks of 
          Test_Exception::dii_req_invoke and Test_Exception::run_sii_test.
          Changes in progress to TAO's exception classes have been
          producing errors in exception handling that were not caught
          by this test. Also made slight change to the servant method,
          a change to the type of a local variable.

Fri Jul 25 14:08:09 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC*.h:
          Added /**/ before the include of event_export.h so that this file
          isn't added to the doxygen include hierarchy pictures. This will
          make the pictures simpler.

Fri Jul 25 08:21:28 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Exception.h: Fix for the undefined symbol error that showed
	  up in our daily builds. Strange that it never showed up in my
	  workspace before I checked stuff in.

Fri Jul 25 13:09:56 UTC 2003  Johnny Willlemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h:
          Extended the gateway with a factory and a consumer event channel
          control. With this control the behaviour when a misbehaving consumer
          ec is detected can be controlled.

        * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.h:
          New factory for the options of the IIOP Gateway.

        * orbsvcs/orbsvcs/Event/ECG_Defaults.h:
          Added the defaults for the new controls

        * orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.cpp:
        * orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.h:
        * orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.i:
          Default control that just ignores any error and continues as normal.
          This is exactly the same as the behaviour of the IIOP Gateway before
          this checkin. Is selected by not setting -ECGIIOPConsumerECControl or
          setting it to null.

        * orbsvcs/orbsvcs/Event/ECG_Reactive_ConsumerEC_Control.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Reactive_ConsumerEC_Control.h:
        * orbsvcs/orbsvcs/Event/ECG_Reactive_ConsumerEC_Control.i:
          A reactive control that disconnects the consumer event channel in
          case it misbehaves. Also it is possible to configure this control that
          the consumer ec is polled on a certain internal. Is selected by
          setting -ECGIIOPConsumerECControl to reactive.

        * orbsvcs/orbsvcs/Makefile.RTEvent:
        * orbsvcs/orbsvcs/RTEvent.bor:
        * orbsvcs/orbsvcs/RTEvent.dsp:
        * orbsvcs/orbsvcs/RTEvent.mpc:
        * orbsvcs/orbsvcs/RTEvent_Static.dsp:
          Added new files

        * orbsvcs/orbsvcs/Event_Utilities.h:
          Doxygen improvement

Thu Jul 24 17:38:11 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        Various scoreboard items ----

        * TAO_IDL/ast/ast_interface.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/include/ast_interface.h:

	  Changed the inheritance graph traversal mechanism
	  to be depth-first instead of breadth-first. It
	  seems that gcc 3.3 wants base class constructors
	  to be called in left-to-right depth-first order,
	  as required by ANSI C++.

        * orbsvcs/orbsvcs/CosTrading.dsp:

	  Added missing header files to project.

        * orbsvcs/orbsvcs/PortableGroup.dsp:

	  Modified an included template source file to be
	  excluded from the build.

        * orbsvcs/orbsvcs/AV/RTCP_Packet.cpp:

	  Removed a check for an unsigned char argument
	  value greater than 255, which gcc 3.3 correctly
	  warns is impossible.

        * orbsvcs/orbsvcs/Trader/Offer_Iterators.h:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.h:

	  Removed some legacy no-op copy constructors that
	  were originally added only to please some version
	  of gcc. The new 3.3 version of gcc now complains
	  about their existence.

        * tao/Messaging/MessagingS.cpp:
        * TAO_IDL/fe/fe_lookup.cpp:

	  Modified char type array subscripts to be cast
	  to int, reflecting recent changes to gperf.

Thu Jul 24 17:30:33 2003  Pradeep Gore  <pradeep@oomworks.com>

	* orbsvcs/tests/Notify/lib/Peer_T.ccp (status):

	  Changed ENV to NOT_USED to fix compile warning.

Thu Jul 24 16:06:21 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Exception.h:
	* tao/Exception.cpp: Some cosmetic fixes that reduce the in disk
	  footprint of this file. The problem is that we use macros to
	  create and initalize a tonne of system exceptions. The footprint
	  blow up is due to code duplication. This checkin primarily tries
	  to reduce code duplication which helps the footprint.

Thu Jul 24 14:26:12 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

	* examples/Makefile:

	Updated the Makefile to include the RTScheduling DIR.

	* examples/RTScheduling/Fixed_Priority_Scheduler/Makefile:
	* examples/RTScheduling/MIF_Scheduler/Makefile:

	Removed rules to compile FP_Scheduling.idl and
	MIF_Scheduling.idl.

Thu Jul 24 13:48:33 2003  Irfan Pyarali  <irfan@oomworks.com>

	* orbsvcs/examples/Notify/ThreadPool/Supplier.cpp
	  (subscription_change):

	  string_var needed .in() accessor.

	* orbsvcs/examples/Notify/ThreadPool/run_test.pl:

	  Fixed typo.

Thu Jul 24 13:36:48 2003  Irfan Pyarali  <irfan@oomworks.com>

	* tests/RTScheduling/Scheduler.cpp:
	* tests/RTScheduling/VoidData/test_client.cpp (main):
	* tests/RTScheduling/Scheduling_Interceptor/test_client.cpp (main):
	* tests/RTScheduling/Current/test.cpp:
	* tests/RTScheduling/Current/Thread_Task.cpp:
	* tests/RTScheduling/Thread_Cancel/Thread_Task.cpp:

	  Fixed use of ACE_ENV.

Thu Jul 24 13:01:46 2003  Irfan Pyarali  <irfan@oomworks.com>

	* tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp
	  (initialize):

	  ACE_ENV_ARG was not used in this function.

Thu Jul 24 11:35:31 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Any_Dual_Impl_T.h:
        * tao/Any_Dual_Impl_T.cpp:

          Fixed a bug in the extraction of exceptions. Thanks to
          Arturo Montes <mitosys@colomsat.net.co> for reporting the
          problem in the DII version of Param_Test::test_exception's
          mishandling of CORBA::UnknownUserException.

Thu Jul 24 11:36:36 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/CosTrading.idl: Thanks to Sebastien Lalonde
	  <SLalonde@interstarinc.com> for reporting that the IDL is not
	  spec compatible. The IDL should now be spec compliant.

Thu Jul 24 11:09:52 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Exception.h:
        * tao/Exception.cpp:

          Reverted the previous changes to these files. They were
          somehow causing exceptions thrown in the servant to
          bypass the catch block in
          TAO_ServantBase::synchronous_upcall_dispatch and instead be
          caught in TAO_GIOP_Message_Base::process_request, where they
          were incorrectly handled.

Thu Jul 24 08:27:07 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

	* README:

	  Reverted accidental changes. Thanks to Johnny Willemsen for
	  pointing this out.

Thu Jul 24 03:03:20 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

	Two example schedulers were plugged into the Dynamic Scheduling
	framework to illustrate the pluggable scheduler concept of the
	framework. The two schedulers are Fixed_Priority_Scheduler and
	Most Important First (MIF) Scheduler.

	Fixed Priority Scheduler
	------------------------

	* examples/RTScheduling/FP_Scheduling.pidl:
	* examples/RTScheduling/FP_SchedulingC.h:
	* examples/RTScheduling/FP_SchedulingC.cpp:
	* examples/RTScheduling/FP_SchedulingC.i:
	* examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.h:
	* examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp:
	* examples/RTScheduling/Fixed_Priority_Scheduler/FP_DT_Creator.h:
	* examples/RTScheduling/Fixed_Priority_Scheduler/FP_DT_Creator.cpp:
	* examples/RTScheduling/Fixed_Priority_Scheduler/FP_Task.h:
	* examples/RTScheduling/Fixed_Priority_Scheduler/FP_Task.cpp:
	* examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp:
	* examples/RTScheduling/Fixed_Priority_Scheduler/test.h:
	* examples/RTScheduling/Fixed_Priority_Scheduler/Makefile:
	* examples/RTScheduling/Fixed_Priority_Scheduler/README:
	* examples/RTScheduling/Fixed_Priority_Scheduler/fp_dt_creator_export.h:
	* examples/RTScheduling/Fixed_Priority_Scheduler/svc.conf.client:
	* examples/RTScheduling/Fixed_Priority_Scheduler/svc.conf.server:

	In this experiment we show how dynamic scheduling is done using
	the Dynamic Scheduling framework with the Fixed Priority Scheduler
	as the pluggable scheduler.

	This scheduler uses the OS scheduler to schedule the Distributable
	Threads (DTs) in the system. The DTs are scheduled according to
	their importance. The scheduler maps the importance of the DT to
	native thread priorities so the OS scheduler can schedule the
	DTs. At any given instance the DT of highest priority is running
	on a given host.


	MIF Scheduler
	--------------

	* examples/RTScheduling/MIF_Scheduling.pidl:
	* examples/RTScheduling/MIF_SchedulingC.h:
	* examples/RTScheduling/MIF_SchedulingC.cpp:
	* examples/RTScheduling/MIF_SchedulingC.i:
	* examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.h:
	* examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.cpp:
	* examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.h:
	* examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp:
	* examples/RTScheduling/MIF_Scheduler/MIF_Task.h:
	* examples/RTScheduling/MIF_Scheduler/MIF_Task.cpp:
	* examples/RTScheduling/MIF_Scheduler/test.cpp:
	* examples/RTScheduling/MIF_Scheduler/test.h:
	* examples/RTScheduling/MIF_Scheduler/Makefile:
	* examples/RTScheduling/MIF_Scheduler/README:
	* examples/RTScheduling/MIF_Scheduler/mif_dt_creator_export.h:
	* examples/RTScheduling/MIF_Scheduler/svc.conf.client:
	* examples/RTScheduling/MIF_Scheduler/svc.conf.server:

	In this experiment we show how dynamic scheduling is done using
	the Dynamic Scheduling framework with the MIF Scheduler as the
	pluggable scheduler.

	This scheduler manages a ready queue of Distributable Threads
	(DTs) ordered by their importance and suspended on a condition
	variable. AT any given time the scheduler dequeues the DT at the
	head of the queue, that corresponds to the most important thread,
	and signals the thread to activate it. The service context is used
	to send the importance and GUID of the DT across hosts it spans so
	the DT can be scheduled accordingly on the remote host. At any
	given instance the DT of highest priority is running on a given
	host.

	Common Files
	------------

	* examples/RTScheduling/Job.idl:                
	* examples/RTScheduling/Job_i.cpp:              
	* examples/RTScheduling/Job_i.h:           
	* examples/RTScheduling/DT_Creator.cpp:       
	* examples/RTScheduling/DT_Creator.h:              
        * examples/RTScheduling/Synch.idl:
        * examples/RTScheduling/Synch_i.cpp:
        * examples/RTScheduling/Synch_i.h:
        * examples/RTScheduling/Task_Stats.cpp:
        * examples/RTScheduling/Task_Stats.h:
        * examples/RTScheduling/Task_Stats.inl:
	* examples/RTScheduling/Thread_Task.cpp:
	* examples/RTScheduling/Thread_Task.h:
        * examples/RTScheduling/POA_Holder.h:	
	* examples/RTScheduling/POA_Holder.cpp:
	* examples/RTScheduling/Starter.h:
        * examples/RTScheduling/Starter.cpp:	
	* examples/RTScheduling/Makefile: 	
	* examples/RTScheduling/README:
	

Wed Jul 23 14:45:32 2003  Ossama Othman  <ossama@dre.vanderbilt.edu>

	* tao/PortableServer/Object_Adapter.cpp (open):
	* tao/PortableServer/POA.cpp (TAO_POA, create_POA_i):
	  (establish_components):

	  Re-applied Carlos' fix for a deadlock in the IORInterceptor
	  support code.  It now works due to some corrections made by
	  Irfan.  [Bug 1414]

	* tao/RTScheduling/Request_Interceptor.cpp (receive_request):

	  Fixed a memory leak.

	  Fixed emulated exception usage.

	* orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp (operator>>):

	  Fixed format specifier mismatch warning in fscanf() call.  The
	  data being scanned is an "unsigned int".  As such, the format
	  specifier should be "%u", not "%d".

Wed Jul 23 16:25:52 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

	* orbsvcs/examples/RtEC/Kokyu/Makefile:

	  Modified Makefile to add the RTKokyuEvent library to the
	  list of libraries.

	* orbsvcs/examples/RtEC/Kokyu/Service.cpp:

	  Removed the capability to run in config mode. Running in config
	  mode used to generate a Schedule.h file, which needs to be
	  included and compiled to enable running in "non-config"
	  mode. After these changes, the scheduler regenerates the
	  schedule on each run (based on the RT_Infos registered with it)
	  and the EC_Kokyu dispatcher gets the schedule info dynamically
	  from the scheduler and sets up the dispatch lanes.

Wed Jul 23 16:18:38 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

	* README:

	  Reverted accidental changes. Thanks to Johnny Willemsen for
	  pointing this out.

Wed Jul 23 15:26:41 2003  Chris Cleeland  <cleeland_c@ociweb.com>

	* tests/RTScheduling/DT_Spawn/test.cpp (main): Used ACE_TRY_EX
	  macro because of nested pseudo-try blocks.  This should fix
	  compilation problems on non-exception builds.

	* tests/RTScheduling/Scheduler.h (CTOR): Fixed signature so that
	  it's consistent with non-exception builds.

	* tests/RTScheduling/DT_Spawn/Thread_Action.h (_cxx_do):

	  Changed to use proper ACE_CHECK macro rather than
	  ACE_TRY_CHECK.  This should get rid of compilation problems on
	  non-exception builds.

Wed Jul 23 19:35:27 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/orbsvcs/IOR_Multicast.cpp:
          Changed dtor to use ACE_SOCK_Dgram_Mcast::leave() instead of
          ACE_SOCK_Dgram_Mcast::unsubscribe(), which gets rid of a
          warning.  Thanks to Serkan Unsal <serkan_u2000@yahoo.com> for
          reporting the problem.

Wed Jul 23 18:40:00 UTC 2003  Gautam Thaker  <gthaker@atl.lmco.com>

        * tao/Strategies/SCIOP_Connection_Handler.cpp:
        * tao/Strategies/SCIOP_Connection_Handler.h:
        * tao/Strategies/SCIOP_Connector.cpp:
        * tao/Strategies/SCIOP_Profile.cpp:
        * tao/Strategies/SCIOP_Transport.cpp:

          Please send any questions or comments about this ChangeLog
          entry to jcohen@atl.lmco.com.

          Corrected interface related build problems caused by changes
          to some of the abstract protocol classes that have occurred
          over the last two months.  Future problems should be more easily
          observed in the RH9_SCTP scoreboard.

Wed Jul 23 18:03:21 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * TAO/TAO_IDL/tao_idl.cpp:
        * TAO/TAO_IDL/ast/ast_attribute.cpp:
        * TAO/TAO_IDL/ast/ast_component.cpp:
        * TAO/TAO_IDL/ast/ast_constant.cpp:
        * TAO/TAO_IDL/ast/ast_enum.cpp:
        * TAO/TAO_IDL/ast/ast_eventtype.cpp:
        * TAO/TAO_IDL/ast/ast_exception.cpp:
        * TAO/TAO_IDL/ast/ast_expression.cpp:
        * TAO/TAO_IDL/ast/ast_factory.cpp:
        * TAO/TAO_IDL/ast/ast_home.cpp:
        * TAO/TAO_IDL/ast/ast_interface.cpp:
        * TAO/TAO_IDL/ast/ast_module.cpp:
        * TAO/TAO_IDL/ast/ast_operation.cpp:
        * TAO/TAO_IDL/ast/ast_structure.cpp:
        * TAO/TAO_IDL/ast/ast_union.cpp:
        * TAO/TAO_IDL/ast/ast_valuetype.cpp:
        * TAO/TAO_IDL/driver/drv_preproc.cpp:
        * TAO/TAO_IDL/util/utl_err.cpp:
        * TAO/TAO_IDL/util/utl_identifier.cpp:
        * TAO/TAO_IDL/util/utl_scope.cpp:
        * TAO/TAO_IDL/util/utl_string.cpp:
        * TAO/docs/tutorials/Quoter/AMI/Handler_i.cpp:
        * TAO/docs/tutorials/Quoter/AMI/client.cpp:
        * TAO/docs/tutorials/Quoter/AMI/server.cpp:
        * TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.cpp:
        * TAO/docs/tutorials/Quoter/Event_Service/Stock_Factory_i.cpp:
        * TAO/docs/tutorials/Quoter/Event_Service/client.cpp:
        * TAO/docs/tutorials/Quoter/Event_Service/server.cpp:
        * TAO/docs/tutorials/Quoter/Naming_Service/client.cpp:
        * TAO/docs/tutorials/Quoter/Naming_Service/server.cpp:
        * TAO/docs/tutorials/Quoter/On_Demand_Activation/Handler_i.cpp:
        * TAO/docs/tutorials/Quoter/On_Demand_Activation/client.cpp:
        * TAO/docs/tutorials/Quoter/On_Demand_Activation/server.cpp:
        * TAO/docs/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp:
        * TAO/docs/tutorials/Quoter/RT_Event_Service/Stock_Factory_i.cpp:
        * TAO/docs/tutorials/Quoter/RT_Event_Service/client.cpp:
        * TAO/docs/tutorials/Quoter/RT_Event_Service/server.cpp:
        * TAO/docs/tutorials/Quoter/Simple/Client/client.cpp:
        * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/client.cpp:
        * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/server.cpp:
        * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/server.cpp:
        * TAO/docs/tutorials/Quoter/Simple/Persistent/client.cpp:
        * TAO/docs/tutorials/Quoter/Simple/Persistent/server.cpp:
        * TAO/docs/tutorials/Quoter/Simple/Server/server.cpp:
        * TAO/examples/Simple/grid/Grid_Client_i.cpp:
        * TAO/examples/Simulator/Event_Supplier/Event_Con.cpp:
        * TAO/orbsvcs/IFR_Service/drv_preproc_ifr.cpp:
        * TAO/orbsvcs/IFR_Service/tao_ifr.cpp:
        * TAO/orbsvcs/PSS/Dump_Visitor.cpp:
        * TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.cpp:
        * TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp:
        * TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp:
        * TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp:
        * TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp:
        * TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp:
        * TAO/tao/ORB_Core.cpp:
        * TAO/tests/Bug_1361_Regression/shutdown.cpp:
        * TAO/tests/CodeSets/simple/client.cpp:
        * TAO/tests/CodeSets/simple/server.cpp:
        * TAO/tests/IDL_Test/main.cpp:
        * TAO/tests/MProfile/client.cpp:
        * TAO/tests/MT_BiDir/Sender_i.cpp:
          Added #include "ace/streams.h" due to refactoring in ACE that
          removed "ace/streams.h" from "ace/String_Base.cpp" which is a
          template file indirectly included in every file using
          ACE_[C|T|W]String, which turns out to most in TAO.  Thanks to
          Bala Natarajan <bala@dre.vanderbilt.edu> for motivating this
          change.

Wed Jul 23 09:04:06 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * tao/Exception.h
        * tao/Exception.cpp

          Modified these two files based on the new C++ Language Mapping
          Specification (version 1.1) published on June 2003.

Wed Jul 23 10:37:19 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
          Added space and newline to the not supported option message

        * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.{h,cpp}:
          Splitted close_i() in two separate methods, one for the supplier
          proxy, one for the consumer proxies, just call the two new ones.
          Added a cleanup_consumer_proxies method that just removes the
          consumer proxies without disconnecting. Can be used in case
          consumer event channel doesn't exists anymore.
          Push the events to the consumer ec in a separate method and added
          exception handling around it.

Tue Jul 22 20:44:47 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

	* orbsvcs/orbsvcs/Makefile.RTKokyuEvent:

	  Updated dependencies.

Tue Jul 22 18:57:59 2003  Irfan Pyarali  <irfan@oomworks.com>

	* tests/TAO_Tests.dsw:

	  Restored DOS style end-of-line markers.

Tue Jul 22 18:05:09 2003  Irfan Pyarali  <irfan@oomworks.com>

	* tests/Connection_Failure/Connection_Failure.mpc:

	  No need to include messaging.

2003-07-22  Jaiganesh Balasubramanian  <jai@equus.dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
	* orbsvcs/tests/LoadBalancing/GenericFactory/Makefile:
	* orbsvcs/tests/LoadBalancing/GenericFactory/Makefile.bor:

	  Changed the files to assist in adding the test to check the infrastructure
	  controlled membership of the Load Balancer.

Tue Jul 22 17:51:03 2003  Irfan Pyarali  <irfan@oomworks.com>

	* tests/Collocation_Opportunities/Makefile:

	  Updated dependencies.

Tue Jul 22 16:48:48 2003  Jaiganesh Balasubramanian <jai@dre.vanderbilt.edu>

        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.h:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Map.h:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Map.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Struct.h:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Struct.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Infrastructure_Controlled.dsw:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.h:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Makefile:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Makefile.bor:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Simple.h:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Simple.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Test.idl:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.bor:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.dsp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/run_test.pl:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/server.bor:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/server.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/server.dsp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Makefile:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Makefile.bor:

          Added New directory to test the infrastructure controlled membership of the Load
          balancer

Tue Jul 22 17:36:29 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/PortableServer/Object_Adapter (get_collocated_servant):

          Stub parameter no longer needed.

Tue Jul 22 16:57:06 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/PortableServer/Object_Adapter.cpp:

          - create_collocated_object() and initialize_collocated_object():
          These methods should create a collocated object irrespective of
          whether the servant is found or not.  The servant pointer is
          needed only with the DIRECT collocation option.  Otherwise, as
          long as we have an endpoint match, we should create a collocated
          object.

          This change is necessary since servants may show up after the
          object was created.  There is no point is making a remote object
          that will make a connection to the same process.  If the servant
          is truely not available, the POA will finally generate an
          OBJECT_NOT_FOUND exception when handling an upcall.

          - get_collocated_servant(): The servant ORB was only getting set
          when the servant was found.  We need to set it even when servant
          is not found.  Now this is done in create_collocated_object()
          and initialize_collocated_object().

        * tao/ORB_Core.cpp (create_object):

          Result from create_collocated_object() can be returned directly.

        * tao/PortableServer/Object_Adapter.cpp (previous):

          Returns the previous POA current implementation.

        * tests/Collocation_Opportunities:

          A test for making sure the ORB avails all collocation
          opportunities it is presented with.

          This test has three collocated objects.  The first object is
          collocated since the POA created this object and marked it
          collocated. In addition, endpoints in the object reference match
          the local endpoints and the servant is be available.

          The second object is collocated since the POA created this
          object and marked it collocated. In addition, endpoints in the
          object reference match the local endpoints even though the
          servant is not available at the time the object was created.

          The third object is collocated even though the collocated flag
          set by the POA was lost when the second object was converted
          into a string and then back. Endpoints in the object reference
          match the local endpoints even though the servant is not
          available at the time the object was created.

          This test checks for POA currents to see if an upcall was
          collocated or remote.  If remote, there will be only one POA
          current since the upcall will be handled by ORB Task thread.  We
          ensure that the main thread does not handle the upcall by
          setting the ORBClientConnectionHandler option to RW. If
          collocated, there will be a <previous> POA current since the
          first POA current would be setup with a call to the <base>
          servant.

          The following files were added:

          - tests/Collocation_Opportunities/Collocation_Opportunities.cpp
          - tests/Collocation_Opportunities/Collocation_Opportunities.dsp
          - tests/Collocation_Opportunities/Collocation_Opportunities.dsw
          - tests/Collocation_Opportunities/Collocation_Opportunities.mpc
          - tests/Collocation_Opportunities/Makefile
          - tests/Collocation_Opportunities/Makefile.bor
          - tests/Collocation_Opportunities/README
          - tests/Collocation_Opportunities/run_test.pl
          - tests/Collocation_Opportunities/svc.conf
          - tests/Collocation_Opportunities/test.idl

          The following files were modified:

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

          These changes fix bug 1535.  Thanks to Carlos for reporting this
          bug.

Tue Jul 22 16:57:06 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/PortableServer/POA.cpp (locate_servant_i): Initialize <cookie>
          to zero to avoid uninitialized memory read warnings.  Thanks to
          Martin Habets <mhabets@il0015mhabets1.ih.lucent.com> for
          pointing this out.

Tue Jul 22 14:07:36 2003  Bryan Thrall  <thrall@cs.wustl.edu>

        * orbsvcs/examples/RtEC/Kokyu/Consumer.cpp:
        * orbsvcs/examples/RtEC/Kokyu/Consumer.h:
        * orbsvcs/examples/RtEC/Kokyu/EC_Schedule_Service.dsp:
        * orbsvcs/examples/RtEC/Kokyu/Makefile:
        * orbsvcs/examples/RtEC/Kokyu/README:
        * orbsvcs/examples/RtEC/Kokyu/Schedule.dsw:
        * orbsvcs/examples/RtEC/Kokyu/Service.cpp:
        * orbsvcs/examples/RtEC/Kokyu/Supplier.cpp:
        * orbsvcs/examples/RtEC/Kokyu/Supplier.h:
        * orbsvcs/examples/RtEC/Kokyu/svc.conf:
        * orbsvcs/examples/RtEC/Kokyu/svc.conf.xml:

        Example to test new Event Channel with Kokyu dispatching.
        Merged orbsvcs/examples/RtEC/Kokyu/* from EC_Kokyu_0 branch.
        These files were reported merged earlier, but apparently the
        merge didn't stick. See ChangeLogs/ChangeLog-03b line 4873 for
        the original report:
        Tue Apr 22 19:33:31 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

Tue Jul 22 11:24:13 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/Strategies/SHMIOP_Profile.cpp (parse_string_i): Fixed a cut
          an paste error that threw up undefined variable errors.

Tue Jul 22 11:29:47 2003  Irfan Pyarali  <irfan@oomworks.com>

        * orbsvcs/orbsvcs/Notify/RT_Builder.cpp:

          Added include for Object.h.

Tue Jul 22 09:31:34 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/IIOP_Profile.cpp:
        * tao/Strategies/SHMIOP_Profile.cpp (parse_string_i):  This
          methoid assumed that the port part of the ior is always an integer
          even though the comments suggested otherwise. This made it
          difficult to corbaloc in the following format

          -ORBInitRef NameService=corbaloc:iiop:NameService/NameService

          but the following worked

           -ORBEndPoint iiop://localhost:NameService

          if there is an entry for NameService in the network service
          database. Thanks to Charlie Spawar  Frasch
          <charlie.frasch@navy.mil> for detecting the problem and
          providing the patches.

          It would be really helpful if the port could be specified using
          a name in the network services database

Tue Jul 22 06:11:53 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_Gateway_Sched.{h,cpp}:
          Updated this class with the changes of yesterday in the IIOP
          Gateway. This fixes the compile errors.

Tue Jul 22 06:05:31 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/ReactorTask.h:
          Fixed compile error.

Tue Jul 22 03:35:52 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/examples/Notify/ThreadPool/Consumer.h:
        * orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h:
        * orbsvcs/examples/Notify/ThreadPool/ORB_Objects.h:
        * orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h:
        * orbsvcs/examples/Notify/ThreadPool/Supplier.h:
          Fixed fuzz errors by adding "/**/" to the pre.h/post.h includes.

Mon Jul 21 22:57:54 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * CIAO/ciao/*.h:
        * CIAO/docs/templates/CIAO_Glue_Session_Template.h:
        * CIAO/examples/handcrafted/BasicSP/BasicSP_svnt.h:
        * CIAO/examples/handcrafted/BasicSP/BMClosedED/BMClosedED_svnt.h:
        * CIAO/examples/handcrafted/BasicSP/BMDevice/BMDevice_svnt.h:
        * CIAO/examples/handcrafted/BasicSP/BMDisplay/BMDisplay_svnt.h:
        * CIAO/examples/handcrafted/BasicSP/EC/EC_svnt.h:
        * CIAO/examples/handcrafted/Display/HUDisplay_svnt.h:
        * CIAO/examples/handcrafted/Display/GPS/GPS_svnt.h:
        * CIAO/examples/handcrafted/Display/NavDisplay/NavDisplay_svnt.h:
        * CIAO/examples/handcrafted/Display/RateGen/RateGen_svnt.h:
        * CIAO/tools/Assembly_Deployer/*.h:
        * CIAO/tools/Daemon/*.h:
        * CIAO/tools/Simple_Component_Server/Simple_Server_i.h:
        * CIAO/tools/XML_Helpers/Cascadable_DocHandler.h:
        * examples/AMH/Sink_Server/AMH_Servant.h:
        * examples/AMH/Sink_Server/Base_Server.h:
        * examples/Content_Server/AMI_Observer/Push_Iterator_Factory_i.h:
        * orbsvcs/IFR_Service/ifr_visitor_macro.h:
        * orbsvcs/ImplRepo_Service/*.h:
        * orbsvcs/LoadBalancer/Push_Handler.h:
        * orbsvcs/PSS/*.h:
        * orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.h:
        * orbsvcs/examples/CosEC/RtEC_Based/lib/*.h:
        * orbsvcs/examples/Notify/Lanes/*.h:
        * orbsvcs/examples/PSS/*.h:
        * orbsvcs/examples/RtEC/MCast/AddrServer.h:
        * orbsvcs/orbsvcs/*.h:
        * orbsvcs/orbsvcs/AV/*.h:
        * orbsvcs/orbsvcs/Concurrency/*.h:
        * orbsvcs/orbsvcs/CosEvent/*.h:
        * orbsvcs/orbsvcs/ETCL/ETCL_Interpreter.h:
        * orbsvcs/orbsvcs/FaultTolerance/:
        * orbsvcs/orbsvcs/IFRService/*.h:
        * orbsvcs/orbsvcs/LoadBalancing/*.h:
        * orbsvcs/orbsvcs/Log/*.h:
        * orbsvcs/orbsvcs/Naming/*.h:
        * orbsvcs/orbsvcs/Notify/*.h:
        * orbsvcs/orbsvcs/Notify/Any/*,h:
        * orbsvcs/orbsvcs/Notify/Sequence/*.h:
        * orbsvcs/orbsvcs/Notify/Structured/*.h:
        * orbsvcs/orbsvcs/PortableGroup/*.h:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.h:
        * orbsvcs/orbsvcs/SSLIOP/*.h:
        * orbsvcs/orbsvcs/Sched/*.h:
        * orbsvcs/orbsvcs/Security/*.h:
        * orbsvcs/orbsvcs/Time/*.h:
        * orbsvcs/orbsvcs/Trader/*.h:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Roundtrip.h:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/*.h:
        * orbsvcs/performance-tests/RTEvent/lib/*.h:
        * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/TimeStamp.h:
        * orbsvcs/tests/EC_MT_Mcast/AddrServer.h:
        * orbsvcs/tests/FaultTolerance/IOGR/Client_i.h:
        * orbsvcs/tests/Miop/McastHello/McastHello.h:
        * orbsvcs/tests/Notify/RT_lib/*.h:
        * orbsvcs/tests/Notify/Test_Filter/*.h:
        * orbsvcs/tests/Notify/lib/*.h:
        * orbsvcs/tests/Security/MT_IIOP_SSL/*.h:
        * orbsvcs/tests/Security/MT_SSLIOP/*.h:
        * performance-tests/Latency/AMH/Single_Threaded/Roundtrip.h:
        * performance-tests/Latency/*.h:
        * performance-tests/Latency/DII/Roundtrip.h:
        * performance-tests/Latency/DSI/Roundtrip.h:
        * performance-tests/Latency/Deferred/Roundtrip.h:
        * performance-tests/Latency/Single_Threaded/Roundtrip.h:
        * performance-tests/Latency/Thread_Per_Connection/*.h:
        * performance-tests/Latency/Thread_Pool/*.h:
        * performance-tests/Memory/IORsize/*.h:
        * performance-tests/Memory/Single_Threaded/Memory_Growth.h:
        * performance-tests/POA/Implicit_Activation/*.h:
        * performance-tests/Sequence_Latency/AMH/Single_Threaded/Roundtrip.h:
        * performance-tests/Sequence_Latency/AMI/*.h:
        * performance-tests/Sequence_Latency/DII/Roundtrip.h:
        * performance-tests/Sequence_Latency/DSI/Roundtrip.h:
        * performance-tests/Sequence_Latency/Deferred/Roundtrip.h:
        * performance-tests/Sequence_Latency/Single_Threaded/Roundtrip.h:
        * performance-tests/Sequence_Latency/Thread_Per_Connection/*.h:
        * performance-tests/Sequence_Latency/Thread_Pool/*.h:
        * performance-tests/Throughput/*.h:
        * tao/*.h:
        * tao/BiDir_GIOP/*.h:
        * tao/Domain/*.h:
        * tao/DynamicAny/*.h:
        * tao/DynamicInterface/*.h:
        * tao/IFR_Client/*.h:
        * tao/IORInterceptor/*.h:
        * tao/IORManipulation/*.h:
        * tao/IORTable/*.h:
        * tao/Messaging/*.h:
        * tao/ObjRefTemplate/ObjectReferenceTemplateC.h:
        * tao/PortableServer/*.h:
        * tao/RTCORBA/*.h:
        * tao/RTPortableServer/*.h:
        * tao/RTScheduling/*.h:
        * tao/SmartProxies/Smart_Proxies.h:
        * tao/Strategies/*.h:
        * tao/TypeCodeFactory/*.h:
        * tao/Utils/*.h:
        * tao/Valuetype/*.h:
        * tests/AMI_Buffering/*.h:
        * tests/Big_Oneways/*.h:
        * tests/Big_Reply/*.h:
        * tests/Big_Request_Muxing/*.h:
        * tests/Big_Twoways/*.h:
        * tests/Blocking_Sync_None/Blocking_Sync_None.h:
        * tests/Bug_1020_Basic_Regression/*.h:
        * tests/Bug_1020_Regression/Server_Task.h:
        * tests/Bug_1269_Regression/Server_Timer.h:
        * tests/Bug_1270_Regression/Server_Timer.h:
        * tests/Bug_1361_Regression/Server_Timer.h:
        * tests/Bug_1482_Regression/*.h:
        * tests/Bug_1551_Regression/*.h:
        * tests/Cache_Growth_Test/Hello.h:
        * tests/Client_Leaks/*.h:
        * tests/CodeSets/libs/IBM1047_ISO8859/*.h:
        * tests/Collocation_Tests/*.h:
        * tests/Connect_Strategy_Test/Hello.h:
        * tests/Connection_Purging/test_i.h:
        * tests/Crash_On_Write/*.h:
        * tests/Crashed_Callback/*.h:
        * tests/DLL_ORB/*.h:
        * tests/Hello/Hello.h:
        * tests/MT_BiDir/*.h:
        * tests/MT_Timeout/*.h:
        * tests/Muxing/*.h:
        * tests/ORB_shutdown/Foo_Bar.h:
        * tests/Oneway_Buffering/*.h:
        * tests/Oneways_Invoking_Twoways/*.h:
        * tests/Portable_Interceptors/AMI/*.h:
        * tests/Portable_Interceptors/Benchmark/*.h:
        * tests/Portable_Interceptors/Dynamic/*.h:
        * tests/Portable_Interceptors/ForwardRequest/*.h:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/*.h:
        * tests/Portable_Interceptors/Service_Context_Manipulation/*.h:
        * tests/RTCORBA/Client_Propagated/Client_ORBInitializer.h:
        * tests/RTCORBA/Diffserv/Custom_Network_Priority_Mapping.h:
        * tests/Reliable_Oneways/*.h:
        * tests/Server_Connection_Purging/Test_i.h:
        * tests/Server_Leaks/Ping_Service.h:
        * tests/Stack_Recursion/*.h:
          Added comment that adding "/**/" between the #include and the
          filenames in order to improve doxygen documentation.

Mon Jul 21 15:41:09 2003  Pradeep Gore  <pradeep@oomworks.com>

        Added an example to show how to use ThreadPools with
        RT-Notification.

        * orbsvcs/examples/Notify/ThreadPool/Consumer.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Consumer.dsp:
        * orbsvcs/examples/Notify/ThreadPool/Consumer.h:
        * orbsvcs/examples/Notify/ThreadPool/Consumer_Client.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h:
        * orbsvcs/examples/Notify/ThreadPool/Makefile:
        * orbsvcs/examples/Notify/ThreadPool/ORB_Objects.cpp:
        * orbsvcs/examples/Notify/ThreadPool/ORB_Objects.h:
        * orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.cpp:
        * orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h:
        * orbsvcs/examples/Notify/ThreadPool/README:
        * orbsvcs/examples/Notify/ThreadPool/Supplier.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Supplier.dsp:
        * orbsvcs/examples/Notify/ThreadPool/Supplier.h:
        * orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h:
        * orbsvcs/examples/Notify/ThreadPool/ThreadPool.dsp:
        * orbsvcs/examples/Notify/ThreadPool/ThreadPool.mpc:
        * orbsvcs/examples/Notify/ThreadPool/client.conf:
        * orbsvcs/examples/Notify/ThreadPool/notify.conf:
        * orbsvcs/examples/Notify/ThreadPool/run_test.pl:

          Added. See README for details.

        * orbsvcs/examples/Notify/Notify_Examples.dsw:
        * orbsvcs/examples/Notify/Makefile:

          Added ThreadPool example

        * orbsvcs/orbsvcs/Event_Forwarder.idl:

          Make all the forwarding methods as oneways.
          This change is due to the following reason:
          When the event receiving thread makes a two-way invocation to
          transfer the event propagation to the dispatching thread, the
          receving thread gets blocked waiting for the 2-way to complete,
          essentially making the event propagation synchronous. By making
          this method a oneway, the receving thread can make progress on
          other events entering the system while the dispatching thread
          continues with its dispatching efforts.

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

          Moved the <id_factory_> helper member to the
          TAO_Notify_POA_Helper::activate method scope as a static
          variable. This change allows a Notification wide unique ID to be
          assigned to each object created. This solves the pesky problem
          of say e.g. 2 different POA's in the Notification generating the same
          ID for its Proxy Objects. Though this is consistent with the
          spec., in practice it is more convinient for each and every object
          to have a unique id.

        * orbsvcs/orbsvcs/Notify/Find_Worker_T.h:
          Include "Object.h"

Mon Jul 21 16:28:46 2003 Stephen Torri  <storri@cs.wustl.edu>

        * TAO/TAOACE.dsw:

          Added Metrics.dsp to workspace.

        * TAO/orbsvcs/orbsvcs/Metrics.dsp:
        * TAO/orbsvcs/orbsvcs/Metrics/Metrics.dsp:
          Moved project file from Metrics subdirectory to match
          orbsvcs file convention in TAO/orbsvcs/orbsvcs

        * TAO/orbsvcs/orbsvcs/Metrics/Metrics_LocalCache.h:
        * TAO/orbsvcs/orbsvcs/Metrics/Metrics_Logger.h:
        * TAO/orbsvcs/orbsvcs/Metrics/Metrics_Logger.cpp:
        * TAO/orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor.h:
        * TAO/orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor.cpp:

          Hide class behind #ifdef statements if the configuration for
          ACE lacks ACE_METRICS_COLLECTION and ACE_COMPILE_TIMEPORBES


Mon Jul 21 16:24:07 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/append.cpp:

          Applied a fix for unions with an enum discriminator similar to
          what is used for the same case in skip.cpp. Thanks to
          Sunil Rottoo <srottoo@adacelcanada.com> for pointing out the
          problem and suggesting the fix.

Mon Jul 21 15:58:39 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_expression.cpp:
        * TAO_IDL/ast/ast_generator.cpp:
        * TAO_IDL/be/be_expression.cpp:
        * TAO_IDL/be/be_generator.cpp:
        * TAO_IDL/be_include/be_expression.h:
        * TAO_IDL/be_include/be_generator.h:
        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/lex.yy.cpp:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/include/ast_expression.h:
        * TAO_IDL/include/ast_generator.h:

          Fixed a bug where unsigned long long constants were truncated if
	  the literal rhs was greater than ULONG_MAX. Thanks to Scott
	  Clarke <sclarke@ideorlando.org>for reporting the bug.

Mon Jul 21 19:33:24 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/orbsvcs.html:
          Updated description of tests directories of the RTEvent service

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
        * orbsvcs/orbsvcs/Event/ReactorTask.h:
        * orbsvcs/orbsvcs/Event/Timer_Module.h:
          Doxygen documentation update

        * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.{h,cpp}
          The gateway used the variable names local ec and remote ec but this
          makes it very confusing. With local ec the ec that consumes events
          is meant, with remote ec the ec that supplies the events. Local and
          remote where chosen because normally the gateway is located on the
          host where the consumer ec is located. We are working on a solution
          where the gateway is located on the host where the supplier ec is
          located, so having local and remote makes it very confusing.
          Therefor changed local_ec in consumer_ec and remote_ec in
          supplier_ec. This makes it easier to implement and understand the
          additions we will adding the next few weeks.

        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.{h,cpp,i}:
          Added a reactive observer strategy. The existing basic strategy
          always just tries each observer and in case of an exception it just
          continues with the next observer, but with the next update the
          observer that caused the exception is just tried again. The reactive
          observer strategy removes an observer that causes an excepion from
          its observer map, this is just like the consumer/supplier reactive
          controls work. In this way an observer that is crashed or
          unreachable doesn't slow down the EC anymore. This can be configures
          using "-ECObserver reactive" svc.conf file.

        * docs/ec_options:
          Described new reactive observer strategy

Mon Jul 21 14:09:27 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Domain/DomainS.cpp:
        * tao/PortableServer/ImR_LocatorS.cpp:
        * tao/PortableServer/ImplRepoS.cpp:
        * tao/PortableServer/PolicyS.cpp:

          Modified these files by hand to reflect recent changes to gperf
          and to skeleton side class inheritance generation for gcc 3.3.

Mon Jul 21 14:07:09 2003  Aniruddha Gokhale  <gokhale@doc.dre.vanderbilt.edu>

        * tao/Makefile.tao:
          tao/BiDir_GIOP/Makefile:
          tao/Domain/Makefile:
          tao/DynamicAny/Makefile:
          tao/DynamicInterface/Makefile:
          tao/IFR_Client/Makefile:
          tao/IORInterceptor/Makefile:
          tao/IORManipulation/Makefile:
          tao/IORTable/Makefile:
          tao/Messaging/Makefile:
          tao/ObjRefTemplate/Makefile:
          tao/PortableServer/Makefile:
          tao/RTCORBA/Makefile:
          tao/RTPortableServer/Makefile:
          tao/RTScheduling/Makefile:
          tao/SmartProxies/Makefile:
          tao/Strategies/Makefile:
          tao/TypeCodeFactory/Makefile:
          tao/Utils/Makefile:
          tao/Valuetype/Makefile:

          Updated dependencies

Mon Jul 21 13:41:54 2003  George Edwards <g.edwards@vanderbilt.edu>

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

          Updated makefiles to include new files
          tao/IORInterceptor_Adapter_Factory.h and
          tao/IORInterceptor_Adapter_Factory.cpp.

Mon Jul 21 10:16:23 2003  Chad Elliott  <elliott_c@ociweb.com>

        * TAO_IDL/Makefile.EXE:

          Added an INSTALL value to put tao_idl in $ACE_ROOT/bin in order to
          be forward compatible with MPC.

Mon Jul 21 06:43:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/*.h:
          Added "/**/" between the #include and filename for pre.h and
          post.h so Doxygen won't include them in the file reference tree
          graphs.

Sun Jul 20 16:03:21 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/ORB_Core.cpp: Fixed compile errors that were caused from
          undefined environment variables.

Sun Jul 20 12:10:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
          Removed ACE_INLINE from struct Observer_Entry, this was a workaround
          for the GCC 2.7.x compiler and we don't support that version anymore.

        * orbsvcs/orbsvcs/Event/EC_Scheduling_Strategy.h:
          Doxygen improvement.

        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
          Removed two explicit template instantiations that where also in
          ECG_Mcast_EC.cpp. This should fix the multiple definitions error in the
          VxWorks build.

Fri Jul 18 17:26:32 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * tao/default_resource.cpp: As an experiment, change the typedef
          for LOCKED_ALLOCATOR from an ACE_Malloc<>-based allocator to use
          the ACE_New_Allocator, thus delegating all issues with regard to
          dynamic allocations to the underlying heap allocator.  In simple
          tests on Redhat 8.0/gcc 3.2-based systems, this resulted in
          smaller dynamic memory footprints.  If the change doesn't
          exhibit the same behavior on other platforms, I'll back this
          out.

Fri Jul 18 17:22:49 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * tests/Bug_1551_Regression/Reply_Handler.h (Reply_Handler):

          Use TAO_SYNCH_MUTEX preprocessor macro rather than
          ACE_Thread_Mutex directly so that things build properly on
          single-threaded builds like Debian_SingleThreaded.

Fri Jul 18 15:58:20 2003  George Edwards <g.edwards@vanderbilt.edu>

        * tao/tao.mpc:
        * tao/IORInterceptor/Makefile:
        * tao/IORInterceptor/Makefile.bor:
        * tao/IORInterceptor/TAO_IORInterceptor_Static.dsp:

        Added new IORInterceptor_Adapter_Factory files to makefiles.

Fri Jul 18 14:02:42 2003  George Edwards <g.edwards@vanderbilt.edu>

        * tao/ORB_Core.cpp:

        Fixed parse error on line 2814 by replacing ACE_ENV_ARG_PARAMETER with
        ACE_ENV_SINGLE_ARG_PARAMETER.

Fri Jul 18 10:35:23 2003  George Edwards <g.edwards@vanderbilt.edu>

        * tao/IORInterceptor_Adapter.cpp:
        * tao/IORInterceptor_Adapter.h:
        * tao/ORB_Core.cpp:
        * tao/ORB_Core.h:
        * tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp:
        * tao/IORInterceptor/IORInterceptor_Adapter_Impl.h:
        * tao/IORInterceptor/TAO_IORInterceptor.dsp:

        Added Files:
        * tao/IORInterceptor_Adapter_Factory.cpp:
        * tao/IORInterceptor_Adapter_Factory.h:
        * tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp:
        * tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.h:

        Modified ORB_Core to create a new IORInterceptor_Adapter when
        needed instead of obtaining a reference to a global
        IORInterceptor_Adapter. This is accomplished via the new
        IORInterceptor_Adapter_Factory class. This change was made so that
        processes with multiple ORBs can have different IOR interceptors
        registered with each ORB (fixes Bugzilla [1548]).

Fri Jul 18 15:29:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.h:
        * orbsvcs/tests/Event/Basic/BCast.h:
        * orbsvcs/tests/Event/Basic/Control.h:
        * orbsvcs/tests/Event/Basic/MT_Disconnect.h:
        * orbsvcs/tests/Event/Basic/Observer.h:
        * orbsvcs/tests/Event/Basic/Random.h:
        * orbsvcs/tests/Event/Basic/Reconnect.h:
        * orbsvcs/tests/Event/Basic/Schedule.h:
        * orbsvcs/tests/Event/Basic/Shutdown.h:
          Converted documentation to doxygen style

Fri Jul 18 10:18:41 2003  George Edwards <g.edwards@vanderbilt.edu>

        * TAO/tests/OBV/Supports/Client.dsp:
        * TAO/tests/OBV/Supports/Server.dsp:
        * TAO/tests/OBV/Supports/README:
        * TAO/tests/OBV/Supports/Supports_Test.idl:
        * TAO/tests/OBV/Supports/Supports_Test_impl.h:
        * TAO/tests/OBV/Supports/Supports_Test_impl.cpp:
        * TAO/tests/OBV/Supports/Client/client.cpp:
        * TAO/tests/OBV/Supports/Server/server.cpp:
        * TAO/tests/OBV/Supports/Server/svc.conf:
        * TAO/tests/OBV/Supports/run_test.pl:

        Enhanced Supports example to test valuetype functionality in
        a multi-threaded environment. Added a run_test.pl script to run
        the tests conveniently.

        * TAO/docs/releasenotes/OBV.html:

        Updated documentation to reflect recent additions and corrections
        to TAO's OBV support, most importantly 1) changes that ensure
        the correct factory types are generated in all cases, and 2) changes
        that allow valuetypes to correctly support concrete interfaces.

        * TAO/TAO_IDL/be/be_Visitor_valuetype/valuetype_ch.cpp:
        * TAO/TAO_IDL/be/be_Visitor_valuetype/valuetype_obv_ch.cpp:
        * TAO/TAO_IDL/be/be_Visitor_valuetype/valuetype_obv_cs.cpp:
        * TAO/TAO_IDL/be/be_Visitor_valuetype/valuetype_init_ch.cpp:

        Changed constructors for valuetype factories to be public or
        protected in the right situations. Added protected constructor
        and destructor for abstract OBV_ classes.

        * TAO/TAO_IDL/be/be_Visitor_valuetype/arglist.cpp:

        Fixed indentation problem in generated code.

Fri Jul 18 00:42:12 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * tests/RTScheduling/VoidData/test_client.cpp:
        * tests/RTScheduling/Thread_Cancel/test.cpp:
        * tests/RTScheduling/Thread_Cancel/Thread_Task.cpp:
        * tests/RTScheduling/Scheduling_Interceptor/test_server.cpp:
        * tests/RTScheduling/Scheduling_Interceptor/test_client.cpp:
        * tests/RTScheduling/DT_Spawn/Thread_Action.h:
        * tests/RTScheduling/Current/Thread_Task.cpp:
        * tests/RTScheduling/Scheduler.cpp:

          Fixed all manner of wrong usage of ACE_ENV_* related macros.
          I may not have caught them all.  This should address problems in
          the RH71_Explicit_Templates build specifically, and any build
          that doesn't have native exceptions turned on.

Thu Jul 17 13:14:46 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * tests/Bug_1551_Regression/Reply_Handler.h
        * tests/Bug_1551_Regression/Hello.h

          Fixed the Debian_SingleThreaded_Build error by adding
          the scope name when defining the variable "counter_".

Wed Jul 16 16:28:47 2003  Pradeep Gore  <pradeep@oomworks.com>

        Fix for the Discarding test failing:

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

          Removed the = operator that did not set the <valid_> flag when
          assigning to the TAO_Notify_PropertyBase_T.
          This caused a problem when the pacing interval was assigned in
          the SequenceProxySupplier because the flag was not copied in
          the = operator.

        * orbsvcs/orbsvcs/Notify/QoSProperties.cpp:
        * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp:

          Removed assignment to properties via .value().

        * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Sequence_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Sequence_Supplier.cpp:

          Changed the number of events sent to 20 instead of 96 otherwise
          the test runs for too long and the consumer times out in the run_test.pl.
          Now the supplier sends 2 event batches of 10 events each.
          The consumer max batch size is 5 so it should receive a max of 4
          batches. Also reduced the pacing interval to 3s.

        * orbsvcs/tests/Notify/Basic/Sequence.cpp:

          Added useful debug messages.
	
Wed Jul 16 14:13:24 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tests/RTScheduling/Scheduler.cpp:

          Removed unused variable server_guid_counter.

        * tests/RTScheduling/Thread_Cancel/Thread_Task.cpp:

          Replaced ACE_Thread_Mutex with TAO_SYNCH_MUTEX in the
          declaration of guid_index.

          The above changes should fix compile errors on Debian Single
          Threaded build.


Wed Jul 16 11:07:26 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * tao/Muxed_TMS.cpp
          Removed an unused variable trying to get rid of the
          compile warning message.

Wed Jul 16 10:17:57 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * tests/Makefile
        * tests/TAO_Tests.dsw
          Added Bug_1551_Regression directory into daily builds.

Wed Jul 16 13:06:03 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
          When updating the observers, when one fails, then just go on
          further with the other observers instead of just stopping
          with updating them all.

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
          Small doxygen improvements

Wed Jul 16 12:15:34 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * TAO_IDL/ast/ast_argument.cpp:
        * TAO_IDL/ast/ast_array.cpp:
        * TAO_IDL/ast/ast_component_fwd.cpp:
        * TAO_IDL/ast/ast_eventtype_fwd.cpp:
        * TAO_IDL/ast/ast_field.cpp:
        * TAO_IDL/ast/ast_interface_fwd.cpp:
        * TAO_IDL/ast/ast_sequence.cpp:
        * TAO_IDL/ast/ast_string.cpp:
        * TAO_IDL/ast/ast_structure_fwd.cpp:
        * TAO_IDL/ast/ast_typedef.cpp:
        * TAO_IDL/ast/ast_union_branch.cpp:
        * TAO_IDL/ast/ast_union_fwd.cpp:
        * TAO_IDL/ast/ast_union_label.cpp:
        * TAO_IDL/ast/ast_valuetype_fwd.cpp:
        * TAO_IDL/util/utl_idlist.cpp:
        * TAO_IDL/util/utl_indenter.cpp:
        * TAO_IDL/util/utl_strlist.cpp:
          Added #include "ace/streams.h" to coincide with changing
          ace/OS_Log_Msg_Attributes.h to include "ace/iosfwd.h" instead of
          "ace/streams.h".

Wed Jul 16 08:34:01 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_Sched_Factory.cpp:
          Fixed incorrect checking of ECScheduling option, priority was
          checked twice, the first check for priority should be group.
          Thanks to Kees van Marle <kvmarle@remedy.nl> for reporting this

Wed Jul 16 00:33:10 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/TAO_Internal.cpp:

          Called the RTScheduler_Loader::init () method to initialize
          RTScheduler framework.

        * tao/RTScheduling/Current.cpp:

          Added new debug statements and ensured the other debug
          statements are printed when debug level > 0.

          In delete_all_currents method initialized the
          tss->rtscheduler_current_impl_ to
          tss->rtscheduler_previous_current_impl_ to make sure that tss is
          restored to the state of the previous DT that was serviced by
          the same native thread.

        * tao/RTScheduling/RTScheduling_Interceptor:

          Added a check to ensure that the scheduler returns a non-null
          Guid when a DT request is received.

          Ensured that the debug statements are printed when debug level >
          0.

Wed Jul 16 00:03:40 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        Tests for the Dynamic Scheduling framework

        * tests/RTScheduling/Scheduler.h:
        * tests/RTScheduling/Scheduler.cpp:

          The scheduler used in the following tests.

        VoidData
        --------

        * tests/RTScheduling/VoidData/test.pidl:
        * tests/RTScheduling/VoidData/testC.h:
        * tests/RTScheduling/VoidData/testC.cpp:
        * tests/RTScheduling/VoidData/testC.i:
        * tests/RTScheduling/VoidData/test.h:
        * tests/RTScheduling/VoidData/test_client.cpp:
        * tests/RTScheduling/VoidData/README:
        * tests/RTScheduling/VoidData/Makefile:

          A simple test to test the passing of CORBA::VoidData to a
          method.

        Current
        -------

        * tests/RTScheduling/Current/test.cpp:
        * tests/RTScheduling/Current/Thread_Task.cpp:
        * tests/RTScheduling/Current/Thread_Task.h:
        * tests/RTScheduling/Current/Makefile:
        * tests/RTScheduling/Current/README:

          This is a test of the various operations in the
          RTScheduling::Current Interface used to create and manage
          DTs. The following are the operations and cases tested:

          1. Out of context end_scheduling_segment () invocation.
          2. Out of context update_scheduling_segment () invocation.
          3. Creation of DT's consisting of nested scheduling segments
             using begin_scheduling_segment() and end_scheduling_segment()
             operations.
          4. Retreiving DT Guid with Current::id () method.
          5. Listing the names of the scheduling segments using
             current_scheduling_segment_names ().

        DT_Spawn
        --------

        * tests/RTScheduling/DT_Spawn/Thread_Action.h:
        * tests/RTScheduling/DT_Spawn/test.cpp:
        * tests/RTScheduling/DT_Spawn/Makefile:
        * tests/RTScheduling/DT_Spawn/README:

          This is a test for forking new DTs from existing DTs using
          Current::spawn (). A local DT is created with
          Current::begin_scheduling_segment() and
          Current::end_scheduling_segment (). A new DT is spawned within
          the context of the DT created. The Thread_Action::do () method
          is called when the spawned DT is activated. This method provides
          a point of entry for the spawned DT. This test also shows that
          the DT spawn should be made only within the context of another
          DT.


        Thread_Cancel
        -------------

        * tests/RTScheduling/Thread_Cancel/test.cpp:
        * tests/RTScheduling/Thread_Cancel/Thread_Task.cpp:
        * tests/RTScheduling/Thread_Cancel/Thread_Task.h:
        * tests/RTScheduling/Thread_Cancel/README:
        * tests/RTScheduling/Thread_Cancel/Makefile:

          This test illustrates the DT cancel mechanism when the DT's are
          local (ie. DT's do not span multiple nodes). A reference to each
          DT is stored. These references are then used to cancel the
          corresponding DT. When the DT is cancelled it throws the
          CORBA::THREAD_CANCELLED exception.

        Scheduling_Interceptor
        ----------------------

        * tests/RTScheduling/Scheduling_Interceptor/test_client.cpp:
        * tests/RTScheduling/Scheduling_Interceptor/test_server.cpp:
        * tests/RTScheduling/Scheduling_Interceptor/test.idl:
        * tests/RTScheduling/Scheduling_Interceptor/Makefile:
        * tests/RTScheduling/Scheduling_Interceptor/README:

          This test creates a distributed DT ie. a DT that spans multiple
          hosts/processes. In this test they span two hosts/processes. The
          DT makes a one-way and a two-way invocations. In a one-way
          invocation a new DT is created to continue servicing the
          request. In the case of a two-way invocation the same DT
          executes on the second host/process.

          The DT information is propagated across hosts/processes via the
          service contexts.

          This test also illustrates the propagation of the
          CORBA::THREAD_CANCELLED exception to the point of origin of the
          DT when it is cancelled on a remote host/process it is currently
          executing in.

        * tests/Makefile:
        * tests/RTScheduling/Makefile:

          Corresponding Makefiles to compile all the RTScheduling tests.

Tue Jul 15 16:12:56 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated_RTCORBA/colocated.conf:

          Fixed typos in the scripts.

Tue Jul 15 14:49:13 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * tests/Makefile.bor
          Added the directory Bug_1551_Regression into build directories.

Tue Jul 15 19:28:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.cpp:
          Splitted the narrow in two steps, some compilers don't like it doing
          T::_obj_type_::_narrow(). Thanks to Chris Cleeland for helping with
          this.

Tue Jul 15 15:44:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/releasenotes/ec.html:
          Corrected link to bugzilla.

Tue Jul 15 10:31:29 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * tests/Bug_1551_Regression/*

          Bug regression test files for Bug 1551.

          This bug causes the ORB deadlock if one tries send messages
          while handling exceptions in AMI.

Tue Jul 15 10:18:07 2003  Gan Deng  <gan.deng@vanderbilt.edu>

        * tao/Transport.cpp (send_closed_connection_notification):
          Before closing the TMS, release the lock. Else the ORB would
          deadlock. This should also fix Bug_1482_Regression failures
          in our daily builds.

        * tao/Muxed_TMS.h:
        * tao/Muxed_TMS.cpp: Added a new method clear_cache () that
          takes care of cleaning up the dispatcher table. We now
          do the following during close_connection

          - Iterate through the dispatcher table by taking the
            elements and adding it to an unbounded array.

          - Unbind all the entries

          - Call close_connection on all of them.

          This prevents closed entries being left over in cache that
          which leads to crashes. Thanks to Balachandran Natarajan
          <bala@dre.vanderbilt.edu> for helping me out with
          this. Thanks to Carlos O'Ryan <coryan@atdesk.com> for
          reporting the bug.

Mon Jul 14 18:41:29 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/orbsvcs/Notify_Service.cpp:

          Fixed a typo in a debug message.

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

          Removed unnecessary debug messages.

        * 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:

          Fixed this test to use Direct consumer instead of Relay. removed
          the relay.conf file as it is not required.

Mon Jul 14 14:35:00 2003  Justin Michel <michel_j@ociweb.com>

        * examples/RTCORBA/Activity/Makefile:
        * examples/RTCORBA/Activity/Makefile.Activity.bor:
        * examples/RTCORBA/Activity/Makefile.Activity_Lib.bor:
        * examples/RTCORBA/Activity/Makefile.bor:

          Reverted Makefiles back to the way they were a few weeks ago. Hopefully
        this will fix any lingering problems with this example.

        * TAO/orbsvcs/tests/Notify/Basic/Basic.mpc:

          Added missing projects to the mpc file.

Mon Jul 14 18:53:02 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO-INSTALL.html:
          Added some documentation of setting TAO_ROOT with Cygwin and MinGW

        * orbsvcs/orbsvcs/Event/EC_Gateway.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h:
          Moved TAO_EC_Gateway_IIOP to a separate file. This in preparation for
          several extensions to this class. TAO_EC_Gateway_IIOP::init now has a
          return value so that caller can check if init succeeded or not.

        * orbsvcs/orbsvcs/Makefile.RTEvent:
        * orbsvcs/orbsvcs/RTEvent.bor:
        * orbsvcs/orbsvcs/RTEvent.dsp:
        * orbsvcs/orbsvcs/RTEvent.mpc:
        * orbsvcs/orbsvcs/RTEvent_Static.dsp:
          Updated these project files because of the change above

        * orbsvcs/performance-tests/RTEvent/lib/Peer_Base.cpp:
        * orbsvcs/tests/Event/Basic/Gateway.cpp:
        * orbsvcs/tests/Event/Basic/Observer.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_Sched.h:
          Updated these test because of the TAO_EC_Gateway_IIOP move.

        * orbsvcs/orbsvcs/Event/EC_ConsumerControl.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierControl.h:

          Doxygen fixes.

        * orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp:
          Improved debug message

        * orbsvcs/orbsvcs/Event/EC_Default_ProxySupplier.cpp:
          Fixed incorrect debug message.

        * orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp:
          Cleanup the strategies in reverse order then created this because
          there are dependencies between the strategies. Thanks to
          Carlos O'Ryan <coryan@atdesk.com> for reporting this and making
          the patch, this fixes bugzilla [1549]

        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.cpp:
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h:
        * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.i:
          Removed workaround with usage of TAO_Objref_Var::_T_obj_type

        * orbsvcs/tests/Bug_1393_Regression/Makefile:
        * orbsvcs/tests/Bug_1395_Regression/Makefile:
          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.

        * orbsvcs/tests/Notify/Basic/Makefile.bor:
          Added missing library to fix BCB6 Static link errors.

Mon Jul 14 14:21:46 2003  Pradeep Gore  <pradeep@oomworks.com>

        * docs/releasenotes/notify.html:
          Updated.

Mon Jul 14 12:55:13 2003  Pradeep Gore  <pradeep@oomworks.com>

        * orbsvcs/tests/Notify/Lanes/run_test.pl:
        * orbsvcs/tests/Notify/ThreadPool/run_test.pl:

          Use <Kill> instead of <Wait> to stop the "Still Running on
          exit.." error by perl.

        * orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp:
        * orbsvcs/tests/Notify/lib/Options_Parser.cpp:
        * orbsvcs/tests/Notify/*.conf:

          Changed inconsistent use of "ThreadPoolLanes" string to the
          easily readable "Lanes".

        * orbsvcs/tests/Notify/lib/Driver.cpp:
        * orbsvcs/tests/Notify/lib/Driver.h:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops/run_test.pl:
        * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify/run_test.pl:

          Added the "-Skip_Priority_Levels_Check" option. We need some
          Notify tests to run regardless of the available priority levels.

Mon Jul 14 11:12:25 2003  Pradeep Gore  <pradeep@oomworks.com>

        * tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp:
        * tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp:

          Fixed incorrect ACE_TRY usage.

        * tests/RTCORBA/Priority_Inversion_With_Bands/README:

          Fixed minor typo in README and in ChangeLog dated Sat Jul 12 14:01:47 2003

Sat Jul 12 18:43:31 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp (svc):

          Improved output format.

Sat Jul 12 18:27:10 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp:

          Thread priority should be determined after the real-time thread
          has been spawned.

Sat Jul 12 17:43:36 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/RTCORBA/RT_Transport_Descriptor.cpp:

          Zero time value should be specified as ACE_Time_Value::zero and
          not 0.

        * tao/RTCORBA/RT_Transport_Descriptor_Property.h:

          Based class destructor should be virtual.

        * tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp:

          Fixed member initialization.

        * tao/RTCORBA/RT_Transport_Descriptor.cpp:

          Must add "tao/" in front of TAO include files.

        * tests/RTCORBA/Priority_Inversion_With_Bands/Makefile:
        * tao/RTCORBA/Makefile:

          Updated Makefile dependencies.

Sat Jul 12 17:31:20 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * tao/RTScheduling/RTSchedulerC.h:

          Forced the inclusion of RTScheduler.h file instead of directly
          including RTSchedulerC.h. This is to ensure RTScheduler is
          initialized when the application starts up.

        * tao/RTScheduling/RTScheduler_Loader.cpp:

          Added debug messages.

        * tao/RTScheduling/RTScheduler_Initializer.cpp:

          Removed unnecessary printf statement.

        * tao/RTScheduling/Request_Interceptor.cpp:

          Added a check to see if the service context received in a
          request is what was expected.

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

          Included RTScheduler.h instead of RTSchedulerC.h.

Sat Jul 12 14:01:47 2003  Irfan Pyarali and Pradeep Gore <irfan@oomworks.com and pradeep@oomworks.com>

        * RTCORBA thread pools are assigned a single endpoint. When bands are
          configured, the TAO transport connection cache does not create
          separate connections for each band specified because it reads a
          single endpoint associated with the server object.

          This is fixed by extending the transport descriptor to be aware
          of bands. When the connection cache tries to look for an
          exisiting connection, we match the request against endpoint and
          band information.  Thus now, 2 bands to the same endpoint would
          create 2 seperate connections.

        * tao/RTCORBA/RT_Transport_Descriptor.h:
        * tao/RTCORBA/RT_Transport_Descriptor.cpp:
        * tao/RTCORBA/RT_Transport_Descriptor.inl:

          RT transport descriptor is a container for transport descriptor
          properties.

        * tao/RTCORBA/RT_Transport_Descriptor_Property.h:
        * tao/RTCORBA/RT_Transport_Descriptor_Property.cpp:
        * tao/RTCORBA/RT_Transport_Descriptor_Property.inl:

          Contains the
          TAO_RT_Transport_Descriptor_Banded_Connection_Property and
          TAO_RT_Transport_Descriptor_Private_Connection_Property classes
          that hold the bands and private connections specific data.

        * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.cpp (endpoint_from_profile):

          Modified this method to populate the RT_Transport_Descriptor
          with the endpoint, bands and/or private connection property.

        * tao/RTCORBA/Private_Transport_Descriptor.h:
        * tao/RTCORBA/Private_Transport_Descriptor.cpp:
        * tao/RTCORBA/Private_Transport_Descriptor.inl:

          Removed because obsolete.

        * tao/RTCORBA/TAO_RTCORBA.dsp:
        * tao/RTCORBA/TAO_RTCORBA_Static.dsp:
        * tao/RTCORBA/Makefile:
        * tao/RTCORBA/Makefile.bor:

          Update project and Makefiles.

        * tests/RTCORBA/Priority_Inversion_With_Bands:

          Added new test. This test check for priority inversion when
          using different RTCORBA configurations.  The following four
          configurations are tested:

          (a) Thread lanes without bands
          (b) Thread lanes with bands
          (c) Thread pool without bands
          (d) Thread pool with bands

          The server has a servant registered with a POA serviced by a
          thread pool without lanes and another servant registered with a
          POA serviced by a thread pool with lanes.  The thread pool with
          lanes has a low and a high priority lane.

          The client makes several oneway low priority invocations
          followed by several oneway high priority invocations.  Each
          invocation performs about 2 seconds of CPU bound work.  Priority
          inversion occurs if low priority invocations get processed
          before high priority invocations.

          (a) shows the best result of high priority requests getting
          serviced before low priority requests even though low priority
          requests were sent before high priority requests.  This is
          because low priority invocations are processed by the low
          priority lane and high priority invocations are processed by the
          high priority lane.  In addition, low priority requests are sent
          on a different connection than the high priority requests since
          each lane has a different endpoint.

          (b) does not improve on (a) since the requests are already sent
          on different connections.

          (c) shows priority inversion as low priority requests get
          processed before high priority requests.  This is because only
          one connection is used for both low and high priority requests.
          Therefore, the high priority requests are queued behind the low
          priority requests.

          (d) shows improvement on (c) since using bands allows the high
          priority requests to go on a different connection than the low
          priority requests.  However, priority inversion still exists
          since the server does not distinguish between the low priority
          connection and the high priority connection and therefore treats
          them equally.  Removing this priority inversion will require two
          improvements: (1) band information needs to be propagated to the
          server when a banded connection is established by the client;
          (2) server side dispatching needs to be based on the priority of
          the connections.

          See run_test.pl to see how to run this test.  The server
          static_threads should be set to the number of CPUs on the
          machine.

          Added the following files:

          - tests/RTCORBA/Priority_Inversion_With_Bands/Makefile
          - tests/RTCORBA/Priority_Inversion_With_Bands/Makefile.bor
          - tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.dsw
          - tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.mpc
          - tests/RTCORBA/Priority_Inversion_With_Bands/README
          - tests/RTCORBA/Priority_Inversion_With_Bands/client.bor
          - tests/RTCORBA/Priority_Inversion_With_Bands/client.cpp
          - tests/RTCORBA/Priority_Inversion_With_Bands/client.dsp
          - tests/RTCORBA/Priority_Inversion_With_Bands/run_test.pl
          - tests/RTCORBA/Priority_Inversion_With_Bands/server.bor
          - tests/RTCORBA/Priority_Inversion_With_Bands/server.cpp
          - tests/RTCORBA/Priority_Inversion_With_Bands/server.dsp
          - tests/RTCORBA/Priority_Inversion_With_Bands/svc.conf
          - tests/RTCORBA/Priority_Inversion_With_Bands/svc.conf.xml
          - tests/RTCORBA/Priority_Inversion_With_Bands/test.idl
          - tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp
          - tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h

          The following files were modified:

          - tao/RTCORBA/TAO_RTCORBA.dsp
          - tests/RTCORBA/Makefile
          - tests/RTCORBA/Makefile.bor
          - tests/RTCORBA/README
          - tests/RTCORBA/RTCORBA-test-configurations.xls
          - tests/RTCORBA/RTCORBA_tests.dsw
          - $ACE_ROOT/bin/tao_orb_tests.lst


Sat Jul 12 11:08:41 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_constant.cpp:

          To a previous fix to prevent a truncation error on MSVC when
          assigning a float constant from a literal in the constructor, added
          an additional check to make sure we are not assigning from
          another float constant, or from a literal decimal coerced to a
          float. Thanks to Erik Johannes <erik_posting_email@yahoo.com> for
          reporting the problem assigning one float constant to another.

Fri Jul 11 18:41:41 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Any.cpp:
        * tao/Any.h:
        * tao/Valuetype_Adapter.h:
        * tao/Valuetype/Valuetype_Adapter_Impl.cpp:
        * tao/Valuetype/Valuetype_Adapter_Impl.h:

          Fixed a bug in the Any extraction operators that widen to Object,
          ValueBase and AbstractBase, which were failing when
          the Any contains an unknown IDL type. Thanks to Anand
          <anand@iCMGworld.com> for reporting the problem with
          widening to Object.

Fri Jul 11 16:23:05 2003  Irfan Pyarali  <irfan@oomworks.com>

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

          Method should return 0.

Fri Jul 11 01:08:41 2003  Irfan Pyarali  <irfan@oomworks.com>

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

          Added explicit template instantiation for ACE_Connector_Base.

Thu Jul 10 20:01:43 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/Transport_Cache_Manager.cpp:

          Fixed template instantiation goofs.

Thu Jul 10 19:01:54 2003  Irfan Pyarali  <irfan@oomworks.com>

        * tao/ORB_Core.cpp (lane_resources):

          This file got checked in by mistake.

Thu Jul 10 18:58:43 2003  Irfan Pyarali  <irfan@oomworks.com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.cpp:
        * tao/Strategies/DIOP_Acceptor.cpp:

          - open_i() now transfers connection handler ownership to the
          Reactor after the handler successfully registers with the
          Reactor.

          - close() does nothing since the memory for the connection
          handler is automatically managed.

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp:

          - Forgot to remove the assert from ~TAO_UIPMC_Transport().

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp (handle_close):
        * tao/Strategies/DIOP_Connection_Handler.cpp (handle_close):

          No asserts in handle_close() since the handler is registered
          with the Reactor and the handler ownership is given to the
          Reactor.  When the Reactor closes, it will call handle_close()
          on the handler.  It is however important to overwrite
          handle_close() to do nothing since the base class does too much.

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>

        * TAO/tests/OBV/Supports/Supports_Test_impl.cpp:
        * TAO/tests/OBV/Supports/Supports_Test_impl.h:
        * TAO/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>

        * TAO/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