summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs/ChangeLog-02a
blob: 7c67160349698cc7c61e0ee69fab96faaa565f12 (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
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
Tue Dec  5 19:39:48 2000  Jeff Parsons  <parsons@cs.wustl.edu>

	* tao/InterfaceC.i:
	* tao/diffs/InterfaceC.i.diff:

	  Replaced missing 'TAO_Export' macros on declarations
	  of sequences in th inline file used when __ACE_INLINE__
	  is defined. Also update diff file. This fixes link
	  errors in IFR_Service for the release build on Win32.

Tue Dec  5 15:47:23 2000  Marina Spivak  <marina@cs.wustl.edu>

	* tao/IIOP_Profile.h (encode_endpoints)
	* tao/IIOP_Profile.cpp (encode_endpoints)
	* tao/Strategies/UIOP_Profile.h (encode_endpoints)
	* tao/Strategies/UIOP_Profile.cpp (encode_endpoints)
	* tao/Strategies/SHMIOP_Profile.h (encode_endpoints)
	* tao/Strategies/SHMIOP_Profile.cpp (encode_endpoints)
	* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.h (encode_endpoints)
	* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp (encode_endpoints)
	* tao/PortableServer/RT_Acceptor_Filters.cpp (fill_mprofile):

	  Added error checking.

Tue Dec  5 15:07:45 2000  Marina Spivak  <marina@cs.wustl.edu>

	* tao/Policy_Manager.h
	* tao/Policy_Manager.cpp:

	  All policy accessors in TAO_Policy_Manager now use
	  double-checked locking.  This should significantly improve
	  performance on the critical path.

Tue Dec  5 14:16:38 2000  Jeff Parsons  <parsons@cs.wustl.edu>

	* TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp:

	  Removed use of '_var_type' in generated code for the exception
	  holder. This typedef is intended for use with template 
	  programming, which is not the case here. In addition, old g++
	  does not see the typedef since the compiler does not scope
	  it properly.

Tue Dec  5 12:57:33 2000  Ossama Othman  <ossama@uci.edu>

	* tests/Portable_Interceptors/Benchmark/server.cpp (main):
	* tests/Portable_Interceptors/Dynamic/server.cpp (main):
	* tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp
	  (main):

	  Activate the POA before attempting to narrow an object
	  reference.  This fixes a problem where a CORBA::TRANSIENT()
	  exception was being thrown.

Tue Dec  5 11:40:28 2000  Ossama Othman  <ossama@uci.edu>

	* docs/releasenotes/index.html:

	  Added a tentative schedule/TODO list for TAO's CORBA Security
	  Service.

Tue Dec  5 11:18:14 2000  Jeff Parsons  <parsons@cs.wustl.edu>

	* tao/DynamicInterface/TAO_DynamicInterface.dsp:
	* tao/DynamicAny/TAO_DynamicAny.dsp:
	* tao/PortableServer/TAO_PortableServer.dsp:
	* tao/IORTable/TAO_IORTable.dsp:
	* orbsvcs/orbsvcs/CosNaming.dsp:

	  Set some overlooked values in the MFC versions of these
	  projects. Thanks to John Morey <jmorey@tbi.com> for
	  reporting them.

Tue Dec  5 10:49:07 2000  Jeff Parsons  <parsons@cs.wustl.edu>

	* tests/Smart_Proxies/client.dsp:

	  Set some overlooked values in the release version.

Mon Dec  4 18:11:01 2000  Marina Spivak  <marina@cs.wustl.edu>

	* tao/IIOP_Acceptor.cpp
	* tao/Strategies/UIOP_Acceptor.cpp:

	  Fixed comments.

Mon Dec  4 17:36:22 2000  Marina Spivak  <marina@cs.wustl.edu>

	* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.h
	* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp:

	  Same as the change below.

Mon Dec  4 15:58:47 2000  Marina Spivak  <marina@cs.wustl.edu>

	* tao/IIOP_Profile.h
	* tao/IIOP_Profile.cpp
	* tao/Strategies/UIOP_Profile.h
	* tao/Strategies/UIOP_Profile.cpp
	* tao/Strategies/SHMIOP_Profile.h
	* tao/Strategies/SHMIOP_Profile.cpp:

	  Added error checks in <decode> and <decode_endpoints> methods.
	  For efficiency, <decode_endpoints> is now called onlywith
	  RTCORBA.

	* tao/IIOP_Endpoint.cpp (duplicate):

	  Added comment.

Mon Dec  4 13:04:55 2000  Marina Spivak  <marina@cs.wustl.edu>

	* tao/Invocation.h
	* tao/Invocation.cpp (create_ior_info):

	  Updated the method to return proper index of the profile being
	  used for the Invocation even when RTCORBA policies are used.  In
	  other words, TAO_Target_Specification::Reference_Addr scheme now
	  works with RTCORBA policies.

Sun Dec  3 00:21:09 2000  Christopher Kohlhoff  <chris@kohlhoff.com>

        * tao/Makefile.bor:

          Removed reference to Smart_Proxies.obj.

Sat Dec  2 22:55:38 2000  Marina Spivak  <marina@cs.wustl.edu>

	* tao/ORB_Core.cpp (set_default_policies):

	  Use TAO_Protocol_Properties_Factory to initialize transport
	  properties instead of replicating its logic.

	* tao/Invocation_Endpoint_Selectors.h:

	  Added class and methods descriptions.

Sat Dec  2 18:19:37 2000  Christopher Kohlhoff  <chris@kohlhoff.com>

        * tao/SmartProxies/Makefile.bor:

          Fixed link error.

        * examples/Borland/build_idl.bat:
        * examples/Borland/ChatClient.bpr:
        * examples/Borland/ChatClient.cpp:
        * examples/Borland/ChatClientWnd.cpp:
        * examples/Borland/ChatClientWnd.dfm:
        * examples/Borland/ChatClientWnd.h:
        * examples/Borland/ORBThread.cpp:
        * examples/Borland/ORBThread.h:
        * examples/Borland/ReceiverImpl.cpp:

          Fixed up build errors in Borland example, changed to
          run ORB in a separate thread.

Sat Dec  2 16:15:04 2000  Jeff Parsons  <parsons@cs.wustl.edu>

	* TAOACE.dsw:

	  This was left out of a previous checkin.

	  Fri Dec  1 13:16:10 2000  Jeff Parsons  <parsons@cs.wustl.edu>

Sat Dec  2 00:23:10 2000  Marina Spivak  <marina@cs.wustl.edu>

	* tests/RTCORBA/Explicit_Binding/Makefile:

	  Updated dependencies.

Fri Dec 01 23:00:32 2000  Marina Spivak  <marina@cs.wustl.edu>

	* tests/RTCORBA/Explicit_Binding/Explicit_Binding.dsw
	* tests/RTCORBA/Explicit_Binding/Makefile
	* tests/RTCORBA/Explicit_Binding/Makefile.bor
	* tests/RTCORBA/Explicit_Binding/README
	* tests/RTCORBA/Explicit_Binding/client.bor
	* tests/RTCORBA/Explicit_Binding/client.cpp
	* tests/RTCORBA/Explicit_Binding/client.dsp
	* tests/RTCORBA/Explicit_Binding/run_test.pl
	* tests/RTCORBA/Explicit_Binding/server.bor
	* tests/RTCORBA/Explicit_Binding/server.cpp
	* tests/RTCORBA/Explicit_Binding/server.dsp
	* tests/RTCORBA/Explicit_Binding/test.idl
	* tests/RTCORBA/README
	* tests/RTCORBA/Makefile
	* tests/RTCORBA/Makefile.bor
	* tests/RTCORBA/RTCORBA_tests.dsw:

          Added a test for <Object::_validate_connection>.

	* tests/RTCORBA/Private_Connection/run_test.pl:

	  Modified script to delete old ior files before starting.

	* tao/Invocation.cpp
	* tao/Invocation.i
	* tao/Invocation.h
	* tao/Invocation_Endpoint_Selectors.cpp
	* tao/Invocation_Endpoint_Selectors.h
	* tao/Stub.cpp (validate_connection):

	  Modified <validate_connection> to work with RTCORBA policies and
	  to populate <inconsistent_policies> parameter.

Fri Dec  1 19:05:22 2000  Jeff Parsons  <parsons@cs.wustl.edu>

	* orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp:

	  Replaced ACE_TRY_NEW_ENV with ACE_DELCARE_NEW_CORBA_ENV
	  followed by ACE_TRY, which got rid of an egcs warning.

Fri Dec  1 17:10:27 2000  Jeff Parsons  <parsons@cs.wustl.edu>

	* orbsvcs/IFR_Service/tmplinst.cpp:

	  Changed explicit instantiation of auto_ptr<char> to
	  ACE_Auto_Basic_Ptr<char>, to reflect the recent change
	  in ConstantDef_i.cpp.

Fri Dec  1 15:09:06 2000  Carlos O'Ryan  <coryan@uci.edu>

        * performance-tests/Latency/multi_threaded.pl:
          New driver script, it performs the basic test with a
          multi-thread-safe configuration.  It is good to compare the
          results from single_threaded.pl

        * performance-tests/Latency/client.cpp:
          Work around [BUGID:189], the ORB rejects multiple simulatenous
          requests.  After much exploration we found out that it is
          actually the kernel what rejects the requests, and not the ORB.
          Maybe we need to find a workaround for that problem, meanwhile
          the workaround in this change works quite nicely, and it is
          actually a better approach for what we really want to test
          here.

Fri Dec  1 16:24:51 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/IFR_Service/AliasDef_i.cpp:
        * orbsvcs/IFR_Service/AliasDef_i.h:
        * orbsvcs/IFR_Service/ArrayDef_i.cpp:
        * orbsvcs/IFR_Service/ArrayDef_i.h:
        * orbsvcs/IFR_Service/AttributeDef_i.cpp:
        * orbsvcs/IFR_Service/AttributeDef_i.h:
        * orbsvcs/IFR_Service/ComponentDef_i.cpp:
        * orbsvcs/IFR_Service/ComponentDef_i.h:
        * orbsvcs/IFR_Service/ComponentRepository_i.cpp:
        * orbsvcs/IFR_Service/ComponentRepository_i.h:
        * orbsvcs/IFR_Service/ConstantDef_i.cpp:
        * orbsvcs/IFR_Service/ConstantDef_i.h:
        * orbsvcs/IFR_Service/ConsumesDef_i.cpp:
        * orbsvcs/IFR_Service/ConsumesDef_i.h:
        * orbsvcs/IFR_Service/Contained_i.cpp:
        * orbsvcs/IFR_Service/Contained_i.h:
        * orbsvcs/IFR_Service/Container_i.cpp:
        * orbsvcs/IFR_Service/Container_i.h:
        * orbsvcs/IFR_Service/EmitsDef_i.cpp:
        * orbsvcs/IFR_Service/EmitsDef_i.h:
        * orbsvcs/IFR_Service/EnumDef_i.cpp:
        * orbsvcs/IFR_Service/EnumDef_i.h:
        * orbsvcs/IFR_Service/EventDef_i.cpp:
        * orbsvcs/IFR_Service/EventDef_i.h:
        * orbsvcs/IFR_Service/ExceptionDef_i.cpp:
        * orbsvcs/IFR_Service/ExceptionDef_i.h:
        * orbsvcs/IFR_Service/FactoryDef_i.cpp:
        * orbsvcs/IFR_Service/FactoryDef_i.h:
        * orbsvcs/IFR_Service/FinderDef_i.cpp:
        * orbsvcs/IFR_Service/FinderDef_i.h:
        * orbsvcs/IFR_Service/FixedDef_i.cpp:
        * orbsvcs/IFR_Service/FixedDef_i.h:
        * orbsvcs/IFR_Service/HomeDef_i.cpp:
        * orbsvcs/IFR_Service/HomeDef_i.h:
        * orbsvcs/IFR_Service/IDLType_i.h:
        * orbsvcs/IFR_Service/IFR_Service.cpp:
        * orbsvcs/IFR_Service/IFR_Service.h:
        * orbsvcs/IFR_Service/IRObject_i.h:
        * orbsvcs/IFR_Service/InterfaceDef_i.cpp:
        * orbsvcs/IFR_Service/InterfaceDef_i.h:
        * orbsvcs/IFR_Service/ModuleDef_i.cpp:
        * orbsvcs/IFR_Service/ModuleDef_i.h:
        * orbsvcs/IFR_Service/NativeDef_i.cpp:
        * orbsvcs/IFR_Service/NativeDef_i.h:
        * orbsvcs/IFR_Service/OperationDef_i.cpp:
        * orbsvcs/IFR_Service/OperationDef_i.h:
        * orbsvcs/IFR_Service/PrimaryKeyDef_i.cpp:
        * orbsvcs/IFR_Service/PrimaryKeyDef_i.h:
        * orbsvcs/IFR_Service/PrimitiveDef_i.cpp:
        * orbsvcs/IFR_Service/PrimitiveDef_i.h:
        * orbsvcs/IFR_Service/ProvidesDef_i.cpp:
        * orbsvcs/IFR_Service/ProvidesDef_i.h:
        * orbsvcs/IFR_Service/PublishesDef_i.cpp:
        * orbsvcs/IFR_Service/PublishesDef_i.h:
        * orbsvcs/IFR_Service/Repository_i.cpp:
        * orbsvcs/IFR_Service/Repository_i.h:
        * orbsvcs/IFR_Service/SequenceDef_i.cpp:
        * orbsvcs/IFR_Service/SequenceDef_i.h:
        * orbsvcs/IFR_Service/Servant_Factory.cpp:
        * orbsvcs/IFR_Service/Servant_Factory.h:
        * orbsvcs/IFR_Service/StringDef_i.cpp:
        * orbsvcs/IFR_Service/StringDef_i.h:
        * orbsvcs/IFR_Service/StructDef_i.cpp:
        * orbsvcs/IFR_Service/StructDef_i.h:
        * orbsvcs/IFR_Service/TypedefDef_i.cpp:
        * orbsvcs/IFR_Service/TypedefDef_i.h:
        * orbsvcs/IFR_Service/UnionDef_i.cpp:
        * orbsvcs/IFR_Service/UnionDef_i.h:
        * orbsvcs/IFR_Service/UsesDef_i.cpp:
        * orbsvcs/IFR_Service/UsesDef_i.h:
        * orbsvcs/IFR_Service/ValueBoxDef_i.cpp:
        * orbsvcs/IFR_Service/ValueBoxDef_i.h:
        * orbsvcs/IFR_Service/ValueDef_i.cpp:
        * orbsvcs/IFR_Service/ValueDef_i.h:
        * orbsvcs/IFR_Service/ValueMemberDef_i.cpp:
        * orbsvcs/IFR_Service/ValueMemberDef_i.h:
        * orbsvcs/IFR_Service/WstringDef_i.cpp:
        * orbsvcs/IFR_Service/WstringDef_i.h:
        * orbsvcs/IFR_Service/tmplinst.cpp:

          Removed use of IR namespace in scoped names, and
          used flat names instead, in preparation for future move
          of IfR classes to the CORBA namespace, as dictated
          by CORBA 2.4.

Fri Dec  1 15:37:31 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/InterfaceC.i:
        * tao/diffs/InterfaceC.i.diff:

          Changes to flat name of sequence base classes, caught by
          Sun egcs.

Fri Dec  1 15:15:22 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/InterfaceC.i:
        * tao/diffs/InterfaceC.i.diff:

          Removed the use of the scoped name for IRObject_var and
          IRObject_out constructors and destructor, and used the
          flat name instead. Error reported by Sun egcs compiler.

Fri Dec  1 14:44:25 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/corbafwd.h:
        * tao/ifrfwd.h:
        * tao/InterfaceC.h:
        * tao/diffs/InterfaceC.h.diff:

          Had to move enum definitions from InterfaceC.h to corbafwd.h,
          and #inlucde corbafwd.h in ifrfwd.h, to make sunCC happy.

Fri Dec  1 13:16:10 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/InterfaceC.h:
        * tao/InterfaceC.i:
        * tao/InterfaceC.cpp:
        * tao/ifrfwd.h:

          Removed use of IR namespace, as preparation for moving
          IfR code to the CORBA namespace in the future, regenerated
          files with the new collocation scheme, and removed code for
          smart proxies.

        * tao/Interface.pidl:

          Removed TypeCodeFactory declarations. Now this file can
          be regenerated without IDL compile errors.

        * tao/PortableServer/POA_CORBA.h:

          Updated code for CORBA::IRObject to reflect the new
          collocation scheme.

        * orbsvcs/IFR_Service/InterfaceS.h:
        * orbsvcs/IFR_Service/InterfaceS.cpp:
        * orbsvcs/IFR_Service/InterfaceS_T.i:

          Regenerated files with the new collocation scheme, and removed
          use of IR namespace.

        * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_CLient.cpp:
        * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_CLient.h:
        * orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp:
        * orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.h:

          Removed use of IR namespace.

        * tao/Stub.h:

          Removed enum TAO_Param_Type because it isn't used and
          because its members conflict with those of IR_ParameterMode.

        * tao/TAO.dsp:
        * tao/TAO_Static.dsp:
        * tao/Makefile:
        * tao/Makefile.bor:
        * tao/Makefile.am:
        * tao/Smart_Proxies.cpp:
        * tao/Smart_Proxies.i:
        * tao/Smart_Proxies.h:

          Removed the source files from the directory and updated
          the projects and makefiles.

        * tao/corba.h:

          Removed inclusion of Smart_Proxy.h.

        * tao/MessagingC.cpp:
        * tao/MessagingC.i:
        * tao/MesssagingC.h:

          Removed smart proxy code.

        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_global.cpp:

          Made generation of smart proxy code dependent only on
          the command line -Gsp option, and not also on
          TAO_HAS_SMART_PROXIES as before. Also added
          generation of '#include tao/SmartProxies/Smart_Proxy.h'
          with the option.

        * tao/orbconf.h:

          Removed the TAO_HAS_SMART_PROXIES macro.

        * tao/SmartProxies/Smart_Proxies.cpp:
        * tao/SmartProxies/Smart_Proxies.inl:
        * tao/SmartProxies/Smart_Proxies.h:
        * tao/SmartProxies/smartproxy_export.h:
        * tao/SmartProxies/SmartProxies.dsp:
        * tao/SmartProxies/Makefile:
        * tao/SmartProxiess/Makefile.bor:

          Added these files to the new smart proxies library.

        * tests/Smart_Proxies/Makefile:
        * tests/Smart_Proxies/client.dsp:
        * tests/Smart_Proxies/server.dsp:
        * tests/Smart_Proxies/Benchmark/Makefile:
        * tests/Smart_Proxies/Collocation/Coll_Test_Stubs.bor:
        * tests/Smart_Proxies/Collocation/Coll_Test_Stubs.dsp:
        * tests/Smart_Proxies/Collocation/Collocation.dsp:
        * tests/Smart_Proxies/Collocation/Diamond.dsp:
        * tests/Smart_Proxies/On_Demand/Makefile:
        * tests/Smart_Proxies/Policy/Makefile:

          Modified these files to link to the new library.

        * tao/diffs/InterfaceC.h.diff:
        * tao/diffs/InterfaceC.h.diff:
        * tao/diffs/InterfaceC.h.diff:
        * tao/orbsvcs/IFR_Service/diffs/InterfaceS.h.diff:
        * tao/orbsvcs/IFR_Service/diffs/InterfaceS.cpp.diff:
        * tao/orbsvcs/IFR_Service/diffs/InterfaceS_T.i.diff:

          Added these diff files for regenerating files from
          Interface.pidl.

Fri Dec  1 09:31:28 2000  Carlos O'Ryan  <coryan@uci.edu>

        * utils/wxNamingViewer/Makefile:
        * utils/wxNamingViewer/mondrian.xpm:
        * utils/wxNamingViewer/wxNamingObject.cpp:
        * utils/wxNamingViewer/wxNamingTree.h:
        * utils/wxNamingViewer/wxNamingTree.cpp:
        * utils/wxNamingViewer/wxNamingViewer.cpp:
        * utils/wxNamingViewer/wxNamingViewerFrame.cpp:
        * utils/wxNamingViewer/wxSelectNSDialog.cpp:
          Got it to compile and run under Linux with wxGTK (the GTK
          version of wxWindows).
          It crashes sometimes and the fonts are way too small, but it is
          a good start.

Fri Dec  1 09:15:56 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.i:
          Use _duplicate() to return the consumer connected to the
          ProxyPushSupplier.  It used to be the case that this method was
          invoked in the critical path, where the locking overhead of
          calling _duplicate() was excessive.  But the method is not used
          anymore, so using the standard CORBA memory management rules is
          a better idea.
          Thanks to Paul Calabrese <calabrese_p@ociweb.com> for pointing
          this out.

Thu Nov 30 22:51:34 2000  pradeep@cs.wustl.edu  <pradeep@cs.wustl.edu>

        * TAO version 1.1.11 released.

Thu Nov 30 20:05:35 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/Private_Connection/run_test.pl:

          Fixed the script to unlink ior files at the end.  This fixes
          TRANSIENT exception in builds where ior files from previous
          runs weren't cleaned up.

Wed Nov 29 23:55:37 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp:
        * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp:
          Fixed link errors due to multiple template instantiations.

        * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp:
          Changed <get_primary> to throw TAO_IOP::NotFound () instead of
          Invalid_IOR ()

Wed Nov 29 17:59:10 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * examples/Load_Balancing_persistent/Load_Balancer_i.cpp:
          Fixed more link errors re. template instantiation.

Wed Nov 29 09:19:38 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/NestedUpcall/Triangle_Test/run_test.pl:
          The test hanged if the server_A was started but server_B
          crashed.

Wed Nov 29 09:00:22 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/Event/lib/Makefile:
          Reverted my change to this file.  While trying to fix the
          gcc-2.7.2 builds I broke all the other platforms <sigh>.
          Fortunately there is no need to disable this directory under
          gcc-2.7.2, it compiles just fine, so even though the library
          would not be usable in those platforms (because the tests fail to
          link), we can just ignore the problem in this Makefile, until I
          can figure out how to disable a library compilation under
          old versions of gcc, without breaking other platforms.

Tue Nov 28 15:56:01 2000  Carlos O'Ryan  <coryan@uci.edu>

        * examples/Load_Balancing/Makefile:
        * examples/Load_Balancing_persistent/Makefile:
        * examples/Logging/Makefile:
        * examples/POA/Generic_Servant/Makefile:
        * performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile:
        * tests/Exposed_Policies/Makefile:
          Don't use override with TAO_IDLFLAGS because sometimes they are
          set globally, for example to set the location of gperf.

        * TAO_IDL/Makefile.BE:
          Update dependencies

        * orbsvcs/CosEvent_Service/Makefile:
        * orbsvcs/examples/CosEC/Factory/Makefile:
        * orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Makefile:
        * orbsvcs/examples/CosEC/Simple/Makefile:
        * orbsvcs/examples/RtEC/MCast/Makefile:
        * orbsvcs/examples/RtEC/Simple/Makefile:
        * orbsvcs/tests/CosEvent/Basic/Makefile:
        * orbsvcs/tests/EC_Mcast/Makefile:
        * orbsvcs/tests/EC_Throughput/Makefile:
        * orbsvcs/tests/Event/Basic/Makefile:
        * orbsvcs/tests/Event/Performance/Makefile:
        * orbsvcs/tests/Event/lib/Makefile:
          The RT event service and the CosEvent service fail to compiler
          under gcc-2.7.2, thus their tests and examples should be
          disabled too.

Tue Nov 28 12:03:34 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * tao/MessagingC.cpp:
        * tao/MessagingC.h:
        * tao/MessagingC.i:

          Renamed <setup_collocation> to <_tao_setup_collocation> to
          reflect the chages made in the generated code.

Tue Nov 28 00:29:40 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Acceptor_Registry.cpp (open):

          Count the number of addrs in each "-ORBEndpoint" option.  The
          sum of those values should be the maximum number of acceptors
          the acceptor registry should allocate space for.  Previously,
          a single addr was assumed to exist in each -ORBEndpoint option.
          This fixes a segmentation fault that was occuring when multiple
          addrs were specified in a single "-ORBEndpoint" command line
          ORB option.
          Reported by Jeff Greif <jgreif@befree.com>.

Mon Nov 27 17:24:14 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * performance-tests/Latency/client.cpp:
          Removed 'cout' debug statements.

Mon Nov 27 15:44:55 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * examples/POA/DSI/Database_i.cpp:
          removed template instantiation declaration of
          ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_Null_Mutex, ACE_Control_Block>;
          and ACE_Malloc<ACE_MMAP_MEMORY_POOL, ACE_Null_Mutex> - already
          declared in ace/System_Time.cpp

        * examples/Load_Balancing/Load_Balancer_i.cpp:
          removed template instantiation declaration of
          ACE_Equal_To<ACE_CString> and ACE_Hash<ACE_CString> - already
          declared in ace/Capabilities.cpp

        * TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp:
          Reworked the template instantiation code.

Mon Nov 27 13:16:06 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/CORBALOC_Parser.cpp (parse_string_count_helper):
          Correctly allocated the memory for the end_point.

        * tests/InterOp-Naming/run_test.pl:
          Updated the perl script in accordance with the recent change for
          the syntax of corbaloc: URLs.

        * tests/InterOp-Naming/README:
          Cosmetic changes.

Mon Nov 27 13:07:29 2000  Ossama Othman  <ossama@uci.edu>

        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h:

          Removed trailing whitespace.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp (open, open_default):

          Renamed "open_i" method to "ssliop_open_i" to avoid ambiguities
          with the virtual "open_i" method in the TAO_IIOP_SSL_Acceptor
          base class.  This fixes warnings emanating from Borland compiler
          builds.

Mon Nov 27 13:05:59 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ci.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp:

          Renamed name of generated member function from
          <setup_collocation> to <_tao_setup_collocation>.

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:

          Same as above, plus fixed "typo bug" in the fragment of
          code that generate the code for _tao_setup_collocation
          for not nested interface.

Mon Nov 27 12:33:23 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/Trading_Service/Trading_Service.cpp:
        * orbsvcs/orbsvcs/Trader/Trading_Loader.cpp:
          Removed auto_ptr and ACE_Auto_Basic_Ptr from Trading_Service.cpp
          and added it back to Trading_Loader.cpp.

Sun Nov 26 19:47:25 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Invocation.cpp (start): Reset the reply_received field in
          the reply dispatcher  to 0. This piece of code that did this
          reset was removed when changes were made to Invocation
          classes. The reset is important when the Invocation classes
          signals a restart. On restart we dont create a new Invocation
          object and we reuse the state that was left by the previous
          invocation. All this is fine. But the reply_received field needs
          to be reset in the intermediate period.  If not stale values
          would be passed on to the next invocation and making tests like
          Forwarding fail.

Sun Nov 26 19:07:48 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * tests/Connection_Purging/Connection_Purging.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp:
        * orbsvcs/orbsvcs/Trader/Trading_Loader.cpp:
        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
        * orbsvcs/orbsvcs/AV/sfp.cpp:

          Removed extraneous explicit template instantiation declarations causing
          "multiply defined" warnings on VxWorks and LynxOS.

Sun Nov 26 16:52:50 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Bind_Dispatcher_Guard.i:
        * tao/Bind_Dispatcher_Guard.h: Return the reference to the status_
          in the status () method.

        * tao/Invocation.cpp (invoke_i): If there is an error and if the
          connection is closed, we set the status in the
          Bind_Dispatcher_Guard to -1. This should fix a problem that
          caused the client ORB to dump a core if the server shutsdown
          suddenly.

Sun Nov 26 13:34:40 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/DynamicAny/DynAny_i.cpp:
        * tao/DynamicAny/DynArray_i.cpp:
        * tao/DynamicAny/DynEnum_i.cpp:
        * tao/DynamicAny/DynSequence_i.cpp:
        * tao/DynamicAny/DynStruct_i.cpp:
        * tao/DynamicAny/DynUnion_i.cpp:
          The destroy() methods should not release or delete the object,
          as they are local interfaces now, and their memory is managed
          via the stock reference counting for object references.
          This fixes some of the problems in the dynamic any test, but it
          still left some other problems exposed.

Sun Nov 26 01:07:11 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/base_proxy_impl_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_impl_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_impl_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_ss.cpp:

          Made definition of the destructor for the proxy broker at the
          same time of the declaration.
          The only reason why this was done was to fix some weird link
          problem that gcc-2.72 was having with the current implementation.

Sat Nov 25 21:28:25 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/tests/Notify/Basic/Simple.{h,cpp}:
        * orbsvcs/tests/Notify/Basic/Makefile:

          Added simple test to show how to use Anys in Notify Service.

Sat Nov 25 21:09:54 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Connection_Cache_Manager.cpp:
        * tao/Connection_Handler.cpp:
        * tao/Connection_Handler.inl:
        * tao/IIOP_Transport.cpp:
        * tao/IIOP_Connect.cpp:
        * tao/Strategies/UIOP_Transport.cpp:
        * tao/Strategies/UIOP_Connect.cpp:
        * tao/Strategies/SHMIOP_Connect.cpp:
        * tao/Strategies/SHMIOP_Transport.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp: Fixed an FMR
          problem. The problem was the wrong order in which we were
          destroying the handlers and purging the handler from the cache
          map. We need to purgethe handler first and then destroy the
          handlers.

Sat Nov 25 20:59:07 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/tests/Notify/lib/Notify_Test_Client.{h, cpp}:
        * orbsvcs/tests/Notify/Basic/Events_Test.cpp:
        * orbsvcs/examples/Notify/Filter/Filter.{h,cpp}:
        * orbsvcs/examples/Notify/Subscribe/Subscribe.{h,cpp}:
        * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.{h,cpp}:
        * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i:
        * orbsvcs/orbsvcs/Notify/Notify_MT_Worker_Task.cpp:

          Fixed incorrect procedure to destroy event channel.
          Thanks to Walt Corey<wcorey@ibm.net> for reporting this problem.

        * orbsvcs/tests/Notify/performance-tests/RedGreen/README:
          Fixed typo in instructions.

Sat Nov 25 15:06:16 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
          Defererence _var of pname to pointer via .in () operator.

Fri Nov 24 19:21:29 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/remote_proxy_impl_cs.cpp:

          Minor Aesthetic fixes for the generated code.

        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_ss.cpp:

          Added implementation of the default ctor, that was chopped away
          while fixing the indentation.

Fri Nov 24 17:14:16 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ci.cpp
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp
        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_ss.cpp
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp
        * TAO_IDL/be/be_visitor_operation/arglist.cpp
        * TAO_IDL/be/be_visitor_operation/thru_poa_collocated_ss.cpp
        * TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp

          Changes to keep the indentation of generated code from
          growing with each interface.

Fri Nov 24 16:55:29 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/base_proxy_broker_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/base_proxy_impl_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_impl_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_impl_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_ss.cpp:

          Added generation of the default constructor to avoid problem
          with older compiler (like gcc272).

        * TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp:

          Made some cosmetic changes in the generated code.

        * tao/Object_Proxy_Broker.cpp:
        * tao/Object_Proxy_Broker.h:
        * tao/Object_Proxy_Impl.cpp:
        * tao/Object_Proxy_Impl.h:
        * tao/Remote_Object_Proxy_Impl.cpp:
        * tao/Remote_Object_Proxy_Impl.h:
        * tao/PortableServer/Direct_Object_Proxy_Impl.cpp:
        * tao/PortableServer/Direct_Object_Proxy_Impl.h:
        * tao/PortableServer/ThruPOA_Object_Proxy_Impl.cpp:
        * tao/PortableServer/ThruPOA_Object_Proxy_Impl.h:

          Added declaration and implementation of default constructor
          to fix the problem with some older compiler (like gcc272).

        * tao/PortableServer/POA.cpp:

          Substituted  any use of TAO_Collocated_Object with
          CORBA::Object, in fact in the new collocation scheme
          TAO_Collocated_Object is not used anymore.

Fri Nov 24 12:17:59 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/Multiple/Multiple_Impl.cpp:
          Fix throw specs.

        * tests/Nested_Event_Loop/server.bor:
        * tests/Nested_Event_Loop/client.bor:
          Add the TAO_Strategies library, it is needed to link these two
          programs.

Fri Nov 24 14:07:13 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/orbsvcs/Property/CosPropertyService_i.h:
          Changed CosProperty_Hash_Key::pname_ to an _var type to fix a
          small memory leak. Thanks to Greg Hall greg.j.hall@boeing.com
          for providing the fix.

Thu Nov 23 18:21:13 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Makefile:
          Add 'Multiple' to the list.

Thu Nov 23 15:01:53 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/tests/Notify/RedGreen/Makefile:
          Link with TAO_Svc_Utils to fix linkage error on SunCC5.

Thu Nov 23 12:33:49 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * orbsvcs/tests/ior_corbaname/README:
        * tests/ior_corbaloc/README:

          Updated to reflect the correct syntax.

        * tests/ior_corbaloc/client.cpp :
        * tests/ior_corbaloc/ior_corbaloc_client_i.cpp :

          Corrected the way exceptions are propagated.

        * tao/CORBALOC_Parser.h:
        * tao/CORBALOC_Parser.cpp :

          Fixed the syntax format of corbaloc: type URL.
          Thanks to  Craig Rodrigues <rodrigc@mediaone.net> for
          pointing this out.

Thu Nov 23 12:18:06 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB_Core.cpp (~TAO_ORB_Core_TSS_Resources):

          As an interim solution to an access violation, do not invoke the
          TSS object destructors on the "ts_object_" array.  The only
          service known to currently use this feature (i.e the TSS object
          array) is the SSLIOP pluggable protocol.  Fortunately, it
          registers a null cleanup function so we're not leaking anything
          yet.  However, we *do* need to fix this a before other services
          start to use this array.  The real fix is non-trivial.

        * orbsvcs/orbsvcs/SSLIOP.idl:

          Added missing SSLIOP::Current::get_peer_certificate() method.
          It is necessary since the peer certificate is not available in
          the certificate chain on the server side, and since obtaining
          the peer certificate chain may be overkill if all that is
          desired is the peer certificate.

          Added SSLIOP::Current::no_context() method.  Returns true if the
          current execution context is not within a SSL session.  This
          method is mostly useful as an inexpensive means of determining
          whether or not SSL session state is available.  It is used by
          the SSLIOP secure invocation server request interceptor.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.cpp:

          Added implementation for the
          SSLIOP::Current::get_peer_certificate() and the
          SSLIOP::Current::no_context() methods.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.cpp
          (receive_request):

          Invoke the SSLIOP::Current::no_context() method
          instead of SSLIOP::Current::get_peer_certificate_chain() since
          the former provides the functionality that this secure
          invocation server request interceptor requires.  The latter
          can provide similar functionality but it performs several heap
          allocations, which can degrade performance significantly.

Thu Nov 23 11:31:06 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:

          Added global scope scecifier "::" in the call to the proxy
          broker factory method used called within setup_collocation.
          Re-Added ACE_NESTED_CLASS in the code generated for
          setup_collocation, when calling methods on superclasses.

        * tao/MessagingC.cpp:
        * tao/PortableServer/MessagingS.cpp:

          Updated code to reflect the changes made in the compiler.

Wed Nov 22 16:53:01 2000  Carlos O'Ryan  <coryan@uci.edu>

        * docs/Options.html:
          Fixed documentation for TransportMuxingStrategy, thanks to Jeff
          Greif <jmg@trivida.com> for pointing this out.

        * tao/DynamicAny/DynSequence_i.cpp:
          Fixed current_index_ initialization, it was initialized to an
          invalid value, even though it was perfectly usable.
          This fixes the execution problems in the Trading Service tests.

        * tao/DynamicAny/DynArray_i.cpp:
        * tao/DynamicAny/DynStruct_i.cpp:
          Same fix, but this does not affect CosTrading.

Wed Nov 22 16:24:52 2000  Ossama Othman  <ossama@uci.edu>

        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp (connect):

          Fixed IIOP (non-SSL) connection problems due to a dynamic_cast
          that was failing.  The TAO_Endpoint pointer obtained from the
          Connection_Descriptor is actually a TAO_SSLIOP_Endpoint, so we
          need to downcast to a TAO_SSIOP_Endpoint and then access the
          non-SSL TAO_IIOP_Endpoint from it.  Previously we were
          downcasting straight to a TAO_IIOP_Endpoint, which of course
          will not work since the endpoint pointer actually points to
          TAO_SSLIOP_Endpoint.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (connect):

          Corrected typo where base class pointer was checked for
          validity instead of the derived class pointer.  This fixes a
          potential problem where a failed dynamic_cast would not have
          beend etected.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp
          (TAO_SSLIOP_Endpoint):

          If no SSL tagged component is available, then set the
          Security::NoProtection "target_supports" security association
          bit.  We can't be sure if the server supports SSL if an SSL
          tagged component is available in the IOR, and TAO's SSLIOP
          implementation must support IIOP over SSL and plain IIOP.  This
          fixes a connection permission problem where the client supported
          SSLIOP and the server didn't.  The SSLIOP_Connector was being
          too cautious about establishing the connection.

Wed Nov 22 17:37:37 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * tests/Multiple/Collocation_Tester.cpp:
        * tests/Multiple/Makefile:
        * tests/Multiple/Multiple_Impl.cpp:
        * tests/Multiple/client.cpp:
        * tests/Multiple/server.cpp:
        * tests/Multiple/run_test.pl:

          Cosmetic changes to some file, plus perl script for automatically
          running the test.

Wed Nov 22 14:30:12 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp:

          Modified code generated for the proxy broker factory
          function. Now the factory is a public static method of the proxy
          broker itself.

        * tao/MessagingC.cpp:
        * tao/MessagingC.h:
        * tao/PortableServer/MessagingS.cpp:
        * tao/PortableServer/MessagingS.h:

          Modified code to reflect the change made in the IDL generated
          code.

          Thanks to Andy <gokhale@research.bell-labs.com> for the support,
          and hint.

Wed Nov 22 10:05:47 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * performance-tests/Latency/server.dsp
        * performance-tests/Latency/client.dsp
        * performance-tests/Latency/st_client.dsp

          Updated the Debug and Release configurations.

Wed Nov 22 09:49:51 2000  Darrell Brunsch <brunsch@uci.edu>

        * tests/Multiple/Client.dsp:
        * tests/Multiple/Server.dsp:

          Updated the Release configuration.

Wed Nov 22 09:23:08 2000  Ossama Othman  <ossama@uci.edu>

        * tests/Portable_Interceptors/Benchmark/test.idl:

          Added missing "raises" clause to the authenticate() method.

Tue Nov 21 21:13:18 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Object_Ref_Table.h (TAO_Object_Ref_Table):

          Made the Table and Iterator typedefs public.  Some compilers
          complain if they are private since they aren't visible at the
          file level.

Tue Nov 21 23:25:57 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

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

          Added global scope specifier in the proxy factory function. This
          should fix the problem with VxWorks compilers.

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

          Added ACE_NESTED_CLASS in the code generated for the method
          setup_collocation to fix the problem that some compiler had with
          the current implementation.

Tue Nov 21 21:32:30 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i:
          Corrected the logic for rejecting events on buffer overflow when the
          RejectNewEvents Admin property is set.
          Thanks to Sarabjeet Duhra <sarabjeet_duhra@hp.com> for pointing
          this out.

Tue Nov 21 17:52:47 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/Nested_Event_Loop/server.dsp:
        * tests/Nested_Event_Loop/client.dsp:

          Updated settings to link TAO_Strategies.

Tue Nov 21 17:37:28 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/Nested_Event_Loop/Makefile:

          Updated to link TAO_Strategies.

        * tests/Nested_Event_Loop/client.cpp:
        * tests/Nested_Event_Loop/server.cpp:

          Included tao/Stratgies/advanced_resource.h

        * tests/Nested_Event_Loop/svc.conf:
          Passed -ORBReactorType select_mt as the argument.

Tue Nov 21 17:23:45 2000  Priyanka Gontla <pgontla@ece.uci.edu>

        * tests/RTCORBA/Client_Protocol/server.dsp
          Updated settings.

Tue Nov 21 19:20:44 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynamicInterface/Server_Request.cpp:

          Updated the raising of system exceptions by arguements(),
          set_result() and set_exception() to conform to changes in
          CORBA 2.4.

Tue Nov 21 16:26:03 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB_Table.cpp (bind):

          Make sure the ORB table owns the ORB Core by increasing the
          reference count on it.

        * tao/ORB_Core.h (svc_config_argc_, svc_config_argv_):

          Removed these attributes.  They are no longer needed since the
          Service Configurator is now initialized in the CORBA::ORB_init()
          function.

        * tao/ORB_Core.cpp (init):

          Moved all Service Configurator related option parsing code to
          TAO_Internal::open_services(), and moved the code that invokes
          open_services() to CORBA::ORB_init().  This is necessary to make
          sure that services are loaded prior to invoking the pre_init()
          method in registered ORBInitializers.

        * tao/ORB.cpp (ORB_init):

          The ORB table increases the reference count on the ORB Core so
          do not release it here.  Allow the TAO_ORB_Core_Auto_Ptr to
          decrease the reference on the ORB Core when it goes out of
          scope.

          Initialize the Service Configurator.  This must occur before the
          ORBInitializer::pre_init() method is invoked on each registered
          ORB initializer.

        * tao/TAO_Internal.h (open_services, open_services_i):

          Added new "open_services()" method declaration, and renamed the
          existing one to "open_services_i()" since it is invoked by the
          former.

        * tao/TAO_Internal.cpp (open_services):

          Construct a Service Configurator argument vector from options
          extracted from the argument vector passed in from
          CORBA::ORB_init().

        * orbsvcs/examples/Security/Send_File/Makefile (BIN):

          Conditionally build the binaries on the "ssl" make variable
          instead of the deprecate "ace_components" script.

Tue Nov 21 18:07:01 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynamicAny/DynArray_i.cpp:
        * tao/DynamicAny/DynSequence_i.cpp:
        * tao/DynamicAny/DynStruct_i.cpp:
        * tao/DynamicAny/DynUnion_i.cpp:

          In the to_any() method, replaced the exception
          DynamicAny::TypecodeMismatch with BAD_INV_ORDER,
          since to_any() isn't supposed to throw any user
          exceptions.

Tue Nov 21 18:04:00 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/README
        * tests/RTCORBA/Banded_Connections/README:

          Added test description and expected output.

Tue Nov 21 15:56:10 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/ORB_Core.cpp:
          Initialize the default endpoint selector outside the #if
          TAO_HAS_CORBA_MESSAGING, otherwise things don't work at all when
          messaging is disabled.

Tue Nov 21 15:38:04 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * orbsvcs/tests/ior_corbaname/Makefile :
          Updated dependencies.

        * orbsvcs/tests/ior_corbaname/status_i.h:
        * orbsvcs/tests/ior_corbaname/server.cpp :
          Removed unnecessary #include's.

Tue Nov 21 15:04:31 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * performance-tests/Latency/server.cpp :
        * performance-tests/Latency/client.cpp :
        * performance-tests/Latency/st_client.cpp :
          Included tao/Strategies/advanced_resource.h.

        * performance-tests/Latency/Makefile:
          Updated to link TAO_Strategies.

        * performance-tests/Latency/server.conf :
        * performance-tests/Latency/client.conf :
        * performance-tests/Latency/st_client.conf :
        * performance-tests/Latency/st_server.conf :
        * performance-tests/Latency/client-mt-exclusive.conf :
        * performance-tests/Latency/client-st-muxed.conf :
          Updated to load the correct, i.e. the advanced resource
          factory.

        * tao/Strategies/advanced_resource.cpp :
          Changed the default in input_cdr_buffer_allocator to
          TAO_ALLOCATOR_THREAD_LOCK instead of TAO_ALLOCATOR_NULL_LOCK.

Tue Nov 21 12:06:09 2000  Ossama Othman  <ossama@uci.edu>

        * tests/Portable_Interceptors/Benchmark/interceptors.h:

          Interceptors are local objects, so derive (via multiple
          inheritance) each interceptor from CORBA::LocalObject.

        * tests/Portable_Interceptors/Benchmark/interceptors.cpp
          (receive_request):

          Throw CORBA::NO_PERMISSION() exception instead of the
          "Test_Interceptors::Invalid" exception.  Throwing a user
          exception is not allowed since it is not part of the throw spec,
          which is dictated by the
          PortableInterceptor::ServerRequestInterceptor interface.

        * tests/Portable_Interceptors/Benchmark/README:

          Updated README.  "Pseudo-portable interceptors" no longer
          applies, since TAO now implements the standard Portable
          Interceptor interfaces.

Tue Nov 21 13:30:18 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/driver/drv_args.cpp:

          In the usage message, fixed

          ACE_TEXT (" -Ge [0|1]\t\t\tDisable/Enable generation of")
          ACE_TEXT (" CORBA::Environment arguments (enabled by default")
          ACE_TEXT (" if ACE_HAS_EXCEPTIONS)\n")

          to read

          ACE_TEXT (" -Ge [0|1]\t\t\tDisable/Enable generation of")
          ACE_TEXT (" CORBA::Environment arguments (disabled by default")
          ACE_TEXT (" if ACE_HAS_EXCEPTIONS)\n")

          Thanks to Craig Rodrigues <crodrigu@bbn.com> for pointing
          this out.

Tue Nov 21 13:13:37 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * tests/Multiple/Multiple.dsw:
        * tests/Multiple/Server.dsp:
        * tests/Multiple/Client.dsp:
        * tests/Multiple/README:
        * tests/Multiple/Makefile:

          VC++ workspace, VC++ project, Makefile and documentation files
          for the new  collocation test.

        * tests/Multiple/Collocation_Tester.cpp:
        * tests/Multiple/Collocation_Tester.h:
        * tests/Multiple/Multiple_Impl.cpp:
        * tests/Multiple/Multiple_Impl.h:
        * tests/Multiple/client.cpp:
        * tests/Multiple/server.cpp:
        * tests/Multiple/Multiple.idl:

          Source file for the new collocation test.

Tue Nov 21 09:40:51 2000  Ossama Othman  <ossama@uci.edu>

        * docs/releasenotes/index.html:

          Updated the Security Service release notes with information
          about the new SSLIOP features.

Tue Nov 21 10:41:11 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/GIOP_Message_Accept_State.cpp: We align the write pointers
          as per GIOP 1.2. But when we read from the stream on the server
          side, we just set the read pointer to an 8 byte boundary. Why?
          We dont have any information about the information following the
          header. So, we just set the read pointer to an 8 byte boundary
          assuming that the skeletons would know whether to marshal
          something or not. This started giving problems in DSI_Gateway
          test during the shutdown () operation. So, for a shutdown ()
          call that we receive on the gateway, the read pointer is set to
          an 8 byte boundary. The same stream is used for encoding (). As
          the read pointer is displaced, the difference between them gave
          a "BIG" number that wrapped around as -4 when we called a writev
          () on the handler which is not acceptable. So, the fix -- we
          check for the stream length before we align the read
          pointer. Hopefully this should be the right fix.

Tue Nov 21 10:10:07 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be_include/be_interface.h:

          Removed typo (i.e.  ",") from the last element of the enum that
          defines the collocation strategy.

Tue Nov 21 07:32:28 2000  Chris Kohlhoff  <chris@kohlhoff.com>

        * tao/IORManipulation/Makefile.bor:
        * tao/IORTable/Makefile.bor:

          Add missing CFLAGS required to build static libraries correctly.

        * orbsvcs/orbsvcs/SSLIOP.bor:

          Prevent SSL libraries from being built unless SSL_ROOT is defined.

        * orbsvcs/Event_Service/Makefile.bor:
        * orbsvcs/Naming_Service/Naming_Service.bor:
        * orbsvcs/Naming_Service/NT_Naming_Service.bor:
        * orbsvcs/Notify_Service/Makefile.bor:
        * orbsvcs/Time_Service/Time_Service_Clerk.bor:
        * orbsvcs/Time_Service/Time_Service_Server.bor:
        * tests/*/client.bor:
        * tests/*/server.bor:

          Added missing libraries.

Tue Nov 21 03:03:00 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/Private_Connection/run_test.pl:

          Output formatting.

        * tests/RTCORBA/README
        * tests/RTCORBA/Private_Connection/README:

          Added test description and expected output.

Mon Nov 20 23:33:11 2000  Ossama Othman  <ossama@uci.edu>

        * orbsvcs/orbsvcs/SSLIOP.idl (Current):

          Wrap the SSLIOP::Current TAO extension with with a
          "#pragma prefix ssliop.tao".  This makes it clear that
          SSLIOP::Current is a TAO extension, not an OMG defined object.

Mon Nov 20 21:22:09 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/NVList.i:
        * tao/NVList.cpp:

          Modified the new method _lazy_has_arguments() to handle the
          case where the list's input CDR is null, and also uninlined
          the method since it is now not so simple.

        * tao/DynamicInterface/Request.cpp:

          Replace the NVList::count() call with NVList::_lazy_has_arguments
          in Request::send_oneway, as it was in Request::invoke.

Mon Nov 20 20:25:39 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.h: Replicated the
          changes to SSLIOP too.

Mon Nov 20 20:06:38 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Strategies/SHMIOP_Transport.h (TAO_SHMIOP_Server_Transport):
        * tao/Strategies/SHMIOP_Transport.cpp:
        * tao/Strategies/SHMIOP_Connect.h:
        * tao/Strategies/UIOP_Transport.h:
        * tao/Strategies/UIOP_Transport.cpp:
        * tao/Strategies/UIOP_Connect.h: Changes from IIOP have been
          replicated here.

Mon Nov 20 19:54:03 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/RTCORBA/Banded_Connections/Makefile:
          Updated to link TAO_Strategies.

        * tests/RTCORBA/Banded_Connections/client.conf:
        * tests/RTCORBA/Banded_Connections/server.conf:
          Updated to statically load the Advanced_Resource_Factory

        * tests/RTCORBA/Banded_Connections/server.cpp:
        * tests/RTCORBA/Banded_Connections/client.cpp:
          Included "tao/Strategies/advanced_resource.h"

Mon Nov 20 19:51:06 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Connection_Handler.cpp:
        * tao/Connection_Handler.h: Added a method purge_entry ().

        * tao/IIOP_Connect.h (TAO_IIOP_Server_Connection_Handler):
        * tao/IIOP_Transport.cpp:
        * tao/IIOP_Transport.h: Removed the method close_connection ()
          from the base class and moved it to the server & client
          transport classes.  Further, added a call to purge_entry () on
          the service handler when close_connection () is called.  This is
          required as we need to purge the cache map entries when the ORB
          decides to shutdown the connection.

Mon Nov 20 18:59:28 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/base_proxy_impl_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_impl_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_sh.cpp:
        * TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp:

          Modified indentation\spacing\newlines in the generated code
          to make the code look better.

          Removed unused vars. that were causing warning on some platfom.

Mon Nov 20 15:49:50 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/server.dsp
        * performance-tests/Cubit/TAO/IDL_Cubit/client.dsp
          Updated setings.

        * performance-tests/Cubit/TAO/IDL_Cubit/svc.conf

          Updated to use the right resource factory keeping in view
          the advanced resource factory arguments passed to it.

Mon Nov 20 15:55:38 2000  Ossama Othman  <ossama@uci.edu>

        * tao/IIOP_Connector.cpp (TAO_IIOP_Connector):

          Removed "tcp_properties_" from the base member initializer
          list.  G++ 2.7.x gets confused about the fact that the
          TAO_IIOP_Properties class doesn't have a constructor.

Mon Nov 20 15:20:53 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/TAO_Service/TAO_Service.cpp:
          Fixed warning about unreachable statement

Mon Nov 20 15:04:34 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/RTCORBA/Server_Declared/server.conf:
          Updated to provide the right arguments.

        * tests/RTCORBA/Client_Propagated/svc.conf:
          Not needed. Removed.

Mon Nov 20 14:54:59 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/NVList.h:
        * tao/NVList.i:
        * tao/DynamicInterface/Request.inl:
        * tao/DynamicInterface/Request.cpp:

          Uninlined definition of _nil to make aggressively inlining
          compilers happy.

          Also added _lazy_has_arguments() method to NVList, so this
          condition can be checked without having to evaluate the
          NVList's CDR stream, and replaced call to NVList::count()
          method in Request::invoke() with a call to this new method.
          The call to count() has the side effect of decoding the
          list's CDR stream and destroying it, which was causing DII
          requests to crash.

Mon Nov 20 11:49:30 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/EndPoint_Per_Priority/server.conf
          Changed back to the original version. It got committed in
          the previous commit unintentionally.

Mon Nov 20 11:35:56 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/EndPoint_Per_Priority/server.dsp
        * tests/EndPoint_Per_Priority/client.dsp

          Updated settings to link TAO_Strategiesd.lib

Mon Nov 20 06:26:10 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/IIOP_Connector.h:
        * tao/IIOP_Connector.cpp:
        * tao/Strategies/UIOP_Connector.h:
        * tao/Strategies/UIOP_Connector.cpp:
        * tao/Strategies/SHMIOP_Connector.h:
        * tao/Strategies/SHMIOP_Connector.cpp: Changed the
          ACE_NOOP_Concurrency strategy to ACE_Concurrency_Strategy.

Mon Nov 20 05:34:07 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/Private_Connection/Makefile:

          Updated dependencies.

        * tests/RTCORBA/Private_Connection/server.cpp (test_method):

          Fixed unused arg warning.

Mon Nov 20 05:16:40 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/IIOP_Connector.cpp
        * tao/Exclusive_TMS.cpp
        * tao/Connection_Cache_Manager.cpp:

          Added more debugging info, bumped up the level on some debugging
          messages.

Mon Nov 20 05:04:01 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/RTCORBA_tests.dsw
        * tests/RTCORBA/Makefile.bor
        * tests/RTCORBA/Makefile
        * tests/RTCORBA/Private_Connection/Makefile.bor
        * tests/RTCORBA/Private_Connection/Private_Connection.dsw
        * tests/RTCORBA/Private_Connection/README
        * tests/RTCORBA/Private_Connection/client.bor
        * tests/RTCORBA/Private_Connection/client.cpp
        * tests/RTCORBA/Private_Connection/client.dsp
        * tests/RTCORBA/Private_Connection/run_test.pl
        * tests/RTCORBA/Private_Connection/server.bor
        * tests/RTCORBA/Private_Connection/server.cpp
        * tests/RTCORBA/Private_Connection/server.dsp
        * tests/RTCORBA/Private_Connection/test.idl:

          Added a test for RTCORBA::PrivateConnectionPolicy.

Mon Nov 20 01:16:38 2000  Ossama Othman  <ossama@uci.edu>

        * docs/interceptors.html:

          Updated these release notes.

Mon Nov 20 00:50:14 2000  Ossama Othman  <ossama@uci.edu>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.h:

          Re-arranged inheritance order to match order in base member
          initializer lists.  This corrects several "will be re-ordered to
          match inheritance order" warnings.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp:

          Fixed unused argument warning in
          TAO_SSLIOP_Client_Connection_Handler constructor.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp (post_init):

          Corrected "better conversion" warnings related to passing "_var"
          variable as a "_ptr" argument by using the "_var::in()"
          accessor.

Mon Nov 20 00:12:28 2000  Ossama Othman  <ossama@uci.edu>

        * tao/PortableInterceptor.i
          (receive_reply, receive_exception, send_reply, send_exception):

          Changed "for" loop logic to count up instead of counting down,
          yet still invoke the interceptors in reverse order.  This fixes
          some "expression always true" warnings related to the fact that
          an unsigned int is always greater than or equal to zero.

Sun Nov 19 23:46:07 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORBInitInfo.cpp (_tao_QueryInterface):

          Removed unneccessary and broken use of ACE_NESTED_CLASS macro.
          This fixes a compile error with MSVC.

Mon Nov 20 01:32:48 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * tao/MessagingC.cpp (_unchecked_narrow):

          Added guard to check weather TAO is has support for
          portable incerceptors.

Sun Nov 19 23:29:03 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORBInitInfo.cpp (_tao_QueryInterface):

          Corrected syntax error and incorrect static_cast.

Mon Nov 20 00:30:50 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_cs.h:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_cs.cpp:

          Visitor to generate the remote proxy broker implementation.

        * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.h:
        * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.h:

          Visitor to generate the stategized  proxy broker implementation.

        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_ss.h:
        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_ss.cpp:

          Visitor that generated the thru poa proxy implementation.

        * TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.h:
        * TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.cpp:

          Visitor that generated the direct  proxy implementation.

        * TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.h:
        * TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.cpp:

        * TAO_IDL/be_include/be_visitor_operation/thru_poa_proxy_impl_ss.h:
        * TAO_IDL/be_include/be_visitor_operation/thru_poa_proxy_impl_ss.cpp:

        * TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.h:
        * TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.cpp:

         Visitors that genetate the operation code for different kind
         of proxy implementation.
         NOTE: This file were not added in the previous commit, because
         for some weird reason the CVS did not seem to view this file
         as new for the repo.

Mon Nov 20 00:19:13 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be_include/be_visitor_interface/remote_proxy_impl_cs.h:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_impl_cs.cpp:

          Visitor that generates the implemetation for the remote
          proxy implementation.

Sun Nov 19 21:20:58 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB.cpp (resolve_initial_references):

          Fixed problem where the object reference found in the object
          reference table was not returned to the caller.

        * tao/IIOP_Acceptor.h:
        * tao/IIOP_Connector.h:

          Made some attributes protected instead of private so that
          they're available to derived classes.

        * tao/IIOP_Acceptor.cpp (TAO_IIOP_Acceptor):
        * tao/IIOP_Connector.cpp (TAO_IIOP_Connector):

          Reorganized the base member initializer lists to match the order
          the class attributes were declared.

        * tao/ORBInitInfo.cpp
          (_narrow, _unchecked_narrow, _tao_QueryInterface):
        * tao/ORBInitInfo.h:

          Added these TAO_ORBInitInfo-specific downcast methods to make it
          easier to downcast from "PortableInterceptor::ORBInitInfo_ptr"
          to "TAO_ORBInitInfo *."  This is necessary to get around
          conversion problems when RTTI is not supported by the compiler.

          These methods allow applications to get access to the TAO
          extension methods by downcasting a
          PortableInterceptor::ORBInitInfo_ptr reference.

        * tao/ORB_Core.h:
        * tao/ORB_Table.h:

          Fixed some Doxygen comments.

        * tao/ORB_Core.i (set_tss_resource):

          Initialize intermediate array elements to zero, since they
          haven't been initialized yet.  This ensures that garbage is not
          returned when retrieving any of those elements at a later point
          in time.

        * tao/PortableInterceptor.h:

          Added a "stack size" attribute to the client and server side
          support classes.  This attribute is used to keep track of how
          many interceptors were pushed onto the logical flow stack so
          that the stack may be unwound starting at the last successfully
          processed interceptor.  This behavior is dictated by the
          PortableInterceptor specification "General Flow Rules."

        * tao/PortableInterceptor.i:

          The following changes to the newly added multiple interceptor
          support make that support comply with the "General Flow Rules"
          dictated by the Portable Interceptor specification/joint
          submission.

          The General Flow Rules basically state that an interceptor is
          pushed onto a stack (could be a logical one) if it is
          successfully invoked within a "starting" interception point.
          Interceptors are then popped off that stack within each "ending"
          interception point before they are invoked so that they can only
          be invoked by one "ending" interception point.

          (send_request, receive_request):

          Push each successfully processed interceptor at these
          "starting" interception points on to the logical flow stack.

          (receive_reply, receive_exception, send_reply, send_exception):

          Invoke the interceptors at these ending interception
          points in the opposite order they were pushed onto the flow
          stack.  This is the behavior dictated by the PortableInterceptor
          specification for "ending" interception points.

          These methods also pop interceptors off of the flow stack prior
          to invoking them.  This is necessary to satisfy the General Flow
          Rules, i.e., it is necessary to prevent an interceptor that
          has already been invoked within an "ending" interception point
          from being invoked in another "ending" interception point.

        * orbsvcs/orbsvcs/SSLIOP.idl:

          Added a "NoContext" exception to the SSLIOP::Current interface.
          All SSLIOP::Current operations will throw this exception if the
          current execution context is not run through an SSL session.

        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.cpp:
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h:
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connect.cpp:
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connect.h:
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.h:

          New modification of the standard IIOP pluggable protocol that is
          "SSL aware," i.e., it is aware of the existence of the SSLIOP
          pluggable protocol.  The primary difference between this version
          and standard one, is that this version's connection handler
          invalidates the SSL session state stored in TSS during an IIOP
          (i.e. insecure) request/upcall.  Once the request/upcall is
          complete, the previous SSL state is restored.  This closes a
          potentially large security hole that could occur during a nested
          upcall where the SSL state for the current request could
          mistakenly be associated with a non-SSL nested upcall.  Thanks
          to Carlos for thinking of such an obscure security hole.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp (close, open,
          open_default):

          Invoke the new IIOP_SSL_Acceptor versions of these methods when
          closing and opening insecure endpoints.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h:

          Derive from the new IIOP_SSL_Acceptor class so that insecure
          connections are handled by the SSL aware version of the IIOP
          pluggable protocol.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp (handle_input_i,
          handle_input):

          Place the current SSL state in TSS when handling a request.
          This is necessary for the newly added SSLIOP::Current TAO
          extension.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.h (TAO_SSL_State_Guard):
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.i:

          New class that makes TSS SSL state configuration/deconfiguration
          exception safe.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (open, connect):

          Invoke the new IIOP_SSL_Connector versions of these methods when
          opening and connecting to insecure endpoints.

          (close):

          Close the insecure connection.  Previously, this was missing.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h:

          Derive from the new IIOP_SSL_Connector class so that insecure
          connections are handled by the SSL aware version of the IIOP
          pluggable protocol.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.inl:

          Non-TSS implementation of the newly added SSLIOP::Current TAO
          extension.  It is useful for obtaining the peer certificate
          chain associated with the current SSL session, for example.
          Access to this object is achieved by invoking
          ORB::resolve_initial_references("SSLIOPCurrent").

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.inl:

          TSS implementation of the newly added SSLIOP::Current TAO
          extension.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp
          (register_orb_initializer):

          Helper method that instantiates and registers the newly added
          SSLIOP_ORBInitializer with TAO.

          (init):

          Invoke the register_orb_initializer() helper method to cause
          SSLIOP_ORBInitializer registration.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h:

          Added a server request interceptor that enforces secure
          invocations.  If the endpoint is configured for secure
          invocations alone, then this interceptor will reject the client
          request coming in on the insecure port and throw a
          CORBA::NO_PERMISSION exception.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.h:

          New ORBInitailizer that creates the SSLIOP::Current object and
          registers it with the ORB.  It also creates the SSLIOP secure
          invocation server request interceptor, and registers it with the
          ORB.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp:

          Cosmetic updates.

        * orbsvcs/orbsvcs/Makefile.SSLIOP:
        * orbsvcs/orbsvcs/SSLIOP.bor:
        * orbsvcs/orbsvcs/SSLIOP.dsp:

          Added the new files to these Makefiles and project files.

        * tests/Portable_Interceptors/Dynamic/Echo_Client_ORBInitializer.cpp
          (post_init):
        * tests/Portable_Interceptors/Dynamic/Echo_Server_ORBInitializer.cpp
          (post_init):

          Removed erroneous call to "._retn()."  Transferring ownership to
          the ORB happens automatically when the corresponding "_var" goes
          out of scope.

        * tests/Portable_Interceptors/Dynamic/interceptors.cpp:

          Corrected debugging message.  The message coming from the server
          request interceptor incorrectly mentioned the client request
          interceptor.

Sun Nov 19 18:16:41 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/RTCORBA/Server_Protocol/Makefile:
          Add dependencies

Sun Nov 19 19:11:19 2000  Angelo Corsaro  <corsaro@cs.wustl.edu>

        * TAO_IDL/be_include/be_visitor_interface/proxy_brokers_ch.h:
        * TAO_IDL/be/be_visitor_interface/proxy_brokers_ch.cpp:

          Visitor that manages the generation of the code for the
          proxy broker in the client header.

        * TAO_IDL/be_include/be_visitor_interface/base_proxy_broker_ch.h:
        * TAO_IDL/be/be_visitor_interface/base_proxy_broker_ch.cpp:

          Visitor that generates the declaration for the proxy broker
          base class.

        * TAO_IDL/be_include/be_visitor_interface/remote_proxy_broker_ch.h:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_ch.cpp:

          Visitor that generates the declaration for the remote  proxy
          broker.

        * TAO_IDL/be_include/be_visitor_interface/strategized_proxy_broker_sh:
        * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp:

          Visitor that generates the declaration for the stategized proxy
          broker.

        * TAO_IDL/be_include/be_visitor_interface/proxy_impls_ch.h:
        * TAO_IDL/be/be_visitor_interface/proxy_impls_ch.cpp:

          Visitor that  manages the generation of the code for the
          proxy implementation in the client header.

        * TAO_IDL/be_include/be_visitor_interface/base_proxy_impl_ch.h:
        * TAO_IDL/be/be_visitor_interface/base_proxy_impl_ch.cpp:

          Visitor that generates the declaration for the proxy impl.
          base class.

        * TAO_IDL/be_include/be_visitor_interface/direct_proxy_impl_sh.h:
        * TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp:

          Visitor that generates the declaration for the proxy
          implementation tha uses the "DIRECT" strategy to perform the
          call to the servant.

        * TAO_IDL/be_include/be_visitor_interface/remote_proxy_impl_ch.h:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_impl_ch.cpp:

          Visitor that generates the declaration for the proxy
          implementation tha uses the "REMOTE" strategy to perform the
          call to the servant.

        * TAO_IDL/be_include/be_visitor_interface/thru_poa_proxy_impl_sh.h:
        * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_sh.cpp:

          Visitor that generates the declaration for the proxy
          implementation tha uses the "THRUPOA" strategy to perform the
          call to the servant.

        * TAO_IDL/be_include/be_visitor_operation/inv_arglist.h:
        * TAO_IDL/be/be_visitor_operation/inv_arglist.cpp:

          This visitor generates the paramether list needed to perform and
          invocation on a given interface operation.

        * TAO_IDL/be_include/be_visitor_operation/proxy_impl_xh.h:
        * TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp:

          Visitor that generates the operation signature for _any_
          concrete proxy implementation.

        * TAO_IDL/be_include/be_visitor_operation/base_proxy_impl_ch.h:
        * TAO_IDL/be/be_visitor_operation/base_proxy_impl_ch.cpp:

          Visitor that generates the operation signature for the base_
          proxy implementation.

        * TAO_IDL/be_include/be_interface.h:
        * TAO_IDL/be/be_interface.cpp:

        * TAO_IDL/be_include/be_interface_strategy.h:
        * TAO_IDL/be/be_interface_strategy.cpp:

        * TAO_IDL/be_include/be_codegen.h:
        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_visitor_factory.cpp:

        * TAO_IDL/be/be_visitor_attribute/attribute.cpp:

        * TAO_IDL/be/be_visitor_interface/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:

        * TAO_IDL/be/be_visitor_interface/interface.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ci.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp:

        * TAO_IDL/be/be_visitor_operation/arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp:

          Modified to support the new collocation scheme.

        * TAO_IDL/be_include/be_visitor_interface.h:
        * TAO_IDL/be/be_visitor_interface.cpp:

        * TAO_IDL/be_include/be_visitor_operation.h:
        * TAO_IDL/be/be_visitor_operation.cpp:
          Updated dependencies.

        * TAO_IDL/be_include/be_visitor_operation/operation_cs.h:
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:

        * tao/MessagingC.cpp:
        * tao/MessagingC.h:
        * tao/MessagingC.i:
        * tao/PortableServer/MessagingS.cpp:
        * tao/PortableServer/MessagingS.h:

          Modified handcrafted code to reflect the new collocation scheme.

        * tao/corba.h:

          Added include directive for including the
          Remote_Object_Proxy_Iml.

          With this change in the TAO IDL compiler, the collocation
          scheme changes quite a bit from the former. Now for each IDL
          interface, along with the proxy class associated to the
          interface, are generated a seried of other class that are needed
          to respectively get the right proxy implementation to perform a
          call (Proxy Brokers) and perform the call (Proxy Impls). There
          are two different kind of proxy brokers, and three different
          kind of proxy implementation. The main difference with the
          previous collocation scheme is that now the "strategy" used to
          perform a call can change on a call-by-call basis. This
          flexability was added because it is needed to implement the
          forthcoming RT-CORBA implementation.

Sun Nov 19 16:09:39 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/PortableServer/POA.h
        * tao/PortableServer/POA.i:

          Added back #if RTCORBA protections that Priyanka commented out
          for no apparent reason.  This fixes minimum CORBA build problems.

Sun Nov 19 13:05:51 2000  Carlos O'Ryan  <coryan@uci.edu>

        * performance-tests/Latency/dii_client.cpp:
          Remove debugging messages

Sun Nov 19 12:42:27 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
          Destroy all components in the destroy() call, delaying until the
          destructor is invoked does not work well.

        * tests/DSI_Gateway/client.cpp:
        * tests/DSI_Gateway/gateway.cpp:
        * tests/DSI_Gateway/server.cpp:
          Fixed spelling errors in the error messages.

Sun Nov 19 14:15:12 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/DynamicInterface/DII_Invocation.h:
        * tao/DynamicInterface/DII_Invocation.inl: Inherited
          TAO_GIOP_DII_Deferred_Invocation from TAO_GIOP_Asynch_Invocation
          instead of TAO_GIOP_Invocation.

        * tao/Asynch_Invocation.h:
        * tao/Asynch_Invocation.cpp: Added a method start () in
          TAO_GIOP_Asynch_Invocation. Thanks to Jeff for helping me with
          this. This should fix the DII test failures that we have been
          experiencing lately on many platforms.

Sun Nov 19 11:02:17 2000  DOC Group CVS Access  <doccvs@ace.cs.wustl.edu>

        * tests/RTCORBA/Client_Propagated/Makefile:
        * tests/RTCORBA/Client_Protocol/Makefile:
        * tests/RTCORBA/Server_Declared/Makefile:
        * tests/RTCORBA/Server_Protocol/Makefile:
          Updated dependencies. (Priyanka)

Sun Nov 19 07:54:43 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tests/*/Makefile:
        * performance-tests/*/Makefile:
        * examples/*/Makefile: Updated dependencies.

Sun Nov 19 07:06:21 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Cache_Entries.inl: Added checks for allocation failures.

Sun Nov 19 00:03:21 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/Makefile.bor

Sat Nov 18 23:30:00 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp: Fixed compile errors
          that came up because of the changes
          Sat Nov 18 18:11:42 2000  Marina Spivak  <marina@cs.wustl.edu>

Sat Nov 18 19:50:21 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/Event_Latency/Event_Latency.h:
        * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
          Fixed memory management problems, somehow it used to work.

        * performance-tests/Latency/deferred_synch_client.dsp:
        * performance-tests/Latency/st_server.dsp:
          Add missing library.

Sat Nov 18 20:36:54 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/Strategies/UIOP_Connector.h:

          Fixed typo.

Sat Nov 18 19:23:44 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/Base_Connection_Property.cpp (is_equivalent)
        * tao/Private_Connection_Descriptor.cpp (is_equivalent):

          Added const_cast.

Sat Nov 18 19:00:29 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/*/Makefile
        * tao/Makefile.bor:

          Added new file, updated dependencies.

Sat Nov 18 18:11:42 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/Base_Connection_Property.cpp:

          - <is_equivalent> - changed cast be more of the most derived
                              type and also check for its failure.
          - <duplicate> - added a check for allocation failure.

        * tao/Connection_Descriptor_Interface.h:

          Added missing TAO_Export.

        * tao/Private_Connection_Descriptor.h
        * tao/Private_Connection_Descriptor.inl
        * tao/Private_Connection_Descriptor.cpp

          Concrete connection descriptor for identifying private
          connections (of the RTCORBA::PrivateConnectionPolicy fame) and
          storing/looking them up in the Connection Cache.

        * tao/Pluggable.h (connect)
        * tao/IIOP_Connector.h (connect)
        * tao/IIOP_Connector.cpp (connect)
        * tao/Strategies/SHMIOP_Connector.h (connect)
        * tao/Strategies/SHMIOP_Connector.cpp (connect)
        * tao/Strategies/UIOP_Connector.h (connect)
        * tao/Strategies/UIOP_Connector.cpp (connect):

          Changed the <connect> method argument from
          TAO_Base_Connection_Property* to
          TAO_Connection_Descriptor_Interface* due to

          Sat Nov 18 12:31:37 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Pluggable.cpp:

          Removed #include "tao/Base_Connection_Property.h"

        * tao/Connector_Registry.h (connect)
        * tao/Connector_Registry.cpp (connect):

          Instead of taking TAO_Endpoint* as an argument to <connect>, the
          registry now takes TAO_Connection_Descriptor_Interface*.  This
          gives classes that use the registry and have more knowledge,
          i.e., Invocation, control over creating the right descriptor for
          looking up connection in Connection Cache.

        * tao/Invocation.cpp (start):

          Added support for RTCORBA::PrivateConnectionPolicy.

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

          Added new files.

Sat Nov 18 14:24:22 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/RTCORBA/Client_Protocol/Makefile:
          Update dependencies.

        * tests/RTCORBA/Server_Declared/Makefile:
          Fixed typo in library name.

        * orbsvcs/orbsvcs/Event/EC_Dispatching_Task.i:
          Fixed default size in Event Service queues.

Sat Nov 18 14:12:30 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Makefile: Added the new file.

Sat Nov 18 13:40:06 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Base_Connection_Property.inl:
        * tao/Strategies/UIOP_Connector.cpp:
        * tao/Strategies/UIOP_Connect.cpp: Fixed compiler errors and
          warnings in  in gcc.

Sat Nov 18 12:31:37 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Connection_Descriptor_Interface.h:
        * tao/Connection_Descriptor_Interface.cpp:
        * tao/Connection_Descriptor_Interface.inl:
        * tao/Base_Connection_Property.h:
        * tao/Base_Connection_Property.cpp: Added a abstract base class to
          the  class TAO_Base_Connection_Property. The abstract base class
          would have the endpoint information and provide 3 pure virtual
          methods that need to implemented. The reason for the change is
          to make the property classes to be extensible, so that we
          could lookup connections based on properties in addition to
          endpoint information. With the existing setup, if the Connection
          Cache had different types connections ie. connections with
          endpoint information and connections with QoS properties (got by
          deriving from the TAO_Base_Connection_Property), there is a
          possibility that the Hash Map could return the base class in
          place of the most derived class. This is a very subtle
          problem. The above restructuring will help to avoid this subtle
          problem. Thanks to Marina for pointing out this problem.

        * tao/Connection_Cache_Manager.h:
        * tao/Connection_Cache_Manager.cpp:
        * tao/Connection_Cache_Manager.inl:
        * tao/Cache_Entries.h:
        * tao/Cache_Entries.inl:
        * tao/Cache_Entries.cpp: Made changes to accomodate the above
          change. Further, == operator in TAO_Cache_ExtId would call the
          is_equivalent () method.

        * tao/IIOP_Connector.cpp:
        * tao/Strategies/SHMIOP_Connector.cpp:
        * tao/Strategies/SHMIOP_Connect.cpp:
        * tao/Strategies/UIOP_Connector.cpp: Added the header file
          Base_Conection_Property.h

        * tao/TAO.dsp
        * tao/TAO_Static.dsp: Added the new file

Sat Nov 18 10:40:32 2000  Ossama Othman  <ossama@uci.edu>

        * docs/releasenotes/index.html:

          Updated the pluggable protocol release notes.

Sat Nov 18 09:41:28 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * docs/tutorials/Quoter/Simple/Client/index.html:
        * docs/tutorials/Quoter/Naming_Service/index.html:
        * docs/releasenotes/orbcore.html:
        * docs/releasenotes/index.html:
        * docs/Options.html:
          Updated to replace iioploc with corbaloc and related
          information.

        * tao/ORB_Core.h :
        * tao/ORB_Core.cpp:
          Added a new function set_resource_factory which is called by the
          advanced_resource.cpp to set TAO_ORB_Core::resource_factory_name_
          to Advanced_Resource_Factory which is 'Resource_Factory' by default.

        * tao/Strategies/advanced_resource.cpp :
        * tao/Strategies/advanced_resource.h :
          Added a new class whose constructor calls
          TAO_ORB_Core::set_resource_factory passing it the value of the new
          advanced resource_factory. This change automates the loading of
          the default or advanced resource factory bu simply linking the
          TAO_Strategies library and including the header file
          'tao/Strategies/advanced_resource.h' in the application.

        * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.conf:
        * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile:
        * performance-tests/RTCorba/Multiple_Endpoints/Endpoint_Per_Priority/Makefile:

        * performance-tests/Latency/server.cpp:
        * performance-tests/Latency/client.cpp:
        * performance-tests/Latency/client-st-muxed.conf:
        * performance-tests/Latency/client-st-exclusive.conf:
        * performance-tests/Latency/client-mt-exclusive.conf:
        * performance-tests/Latency/st_client.conf:
        * performance-tests/Latency/st_server.conf:
        * performance-tests/Latency/Makefile:

        * performance-tests/Cubit/TAO/IDL_Cubit/collocation/svc.conf:
        * performance-tests/Cubit/TAO/IDL_Cubit/client.cpp :
        * performance-tests/Cubit/TAO/IDL_Cubit/server.cpp :
        * performance-tests/Cubit/TAO/IDL_Cubit/Makefile :
        * performance-tests/Cubit/TAO/IDL_Cubit/svc.conf :

        * performance-tests/Cubit/TAO/MT_Cubit/svc.conf:
        * performance-tests/Cubit/TAO/DII_Cubit/Makefile :

        * tests/Param_Test/Makefile:

        * tests/NestedUpcall/Simple/svc.conf:
        * tests/NestedUpcall/Simple/Makefile:
        * tests/NestedUpcall/MT_Client_Test/client.conf:

        * tests/Leader_Followers/Makefile :
        * tests/Leader_Followers/client.cpp :
        * tests/Leader_Followers/server.cpp :

        * tests/Endpoint_Per_Priority/server.cpp:
        * tests/Endpoint_Per_Priority/client.cpp:
        * tests/Endpoint_Per_Priority/Makefile :

        * tests/Leader_Followers/single_threaded_event_loop.conf:

        * tests/RTCORBA/Server_Protocol/svc.conf:
        * tests/RTCORBA/Server_Protocol/server_uiop.conf:
        * tests/RTCORBA/Server_Protocol/server_shmiop.conf:
        * tests/RTCORBA/Server_Protocol/server_reverse_nt.conf:
        * tests/RTCORBA/Server_Protocol/server_reverse.conf:
        * tests/RTCORBA/Server_Protocol/server_nt.conf:
        * tests/RTCORBA/Server_Protocol/server_iiop.conf:
        * tests/RTCORBA/Server_Protocol/server.conf:
        * tests/RTCORBA/Server_Protocol/client_svc.conf:
        * tests/RTCORBA/Server_Protocol/client_nt.conf:
        * tests/RTCORBA/Server_Protocol/client.cpp:
        * tests/RTCORBA/Server_Protocol/server.cpp:
        * tests/RTCORBA/Server_Protocol/Makefile:

        * tests/RTCORBA/Server_Declared/server.conf:
        * tests/RTCORBA/Server_Declared/client.cpp:
        * tests/RTCORBA/Server_Declared/server.cpp:
        * tests/RTCORBA/Server_Declared/Makefile:

        * tests/RTCORBA/Client_Propagated/svc.conf:
        * tests/RTCORBA/Client_Propagated/client.cpp:
        * tests/RTCORBA/Client_Propagated/server.cpp:
        * tests/RTCORBA/Client_Propagated/Makefile:

        * tests/RTCORBA/Client_Protocol/svc_unix.conf:
        * tests/RTCORBA/Client_Protocol/svc_nt.conf:
        * tests/RTCORBA/Client_Protocol/svc.conf:
        * tests/RTCORBA/Client_Protocol/svc_win32.conf:
        * tests/RTCORBA/Client_Protocol/client.conf:
        * tests/RTCORBA/Client_Protocol/client.cpp:
        * tests/RTCORBA/Client_Protocol/server.cpp:
        * tests/RTCORBA/Client_Protocol/Makefile:

          Updated the Makefiles to link TAO_Strategies, include
          'tao/Strategies/advanced_resource.h' in client and server
          implementation files and updated the conf files so that there is
          no differentation for using the default or advaned strategies.

Fri Nov 17 16:33:39 2000  Ossama Othman  <ossama@uci.edu>

        * docs/interceptors.html:

          Updated the Portable Interceptor release notes with information
          about all of the recently implemented Portable Interceptor
          features and improvements.

Fri Nov 17 14:48:12 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/LoadBalancing/Makefile:
          Fixed realclean rule.

        * orbsvcs/tests/tests_svc_loader/Makefile:
          Fixed 'typos' in my last fix to stop the build under minimum
          corba.

Fri Nov 17 14:30:42 2000  Darrell Brunsch <brunsch@uci.edu>

        * tests/Param_Test/client.bor:
        * tests/Param_Test/server.bor:
        * tests/RTCORBA/Banded_Connections/client.bor:
        * tests/RTCORBA/Banded_Connections/server.bor:

          Added IDLFILES to these makefiles.

Fri Nov 17 10:59:05 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/DynamicInterface/Dynamic_Implementation.cpp:
          Fixed incorrect use of exception macros.

Fri Nov 17 10:49:21 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/orbsvcs/SSLIOP.dsp:

          Added ssleay32.lib to the list of linking libraries, since
          I'm guessing inlining causes SSLIOP to need to link to OpenSSL.

Fri Nov 17 10:11:17 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/corba.h:
        * TAO_IDL/be/be_codegen.cpp:
          Removed reference to the PortableServer library in the corba.h
          file.  Only the generated skeletons need the ServerRequestInfo.h
          file, so we generate an explicit #include, instead of taxing the
          whole world with the extra file.

        * orbsvcs/TAO_Service/TAO_Service.cpp:
          Fixed warning

        * orbsvcs/tests/FaultTolerance/IOGR/Makefile:
        * orbsvcs/tests/FaultTolerance/IOGRManipulation/Makefile:
          Disable if the right components are not in

        * orbsvcs/tests/LoadBalancing/Makefile:
          Disable if the right components are not in

        * orbsvcs/tests/LoadBalancing/Hash_Replica_i.h:
        * orbsvcs/tests/LoadBalancing/Hash_Replica_i.cpp:
          Fixed warnings and errors due to exception handling stuff.

        * orbsvcs/tests/ior_corbaname/status_i.h:
        * orbsvcs/tests/ior_corbaname/status_i.cpp:
        * orbsvcs/tests/ior_corbaname/client.cpp:
          Fixed warnings.

        * orbsvcs/tests/tests_svc_loader/Makefile:
        * orbsvcs/tests/tests_svc_loader/tests_svc_loader.cpp:

        * tao/Asynch_Invocation.h:
        * tao/Asynch_Invocation.cpp:
          Some of the code was not compiled under minimum corba, but was
          used anyway if other variables were set.  Don't use it under
          minimum CORBA either.

        * tao/CORBALOC_Parser.h:
        * tao/CORBALOC_Parser.cpp:
        * tao/CORBANAME_Parser.h:
        * tao/CORBANAME_Parser.cpp:
        * tao/ior_corbaloc_export.h:
        * tao/ior_corbaname_export.h:
          Fixed excessive #includes.
          Remove obsolete #includes

        * tao/Makefile:
        * tao/Remote_Object_Proxy_Impl.cpp:
          Never include "corba.h" directly in the tao library, it
          introduces deadly cyclic dependencies.

        * tao/DynamicAny/Makefile:
        * tao/DynamicInterface/Makefile:
        * tao/IORManipulation/Makefile:
        * tao/IORTable/Makefile:
        * tao/PortableServer/Makefile:
        * tao/Strategies/Makefile:
          Update dependencies due to the removed files.

        * tests/ior_corbaloc/ior_corbaloc_client_i.cpp:
          Fixed warnings.

Fri Nov 17 10:59:09 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynamicInterface/DynamicImplementation.cpp:
        * tao/DynamicInterface/Server_Request.cpp:

          Fixed DSI exception handling. Thanks to
          Mateu Batle <mbatle@iname.com> for reporting this
          bug.

Fri Nov 17 08:23:03 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/Makefile:
          Removed ior_corbaloc, it uses the Naming Service, and would take
          me too long to fix it.

        * orbsvcs/TAO_Service/TAO_Service.cpp:
        * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp:
          Fixed warnings.

Fri Nov 17 07:36:03 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/DSI_Gateway/run_test.pl:
          Fixed bug in script, it would not exit correctly if the gateway
          was frozen.

Fri Nov 17 01:07:36 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORBInitInfo.cpp (arguments):

          Made string sequence allocation exception safe by using a
          CORBA::StringSeq_var.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp (handle_input_i,
          fetch_handle):

          Added these missing method implementations (client side).

Fri Nov 17 00:46:37 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsw:

          Added SSLIOP.

        * orbsvcs/orbsvcs/SSLIOP.dsp:

          Removed some unnecessary defines.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp:

          Changed a couple of references to TAO_IIOP_Client_Transport
          to TAO_SSLIOP_Client_Transport.

Fri Nov 17 09:21:00 2000  Johnny Willemsen <jwillemsen@remedy.nl>

        * tests/*/*.bor:
        * examples/*/*.bor:
          Added to several Borland C++ Builder makefiles the IDLFILES section
          so that the generated client and server stubs are deleted
          when doing a clean

Thu Nov 16 23:15:41 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/Banded_Connections/Makefile:

          Generated dependencies.

        * tests/RTCORBA/Banded_Connections/server.cpp:

          Output improvements.

        * tests/RTCORBA/Banded_Connections/client.conf
        * tests/RTCORBA/Banded_Connections/server.conf
        * tests/RTCORBA/Banded_Connections/run_test.pl
        * tests/RTCORBA/Banded_Connections/bands.unix
        * tests/RTCORBA/Banded_Connections/bands.nt

          Updated perl script to work on NT and unix.

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

          Added debugging message.

Thu Nov 16 23:13:16 2000  Darrell Brunsch <brunsch@uci.edu>

        * tests/Param_Test/server.dsp:

          Fixed the Win32 Release inclusion of TAO_Strategies.lib.
          It was missing the ".lib" which made MSVC think that it
          was an .obj instead.

Thu Nov 16 19:29:00 2000  Ossama Othman  <ossama@uci.edu>

        * orbsvcs/orbsvcs/SSLIOP_Acceptor.cpp:
        * orbsvcs/orbsvcs/SSLIOP_Acceptor.h:
        * orbsvcs/orbsvcs/SSLIOP_Connect.cpp:
        * orbsvcs/orbsvcs/SSLIOP_Connect.h:
        * orbsvcs/orbsvcs/SSLIOP_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP_Connector.h:
        * orbsvcs/orbsvcs/SSLIOP_Endpoint.cpp:
        * orbsvcs/orbsvcs/SSLIOP_Endpoint.h:
        * orbsvcs/orbsvcs/SSLIOP_Endpoint.i:
        * orbsvcs/orbsvcs/SSLIOP_Factory.h:
        * orbsvcs/orbsvcs/SSLIOP_Profile.cpp:
        * orbsvcs/orbsvcs/SSLIOP_Profile.h:
        * orbsvcs/orbsvcs/SSLIOP_Profile.i:
        * orbsvcs/orbsvcs/SSLIOP_Transport.cpp:
        * orbsvcs/orbsvcs/SSLIOP_Transport.h:

          Removed all "ACE_HAS_SSL" protection.  It isn't needed since
          SSLIOP is in a separate library altogether.

        * orbsvcs/orbsvcs/SSLIOP_Factory.cpp:

          Added ACE_STATIC_SVC_REQUIRE macro to ensure that the SSLIOP
          factory is registered with the Service Configurator when linking
          statically.

Thu Nov 16 19:06:36 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/Options.cpp:

          Moved orb_argv_pos declaration outside of the for loop because
          compilers treat the scoping differently.

        * orbsvcs/ImplRepo_Service/README.txt:

          Changed the docs on the INS example to use IORTable.

Thu Nov 16 18:38:12 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/orbconf.h:
          Enable UIOP and SHMIOP even on minimum CORBA builds.  This is
          not a footprint problem since they are on a separate library
          now, plus this fixes a warning ;-)

        * tests/IDL_Test/Makefile:
          Use the global TAO_IDLFLAGS (plus the local flags), otherwise
          cross-compilation fails.

Thu Nov 16 17:30:04 2000  Carlos O'Ryan  <coryan@uci.edu>

        * Makefile:
          Add show_release_tag_files pseudo-target, if not present we get
          a warning in the release.

Thu Nov 16 16:36:11 2000  Carlos O'Ryan  <coryan@uci.edu>

        * docs/INS.html:
          Removed brittle reference to the ACE_Hash_Map_Manager
          documentation.  It was not particularly useful, and the document
          can move around quite a bit.

Thu Nov 16 18:21:23 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/Makefile
        * tests/RTCORBA/Makefile.bor
        * tests/RTCORBA/RTCORBA_tests.dsw
        * tests/RTCORBA/Banded_Connections/client.cpp
        * tests/RTCORBA/Banded_Connections/client.dsp
        * tests/RTCORBA/Banded_Connections/client.bor
        * tests/RTCORBA/Banded_Connections/server.cpp
        * tests/RTCORBA/Banded_Connections/server.bor
        * tests/RTCORBA/Banded_Connections/server.dsp
        * tests/RTCORBA/Banded_Connections/server.conf
        * tests/RTCORBA/Banded_Connections/Makefile
        * tests/RTCORBA/Banded_Connections/Makefile.bor
        * tests/RTCORBA/Banded_Connections/README
        * tests/RTCORBA/Banded_Connections/run_test.pl
        * tests/RTCORBA/Banded_Connections/test.idl:

          Added a test for RTCORBA::PriorityBandedConnectionPolicy.

Thu Nov 16 16:16:47 2000  Ossama Othman  <ossama@uci.edu>

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

          Added Object_Ref_Table.* to these project files.

Thu Nov 16 14:50:04 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Object_Ref_Table.h:
        * tao/Object_Ref_Table.cpp:

          New table to map ID to destringified object reference.  This
          table is used by the ORBInitInfo::register_initial_reference()
          method.

          The class is necessary to allow local objects to be accessible
          via the resolve_initial_references() mechanism.  Since local
          object references cannot be stringified, they cannot be placed
          into the initial reference map that maps object key/name to
          stringified object reference.  Hence, another table was needed.

        * tao/IORInfo.h:
        * tao/ORBInitInfo.h:

          Destructor is now protected to force instantiation on the heap
          since it is reference counted.

        * tao/ORBInitInfo.cpp (register_initial_reference):

          Implemented this method using the newly added object reference
          table in the ORB.

        * tao/ORB_Core.h:

          Added TAO_Object_Ref_Table attribute.  References to such things
          as local objects are stored there.

          Completed doxygenation of this header.

        * tao/ORB_Core.i (object_ref_table):

          New accessor method to the underlying object reference table.

        * tao/ORB_Core.cpp (TAO_ORB_Core):

          Initialize the object reference table in the base member
          initializer list.

        * tao/ORB.cpp (resolve_initial_references):

          Query the newly added object reference table in addition to the
          existing object reference resolution mechansims.

        * tao/Makefile:
        * tao/Makefile.bor:

          Added Object_Ref_Table.* to these Makefiles.

Thu Nov 16 13:19:02 2000  Carlos O'Ryan  <coryan@uci.edu>

        * examples/AMI/FL_Callback/Makefile:
        * examples/AMI/FL_Callback/Peer_i.cpp:
        * examples/AMI/FL_Callback/Progress_i.cpp:
        * orbsvcs/Makefile:
        * orbsvcs/TAO_Service/Makefile:
        * orbsvcs/examples/Makefile:
        * orbsvcs/examples/Security/Send_File/Makefile:
        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/tests/Makefile:
        * orbsvcs/tests/FaultTolerance/Makefile:
        * orbsvcs/tests/LoadBalancing/Makefile:
        * orbsvcs/tests/Notify/Makefile:
        * orbsvcs/tests/Notify/performance-tests/Makefile:
        * orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile:
        * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile:
        * orbsvcs/tests/ior_corbaname/Makefile:
        * orbsvcs/tests/tests_svc_loader/Makefile:
        * tests/Makefile:
        * tests/QtTests/Makefile:
        * tests/QtTests/client.cpp:
        * tests/Xt_Stopwatch/Makefile:
        * tests/ior_corbaloc/Makefile:
          Update makefiles, several directories were not listed in their
          top-level Makefiles, and they were not compiled nor was their
          dependencies ever updated.

        * Benchmark/Marshal_Test/Orbix/Makefile:
        * Benchmark/Marshal_Test/Orbix/client.cpp:
        * Benchmark/Marshal_Test/Orbix/marshal.h:
        * Benchmark/Marshal_Test/Orbix/marshal.idl:
        * Benchmark/Marshal_Test/Orbix/orbix_marshal_client.cpp:
        * Benchmark/Marshal_Test/Orbix/orbix_marshal_client.h:
        * Benchmark/Marshal_Test/Orbix/orbix_marshal_client.i:
        * Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.cpp:
        * Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.h:
        * Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.i:
        * Benchmark/Marshal_Test/Orbix/orbix_marshal_server.cpp:
        * Benchmark/Marshal_Test/Orbix/orbix_marshal_server.h:
        * Benchmark/Marshal_Test/Orbix/orbix_marshal_server.i:
        * Benchmark/Marshal_Test/Orbix/run_client:
        * Benchmark/Marshal_Test/Orbix/run_dsi:
        * Benchmark/Marshal_Test/Orbix/run_dsi_server:
        * Benchmark/Marshal_Test/Orbix/run_ssi:
        * Benchmark/Marshal_Test/Orbix/run_ssi_server:
        * Benchmark/Marshal_Test/Orbix/server.cpp:
        * Benchmark/Marshal_Test/TAO/Makefile:
        * Benchmark/Marshal_Test/TAO/client.cpp:
        * Benchmark/Marshal_Test/TAO/marshal.idl:
        * Benchmark/Marshal_Test/TAO/marshalC.cpp:
        * Benchmark/Marshal_Test/TAO/marshalC.h:
        * Benchmark/Marshal_Test/TAO/marshalS.cpp:
        * Benchmark/Marshal_Test/TAO/marshalS.h:
        * Benchmark/Marshal_Test/TAO/server.cpp:
        * Benchmark/Marshal_Test/TAO/tao_marshal_client.cpp:
        * Benchmark/Marshal_Test/TAO/tao_marshal_client.h:
        * Benchmark/Marshal_Test/TAO/tao_marshal_client.i:
        * Benchmark/Marshal_Test/TAO/tao_marshal_impl.cpp:
        * Benchmark/Marshal_Test/TAO/tao_marshal_impl.h:
        * Benchmark/Marshal_Test/TAO/tao_marshal_impl.i:
        * Benchmark/Marshal_Test/TAO/tao_marshal_server.cpp:
        * Benchmark/Marshal_Test/TAO/tao_marshal_server.h:
        * Benchmark/Marshal_Test/TAO/tao_marshal_server.i:
        * Benchmark/Marshal_Test/VisiBroker/Makefile:
        * Benchmark/Marshal_Test/VisiBroker/client.cpp:
        * Benchmark/Marshal_Test/VisiBroker/marshal.idl:
        * Benchmark/Marshal_Test/VisiBroker/run_client:
        * Benchmark/Marshal_Test/VisiBroker/run_server:
        * Benchmark/Marshal_Test/VisiBroker/server.cpp:
        * Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.cpp:
        * Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.h:
        * Benchmark/Marshal_Test/VisiBroker/visi_marshal_client.i:
        * Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.cpp:
        * Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.h:
        * Benchmark/Marshal_Test/VisiBroker/visi_marshal_impl.i:
        * Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.cpp:
        * Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.h:
        * Benchmark/Marshal_Test/VisiBroker/visi_marshal_server.i:
        * Benchmark/benchmark/Makefile:
        * Benchmark/benchmark/driver.cpp:
        * Benchmark/benchmark/driver.h:
        * Benchmark/benchmark/marshal_options.cpp:
        * Benchmark/benchmark/marshal_options.h:
        * Benchmark/benchmark/marshal_options.i:
        * Benchmark/benchmark/marshal_proxy.cpp:
        * Benchmark/benchmark/marshal_proxy.h:
        * Benchmark/benchmark/marshal_proxy.i:
        * Benchmark/benchmark/marshal_results.cpp:
        * Benchmark/benchmark/marshal_results.h:
        * Benchmark/benchmark/marshal_results.i:
          Remove everything in these directories.  The test do not
          compile, we don't have access to the other ORBs, and in general
          they just confuse people.

Thu Nov 16 11:29:27 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/README.txt:

          Updated the NT Service documentation page.

        * docs/implrepo/index.html:
        * docs/implrepo/usersguide.html:

          Changed these to pointers to the doxygen documentation.

Thu Nov 16 11:23:44 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Cleanup_Func_Registry.cpp (cleanup):

          Make sure that the cleanup function pointer is non-zero prior to
          invoking it.

Thu Nov 16 09:36:43 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Makefile:
        * performance-tests/Callback/Makefile:
        * tests/Exposed_Policies/Makefile:
        * tests/Policies/Makefile:
          Fixed or add realclean target, the directory was not completely
          clean after a 'make realclean'.

Thu Nov 16 09:32:04 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/DynamicInterface/Dynamic_Implementation.cpp:

          In TAO_DynamicImplementation::_dispatch, removed the
          environment argument from init_reply ().

Thu Nov 16 11:16:17 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Asynch_Invocation.cpp:
        * tao/Asynch_Invocation.h:
        * tao/Asynch_Invocation.i:
        * tao/Asynch_Reply_Dispatcher.cpp:
        * tao/Asynch_Reply_Dispatcher.h:
        * tao/Asynch_Reply_Dispatcher.i:

          Changed the logic of the #if preprocessor directives to
          avoid build errors on old g++, where CORBA messaging
          code is not compiled. Base classes have been added to the
          above files recently that are not used by messaging, but
          are used by DII.

Thu Nov 16 08:13:42 2000  Ossama Othman  <ossama@uci.edu>

        * VERSION:

          Corrected TAO mailing list address.  It should be "tao-users,"
          not "ace-users."

Thu Nov 16 10:23:43 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/GIOP_Messsage_Acceptors.cpp:
        * tao/GIOP_Message_Lite.cpp:
        * tao/GIOP_Utils.cpp:
        * tao/GIOP_Utils.h:

          Removed temporary and call to conversion function in
          TAO_GIOP_Message_Acceptors::send_reply_exception() and
          TAO_GIOP_Message_Lite::send_reply_exception(). These
          were the only uses of the conversion function, so that
          was removed from TAO_GIOP_Utils as well.

Thu Nov 16 09:57:32 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/TAO_Server_Request.cpp:
        * tao/TAO_Server_Request.h:

          Removed the environment argument from init_reply() - it's
          not used.

        * tao/PortableServer/DomainS.cpp:
        * tao/PortableServer/ImplRepoS.cpp:
        * tao/PortableServer/MessagingS.cpp:
        * tao/PortableServer/PolicyS.cpp:
        * tao/orbsvcs/IFR_Service/InterfaceS.cpp:

          Modified these files to conform to the change above.

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:

          Modified code generation to conform to the change above.

Thu Nov 16 08:15:37 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/InterfaceC.cpp:
        * tao/Object.cpp:
        * tao/DomainC.cpp: The last set of changes broke the code guarded
          by TAO_HAS_INTERFACE_REPOSITORY == 1. Fixed the problem.

Wed Nov 15 21:52:10 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB_Table.cpp (bind):

          Made this method exception safe by storing the duplicated ID in
          a CORBA::String_var until it safe to transfer ownership to the
          ORB table.

        * orbsvcs/orbsvcs/SSLIOP.idl:

          Added ASN.1 (DER) certificate typedefs.  These typedefs are
          defined by the Firewall specification.  They are used by the
          soon to be added SSLIOP::Current object to return the peer
          certificate chain for the current SSL session as a sequence of
          octet sequences.

          Added new TAO-specific SSLIOP::Current interface definition.
          This interface can be used to obtain SSL session related
          information about the current execution context.  Its
          implementation will soon be added.

Wed Nov 15 21:35:17 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

          This set of changes have been motivated by the CORBA 2.4
          spec. The spec specifies that the GIOP request header should not
          be padded to a 8 byte boundary, if there is no information or
          data that is sent along. In other words, Request headers for
          operations with no arguments should not be padded to a 8 byte
          boundary.  Actually, the CORBA 2.4 spec has specified this only
          for the request header. But, the same argument has been extended
          to the reply header too. ORBIX 2000 already does this. If the
          operation returns a void and has no arguments, the reply header
          is not padded to an 8 byte boundary. So, the same has been done
          for TAO too.

        * TAO_IDL/be/be_visitor_operation/ami_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp: Set a flag
          for one of the arguments to the constructors of
          TAO_GIOP_invocation classes. The flag is set 1 if there are any
          arguments that are marshalled and 0 if there are no arguments
          that are marshalled.

        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp: Added a line
          of generated code to set a flag in the TAO_Server_Request class
          if there are no arguments and return types for the operation
          that need to be marshalled.

        * tao/Invocation.h:
        * tao/Invocation.cpp:
        * tao/Invocation.i:
        * tao/Asynch_Invocation.h:
        * tao/Asynch_Invocation.cpp:
        * tao/Asynch_Invocation.i: Added an extra argument to the
          TAO_GIOP_Invocation classes. This argument is passed to the
          constructor of TAO_Operation_details.

        * tao/DynamicInterface/DII_Invocation.h:
        * tao/DynamicInterface/DII_Invocation.inl:
        * tao/DynamicInterface/Request.cpp: Made the above changes to
          these classes too.

        * tao/operation_details.h:
        * tao/operation_details.i: Added a argument to the
          constructor. Stored the argument in the class and provided an
          accessor for it.

        * tao/GIOP_Message_Accept_State.cpp:
        * tao/GIOP_Message_Acceptors.cpp:
        * tao/GIOP_Message_Connectors.cpp: Added a check to check to see
          whether the GIOP message is going to carry any data before we
          align the pointer to an 8 byte boundary.

        * tao/Pluggable_Messaging_Utils.h:
        * tao/TAO_Server_Request.h:
        * tao/TAO_Server_Request.cpp
        * tao/TAO_Server_Request.i: Added an extra flag and accessor for a
          flag that would be set by the generated code to 0 if there are no
          data that needs to be marshalled.

        * tao/CORBANAME_Parser.cpp:
        * tao/DomainC.cpp:
        * tao/PolicyC.cpp:
        * tao/PortableServer/ImplRepoC.cpp: Changed the arguments for the
          TAO_GIOP_invocation calls.


        * tao/IIOP_Connector.h:
        * tao/IIOP_Connector.cpp:
        * tao/Strategies/SHMIOP_Connector.cpp
        * tao/Strategies/SHMIOP_Connector.h
        * tao/Strategies/UIOP_Connector.cpp
        * tao/Strategies/UIOP_Connector.h: Totally unrelated to the above
          change. Added default constructors and derstructors as g++2.7.2
          seems to be looking for it.

Wed Nov 15 19:11:28 2000  Ossama Othman  <ossama@uci.edu>

        * orbsvcs/orbsvcs/Security.idl:
        * orbsvcs/orbsvcs/SecurityAdmin.idl:
        * orbsvcs/orbsvcs/SecurityLevel1.idl:
        * orbsvcs/orbsvcs/SecurityLevel2.idl:
        * orbsvcs/orbsvcs/SecurityReplaceabpe.idl:

          Updated against Security Service 1.8 final specification
          (security/00-11-03).

Wed Nov 15 18:45:45 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ClientRequestInfo.cpp (target, operation):
        * tao/PortableServer/ServerRequestInfo.cpp (operation):

          According to the C++ mapping, the caller is responsible for
          releasing returned values for both these cases (an object
          reference and a string, respectively).  These methods now
          return duplicated value.  This is the correct behavior.

Wed Nov 15 18:38:31 2000  Carlos O'Ryan  <coryan@uci.edu>

        * */Makefile*:
          Update dependencies again.  Always double check dependencies so
          that they look like this for generated files:

          .obj/Naming_Context_Interface.o [snip, snip]
          .shobj/Naming_Context_Interface.o: \
             Naming/Naming_Context_Interface.cpp \
             Naming/Naming_Context_Interface.h \
             $(ACE_ROOT)/ace/pre.h \
             CosNamingS.h \
             CosNamingC.h \

          if the absolute path shows up, or the .shobj or .obj directories
          are missing the the dependencies are broken.

Wed Nov 15 10:46:24 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORBInitInfo.cpp:

          Added zero ORB core pointer checks.  If the ORB core has been
          set to set zero by CORBA::ORB_init(), then ORB initialization is
          complete, and throw a CORBA::OBJECT_NOT_EXIST exception as
          stipulated by the Portable Interceptor specification.  Thanks to
          Carlos for pointing out this check was missing.

Wed Nov 15 09:56:21 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/ORB_Core.h:
        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp:
          Fix inconsistencies in the location of the timeout hooks.  In
          some places it was inside a
          TAO_HAS_RELATIVE_ROUNDTRIP_TIMEOUT_POLICY, it other cases it
          ignored the pragma completely.
          Similar problems with the IOR interceptor accessors.

        * tao/PolicyFactory_Registry.h:
          Add missing #include

        * tao/Cleanup_Func_Registry.cpp:
          Fixed instantiation pragma

Wed Nov 15 11:17:03 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Cleanup_Func_Registry.cpp: Added a missing a template
          instantiation for ACE_Array_Base <ACE_CLEANUP_FUNC>

        * tao/ORB_Core.cpp:  Added a missing template instantiation of
          ACE_Array_Base <void*>

        * tao/ORBInitInfo.cpp: Fixed a warning in gcc build

Wed Nov 15 08:35:45 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.h:
          To use the export macro we must #include the fault_tol_export.h
          file.

Tue Nov 15 06:11:05 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.h: Added the
          missing export macro.

Wed Nov 15 03:57:26 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Profile.cpp (add_tagged_component):

          Removed throw spec so that the method signature matches the
          declaration in Profile.h.
          Reported by Johnny Willemsen <Johnny.Willemsen@meco.nl>

Wed Nov 15 03:51:53 2000  Ossama Othman  <ossama@uci.edu>

        * tao/IORInfo.cpp (add_ior_component_to_profile):

          In accordance with the PortableInterceptor specification, throw
          a CORBA::BAD_PARAM exception if no profile matches the given
          ProfileId.

        * tao/Profile.cpp (verify_orb_configuration,
          verify_profile_version):

          Updated comments that explain why a CORBA::BAD_PARAM exception
          is thrown.  CORBA::BAD_PARAM is thrown in accordance with the
          PortableInterceptor spec.

Wed Nov 15 03:39:56 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB_Core.cpp (establish_components):

          According to the Portable Interceptors specification,
          IORInterceptor::establish_components() must not throw an
          exception.  If it does, then the ORB is supposed to ignore it
          and continue processing the remaining IORInterceptors, so we now
          catch any exception and ignore it.

Wed Nov 15 02:20:56 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB_Core.i (tss_cleanup_funcs):

          Added missing "ACE_INLINE" keyword.

Wed Nov 15 02:13:27 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Interceptor_List.cpp:

          Made IORInterceptor support visible even if
          TAO_HAS_INTERCEPTORS == 0.  However, IORInterceptor support will
          soon be disabled for the Minimum CORBA configuration.

Wed Nov 15 01:48:29 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Any.cpp (operator=):

          Removed redundant zero pointer checks.  The delete() operator
          already performs zero pointer checks.

        * tao/Messaging_ORBInitializer.cpp (register_policy_factories):
        * tao/RT_ORBInitializer.cpp (register_policy_factories):

          The PolicyFactory registry duplicates policy factories upon
          registration.  Removed call to PolicyFactory::_retn() since it
          causes a leak (off-by-one reference count error).

        * tao/Stub.h (TAO_Stub):
        * tao/Stub.cpp (TAO_Stub):

          Changed repository ID argument to be a "const char *" so that a
          copy is made.  This makes it easier to keep code that creates
          a TAO_Stub exception safe since that code retains ownership of
          its copy of the repository ID.

          (set_policy_overrides):

          The TAO_Stub constructor now takes a "const char *" repository
          ID argument.  Do not bother passing a copy to the constructor
          when instantiating a new TAO_Stub since the constructor will
          make a copy itself.

        * tao/CORBALOC_Parser.cpp (make_stub_from_mprofile):

          Cast zero argument to "const char *" since the TAO_Stub
          constructor now acceptos a "const char *."

        * tao/Object.cpp (operator>>):

          Pass type hint using the ".in()" accessor instead of "._retn()."
          The TAO_Stub constructor now copies the string.  This fixes a
          potential memory leak.

        * tao/ORB_Core.h:

          Doxygenated most of this header.

          (TAO_ORB_Core_TSS_Resources):

          Added array that can be used to store TSS objects.  We're
          basically doing TSS emulation again here.  This code maybe
          refactored to take advantage of ACE's TSS emulation class.

          (TAO_ORB_Core):

          Added new TAO_Cleanup_Func_Registry attribute.

        * tao/ORB_Core.i (add_interceptor, ior_interceptors):

          New methods for registering and accessing IOR interceptors.

          (get_tss_resource, set_tss_resource):

          New methods to access and set the ORB Core TSS resource at a
          given slot ID.

          (add_tss_cleanup_func):

          Register a TSS cleanup function.  The slot ID for the
          corresponding ORB core TSS resource is returned by this method,
          too.

        * tao/ORB_Core.cpp (establish_components):

          New method that iterates over the registered IOR interceptors so
          that they may be given the opportunity to add tagged components
          to the profiles for a servant being created.

          (create_stub_object):

          Do not copy the repository ID string.  The TAO_Stub constructor
          now copies it.  This fixes a potential memory leak.

          Invoke the newly added establish_components() method to to
          process any registered IOR interceptors.

          (~TAO_ORB_Core_TSS_Resources):

          Invoke the TAO_Cleanup_Func_Registry::cleanup() on the TSS
          object array.

        * tao/IORInfo.h:
        * tao/IORInfo.cpp:

          Implementation of the PortableInterceptor::IORInfo interface.

        * tao/Profile.h:
        * tao/Profile.cpp (add_tagged_component):

          New method that adds an IOP::TaggedComponent to the profile's
          tagged component list.  This method is used by TAO's IOR
          interceptor implementation.

          (verify_orb_configuration):

          New internal method that verifies that the ORB configuration
          will not prevent tagged components from being used.

          (verify_profile_version):

          New internal method that verifies that the profile is GIOP 1.0
          or better.  Tagged components can only be used in GIOP 1.1
          profiles or better.

        * tao/corbafwd.h:

          Typedef CORBA::OctetSeq{_var,_out} against the generated
          CORBA_OctetSeq classes, instead of the raw
          TAO_Unbounded_Sequence<Octet> template.  This is necessary in
          case users need access to the Any insertion/extraction
          operators.

        * tao/Principal.h:

          Include "OctetSeqC.h" to pull in CORBA::OctetSeq class
          definition.

        * tao/Interceptor_List.h:
        * tao/Interceptor_List.inl:
        * tao/Interceptor_List.cpp:

          Added IOR interceptor list support.

        * tao/ORBInitInfo.h (TAO_ORBInitInfo):

          Removed the "arguments_" attribute.  Caching the string sequence
          doesn't buy us anything since a copy must be made whenever
          returning it.  See below.

        * tao/ORBInitInfo.cpp (TAO_ORBInitInfo):

          Defer creation of the string sequence containing the argument
          vector passed to CORBA::ORB_init() until the
          ORBInitInfo::arguments() method is called.  Since a copy of the
          sequence has to be returned to the caller anyway, creating the
          string sequence so early doesn't buy us anything.  This also
          reduces memory usage for those who never need to call the
          ORBInitInfo::arguments() method.

          (arguments):

          In accordance with the C++ mapping for sequences, return a
          copy of the argument string sequence.

          (resolve_initial_references):

          The ORB is practically fully initialized by the time
          ORBInitInfo::post_init() is reached so just use the ORB's
          resolve_initial_references() mechanism.

          (add_ior_interceptor):

          Added IOR interceptor registration support.

          (allocate_tss_slot_id):

          Allocate a slot in the ORB's TSS resources.  TAO uses a single
          TSS key for these resources, so it is useful to place TSS
          objects in TAO's TSS resources on platforms where the number of
          TSS keys is low.  The returned SlotId can be used to index into
          the array stored in ORB's TSS resources structure.  An
          accompanying cleanup function (e.g. a TSS destructor) can also
          be registered.  This is a TAO extension.

        * tao/ORB.cpp (ORB_init):

          Invalidate the ORBInitInfo instance to prevent future
          modifications to the ORB.  This behavior complies with the
          PortableInterceptor specification.

        * tao/Cleanup_Func_Registry.h:
        * tao/Cleanup_Func_Registry.cpp:

          New class that contains the TSS destructors corresponding to the
          TSS objects stored in the newly added array in TAO's TSS
          resources.

        * tao/PortableInterceptors.h:

          Moved inclusion of `PortableInteceptor.i' within the
          "TAO_HAS_INTERCEPTORS" block.

        * tao/ORBInitializer_Registry.h:
        * tao/PolicyFactory_Registry.h:

          Doxygenated these headers.

        * tao/ORBInitializer_Registry.cpp:
        * tao/PolicyFactory_Registry.cpp:

          Comment updates.

        * tao/MProfile.cpp:

          Coding style updates.

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

          Added Cleanup_Func_Registry.* and IORInfo.* to these files.

Wed Nov 15 00:04:30 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/PortableServer/POA.cpp (key_to_stub_i):

          Fixed Minimum CORBA compile problem by moving portion of the if
          test under TAO_HAS_RTCORBA protection.

Tue Nov 14 19:15:04 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Makefile.SSLIOP:
        * orbsvcs/orbsvcs/Makefile.Security:
        * orbsvcs/examples/Security/Send_File/Makefile:
          Update dependencies

Tue Nov 14 21:16:05 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/Fault_Tolerance.dsp: Added new files.

Tue Nov 14 20:04:05 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.cpp: Fixed
          warnings and compile errors in gcc 2.95.2

        * orbsvcs/orbsvcs/Makefile.FaultTolerance: Updated dependencies.

Tue Nov 14 19:45:19 2000  Jeff Parsons  <parsons@cs.wustl.edu>

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

          Added missing header and inline files, and removed files
          that no longer exist or have been moved to another
          library.

        * tao/poa_macros.h:

          Removed this file from the repository, since there is now
          a duplicate in tao/PortableServer

Tue Nov 14 19:35:29 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Connection_Cache_Manager.cpp (close_i):
        * tao/Connection_Handler.inl: Fixed a subtle bug that showed up
          only on NT. This has to do with marking the handler as closed
          when the handler gets destroyed. In many cases the Connection
          Cache would be closed before the handler gets destroyed. So, we
          can explicitly set the Cache Map Entry pointer to null when we
          shutdown the Connection Cache. This helps to make a check for a
          null before we go to mark the handler as closed.

Tue Nov 14 16:29:20 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/RTCORBA/Server_Declared/server.conf:
          Updated to have only one entry rather than two entries, one for
          default-resource and the other for advanced_resource. Thanks to
          Marina for pointing out.

        * tao/Strategies/advanced_resource.cpp (allocate_reactor_impl):
          Made TAO_Reactor_TP as the default ReactorType to be consistent
          with the default_resource.cpp

Tue Nov 14 18:21:29 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ORBInitializer.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ORBInitializer.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.cpp: Changed the
          way FT policies were created. The procedure adopted now is in
          conformance with the PotrableInterceptor spec. The model closely
          follows the creation of policies for RT CORBA and Messaging in
          TAO.

        * tao/ORB_Core.h:
        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp:
        * tao/PolicyFactory_Registry.h:
        * tao/PolicyFactory_Registry.cpp:
        * tao/Service_Callbacks.h:
        * tao/Service_Callbacks.cpp: Removed the hooks that were there for
          the creation of FT policies.

Tue Nov 14 15:41:42 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/Strategies/TAO_Strategies_Static.dsp:

          Updated the Win32 Static Release definitions

Tue Nov 14 14:59:47 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo.cpp:
        * orbsvcs/ImplRepo_Service/Options.cpp:
        * orbsvcs/ImplRepo_Service/Options.h:

          Added the ability to get some options from the registry
          when running as a service.  Will be updating the docs
          soon to explain how this works.

        * orbsvcs/tests/ImplRepo/run_test.pl:

          Fixed to run both_ir_test () instead of both_ir () by
          default.

Tue Nov 14 10:41:03 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/RTCORBA/Server_Protocol/client_nt.conf:
        * tests/RTCORBA/Client_Protocol/run_test.pl:

        * tests/RTCORBA/Server_Protocol/client_nt.conf:
        * tests/RTCORBA/Server_Protocol/run_test.pl:
          Updated to make some minor changes to make them run on NT.

Tue Nov 14 12:36:31 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Asynch_Invocation.cpp:
        * tao/Asynch_Invocation.h:
        * tao/Invocation.cpp:
        * tao/Invocation.h:

          Added default constructors to all invocation base classes,
          in order to make old g++ happy.

Tue Nov 14 09:30:36 2000  Priyanka Gontla <pgontla@ece.uci.edu>

        * tests/RTCORBA/Server_Protocol/svc.conf :
          Added a deafault svc.conf for the client to use to
          load the protocols.

        * tests/RTCORBA/Server_Declared/server.conf :
          Corrected the conf file to remove the repetitive
          inclusion of the -ORBReactorType option.

        * tests/RTCORBA/Client_Propagated/server.cpp :
        * tests/RTCORBA/Client_Propagated/client.cpp :
          Removed unncessary inclusion of header files.

          Thanks to Marina for pointing out.

Tue Nov 14 10:48:00 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/IIOP_Connector.cpp:
        * tao/IIOP_Connector.h : Added a default destructor for
          TAO_IIOP_Connector class. This should fix the g++ 2.7.2 problem
          in the builds.

Tue Nov 14 08:50:56 2000  Carlos O'Ryan  <coryan@uci.edu>

        * utils/IOR-parser/Makefile:
        * utils/catior/Makefile:
        * utils/nslist/Makefile:
          Update dependencies

Tue Nov 14 06:56:11 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Connection_Cache_Manager.cpp: Fixed a compiler error in
          VC++. Looks like VC++ does not like the same variable
          declaration in two different for loops.

Tue Nov 14 01:51:49 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/Invocation.h
        * tao/Invocation_Endpoint_Selectors.cpp
        * tao/Invocation_Endpoint_Selectors.h
        * tao/Invocation_Endpoint_Selectors.i
        * tao/ORB_Core.h
        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp:

          Added two new endpoint selector strategies for use when
          RTCORBA::PriorityBandedConnection policy is enabled:
          TAO_Bands_Endpoint_Selector and TAO_Bands_Protocol_Selector.

        * tao/PortableServer/POA.cpp
        * tao/PortableServer/POA.h
        * tao/PortableServer/POA.i:

          Added validity checks for RTCORBA::PriorityBandedConnection
          policy.

Mon Nov 13 19:22:35 2000  Priyanka Gontla <pgontla@ece.uci.edu>

        * tests/RTCORBA/Server_Protocol/server.conf:
        * tests/RTCORBA/Server_Protocol/run_test.pl:

        * tests/RTCORBA/Server_Protocol/Server.dsp
        * tests/RTCORBA/Server_Protocol/client.dsp

          Modified the perl script and the service conf file
          to run only those tests wherein SHMIOP and UIOP are not made
          POA Server protocols.

          Updated the project files to link TAO_Strategies.

Mon Nov 13 20:44:25 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Invocation.cpp: Commented the line make_idle () call on the
          transport after the connection is closed.

        * tao/Connection_Handler.inl:
        * tao/Connection_Cache_Manager.cpp:
        * tao/Connection_Cache_Manager.h:
        * tao/Connection_Cache_Manager.inl: Fixed a bug in the Faults
          test. This needed marking the Hash_Map entry as "closed" for the
          handler whose ref_count goes to zero. During shutdown of the
          Connection_Cache, we can just purge those entries first, before
          we iterate over the map to determine the handlers that are
          registered with the reactor.

Mon Nov 13 18:14:35 2000  Priyanka Gontla <pgontla@ece.uci.edu>

        * tests/RTCORBA/Server_Declared/server.conf:
        * tests/RTCORBA/Server_Declared/run_test.pl:

        * tests/RTCORBA/Server_Declared/Server.dsp
        * tests/RTCORBA/Server_Declared/client.dsp
          Made minor changes to get the test running.
          Updated the project files to link TAO_Strategies.

Mon Nov 13 18:00:15 2000  Priyanka Gontla <pgontla@ece.uci.edu>

        * tests/RTCORBA/Client_Propagated/svc.conf:
        * tests/RTCORBA/Client_Propagated/run_test.pl:

        * tests/RTCORBA/Client_Propagated/client.dsp
        * tests/RTCORBA/Client_Propagated/server.dsp

          Modified the perl script and the service conf file
          to run only those tests wherein SHMIOP and UIOP are not made
          POA Server protocols.

          Updated the project files to link TAO_Strategies.

Mon Nov 13 16:12:15 2000  Priyanka Gontla <pgontla@ece.uci.edu>

        * tests/RTCORBA/Client_Protocol/svc_unix.conf:
        * tests/RTCORBA/Client_Protocol/svc_nt.conf.conf:
        * tests/RTCORBA/Client_Protocol/run_test.pl:

        * tests/RTCORBA/Client_Protocol/Client_Protocol.dsw

          Was trying to load UIOP_Factory even on NT. Corrected it.
          Updated the project files to link TAO_Strategies.

Mon Nov 13 17:40:44 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Invocation.i:

          Added missing ACE_INLINE for destructor of
          TAO_GIOP_Locate_Request_Invocation.

Mon Nov 13 16:59:47 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * */Makefile*:

          Updated dependencies.

Mon Nov 13 16:50:13 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Asynch_Reply_Dispatcher.cpp:

          Removed unused arguments.

Mon Nov 13 14:35:33 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Reply_Dispatcher.cpp:
        * tao/Reply_Dispatcher.h:
        * tao/Reply_Dispatcher.i:
        * tao/Synch_Reply_Dispatcher.cpp:
        * tao/Synch_Reply_Dispatcher.h:

          Moved member and accessor function reply_status to base
          class, since it is common to all reply dispatcher concrete classes.

        * tao/Asynch_Reply_Dispatcher.cpp:
        * tao/Asynch_Reply_Dispatcher.h:
        * tao/Asynch_Reply_Dispatcher.i:
        * tao/DynamicInterface/DII_Reply_Dispatcher.cpp:
        * tao/DynamicInterface/DII_Reply_Dispatcher.h:

          Added new base class TAO_Asynch_Reply_Dispatcher_Base
          to hold common code for TAO_Asynch_Reply_Dispatcher and
          TAO_DII_Deferred_Reply_Dispatcher.

        * tao/Invocation.cpp:
        * tao/Invocation.h:
        * tao/Invocation.i:
        * tao/DynamicInterface/DII_Invocation.cpp:
        * tao/DynamicInterface/DII_Invocation.h:
        * tao/DynamicInterface/DII_Invocation.inl:
        * tao/DynamicInterface/Request.cpp:

          Moved some code from the subclasses' start() method to that
          of the base class, which is called by all the start() methods.
          Also moved the invoke() method of
          TAO_GIOP_Twoway_Invocation that was specific to DII
          requests out to the DynamicInterface library into a new class
          called TAO_GIOP_DII_Invocation.
          Also created new base class TAO_GIOP_Synch_Invocation,
          to be the parent of TAO_GIOP_Twoway_Invocation,
          TAO_GIOP_Oneway_Invocation, and
          TAO_GIOP_Locate_Request_Invocation. The invoke_i method
          of the first of these subclasses was moved to the base class, with
          minor changes, and the invoke() methods of the latter two subclasses
          were modified to use this relocated invoke_i().

        * tao/Asynch_Invocation.cpp:
        * tao/Asynch_Invocation.h:
        * tao/Asynch_Invocation.i:

          Created new base class TAO_GIOP_Asynch_Invocation to be
          the parent of TAO_GIOP_Twoway_Asynch_Invocation and
          TAO_GIOP_DII_Deferred_Invocation, and to hold code
          common to these latter two classes.

        * tao/Dynamic_Adapter.cpp:
        * tao/Dynamic_Adapter.h:
        * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp:
        * tao/DynamicInterface/Dynamic_Adapter_Impl.h:

          Removed method decode_exception, since the method in
          TAO_GIOP_Twoway_Invocation from which it was called
          is now in the DynamicInterface library.

        * tao/Synch_Reply_Dispatcher.i:
        * tao/DynamicInterface/DII_Reply_Dispatcher.inl:

          Removed these files from CVS.

        * tao/TAO.dsp:
        * tao/TAO_Static.dsp:
        * tao/DynamicInterface/TAO_DynamicInterface.dsp:

          Removed the above two files from these projects.

Mon Nov 13 11:19:22 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp: Fixed a compile
          error. Thanks to Christopher Kohloff for reporting this. For
          some strange reasons this was missed by the SunCC5 compiler.

Mon Nov 13 10:20:48 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/request_info_ch.cpp:

          In ClientRequestInfo subclass generation, changed the type
          of private valuetype member for an IN argument from *&
          to *. Again, thanks to Johnny Willemsen
          <Johnny.Willemsen@meco.nl> for pointing this out.

Mon Nov 13 09:50:06 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/IIOP_Connect.cpp (open):
        * tao/Service_Callbacks.h:
        * tao/Service_Callbacks.cpp:
        * tao/ORB_Core.h:
        * tao/ORB_Core.cpp:
        * tao/ORB_Core.i:
        * tao/PortableServer/Servant_Base.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp: Added
          hooks for the implementation of the Logging & Recovery. This
          will be implemented by Andy & Oscar at Bell-Labs.

Mon Nov 13 02:13:54 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/Strategies/TAO_Strategies.dsp:

          An ACE_HAS_STRATEGIES_DLL was being defined for the cpp
          files, which was preventing anything from being exported.
          Removed it and things look happy on Win32 Release now.

        * tao/Strategies/TAO_Strategies_Static.dsp:

          Changed the configurations to Win32 Static Debug and
          Win32 Static Release.

Mon Nov 13 08:46:40 2000  Johnny Willemsen <jwillemsen@remedy.nl>

        * orbsvcs/ImplRepo_Service/ImplRepo.bor:

          Added missing backslash.

Sun Nov 12 17:31:40 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo.bor:

          Removed rogue backslash.

        * tao/tao_ce.dsp: (removed)
        * tao/tao_ce.dsw: (removed)

          Until we put some serious effort into porting TAO to
          Windows CE, these files are misleading and most likely
          very out of date.

Sun Nov 12 12:41:19 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/Iterator.cpp:

          Fixed @file comment.

Sat Nov 11 21:01:31 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/implrepo.dsp:

          Added some Win32 libraries to the release configuration link
          settings for the NT Service system calls.

Sat Nov 11 11:33:06 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tests/Xt_Stopwatch/client.cpp:
        * tests/Xt_Stopwatch/test_i.cpp:
        * tests/Xt_Stopwatch/test_i.h:
        * tests/Xt_Stopwatch/Control.h:
        * tests/Xt_Stopwatch/Control.cpp:
        * tests/Xt_Stopwatch/Stopwatch_display.h:
        * tests/Xt_Stopwatch/Stopwatch_display.cpp:
        * tests/Xt_Stopwatch/Client.h:
        * tests/Xt_Stopwatch/timer.cpp:
        * tests/Xt_Stopwatch/timer.h:
        * tests/QtTest/client.cpp:  Added #if defined guards in all these
          files so that they compile clean even in default configuration.

        * tests/Xt_Stopwatch/Makefile:
        * tests/QtTest/Makefile: Updated the library names against which
          they are linked.

          Thanks to Wei Zheng <weizheng@uiuc.edu> for reporting these
          problems.

Sat Nov 11 10:19:06 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.h:
        * orbsvcs/orbsvcs/ESF/ESF_Immediate_Changes.h:
        * orbsvcs/orbsvcs/ESF/ESF_Peer_Workers.h:
        * orbsvcs/orbsvcs/Event/EC_Busy_Lock.h:
        * orbsvcs/orbsvcs/Event/EC_QOS_Info.h:
        * orbsvcs/orbsvcs/Event/EC_Trivial_Supplier_Filter.h:
          Change the @file comments, the Fuzz build detected the problem.

        * tests/Xt_Stopwatch/client.cpp:
        * tests/Xt_Stopwatch/test_i.cpp:
        * tests/Xt_Stopwatch/test_i.h:
        * tests/Xt_Stopwatch/Control.h:
        * tests/Xt_Stopwatch/Control.cpp:
        * tests/Xt_Stopwatch/Stopwatch_display.h:
        * tests/Xt_Stopwatch/Stopwatch_display.cpp:
        * tests/Xt_Stopwatch/Client.h:
        * tests/Xt_Stopwatch/timer.cpp:
        * tests/Xt_Stopwatch/timer.h:
        * tests/QtTest/client.cpp:  Added #if defined guards in all these
          files so that they compile clean even in default configuration.

        * tests/Xt_Stopwatch/Makefile:
        * tests/QtTest/Makefile: Updated the library names against which
          they are linked.


Sat Nov 11 07:28:50 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp: Propagated the fixes
          that was done other protocols.

Fri Nov 10 18:24:53 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/RTCORBA/Server_Declared/server.conf:
        * tests/RTCORBA/Client_Protocol/svc.conf:
        * tests/RTCORBA/Server_Protocol/server_reverse_nt.conf:
        * tests/RTCORBA/Server_Protocol/server_uiop.conf:
        * tests/RTCORBA/Server_Protocol/server_reverse.conf:
        * tests/RTCORBA/Server_Protocol/server_shmiop.conf:
        * tests/RTCORBA/Server_Protocol/server_uiop.conf:
        * tests/RTCORBA/Server_Protocol/server.conf:
        * tests/RTCORBA/MT_Client_Protocol_Priority/server.conf:

          Updated to load the advanced strategies dynamically.

        * tests/RTCORBA/MT_Client_Protocol_Priority/Makefile:
        * tests/RTCORBA/Server_Protocol/Makefile:
        * tests/RTCORBA/Server_Declared/Makefile :
        * tests/RTCORBA/Client_Propagated/Makefile :
        * tests/RTCORBA/Client_Protocol/Makefile:
          Updated to link TAO_Strategies.

Fri Nov 10 17:28:50 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Strategies/SHMIOP_Connect.cpp:
        * tao/Strategies/UIOP_Connect.cpp:
        * tao/IIOP_Connect.cpp: Fixed a problem with thread-per-connection
          case. The event handler was getting destroyed before the ORB
          shuts down the Cache. This lead to cache  shutdown problem.

Fri Nov 10 13:06:27 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/NT_Service.cpp:
        * orbsvcs/ImplRepo_Service/NT_Service.h:
        * orbsvcs/ImplRepo_Service/ImplRepo.cpp:

          Forgot to #ifdef out on non-win32 platforms.

Fri Nov 10 12:41:32 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/Adapter_Activator.cpp: (added)
        * orbsvcs/ImplRepo_Service/Adapter_Activator.h: (added)
        * orbsvcs/ImplRepo_Service/Forwarder.cpp: (added)
        * orbsvcs/ImplRepo_Service/Forwarder.h: (added)
        * orbsvcs/ImplRepo_Service/ImplRepo.bor:
        * orbsvcs/ImplRepo_Service/ImplRepo.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.h:
        * orbsvcs/ImplRepo_Service/Iterator.cpp: (added)
        * orbsvcs/ImplRepo_Service/Iterator.h: (added)
        * orbsvcs/ImplRepo_Service/Locator.cpp: (added)
        * orbsvcs/ImplRepo_Service/Locator.h: (added)
        * orbsvcs/ImplRepo_Service/Makefile:
        * orbsvcs/ImplRepo_Service/Makefile.am:
        * orbsvcs/ImplRepo_Service/NT_ImplRepo_Server.cpp: (removed)
        * orbsvcs/ImplRepo_Service/NT_ImplRepo_Service.cpp: (removed)
        * orbsvcs/ImplRepo_Service/NT_ImplRepo_Service.h: (removed)
        * orbsvcs/ImplRepo_Service/NT_Service.cpp: (added)
        * orbsvcs/ImplRepo_Service/NT_Service.h: (added)
        * orbsvcs/ImplRepo_Service/Options.cpp:
        * orbsvcs/ImplRepo_Service/Options.h:
        * orbsvcs/ImplRepo_Service/README.txt: (added)
        * orbsvcs/ImplRepo_Service/Repository.cpp:
        * orbsvcs/ImplRepo_Service/Repository.h:
        * orbsvcs/ImplRepo_Service/implrepo.dsp:
        * orbsvcs/ImplRepo_Service/tao_imr.cpp:
        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
        * orbsvcs/ImplRepo_Service/tao_imr_i.h:

          First split up the ImplRepo_Service into separate files,
          around one per class.  Also doxygenated the ImplRepo
          documentation.  Finally, merged the two

        * orbsvcs/tests/ImplRepo/airplane_client_i.h:
        * orbsvcs/tests/ImplRepo/airplane_i.h:
        * orbsvcs/tests/ImplRepo/airplane_server_i.h:
        * orbsvcs/tests/ImplRepo/nestea_client_i.h:
        * orbsvcs/tests/ImplRepo/nestea_i.h:
        * orbsvcs/tests/ImplRepo/nestea_server_i.h:

          Doxygenation.

        * orbsvcs/tests/ImplRepo/run_test.pl:

          First, defaults to both_ir if no testname is passed in.

          Changed the NT_Service test around a bit.  The executable
          changed and started running things from the bin directory,
          so when it runs as a service it automatically finds the
          DLL's it needs.

        * TAOACE.dsw:
        * orbsvcs/ImplRepo_Service/NT_ImplRepo_Service.dsp: (removed)
        * orbsvcs/ImplRepo_Service/ImplRepo.dsw:
        * orbsvcs/tests/ImplRepo/ImplRepo.dsw:

          Removed NT_ImplRepo_Service.dsp, since the functionality was
          moved into ImplRepo_Service itself.

Fri Nov 10 12:06:42 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * performance-tests/Latency/Makefile :
        * performance-tests/Latency/st_client.conf:
        * performance-tests/Latency/client-st-exclusive.conf:
        * performance-tests/Latency/client-mt-exclusive.conf:
        * performance-tests/Latency/st_server.conf:
          Linked TAO_Startegies and dynamically loaded the Advanced
          Resource Factory in the service conf files.

Fri Nov 10 11:54:11 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/NestedUpcall/Simple/client.cpp:
          Removed extra return to avoid unreachable statement warnings.

Fri Nov 10 12:49:51 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/orbsvcs/Notify/Notify_FilterAdmin_i.cpp:
          Added patch to implement get_all_filters supplied by
          Joachim Tremouroux <joachim.tremouroux@microresearch.be>

Fri Nov 10 10:14:50 2000  Priyanka Gontla <pgontla@ece.uci.edu>

        * TAO/tests/RTCORBA/server_protocol/run_test.pl
          Modified the options to not load UIOP and SHMIOP in the case
          where no config file is used.

        * TAO/tests/Leader_Followers/client.dsp :
        * TAO/tests/Leader_Followers/server.dsp :
        * TAO/tests/NestedUpcall/Simple/client.dsp :
        * TAO/tests/NestedUpcall/Simple/server.dsp :
        * TAO/tests/Param_Test/anyop.dsp :
        * TAO/tests/Param_Test/client.dsp :
        * TAO/tests/Param_Test/server.dsp :
        * TAO/tests/RTCORBA/Server_Protocol/client.dsp
        * TAO/tests/RTCORBA/server_protocol/server.dsp

        * TAO/performace_tests/Cubit/TAO/IDL_Cuibt/client.dsp
        * TAO/performace_tests/Cubit/TAO/IDL_Cuibt/server.dsp

          Updated to link TAO_Strategies library.

Fri Nov 10 10:14:04 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Connection_Cache_Manager.cpp:
          Protect naked debug message with a if(TAO_debug_level > 0)

Fri Nov 10 10:12:29 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/Strategies/TAO_Strategies.dsp:

          Fixed the include paths in the Release configuration.

Fri Nov 10 08:59:50 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao_idl/be/be_visitor_argument/request_info_sh.cpp:

          In request info class generation, changed the generation
          of a private member which is a valuetype from '*&' to
          '*' for an IN argument, to match the generation of the
          valuetype in the class constructor arglist. This
          discrepancy caused BCB builds to fail in AMI_Test. Thanks
          to Johnny Willemsen <jwillemsen@remedy.nl> for pointing
          it out.

Fri Nov  10 09:20:58 2000 Johnny Willemsen <jwillemsen@remedy.nl>

        * */Makefile.bor:
        Several new makefile.bor files added so that all examples/tests
        for which Borland makefiles are available will be build in
        a full build.

Fri Nov  10 08:56:58 2000 Johnny Willemsen <jwillemsen@remedy.nl>

        * tao/Makefile.bor:
          Removed the TAO Strategies files because they are moved to
          the new Strategies directory

        * tao/Strategies/Makefile.bor:
          Added new Borland C++ Builder specific makefile

Thu Nov  9 19:09:58 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Connection_Handler.h:
          Add missing TAO_Export macro, needed for Win32 builds.

Thu Nov  9 20:56:30 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/UIOP_Connect.cpp:
        * tao/SHMIOP_Connect.cpp: These two files were removed. I checked
          them back in by mistake.

Thu Nov  9 20:07:55 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Connection_Cache_Manager.cpp:
        * tao/Cache_Entries.inl: Fixed a problem for multi-threaded case.

        * tao/IIOP_Connect.cpp:
        * tao/UIOP_Connect.cpp:
        * tao/SHMIOP_Connect.cpp: Minor cosmetic changes.

        * tao/default_resource.h: Fixed a compile error.

Thu Nov  9 17:54:21 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/orbsvcs/Notify/Notify_Filter_i.cpp:
        * orbsvcs/orbsvcs/Trader/Trading_Loader.cpp:
        * orbsvcs/tests/Event/Performance/Latency.cpp:
        * orbsvcs/tests/Event/Performance/Latency_Server.cpp:
        * tests/Exposed_Policies/client.cpp:
        * tests/Exposed_Policies/server.cpp:
        * tests/ORB_destroy/ORB_destroy.cpp:
        * tests/Portable_Interceptors/Benchmark/interceptors.cpp:
        * tests/Portable_Interceptors/Dynamic/interceptors.cpp:
          Fixed warnings and errors in a variety of platforms and/or
          configurations.  For example: unused variables (or variables not
          used in release builds), files that could not compile in minimum
          CORBA builds, and explicit template instantiations for inline=0
          builds.

        * utils/catior/Makefile:
        * utils/catior/catior.cpp:
          Updated to use the new TAO_Strategies library.

        * tao/Makefile:
          Add missing files to the TEMPLATE_FILES list.

        * release.chk:
          Removed obsolete file.

Thu Nov  9 17:49:45 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/TAO_Static.dsp:

          Missed a handful of moved files here.

Thu Nov  9 16:22:12 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tests/InterOp-Naming/Makefile:
          Corrected a typo.

Thu Nov  9 15:56:31 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Strategies/advanced_resource.i:
          Added the missing $Id: string

Thu Nov  9 14:59:09 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Strategies/uiop_endpoints.i:
          Corrected TAO_Export to TAO_Strategies_Export.

Thu Nov  9 14:07:40 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/TAO.dsp:

          Removed all the files that were previously moved to
          TAO_Strategies.dsp.

        * tao/TAO.dsw:

          Added the new TAO_Strategies projects.

Thu Nov  9 10:59:12 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * TAO/TAOACE.dsw
        * TAO/TAOACE_Static.dsw

          Updated the workspaces to include the new TAO_Strategies project
          files.

        * tao/Strategies/TAO_Strategies.dsp
        * tao/Strategies/TAO_Strategies_Static.dsp

          Added project files for the TAO_Strategies library.

Thu Nov  9 10:38:19 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Makefile:
          Updated the Makefile to include the new directory 'Strategies'
          for the library TAO_Strategies. The new library contains all the
          advanced TAO strategies:
          The UIOP and SHMIOP protocol factories,
          all the reactor types except TP_Reactor which is now the default
          reactor,
          the Direct and Linear Priority Mappings in the case of
          the priority mapping type and
          TAO_ALLOCATOR_NULL_LOCK cdr_allocator_type.

        * tao/Resource_Factory.h:
        * tao/Resource_Factory.cpp:
          Added a new virtual method load_default_protocols which is
          implemented in default_resource to laod the default IIOP
          protocol. We need this new function so that the
          advanced_resource can call this to just load IIOP protocol and do
          nothing else.

        * tao/Strategies/strategies_export.h:
          Generated for the new TAO_Strategies_Export macro.

        * tao/TAO_Internal.h:
        * tao/TAO_Internal.cpp:

        * tao/Strategies/TAO_Strategies_Internal.h:
        * tao/Strategies/TAO_Strategies_Internal.cpp:

          This is similar to the TAO_Internal. Has code related to
          UIOP and SHMIOP protocol factories which were in
          TAO_Internal previously.

        * tao/default_resource.h:
        * tao/default_resource.i:
        * tao/default_resource.cpp:

        * tao/Strategies/advanced_resource.h:
        * tao/Strategies/advanced_resource.i:
        * tao/Strategies/advanced_resource.cpp:

          Only the default strategies and reactor types are in
          default_resource now. Every other strategy is moved to
          advanced_resource.

        * tao/Strategies/uiop_endpoints.h:
        * tao/Strategies/uiop_endpoints.i:
        * tao/Strategies/uiop_endpoints.cpp:

        * tao/Strategies/UIOP_Transport.h:
        * tao/Strategies/UIOP_Transport.i:
        * tao/Strategies/UIOP_Transport.cpp:

        * tao/Strategies/UIOP_Profile.h:
        * tao/Strategies/UIOP_Profile.i:
        * tao/Strategies/UIOP_Profile.cpp:

        * tao/Strategies/UIOP_Lite_Factory.h:
        * tao/Strategies/UIOP_Lite_Factory.i:
        * tao/Strategies/UIOP_Lite_Factory.cpp:

        * tao/Strategies/UIOP_Factory.h:
        * tao/Strategies/UIOP_Factory.i:
        * tao/Strategies/UIOP_Factory.cpp:

        * tao/Strategies/UIOP_Endpoint.h:
        * tao/Strategies/UIOP_Endpoint.i:
        * tao/Strategies/UIOP_Endpoint.cpp:

        * tao/Strategies/UIOP_Connector.h :
        * tao/Strategies/UIOP_Connector.i :
        * tao/Strategies/UIOP_Connector.cpp :

        * tao/Strategies/UIOP_Connect.h:
        * tao/Strategies/UIOP_Connect.i:
        * tao/Strategies/UIOP_Connect.cpp:

        * tao/Strategies/UIOP_Acceptor.h:
        * tao/Strategies/UIOP_Acceptor.i:
        * tao/Strategies/UIOP_Acceptor.cpp:

        * tao/Strategies/SHMIOP_Transport.h:
        * tao/Strategies/SHMIOP_Transport.i:
        * tao/Strategies/SHMIOP_Transport.cpp:

        * tao/Strategies/SHMIOP_Profile.i:
        * tao/Strategies/SHMIOP_Profile.h:
        * tao/Strategies/SHMIOP_Profile.cpp:

        * tao/Strategies/SHMIOP_Factory.h:
        * tao/Strategies/SHMIOP_Factory.i:
        * tao/Strategies/SHMIOP_Factory.cpp:

        * tao/Strategies/SHMIOP_Endpoint.h:
        * tao/Strategies/SHMIOP_Endpoint.i:
        * tao/Strategies/SHMIOP_Endpoint.cpp:

        * tao/Strategies/SHMIOP_Connector.h:
        * tao/Strategies/SHMIOP_Connector.i:
        * tao/Strategies/SHMIOP_Connector.cpp:

        * tao/Strategies/SHMIOP_Connect.h:
        * tao/Strategies/SHMIOP_Connect.i:
        * tao/Strategies/SHMIOP_Connect.cpp:

        * tao/Strategies/SHMIOP_Acceptor.h:
        * tao/Strategies/SHMIOP_Acceptor.i:
        * tao/Strategies/SHMIOP_Acceptor.cpp:

        * tao/Strategies/Reactor_Per_Priority.h:
        * tao/Strategies/Reactor_Per_Priority.i:
        * tao/Strategies/Reactor_Per_Priority.cpp:

        * tao/Strategies/Linear_Priority_Mapping.h:
        * tao/Strategies/Linear_Priority_Mapping.i:
        * tao/Strategies/Linear_Priority_Mapping.cpp:

        * tao/Strategies/Direct_Priority_Mapping.h:
        * tao/Strategies/Direct_Priority_Mapping.i:
        * tao/Strategies/Direct_Priority_Mapping.cpp:

          Moved all these files from tao to Strategies/
          and made the appropriate cosmetic changes.

        * tao/Strategies/tests/simple_test.idl:

        * tao/Strategies/tests/simple_test_i.h:
        * tao/Strategies/tests/simple_test_i.i:
        * tao/Strategies/tests/simple_test_i.cpp:
        * tao/Strategies/tests/server.cpp:
        * tao/Strategies/tests/client.cpp:

        * tao/Strategies/tests/svc.conf:
        * tao/Strategies/tests/advanced_svc.conf:
        * tao/Strategies/tests/README:
        * tao/Strategies/tests/Makefile:
          Added a simple test to show the ways of loading the default and
          advanced strategies.

        * tests/RTCORBA/Server_Protocol/server_uiop.conf:
        * tests/RTCORBA/Server_Protocol/server_shmiop.conf:
        * tests/RTCORBA/Server_Protocol/server_reverse_nt.conf:
        * tests/RTCORBA/Server_Protocol/server_reverse.conf:
        * tests/RTCORBA/Server_Protocol/server.conf:
        * tests/RTCORBA/Server_Protocol/Makefile:

        * tests/Param_Test/Makefile:

        * tests/NestedUpcall/Simple/svc.conf:
        * tests/NestedUpcall/Simple/Makefile:

        * tests/Leader_Followers/run_test.pl:
        * tests/Leader_Followers/Makefile:

        * tests/InterOp-Naming/Makefile:
          Modified the Makefiles to link the new TAO_Strategies library.
          Modified the service config files to correctly load the needed
          protocols and startegies owing to the new changes.

Thu Nov  9 09:49:02 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/PortableInterceptorC.cpp:
          The header file lacked a TAO_HAS_INTERCEPTORS protection, but
          the .cpp file did, this resulted in compilation problems under
          minimum CORBA builds.  I removed the protections in the .cpp
          file, but probably the correct fix would be to add them into the
          .h file and figure out what is using PortableInterceptors even
          when they are supposedly disabled.

Wed Nov  8 20:01:40 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * tao/ORB.cpp: init_orb_globals() returns void, changed to
          ACE_CHECK instead of ACE_CHECK_RETURN.

Wed Nov  8 17:49:25 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Connection_Cache_Manager.cpp (close_i): Fixed a problem on
          NT. Thanks to Darrel for reporting this.

Wed Nov  8 18:47:27 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/Param_Test/anyop.dsp:

          Put back the project settings for param_test.idl in this project.
          They got lost somehow.

Wed Nov  8 16:15:39 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/ORB.cpp:
          Moved registration of the RTCORBA and Messaging Policy Factories
          to the init_orb_globals() method.  This is something that should
          happen only once.

        * orbsvcs/IFR_Service/Makefile.IFR_Service:
          Add TypeCodeFactory_DLL to the LDLIBS.

Wed Nov  8 17:49:25 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/GIOP_Message_Accept_State.cpp :
        * tao/GIOP_Message_Connectors.cpp:
        * tao/TAO_Server_Request.h:
        * tao/TAO_Server_Request.i: Made the following minor changes in
          accordance with the CORBA 2.4 spec.

          (1) The CORBA::Principal in the GIOP 1.0 & GIOP 1.1 request
          header is now changed to CORBA::OctetSeq in the CORBA 2.4
          spec. This change has been incorporated.

          (2) Finally, the response_flags field in the request header has
          been well defined for the Sync Scope in the Messaging spec. The
          changes have also been incorporated.

Wed Nov  8 11:05:37 2000  Darrell Brunsch <brunsch@uci.edu>

        * TAOACE.dsw:

          Updated the dependencies for the IFR_Service.

        * examples/POA/Generic_Servant/client.dsp:
        * examples/POA/Generic_Servant/server.dsp:

          Updated the defines for the Release builds.

        * TAO_IDL/TAO_IDL_BE_DLL.dsp:
        * TAO_IDL/TAO_IDL_FE_DLL.dsp:
        * TAO_IDL/tao_idl.dsp:
        * orbsvcs/Concurrency_Service/Concurrency_Service.dsp:
        * orbsvcs/CosEvent_Service/CosEvent_Service.dsp:
        * orbsvcs/Dump_Schedule/Dump_Schedule.dsp:
        * orbsvcs/Event_Service/Event_Service.dsp:
        * orbsvcs/IFR_Service/TypeCodeFactory_DLL.dsp:
        * orbsvcs/Scheduling_Service/Scheduling_Service.dsp:
        * orbsvcs/orbsvcs/LoadBalancing.dsp:
        * orbsvcs/tests/InterfaceRepo/IFR_Test/IFR_Test.dsp:
        * orbsvcs/tests/InterfaceRepo/Persistence_Test/Persistence_Test.dsp:

          Disabled precompiled headers.

        * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp:
        * tests/Portable_Interceptors/Benchmark/interceptors.cpp:

          Fixed some non-standard uses of ACE_ASSERT which results in errors
          on release builds.

          Changed stuff like:

          if (foo == 0)
            ACE_ASSERT (bar () == 0);

          to

          ACE_ASSERT (foo == 0 && bar () == 0);

        * tests/DSI_Gateway/DSI_Gateway_Client.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Server.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Service.dsp:

          Disabled Precompiled headers and fixed library paths.

Wed Nov  8 11:02:01 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/LifeCycle_Service/Makefile:
          For static builds the DynamicAny library must be linked too.

        * tao/Messaging_Policy_i.cpp:
          Fixed problems in platforms that don't do conversions between
          T_var and T_ptr& (vxworks).

        * tests/IDL_Test/Makefile:
          The path to the IDL compiler was hardcoded, use the TAO_IDL
          macro instead, this is very important for cross-compilation
          builds.

Wed Nov  8 10:00:16 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/IDL_Test/Makefile:
          I think I finally nailed the dependencies for the magic IDL
          files in this directory.  At least it compiles correctly in our
          4-way box, where it used to fail all the time.

        * tests/Portable_Interceptors/Dynamic/interceptors.cpp:
          Fixed warnings about unused variables, also fixed a couple of
          memory leaks, and unchecked exceptions.

Wed Nov  8 11:44:58 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/IFR_Service/TCF_Loader.cpp:

          Removed unused args from create_object method.

        * orbsvcs/IFR_Service/TypeCodeFactoryC.cpp:

          Added missing 'CORBA_' to constructor and destructor
          declarations.

Wed Nov  8 06:48:08 2000  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

        * tests/RTCORBA/README: Updated the information to point to
          the appropriate documentation.  Thanks to Michael Hampel
          <michael.hampel@fhs-hagenberg.ac.at> for motivating this.

Tue Nov  7 21:46:57 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_type.cpp:
        * TAO_IDL/include/ast_type.h:

          Added flag to indicate whether the node has been added
          to the Interface Repository. Used for types that can
          be forward declared, which right now is only interfaces,
          but will eventually include other types as well.

Tue Nov 07 16:38:05 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/Portable_Interceptors/Benchmark/client.dsp:
        * tests/Portable_Interceptors/Benchmark/server.dsp:
          Update the project files.

Tue Nov  7 15:16:37 2000  Carlos O'Ryan  <coryan@uci.edu>

        * examples/POA/Forwarding/Servant_Activator.cpp:
          Fixed warnings about unused variable.

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
          Change ACE_CHECK for ACE_CHECK_RETURN, otherwise builds without
          exceptions fail.

        * orbsvcs/LifeCycle_Service/Makefile:
          Add -lTAO_PortableServer library, needed in static builds.

Tue Nov  7 15:19:03 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_exception.cpp:
        * TAO_IDL/ast/ast_structure.cpp:

          Added base class constructor calls, not needed when
          traversing the be_<node> classes, which inherit from
          these and add to the hierarchy of constructor calls.

        * TAO_IDL/ast/ast_generator.cpp:

          Added code from be_generator::create_module to
          AST_Generator::create_module, so AST visitors will
          get reopened modules handled correctly.

Tue Nov  7 12:27:34 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:

          Commented out some unused formal parameters.

Tue Nov  7 12:04:42 2000  Darrell Brunsch <brunsch@uci.edu>

        * TAO_IDL/TAO_IDL_BE_DLL.dsp:
        * TAO_IDL/TAO_IDL_FE_DLL.dsp:
        * TAO_IDL/tao_idl.dsp:
        * orbsvcs/CosEvent_Service/CosEvent_Service.dsp:
        * orbsvcs/orbsvcs/LoadBalancing.dsp:

          Removed precompiled header usage.

Tue Nov  7 12:00:32 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/Portable_Interceptors/Benchmark/Client_ORBInitializer.cpp:
        * tests/Portable_Interceptors/Benchmark/Client_ORBInitializer.h:
        * tests/Portable_Interceptors/Benchmark/Interceptor_Type.cpp:
        * tests/Portable_Interceptors/Benchmark/Interceptor_Type.h:
        * tests/Portable_Interceptors/Benchmark/Makefile:
        * tests/Portable_Interceptors/Benchmark/Server_ORBInitializer.cpp:
        * tests/Portable_Interceptors/Benchmark/Server_ORBInitializer.h:
        * tests/Portable_Interceptors/Benchmark/client.cpp:
        * tests/Portable_Interceptors/Benchmark/interceptors.cpp:
        * tests/Portable_Interceptors/Benchmark/interceptors.h:
        * tests/Portable_Interceptors/Benchmark/server.cpp:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Client_ORBInitializer.cpp:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Client_ORBInitializer.h:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Makefile:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Server_ORBInitializer.cpp:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Server_ORBInitializer.h:
        * tests/Portable_Interceptors/Service_Context_Manipulation/client.cpp:
        * tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.cpp:
        * tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.h:
        * tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp:
          Got this to compile with the standard interfaces for Portable
          Interceptors, they were using a TAO proprietary interface that
          went the way of the dinosaur.

Tue Nov  7 11:19:11 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/TAO_Static.dsp
        * tao/DynamicAny/TAO_DynamicAny_Static.dsp:
        * tao/IORManipulation/TAO_IORManip.dsp:
        * tao/IORManipulation/TAO_IORManip_Static.dsp:
        * tao/IORTable/TAO_IORTable_Static.dsp:
        * tao/PortableServer/TAO_PortableServer_Static.dsp:

          Fixed these projects to be consistent in their defines,
          to make sure things like defining _DEBUG in a release
          build doesn't happen.

Tue Nov  7 12:24:48 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.h: Made the changes for
          the new caching scheme in SSLIOP.

Tue Nov  7 11:50:22 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/InterfaceC.cpp:
        * tao/InterfaceC.h:
        * tao/InterfaceC.i:

          TypeCodeFactory generated code moved from these files
          to new files TypeCodeFactoryC.*.

        * tao/PortableServer/POA_CORBA.h:

          TypeCodeFactory generated code removed from this file.

        * tao/Interface.pidl:

          Interface TypeCodeFactory modified to be local.

        * orbsvcs/IFR_Service/TypeCodeFactoryC.h:
        * orbsvcs/IFR_Service/TypeCodeFactoryC.inl:
        * orbsvcs/IFR_Service/TypeCodeFactoryC.cpp:

          New files containing code removed from InterfaceC.*.

        * orbsvcs/IFR_Service/TypeCodeFactory_skel.cpp:

          Removed from project and Makefiles.

        * orbsvcs/IFR_Service/Repository_i.h:
        * orbsvcs/IFR_Service/TCF_Loader.h:
        * orbsvcs/IFR_Service/TCF_Loader.cpp:
        * orbsvcs/IFR_Service/TypeCodeFactory_i.h:
        * orbsvcs/IFR_Service/TypeCodeFactory_i.cpp:
        * orbsvcs/IFR_Service/TypeCodeFactory_DLL.dsp:
        * orbsvcs/IFR_Service/Makefile.TypeCodeFactory:
        * orbsvcs/IFR_Service/TypeCodeFactory_DLL.bor:

          Other files modified to make TypeCodeFactory a local
          interface. The motivation for this change was a bug
          report by Mateu Batle <mbatle@iname.com> and one by
          Jean-Christophe Dubois <jcd@one.com> that the
          TypeCodeFactory was blocking indefinitely upon startup.
          It turned out that there was an attempt to acquire the same
          lock twice, but the real solution seemed to be to make
          TypeCodeFactory, like DynamicAnyFactory, a local interface,
          which sidesteps the lock problem, and at the same time reduces
          TypeCodeFactory's size.

Tue Nov  7 08:57:16 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/SHMIOP_Connector.cpp (close): Fixed a warning in KCC 3.4
          build.

Tue Nov  7 08:54:31 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Connection_Cache_Manager.h:
        * tao/Connection_Cache_Manager.inl: Fixed compile errors on
          Digital Unix. The changes should hopefully fix the problem.

Mon Nov 06 23:39:05 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/PortableServer/POA.cpp (reference_to_id and
          reference_to_servant): Made sure that we are not dealing with a
          nil object reference.  If we are, then throw a
          CORBA::BAD_PARAM() exception.  Thanks to Sandro Doro
          <doro.s@flashnet.it> for suggesting this change.

Mon Nov  6 17:26:30 2000  Carlos O'Ryan  <coryan@uci.edu>

        * */Makefile:
          Update all dependencies again. The last version commited had
          only .obj/*.o files listed, none of the .shobj files was listed.

        * performance-tests/Latency/single_threaded.pl:
          Run only the single threaded test, used to generate the
          performance graph.

Mon Nov  6 17:16:29 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/IFR_Service/TypeCodeFactory_skel.cpp:

          Updated the overlooked POA_CORBA::TypeCodeFactory::_dispatch
          method to use Bruce Trask's synchronous_upcall_dispatch()
          call. This was causing a protection fault when _dispatch
          was called. Thanks to Jean-Christophe Dubois <jcd@one.com>
          for reporting this bug.

Mon Nov  6 16:55:05 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/IIOP_Connect.h:
        * tao/UIOP_Connect.h: Added the TAO_Export for the TAO_*_Property
          class.

        * tao/IIOP_Connector.cpp:
        * tao/UIOP_Connector.cpp:
        * tao/SHMIOP_Connector.cpp: Added a ACE_TEXT macro for a ACE_DEBUG
          statement

Mon Nov  6 16:16:55 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/*/Makefile: Updated dependencies.

Mon Nov  6 15:29:04 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_interface.cpp:

          Modified redefine() method to check for self-concatenation
          before concatenating pragma lists. Changes made to interface
          redefinition code (seeing full definition after a forward
          declaration, for example) have introduced a case where
          self-concatenation can happen. In this case, the
          concatenation should just be skipped. Thanks to Ossama's
          SecurityLevel2.idl file for bringing this case to light.

Mon Nov  6 15:10:27 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * docs/Options.html: Updated the documentation

        * tests/*/Makefile:
        * tests/performance_tests/*/Makefile: Updated dependencies.

Mon Nov  6 14:50:23 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Makefile.bor: Added new files.

Mon Nov  6 14:34:17 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/TAO.dsp:
        * tao/TAO_Static.dsp: Updated files.

Mon Nov  6 13:54:20 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        Changes related to the new caching scheme in TAO. Please see
        http://www.cs.wustl.edu/~bala/connection_mgmt.html for the
        requirements that were a guiding factor for these
        changes. Further, the present set of changes includes only the
        Caching scheme. The purging which was a part of the scheme (that
        will be gone with this changes) has not been added. It will be
        done in the next set of changes due in another few days/weeks.

        * tao/Base_Connection_Property.h:
        * tao/Base_Connection_Property.inl:
        * tao/Base_Connection_Property.cpp: An abstraction for the
          connection property. This class at present encapsulates the
          TAO_Endpoint which is used as a key to look up connections from
          the Cache. Looking up connections based on the Endpoint is the
          base on which the whole Caching scheme works. This class can be
          extended to attach properties for connections ex. QoS
          properties. Lookups can then be done based on the endpoint with
          the specific properties.

        * tao/Cache_Entries.h:
        * tao/Cache_Entries.cpp:
        * tao/Cache_Entries.inl:  Provides wrapper classes for the Key and
          Value fields of a Cache map.

        * tao/Connection_Cache_Manager.h:
        * tao/Connection_Cache_Manager.cpp:
        * tao/Connection_Cache_Manager.inl: A wrapper class for the
          connection cache. This class holds an instance of
          ACE_Hash_Map_Manager on which the connections are
          cached. This wrapper is necessary as we can extend the interface
          and implementation to iterate over the map based on a specific
          requirement. One good example is the case for FT, wherein we
          would like to choose connections to a FT server and return the
          list of such connections to the caller.

        * tao/Connection_Handler.h:
        * tao/Connection_Handler.cpp:
        * tao/Connection_Handler.inl: An abstract base class for the
          connection handlers (event handlers). This base class is used by
          both the Server and Client Connection handlers. A pointer to
          this base class is held by the Connection Cache. This class (and
          hence the inherited classes) is refcounted. The refcount
          indicates the number of places the references are held. The
          refcounting does part of the memory management.

        * tao/Client_Strategy_Factory.h:
        * tao/Client_Strategy_Factory.cpp: Removed the method
          create_cached_connector_lock (). This lock for the Connection
          Cache is within TAO_Connection_Cache_Manager.

        * tao/default_client.cpp:
        * tao/default_client.h: Removed the method
          create_cached_connector_lock (). The option -ORBConnectorLock
          has been removed as it does not make much sense in the present
          context.

        * tao/Connector_Registry.h:
        * tao/Connector_Registry.cpp: All references to purging scheme has
          been removed.

        * tao/Endpoint.h:
        * tao/Endpoint.i: Added priority as one of the argument to the
          constructor with a default value. Further, added is_equivalent
          (), hash () and duplicate () as pure virtual functions. The
          Base_Connection_Property class (and in turn the TAO_Cache_ExtId
          class) depends on these virtual functions to check for
          equivalency, get a hash value and do a deep copy respectively.

        * tao/IIOP_Connect.h:
        * tao/IIOP_Connect.cpp:
        * tao/UIOP_Connect.h:
        * tao/UIOP_Connect.cpp:
        * tao/SHMIOP_Connect.h:
        * tao/SHMIOP_Connect.cpp: Zapped the base class
          TAO_*_Handler_Base. This class practically provided nothing but
          an extra class in inheritance hierarchy. The protocol property
          structure that was defined within this TAO_*_Handler_Base class
          has been made a different class by name TAO_*_Properties. The
          connection handlers will now inherit directly from the Service
          Handler specialised by the type of stream and the
          TAO_Connection_Handler class. Implementation for a couple of
          virtual methods defined in TAO_Connection_Handler class have
          been added. The memory management of the connection handlers on
          both the server and client side follows the same pattern. If the
          handlers are registered with the reactor, the handlers are
          marked and their refcounts bumped up. When the Connection Cache
          is closed the Handle_Set of the handlers that are registered
          with the reactor are passed back to the ORB_Core and the
          refcounts decreased by one. This Handle_Set is used by the
          ORB_Core to de-register those handles from the reactor. The
          reactor then calls handle_close () on these handlers. At that
          point of time, refcounts are further decreased by one, which
          makes the handlers destroy themselves.  This scheme of memory
          management helps for both these cases (1) When the reactor
          dissappears before the ORB_Core and (2) When the ORB_Core
          dissappears before the reactor.

          Also, moved some of the code that was protocol independent in to
          the base class TAO_Connection_Handler.

        * tao/IIOP_Acceptor.h:
        * tao/UIOP_Acceptor.h:
        * tao/SHMIOP_Acceptor.h: Renamed the struct that had the
          connection property to TAO_*_Properties.

        * tao/IIOP_Endpoint.h:
        * tao/IIOP_Endpoint.cpp:
        * tao/UIOP_Endpoint.h:
        * tao/UIOP_Endpoint.cpp:
        * tao/SHMIOP_Endpoint.h:
        * tao/SHMIOP_Endpoint.cpp: Provided implementation for the methods
          hash (), is_equivalent () and duplicate ().

        * tao/Pluggable.h:
        * tao/Pluggable.i:
        * tao/Pluggable.cpp: Removed references to the purging
          scheme. Cached the pointer to the ORB_Core in TAO_Connector and
          provided accesors to the ORB_Core. All the *_Connector classes
          had its own copy of the ORB_Core. So, they have been moved to
          the base class TAO_Connector.

        * tao/IIOP_Transport.h:
        * tao/IIOP_Transport.cpp:
        * tao/UIOP_Transport.h:
        * tao/UIOP_Transport.cpp:
        * tao/SHMIOP_Transport.h:
        * tao/SHMIOP_Transport.cpp: Added a method service_handler () to
          access the underlying service handler associated with the
          transport. Changed the implementation of idle () method. This
          now calls the idle on the correspoding handler that it holds.

        * tao/Acceptor_Impl.cpp: Removed references to the existing
          purging scheme. Further, changed the scheme in which the open
          connections are kept track in a reactive-concurrency model. Now
          the corresponding handlers will be marked as being registered
          with the reactor and their reference count bumped up before the
          handler is registered with the reactor.

        * tao/ORB_Core.h:
        * tao/ORB_Core.cpp:
        * tao/ORB_Core.i: Added an instance of the
          Connection_Cache_Manager in the ORB_Core and provided an
          accessor for it. Removed the Handle_Set that was kept in the
          ORB_Core and the accessors of the Handle_Set.

        * tao/Resource_Factory.h:
        * tao/Resource_Factory.cpp:
        * tao/default_resource.h:
        * tao/default_resource.cpp:  Zapped the class
          TAO_Cached_Connector_Lock as we now hold a single lock on the
          Cache_Map. Added a method create_cached_connection_lock (). This
          method creates the right lock for the Connection_Cache. Added an
          option -ORBConnectionLock that can used at ORB initialisation.

        * tao/Makefile:
        * tao/PortableServer/Makefile:
        * tao/DynamicAny/Makefile:
        * tao/IORManipulation/Makefile:
        * tao/IORTable/Makefile: Updated dependencies.

Mon Nov  6 13:03:51 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynamicInterface/ExceptionList.cpp:

          Removed explicit instantiation of
          ACE_Unbounded_Queue<CORBA::TypeCode_ptr> and related
          types, since they already exist in tao/Exception.cpp.

Mon Nov  6 12:28:41 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be_include/be_union.h:
        * TAO_IDL/ast/ast_union.cpp:
        * TAO_IDL/include/ast_union.h:

          Had to move default_index_, default_index() and
          compute_default_index() from be_union to ast_union,
          in order to fix problems caused by a similar move
          of default_value_, default_value() and
          compute_default_value() recently.

Mon Nov  6 09:50:37 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/ORB_Core.cpp (stubless_relative_roundtrip_timeout):
          Put a TAO_HAS_CORBA_MESSAGING guard around the implementation of
          this function to satisfy the ssl=1 case.

Mon Nov  6 10:06:09 2000  Carlos O'Ryan  <coryan@uci.edu>

        * performance-tests/Callback/Makefile:
          Only compile if minimum_corba is disabled

Mon Nov  6 07:35:50 2000  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

        * tests/IORManipulation/Makefile (LDFLAGS): Added back a missing
          '+' to '+=' so that linking works properly.  Thanks to Albert
          Wijnja <albert.wijnja@meco.nl> for reporting this.

Sat Nov  4 18:34:10 2000  Darrell Brunsch <brunsch@uci.edu>

        * TAOACE.dsw:

          Updated dependencies for TAO_Fault_Tolerance.

        * orbsvcs/tests/FaultTolerance/IOGRManipulation/IOGRTest.dsp:

          Fixed library paths and libraries included.

        * tests/DSI_Gateway/DSI_Gateway_Client.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Server.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Service.dsp:

          Fixed tao_idl dependency.

Sat Nov  4 18:59:00 2000  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/source/server/Makefile:
        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/ui.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/com.cpp:

          Fixed compile and link errors.

Sat Nov  4 18:04:21 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_typedef.cpp:
        * TAO_IDL/include/ast_typedef.h:

          Added a method to find the primitive base type
          (looping if there are nested typedefs) similar
          to that in be_typedef, but with a different return
          type. Needed for IfR administration.

        * TAO_IDL/ast/ast_union.cpp:
        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be_include/be_union.h:
        * TAO_IDL/include/ast_union.h:

          Moved code to store and compute the default label
          value from be_union to ast_union. Needed for IfR
          administration.

        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
          Switch case for wchar discriminators was using the
          short member of the union node's union member that
          stores the default label value. Changed this to use
          the union's wchar member.

Sat Nov  4 15:21:52 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/DSI_Gateway/gateway.bor:
        * tests/Param_Test/client.bor:

          Added DynamicInterface library and cflags to these
          makefiles.

Fri Nov  3 17:42:34 2000  Darrell Brunsch <brunsch@uci.edu>

        * TAO_IDL/TAO_IDL_BE_LIB.dsp:
        * TAO_IDL/TAO_IDL_FE_LIB.dsp:
        * TAO_IDL/tao_idl_static.dsp:
        * examples/Simple/time/client_static.dsp:
        * examples/Simple/time/server_static.dsp:
        * orbsvcs/Naming_Service/Naming_Server_static.dsp:
        * orbsvcs/orbsvcs/CosConcurrency_Static.dsp:
        * orbsvcs/orbsvcs/CosEvent_Static.dsp:
        * orbsvcs/orbsvcs/CosLifeCycle_Static.dsp:
        * orbsvcs/orbsvcs/CosNaming_Static.dsp:
        * orbsvcs/orbsvcs/CosNotification_Static.dsp:
        * orbsvcs/orbsvcs/CosProperty_Static.dsp:
        * orbsvcs/orbsvcs/CosTime_Static.dsp:
        * orbsvcs/orbsvcs/CosTrading_Static.dsp:
        * orbsvcs/orbsvcs/LoadBalancing_Static.dsp:
        * orbsvcs/orbsvcs/RTEvent_Static.dsp:
        * orbsvcs/orbsvcs/RTOLDEvent_Static.dsp:
        * orbsvcs/orbsvcs/RTSchedEvent_Static.dsp:
        * orbsvcs/orbsvcs/RTSched_Static.dsp:
        * orbsvcs/orbsvcs/Svc_Utils_Static.dsp:
        * tao/TAO_Static.dsp:
        * tao/IORManipulation/TAO_IORManip_Static.dsp:
        * tao/IORTable/TAO_IORTable_Static.dsp:
        * tao/PortableServer/TAO_PortableServer_Static.dsp:

          Updated static configurations for Static Release.

        * tao/DynamicInterface/ExceptionList.inl:

          Added CVS ID string to this file.

Fri Nov  3 16:49:01 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_structure.cpp:

          Added explicit template instantiation for
          ACE_Unbounded_Queue_Iterator<AST_Field *>.

Fri Nov  3 14:53:08 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao_idl/ast/ast_exception.cpp:
        * tao_idl/ast/ast_structure.cpp:
        * tao_idl/ast/ast_union.cpp:
        * tao_idl/include/ast_structure.h:

          Added ACE_Unbounded_Queue member that contains only
          fields, code to populate the container, and accessor
          function. Existing member count and scope iterator
          functions include things like enum values of an enum
          declared inside the scope, which the spec requires
          to be declared in the enum's enclosing scope. Extra
          'members' like these are used in typecode creation,
          so the behavior of these existing functions could
          not be changed. For IfR administration, something was
          needed that would act on the 'fields' of the data type
          only. Simply ignoring the extra members makes it very
          difficult to correctly process something like:
                struct foo
                {
                  enum bar {ONE, TWO} member1;
                  bar member2;
                };
          which is legal IDL, thus the dedicated container member
          and associated methods. The new member and accessor method
          are declared in AST_Structure only, since AST_Exception and
          AST_Union inherit from it. The populating method had to be
          added in each class, since the method from which it is
          called is private in each class.

Fri Nov  3 09:16:13 2000  Darrell Brunsch <brunsch@uci.edu>

        * tests/DSI_Gateway/DSI_Gateway_Client.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Server.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Service.dsp:
        * tests/Exposed_Policies/Client.dsp:
        * tests/Exposed_Policies/Server.dsp:
        * tests/Param_Test/client.dsp:
        * tests/Portable_Interceptors/Benchmark/client.dsp:
        * tests/Portable_Interceptors/Benchmark/server.dsp:
        * orbsvcs/examples/Security/Send_File/Send_File_Client.dsp:
        * orbsvcs/examples/Security/Send_File/Send_File_Server.dsp:

          Touched up the Release versions of these projects.

Fri Nov  3 10:48:56 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/DSI_Gateway/DSI_Gateway_Client.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Server.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Service.dsp:

          Set the parameters for compiling the IDL file in
          the release version of these projects.

        * tests/DSI_Gateway/test.idl:

          Renamed typedef LongSeq as DSI_LongSeq. The generated
          #if defined guard around the class constructor definitions
          and the Any destructor definition (_LONGSEQ_CS_) was
          conflicting with something defined elsewhere.

Thu Nov  2 14:44:35 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
          Explicitly instantiate
          ACE_Atomic_Op<ACE_SYNCH_MUTEX,CORBA::ULong>
          it used to be instantiated in the TAO library, but now that code
          is in TAO_DynamicInterface.

        * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
          Use the Atomic_Op instantiation from EC_Gateway_UDP.

        * TAO_IDL/Makefile.dependencies:
          The IDL compiler was touched if static_libs_only was not
          defined.

Thu Nov  2 15:07:33 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/corbafwd.h:

          Uninlined the declarations of the overloaded CORBA::release
          and CORBA::is_nil methods for Request, ServerRequest and
          Context. Also moved the declarations of
          CORBA::release (ServerRequest) and
          CORBA::is_nil (ServerRequest) inside the minimum CORBA
          guards, since ServerRequest is now used only for DSI.

Thu Nov  2 12:03:07 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Dynamic_Adapter.cpp:

          Moved the #endif of TAO_HAS_MINIMUM_CORBA to the end of
          the file, after the explicit template instantiations.

        * tao/DynamicInterface/TAO_DynamicInterface.dsp:

          Fixed a typo in the project settings for the release
          version.

Wed Nov  1 10:14:26 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.h:
        * orbsvcs/ImplRepo_Service/implrepo.dsp:

          Changed the ImplRepo_Service to use ServantLocators instead
          of a default_servant.  [Bug 668]

Wed Nov  1 10:04:27 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Messaging_Policy_i.cpp (relative_expiry):
        * tao/ORB_Core.cpp:
          Removed unnecessary TAO_HAS_RELATIVE_ROUNDTRIP_TIMEOUT_POLICY
          guards.

Wed Nov  1 09:47:47 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Stub.cpp:
        * tao/Messaging_Policy_i.h:
        * tao/Messaging_Policy_i.cpp:
        * tao/Messaging_PolicyFactory.cpp (create_policy):
        * tao/Messaging_ORBInitializer.cpp (pre_init):
          Changed TAO_HAS_ROUNDTRIP_TIMEOUT_POLICY to
          TAO_HAS_RELATIVE_ROUNDTRIP_TIMEOUT_POLICY

Wed Nov  1 08:19:12 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/Messaging_ORBInitializer.cpp:

          Added TAO_HAS_ROUNDTRIP_TIMEOUT_POLICY protection
          around call to TAO_ORB_Core::set_timeout_hook.

        * tao/Messaging_PolicyFactory.cpp:

          Added TAO_HAS_ROUNDTRIP_TIMEOUT_POLICY protection
          for one case statement.

        * tao/Messaging_Policy_i.cpp:
        * tao/Messaging_Policy_i.h:
        * tao/Messaging_Policy_i.i:

          Standardized the use of the protection macros, since the .h
          file was using TAO_HAS_CORBA_MESSAGING, but the .cpp file
          was using TAO_HAS_SYNC_SCOPE_POLICY or nothing at all.  Made
          them consistent.  Granted, I don't know if this is the
          "correct" way of doing it, but it links for me though.

Wed Nov 01 09:58:29 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/PortableServer/Object_Adapter.h (prepare_for_upcall): Added
          back the default value for ACE_TRY_ENV.  I thought that this was
          library code and should not have a default.  Actually, this code
          is also called from the Through POA stubs and therefore requires
          the default so that it can be called from code that uses native
          exceptions and not the simulated exceptions.  Thanks to Carlos
          for pointing this out.

Wed Nov  1 08:14:14 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynamicInterface/Context.cpp:
        * tao/DynamicInterface/Context.h:
        * tao/DynamicInterface/DII_Invocation.cpp:
        * tao/DynamicInterface/DII_Invocation.h:
        * tao/DynamicInterface/DII_Reply_Dispatcher.cpp:
        * tao/DynamicInterface/DII_Reply_Dispatcher.h:
        * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp:
        * tao/DynamicInterface/Dynamic_Adapter_Impl.h:
        * tao/DynamicInterface/Dynamic_Implementation.cpp:
        * tao/DynamicInterface/Dynamic_Implementation.h:
        * tao/DynamicInterface/ExceptionList.cpp:
        * tao/DynamicInterface/ExceptionList.h:
        * tao/DynamicInterface/Request.cpp:
        * tao/DynamicInterface/Request.h:
        * tao/DynamicInterface/Server_Request.cpp:
        * tao/DynamicInterface/Server_Request.h:

          Replaced or added TAO_HAS_MINIMUM_CORBA guards around
          these files.

Wed Nov  1 07:33:03 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/ImplRepo_Service/implrepo.dsp:
        * orbsvcs/ImplRepo_Service/NT_ImplRepo_Service.dsp:

          Added TAO_DynamicInterface to linked libraries, and
          tao/DynamicInterface to the link path.

        * ImplRepo_i.cpp:

          Cosmetic changes.

Wed Nov  1 07:05:19 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAOACE.dsw:

          Left out of earlier checkin

          Tue Oct 31 12:01:10 2000  Jeff Parsons  <parsons@cs.wustl.edu>


Tue Oct 31 20:17:22 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/TAO_Static.dsp:

          Changes corresponding those made to TAO.dsp in

          Tue Oct 31 12:01:10 2000  Jeff Parsons  <parsons@cs.wustl.edu>

Tue Oct 31 20:03:17 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_info_rettype.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype.cpp:
        * TAO_IDL/be_include/be_codegen.h:

          Added decision to use ACE_NESTED_CLASS macro for interceptors
          request info subclasses' return type code, similiar to
          previous changes made for arguments. Also changed the name
          of the visitor context substate enum value to be more
          general, since it isn't used just for arguments any more.
          Thanks to Tommy Andreasen <tommy.andreasen@radiometer.dk>
          for reporting this bug and sending in an example IDL file.

Tue Oct 31 17:34:17 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/PortableInterceptorC.h:
          Removed the unnecessary TAO_HAS_CORBA_MESSAGING Guard.

        * tao/Stub.h (TAO_Stub):
        * tao/Stub.cpp (buffering_constraint):

        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp (stubless_relative_roundtrip_timeout):
          Added the TAO_HAS_ROUNDTRIP_TIMEOUT_POLICY adn
          TAO_HAS_SYNC_SCOPE_POLICY guards around the related functions.

        * tao/Messaging_Policy_i.h:
          Added the missing TAO_HAS_CORBA_MESSAGING Guard around the
          class.


Tue Oct 31 18:50:35 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Dynamic_Adapter.cpp:

          Removed unused arguments in the no-op definitions
          of the base class functions.

Tue Oct 31 18:43:41 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Invocation.cpp:
        * tao/Invocation.h:

          Added TAO_HAS_MINIMUM_CORBA == 0 guards around the
          declaration and definition of the version of invoke()
          that takes an ExceptionList. This version is used only
          by DII. Thanks to Priyanka for reporting this problem,
          which occurs in minimum CORBA builds.

Tue Oct 31 17:55:02 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * rules.tao.GNU:

          Added variable TAO_DYNAMIC_LIBS, set to
          -lTAO_DynamicInterface, and used it in the
          following Makefiles, which all use DII and/or DSI
          code.

        * examples/POA/DSI/Makefile:
        * performance-tests/Cubit/TAO/DII_Cubit/Makefile:
        * performance-tests/Latency/Makefile:
        * tests/DSI_Gateway/Makefile:
        * tests/Param_Test/Makefile:

Tue Oct 31 14:53:46 2000  Carlos O'Ryan  <coryan@uci.edu>

        * */Makefile*:
          Update all makefile dependencies (yet another time).

Tue Oct 31 15:19:13 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Dynamic_Adapter.cpp:

          Added explicit template instantiations for
          ACE_Dynamic_Service<TAO_Dynamic_Adapter>.

Tue Oct 31 11:54:30 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Object.cpp:
          Remove stray template instantiation, probably left out during
          development.

        * tao/DynamicInterface/DII_Invocation.h:
        * tao/DynamicInterface/DII_Reply_Dispatcher.h:
        * tao/DynamicInterface/Request.h:
          Fixed a few #includes that still referenced files with the tao/
          prefix, even though they were moved to the DynamicInterface
          directory.

        * tao/Makefile:
        * tao/DynamicAny/Makefile:
        * tao/IORManipulation/Makefile:
        * tao/IORTable/Makefile:
        * tao/PortableServer/Makefile:
        * tao/DynamicInterface/Makefile:
          Update dependencies

Tue Oct 31 11:05:47 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/PortableServer/TAO_PortableServer.dsp:
          Remove Forwarding_Servant from this project file too.

Tue Oct 31 12:15:18 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/DSI_Gateway/DSI_Gateway.dsw:
        * tests/DSI_Gateway/DSI_Gateway_Client.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Server.dsp:
        * tests/DSI_Gateway/DSI_Gateway_Service.dsp:

          Added MSVC workspace and projects for this test.

Tue Oct 31 12:01:10 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynamicInterface/Context.cpp:
        * tao/DynamicInterface/Context.h:
        * tao/DynamicInterface/Context.inl:
        * tao/DynamicInterface/DII_Invocation.cpp:
        * tao/DynamicInterface/DII_Invocation.h:
        * tao/DynamicInterface/DII_Invocation.inl:
        * tao/DynamicInterface/DII_Reply_Dispatcher.cpp:
        * tao/DynamicInterface/DII_Reply_Dispatcher.h:
        * tao/DynamicInterface/DII_Reply_Dispatcher.inl:
        * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp:
        * tao/DynamicInterface/Dynamic_Adapter_Impl.h:
        * tao/DynamicInterface/Dynamic_Implementation.cpp:
        * tao/DynamicInterface/Dynamic_Implementation.h:
        * tao/DynamicInterface/ExceptionList.cpp:
        * tao/DynamicInterface/ExceptionList.h:
        * tao/DynamicInterface/ExceptionList.inl:
        * tao/DynamicInterface/Makefile:
        * tao/DynamicInterface/Makefile.bor:
        * tao/DynamicInterface/Request.cpp:
        * tao/DynamicInterface/Request.h:
        * tao/DynamicInterface/Request.inl:
        * tao/DynamicInterface/Server_Request.cpp:
        * tao/DynamicInterface/Server_Request.h:
        * tao/DynamicInterface/Server_Request.inl:
        * tao/DynamicInterface/TAO_DynamicInterface.dsp:
        * tao/DynamicInterface/dynamicinterface_export.h:

          Files either moved whole from TAO/tao, created from parts of
          files in TAO/tao, or created from scratch for the new
          DynamicInterface library. This new library contains all the code
          related to DII and DSI.

        * tao/Dynamic_Adapter.cpp:
        * tao/Dynamic_Adapter.h:

          New files containing base class for hook methods that replace
          all or part of existing TAO methods that use DII or DSI.

        * TAOACE.dsw:
        * tao/DomainC.cpp:
        * tao/Exception.cpp:
        * tao/Exception.h:
        * tao/Exception.i:
        * tao/GIOP_Message_Acceptors.cpp:
        * tao/InterfaceC.cpp:
        * tao/Invocation.cpp:
        * tao/Invocation.h:
        * tao/LocalObject.cpp:
        * tao/Makefile:
        * tao/Makefile.am:
        * tao/Makefile.bor:
        * tao/ORB.cpp:
        * tao/ORB.h:
        * tao/Object.cpp:
        * tao/Object.h:
        * tao/PolicyC.cpp:
        * tao/Stub.cpp:
        * tao/Stub.h:
        * tao/Stub.i:
        * tao/TAO.dsp:
        * tao/TAO_Server_Request.cpp:
        * tao/TAO_Server_Request.h:
        * tao/corba.h:
        * tao/corbafwd.cpp:
        * tao/operation_details.h:
        * tao/target_specification.h:

          TAO/tao files modified to be consistent with the
          DynamicInterface library.

        * tao/PortableServer/POA.cpp:
        * tao/PortableServer/POA.h:
        * tao/PortableServer/POA.i:
        * tao/PortableServer/Servant_Base.cpp:
        * tao/PortableServer/Servant_Base.h:
        * tao/PortableServer/TAO_PortableServer.dsp:

          TAO/tao/PortableServer files modified to be consistent
          with the DynamicInterface library.

        * tests/DSI_Gateway/test_dsi.cpp:
        * tests/DSI_Gateway/test_dsi.h:
        * tests/Param_Test/client.dsp:
        * tests/Param_Test/helper.h:
        * examples/POA/DSI/Database_i.cpp:
        * examples/POA/DSI/Database_i.h:
        * examples/POA/DSI/server.dsp:
        * performance-tests/Cubit/TAO/DII_Cubit/client.cpp:
        * performance-tests/Cubit/TAO/DII_Cubit/client.dsp:
        * performance-tests/Latency/deferred_synch_client.dsp:
        * performance-tests/Latency/dii_client.cpp:

          Tests and examples modified to be consistent with the
          DynamicInterface library.

Tue Oct 31 11:06:52 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/IFR_Service/InterfaceS.cpp:
        * orbsvcs/IFR_Service/TypeCodeFactory_skel.cpp:

          Fixed generated code to reflect Irfan's recent change
          to the signature of the prepare_for_upcall() method.

Tue Oct 31 09:09:17 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/IOR_Parser.h: SystemException was being used without being
          defined (it was only forward declared).  Included Exception.h
          to fix this.  Thanks to J. Russell Noseworthy
          <rnosewor@objectsciences.com> for reporting this problem and
          providing the fix. This closes bug 708.

Mon Oct 30 21:37:22 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/PortableServer/Makefile:
        * tao/PortableServer/Makefile.bor:
          Remove Forwarding_Servant from the list of files, updated
          dependencies.

Mon Oct 30 18:51:02 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Read.cpp:
        * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Write.cpp:
        * orbsvcs/orbsvcs/ESF/ESF_Peer_Admin.cpp:
        * orbsvcs/orbsvcs/ESF/ESF_Proxy_Admin.cpp:
          Sun/CC 5.1 Patch 109490-01 gives errors if the formal arguments
          names in a template definition do not match the names in the
          declaration.
          Fixed the problems in the ESF directory per J. Russell
          Noseworthy <rnosewor@objectsciences.com> report.
          This is a partial fix for [BUGID:709]

        * orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.h:
        * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Read.h:
        * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Write.h:
        * orbsvcs/orbsvcs/ESF/ESF_Defaults.h:
        * orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.h:
        * orbsvcs/orbsvcs/ESF/ESF_Delayed_Command.h:
        * orbsvcs/orbsvcs/ESF/ESF_Immediate_Changes.h:
        * orbsvcs/orbsvcs/ESF/ESF_Peer_Admin.h:
        * orbsvcs/orbsvcs/ESF/ESF_Peer_Admin.i:
        * orbsvcs/orbsvcs/ESF/ESF_Peer_Workers.h:
        * orbsvcs/orbsvcs/ESF/ESF_Proxy_Admin.h:
        * orbsvcs/orbsvcs/ESF/ESF_Proxy_Collection.h:
        * orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h:
        * orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h:
        * orbsvcs/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.h:
        * orbsvcs/orbsvcs/ESF/ESF_RefCount_Guard.h:
        * orbsvcs/orbsvcs/ESF/ESF_Shutdown_Proxy.h:
        * orbsvcs/orbsvcs/ESF/ESF_Worker.h:
        * orbsvcs/orbsvcs/Event/EC_And_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Bitmask_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Busy_Lock.h:
        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerControl.h:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Defaults.h:
        * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Dispatching_Task.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_Sched.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
        * orbsvcs/orbsvcs/Event/EC_MT_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Masked_Type_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Negation_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Scheduling.h:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Prefix_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_QOS_Info.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_Timeout_Generator.h:
        * orbsvcs/orbsvcs/Event/EC_Sched_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Sched_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Scheduling_Strategy.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierControl.h:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Generator.h:
        * orbsvcs/orbsvcs/Event/EC_Trivial_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Type_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_UDP_Admin.h:
          Update all the header files to use Doxygen style documentation.
          I used Darrell's doxygen-convert.pl script and a little
          hand-crafting.

Mon Oct 30 18:35:46 2000  Darrell Brunsch <brunsch@uci.edu>

        * examples/POA/Forwarding/Servant_Activator.cpp:

          Added a TAO_ENV_ARG_DEFN so we have an ACE_TRY_ENV when
          native exceptions are used.

        * orbsvcs/orbsvcs/SSLIOP.dsp:

          Removed hardcoded OpenSSL include directories.

        * orbsvcs/tests/FaultTolerance/IOGRManipulation/IOGRTest.dsp:

          Fixed the include directories.

Mon Oct 30 17:47:13 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Policy_Manager.h:
        * tao/Policy_Manager.cpp (TAO_Policy_Manager_Impl):
          Changed the type of relative_roundtrip_timeout_ and sync_scope_ to
          CORBA::Policy *.
          Hence instead of calling TAO_RelativeTimeoutPolicy::clone or
          TAO_Sync_Scope_Policy::clone, calling CORBA::Policy::copy.
          Made related changes.

          Modify the return parameter for
          relative_roundtrip_timeout () and sync_scope () to
          CORBA::Policy_ptr in all the classes in the file.

        * tao/ORB_Core.h  :
        * tao/ORB_Core.cpp:
          Declare and define TAO_ORB_Core::call_timeout_hook,
          TAO_ORB_Core::set_timeout_hook,
          TAO_ORB_Core::call_sync_scope_hook,
          TAO_ORB_Core::set_sync_scope_hook which are used to call the
          hooks to set and get the values of timeout/scope and save the
          hook for the respective policies so that they can be used later
          in need.

          Also, get_sync_strategy is defined as a helper to get the
          TAO_Sync_Strategy related to the Sync_Scope passed to it.

          The function TAO_ORB_Core::stubless_sync_scope helps get the
          scope when the stub is nil.

          Modify the return parameter for
          TAO_ORB_Core::relative_roundtrip_timeout (),
          TAO_ORB_Core::default_relative_roundtrip_timeout (),
          TAO_ORB_Core::stubless_relative_roundtrip_timeout (),
          TAO_ORB_Core::default_sync_scope () and
          TAO_ORB_Core::sync_scope () to CORBA::Policy_ptr.

          The same change recursively in all the classes which call these
          functions.

        * tao/Stub.h:
        * tao/Stub.cpp (sync_scope):
          Modified TAO_Stub::sync_strategy () to call
          TAO_ORB_Core::call_sync_scope_hook to get the scope value.
          This scope value is passed to TAO_ORB_Core::get_sync_strategy ()
          to get the TAO_Sync_Strategy.

          Modify the return parameter for
          TAO_ORB_Core::relative_roundtrip_timeout (),
          TAO_ORB_Core::sync_scope () to CORBA::Policy_ptr.

          Modified TAO::Sync_scope to call
          TAO_ORB_Core::stubless_sync_scope to avoid code repetition.

        * tao/Messaging_Policy_i.h (SyncScopePolicy,):
        * tao/Messaging_Policy_i.cpp:
          Declare and define TAO_RelativeRoundtripTimeoutPolicy::hook
          and TAO_Sync_Scope_Policy::hook functions. The
          functions are called to set the hooks for the respective policies
          to indicate that the policies are set and also to know the Timeout
          and scope values in the respective cases.

        * tao/Messaging_PolicyFactory.cpp (create_policy):
          Remove the if-defs for TAO_HAS_RELATIVE_ROUNDTRIP_TIMEOUT_POLICY
          and TAO_HAS_SYNC_SCOPE_POLICY in the switch-case block.

        * tao/Messaging_ORBInitializer.cpp:
          Save the pointers to hooks for
          TAO_RelativeRoundtripTimeout and TAO_Sync_Scope
          policies in the
          TAO_Messaging_ORBInitializer::pre_init by calling the
          TAO_ORB_Core::set_timeout_hook and
          TAO_ORB_Core::set_sync_scope_hook.

        * tao/UIOP_Connect.h:
        * tao/UIOP_Connect.cpp:

        * tao/SHMIOP_Connect.h:
        * tao/SHMIOP_Connect.cpp (handle_timeout):

        * tao/IIOP_Connect.h:
        * tao/IIOP_Connect.cpp (handle_timeout):
          Set the timeout value by calling TAO_ORB_Core::call_timeout_hook
          instead of getting a TAO_RelativeRoundtripPolicy pointer and
          proceeding from there.

        * tao/Invocation.h:
        * tao/Invocation.cpp:
          Same as IIOP_Connect for TAO_RelativeRoundtripTimeoutPolicy.
          Similar change with sync_scope. Instead of getting a
          TAO_Sync_Scope_Policy_ptr and gettting the sync_scope
          value, call the hook for the sync_scope which is
          TAO_ORB_Core::call_sync_scope_hook.

        * tao/ClientRequestInfo.h :
        * tao/ClientRequestInfo.cpp (sync_scope):
          Modified the return value of sync_scope from
          Messaging::SyncScope to CORBA::Short.

Mon Oct 30 18:57:22 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/PortableServer/POA: Removed the Forwarding Servant.  The
          forwarding servant was ill-constructed: (a) it threw exceptions
          the incorrect way since the correct way is to call
          set_exception() on the ServerRequest and not to throw an
          exception; (b) the forward_object() method on the POA leads to
          deadlock if called from an upcall on the object being forwarded;
          (c) Servant Managers is the only correct way to forward requests
          - Default Servants is not the correct solution.

        * tao/PortableServer/Object_Adapter.cpp (dispatch,
          dispatch_servant, and prepare_for_upcall): Changed these methods
          such that the forwarding exception can only be raised by the
          servant managers.  Now the forward exception is caught in
          prepare_for_upcall() when we are looking for the servant and may
          potentially call the servant managers.  If this exception is
          raised by a regular servant or by a default servant, the
          exception is reported to the client as an unknown exception.
          Thanks to Ossama for reporting this problem.  This fix closes
          bug 690.

        * Since the signature of
          TAO_Object_Adapter::Servant_Upcall::prepare_for_upcall() got
          changed because of the above fix, it required a change to
          collocation code that performs through POA calls.  The following
          files were effected:

          - tao/PortableServer/Collocated_Object.cpp
          - tao/PortableServer/DomainS.cpp
          - tao/PortableServer/ImplRepoS.cpp
          - tao/PortableServer/MessagingS.cpp
          - tao/PortableServer/PolicyS.cpp
          - tao/PortableServer/ThruPOA_Object_Proxy_Impl.cpp

          and

          - TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp
          - TAO_IDL/be/be_visitor_operation/thru_poa_collocated_ss.cpp

        * tao/Adapter.h (TAO_Adapter): Added a new return value for failed
          dispatching of upcalls.

Mon Oct 30 18:38:42 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/driver/drv_preproc.cpp:

          Plugged a memory leak by removing an extra string copy
          when adding the include path for orb.idl to the
          command line arglist.

        * TAO_IDL/util/utl_scope.cpp:

          Found a missing 'delete' for an iterator that was
          created on the heap. Instead of adding the 'delete',
          just created the iterator on the stack.

Mon Oct 30 10:40:57 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * docs/tutorials/Quoter/AMI/Makefile:
          Updated the Makefile to link lTAO_PortableServer. Thanks to
          Walt Corey <wcorey@ibm.net> for reporting the bug.

Mon Oct 30 15:21:24 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Typecode.cpp:

          Added a check for a null typecode pointer argument to a function
          common to equal() and equivalent().  This change will cause all
          Any extractions to fail if the application has not initialized
          an ORB. Thanks to Albert Wijnja <albert.wijnja@meco.nl> for
          reporting this bug.

Mon Oct 30 15:00:30 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_interface.cpp:
        * TAO_IDL/fe/fe_interface_header.cpp:

          Modified redefinition of forward declared interface
          to handle the case where an interface is defined in
          a reopening of the module where it is forward declared,
          then referenced in a different module. Thanks to
          Vsevolod Novikov <novikov@df.nnov.rfnet.ru> for reporting
          this bug and sending in an example IDL file.

        * tests/IDL_Test/reopened_modules.idl:

          Added the above example to IDL_Test.

Mon Oct 30 12:04:18 2000  Carlos O'Ryan  <coryan@uci.edu>

        * examples/Simple/time-date/Makefile:
          Fixed accidental commit

Mon Oct 30 12:29:33 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp:
        * TAO_IDL/be/be_visitor_argument/request_info_sh.cpp:

          Made the signatures of wstring members and wstring
          parameters in constructor signature agree for the
          generated TAO_ServerRequest_Info subclasses. Thanks to
          Johnny Willemsen <johnny.willemsen@meco.nl> for reporting
          this bug.

Sat Oct 28 17:55:29 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/ORBInitializer_Registry.cpp:
          Fixed warnings in builds with native exceptions enabled.

Sat Oct 28 15:38:40 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/Event/Event.dsw:
        * orbsvcs/tests/Event/Performance/ECPerformance.dsw:
        * performance-tests/TAO_Perf_Tests.dsw:
        * performance-tests/Callback/client.dsp:
        * performance-tests/Callback/server.dsp:
          Add all new projects to their workspaces, and configure them
          properly.

Sat Oct 28 15:27:12 2000  Carlos O'Ryan  <coryan@uci.edu>

        * performance-tests/Callback/Callback_i.h:
        * performance-tests/Callback/Server_i.cpp:
          Fixed throw specs

Fri Oct 27 15:54:37 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/Event/Performance/Makefile:
        * orbsvcs/tests/Event/Performance/Latency.h:
        * orbsvcs/tests/Event/Performance/Latency.cpp:
        * orbsvcs/tests/Event/Performance/Latency.dsp:
        * orbsvcs/tests/Event/Performance/Latency_Server.cpp:
        * orbsvcs/tests/Event/Performance/Latency_Server.dsp:
        * orbsvcs/tests/Event/Performance/latency.conf:
          New performance benchmark to measure throughput to a remote
          event service.
          This version uses reliable oneways to improve the predictability
          of the test over the network.

        * orbsvcs/tests/Event/lib/Makefile:
        * orbsvcs/tests/Event/lib/Driver.h:
        * orbsvcs/tests/Event/lib/Driver.cpp:
        * orbsvcs/tests/Event/Basic/Makefile:
          When using the old event channel we must link the naming service
          library too.

        * performance-tests/Makefile:
        * performance-tests/Callback/Makefile:
        * performance-tests/Callback/Callback.dsw:
        * performance-tests/Callback/README:
        * performance-tests/Callback/run_test.pl:
        * performance-tests/Callback/callback.idl:
        * performance-tests/Callback/Callback_i.h:
        * performance-tests/Callback/Callback_i.inl:
        * performance-tests/Callback/Callback_i.cpp:
        * performance-tests/Callback/Server_i.h:
        * performance-tests/Callback/Server_i.inl:
        * performance-tests/Callback/Server_i.cpp:
        * performance-tests/Callback/client.cpp:
        * performance-tests/Callback/client.dsp:
        * performance-tests/Callback/server.cpp:
        * performance-tests/Callback/server.dsp:
        * performance-tests/Callback/svc.conf:
          New benchmark for distributed callbacks.  Mostly used as a
          baseline performance benchmark for the event services.

        * performance-tests/Latency/st_client.cpp:
          Use the new ACE_Sample_History class

        * orbsvcs/Event_Service/Event_Service.cpp:
          Implement new options to dump the IOR and process ID to some
          file.

Fri Oct 27 15:49:55 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Object.cpp (_set_policy_overrides):
          Made the function exception safe by placing the TAO_Stub into
          the auto_ptr since it is dynamically allocated.
          Thanks to Ossama.

Fri Oct 27 11:42:34 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp:
        * orbsvcs/examples/CosEC/Factory/main.cpp:
          Fixed initialization of the Factory example.  The default
          factory must be manually registered with the Service
          Configurator because we avoid static constructors in ACE+TAO.

        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.cpp:
          Use ACE_ASSERT to stop early if the factory pointer is null.
          Thanks to Sandro Doro <doro.s@flashnet.it> for suggesting these
          fixes.

Fri Oct 27 08:56:43 2000  Chris Cleeland  <cleeland_c@ociweb.com>

        * tao/Sequence_T.cpp:
        * tao/Sequence_T.i:

          Moved the allocbuf() methods from the .i to the .cpp for
          TAO_Bounded_Array_Sequence and TAO_Unbounded_Array_Sequence
          templates.  They cause SunWorkshop 4.2 grief during compiles
          because the compiler couldn't find a definition for one of the
          template parameters.  Moving it into .cpp got the compiler
          unconfused.  This is a workaround for the SunCC 4.2 Compiler
          patch level 104631-07.

Fri Oct 27 00:28:03 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/POA/Forwarding/run_test.pl (run_test): Added a missing
          print statement.

        * examples/POA/Forwarding/client.cpp (main):
        * examples/POA/Forwarding/server.cpp:
        * examples/POA/Forwarding/Servant_Activator.cpp:

          Fixed the use of TAO_ENV_ARG_DECL and ACE_CHECK.  These errors
          were there never found on NT because of the presence of native
          exception handling.

Thu Oct 26 13:58:42 2000  Pradeep Gore  <pradeep@cs.wustl.edu>

        * orbsvcs/examples/Notify/Filter/Filter.cpp:
          Reverted some code that had been inadvertently commented for
          debugging purposes.

Wed Oct 25 20:59:45 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/PortableServer/POA.cpp:

          Changed the "Invalid Implementation Repository IOR..."
          message to "Missing ImR IOR, will not use the ImR", so
          now it doesn't sound like an error, and also bumped
          up its debug level to >1, so it will not show up unless
          you want a lot of info. This was reported by ChenXu
          <chenxu_xjtu@263.net> a while back, and several others
          tripped over it.  [Bug 694]

Wed Oct 25 10:16:38 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/ORBInitializer_Registry.cpp:
          Add missing #include for platforms that don't define
          ACE_TEMPLATES_REQUIRE_SOURCE.

Wed Oct 25 08:23:34 2000  Chad Elliott  <elliott_c@ociweb.com>

        * performance-tests/Cubit/TAO/MT_Cubit/Globals.h

          Modified the SCHED_PRIORITY macro for HPUX only.  The original
          priority was above the maximum and would cause a run-time failure.

Wed Oct 25 00:32:59 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/PortableServer: POA::reference_to_servant() was missing the
          WrongAdapter exception in the throw spec.  Thanks to Marina (and
          the Borland compiler) for pointing this out.  Following files
          needed the change:

          - POA.cpp
          - POA.h
          - PortableServer.pidl
          - PortableServerC.h

Tue Oct 24 23:40:33 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/PortableServer/Object_Adapter.h (TAO_Object_Adapter):

          - Two essential changes were required while preparing for
          servant upcalls: (a) Increasing <poa->outstanding_requests_> now
          happens before we start looking for the servant.  This change is
          necessary because otherwise a servant manager may decide to
          shutdown the ORB or destroy the calling POA.  This change makes
          sure that POA/Object_Adapter are not destroyed before the upcall
          cycle completes.  Now poa_cleanup() is called every time
          <poa->outstanding_requests_> is increased.

          The other change is to check if a non-servant upcall is in
          progress after calling the servant and before changing the
          POA/servant related reference counts.  If a non-servant upcall
          is in progress, wait for it to complete; unless of course, the
          thread making the non-servant upcall is this thread.

          - Non_Servant_Upcall now knows for which POA it was setup.  This
          change allows the prevention of the destruction of the calling
          POA while the non-servant upcall is in progress.  Now at the end
          of the non-servant upcall, we check if the POA needs to be
          cleaned up.

          - non_servant_upcall_in_progress() now returns a pointer to the
          non-servant upcall in progress.  If no non-servant upcall is in
          progress, this pointer is zero.

        * tao/PortableServer/POA:

          - (complete_destruction_i): Mark that we are no longer awaiting
          destruction.  This helps avoid infinite calls to
          complete_destruction_i() when using Non_Servant_Upcall while
          cleaning up the adapter activator, servant activator, servant
          locator and the default servant.

          - (destroy_i): Only call complete_destruction_i() if there are
          no outstanding requests and that we are not in a non-servant
          upcall or if we are in a non-servant upcall, make sure we are
          the POA related to the non-servant upcall.

        * tao/PortableServer/POA.i (TAO_POA_Guard): Waiting for
          non-servant upcalls to complete must happen before the POA state
          is checked.

        * tao: <TAO_Default_Resource_Factory::parser_names> should be char
          * and not const char *.  You could make it char * const but not
          const char *. Changes were required to:

          - tao/Parser_Registry.cpp
          - tao/Resource_Factory.cpp
          - tao/Resource_Factory.h
          - tao/default_resource.cpp
          - tao/default_resource.h

          Also, the memory managment for <parser_names> needed fixing.
          <parser_names> needed to be deleted.  The elements of
          <parser_names> needed to be initialized, consistently duplicated
          and eventually freed.

        * tao/Adapter.cpp (close): The destruction of the individual
          adapters was missing.  Plus the adapter destruction was
          happening in close().  It should really happen in the destructor
          because close() is too early to destroy the adapters since
          upcalls may still be in progress when ORB::shutdown() is called
          which will call close().

        * tao/Exception: Made the _info() method virtual in the Exception
          class and added an implementation for the UserException and
          SystemException.  This also removed the requirement to upcast in
          the CORBA_Exception::_info() method.

        * examples/POA/Forwarding: Revamped and simplified this example.
          Removed the POA approach for forwarding since it is not
          standard.  Also, changed the example to use the servant
          activator instead of the servant locator since the activator is
          more appropriate here.

Tue Oct 24 13:36:05 2000  Ossama Othman  <ossama@uci.edu>

        * tao/PolicyFactory_Registry.h:

          Removed the local ITERATOR typedef.  It confused brain-damaged
          g++ 2.7.x.

        * tao/PolicyFactory_Registry.cpp (~TAO_PolicyFactory_Registry):

          Use the ACE_Map_Manager<>::ITERATOR trait instead of the now
          removed typedef local to this class.

Tue Oct 24 11:18:01 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Typecode.cpp :
          Made the code a little bit cleaner by moving code that is
          similar for all the cases in the switch-case block of
          private_member_name outside the block.

Tue Oct 24 07:38:45 2000  Chad Elliott  <elliott_c@ociweb.com>

        * examples/Simulator/Event_Supplier/Event_Sup.cpp
        * examples/Simulator/Event_Supplier/Logging_Sup.cpp
        * examples/Simulator/Event_Supplier/DualEC_Sup.cpp
        * examples/Simulator/Event_Supplier/Event_Con.cpp

          Move the include of <limits.h> below the includes for TAO.  HP-UX
          needs the _HPUX_SOURCE macro defined before the inclusion of
          <sys/stdsyms.h> to get the proper prototypes.  limits.h includes
          <sys/stdsyms.h>, but the HP config header in ACE sets the macro.
          So, include limits.h after the ace config header.

Mon Oct 23 21:39:22 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB.cpp (ORB_init):

          Fixed a typo where TAO_HAS_RTCORBA was used instead of
          TAO_HAS_RT_CORBA.  This typo prevented the RT CORBA ORB
          initializer from being registered, which in turn prevented the
          RT CORBA policy factories from being registered.  This fixes a
          seg fault.

        * tao/Stub.cpp (~TAO_Stub):

          Fixed a typo where TAO_HAS_RTCORBA was used instead of
          TAO_HAS_RT_CORBA.  This fixes a problem where the destroy()
          method in each RT policy was not being called.

          Make sure the pointer to the policy is valid before invoking the
          destroy() method through it.  This fixes a seg fault.

        * tao/Profile.cpp (policies):

          Made this code exception safe by using a Policy_var.

Mon Oct 23 19:13:54 2000  Ossama Othman  <ossama@uci.edu>

        * tao/DomainC.cpp:

          Corrected the last of the references to TAO_ClientRequest_Info.
          That class has been renamed to TAO_ClientRequestInfo.

Mon Oct 23 18:07:01 2000  Carlos O'Ryan  <coryan@uci.edu>

        * Once more, recompute dependencies YET ANOTHER TIME.  IMnsHO the
          project is growing too big to keep the dependencies in the repo.

Mon Oct 23 15:59:53 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORBInitInfo.cpp
          (add_client_request_interceptor, add_server_request_interceptor):

          Only enable the request interceptor registration code if
          TAO_HAS_INTERCEPTORS is set to 1, otherwise throw a
          CORBA::NO_IMPLEMENT().

Mon Oct 23 15:23:03 2000  Ossama Othman  <ossama@uci.edu>

        * tao/PortableInterceptorC.h:

          Explicitly include `CurrentC.h' and `IOPC.h' to pull in the
          CORBA::Current and IOP class declarations, respectively.  This
          fixes a minimum CORBA build problem.  Thanks to Priyanka for
          pointing this out.

Mon Oct 23 15:07:38 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/PortableInterceptorC.h:
          Added a TAO_HAS_CORBA_MESSAGING macro around
          virtual Messaging::SyncScope sync_scope for the minimum corba
          build.

Mon Oct 23 14:58:34 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Messaging_PolicyFactory.cpp (create_policy):
        * tao/ORBInitInfo.cpp
          (register_initial_reference, add_ior_interceptor):

          Fixed unused argument warnings.

Mon Oct 23 14:46:57 2000  Ossama Othman  <ossama@uci.edu>

        * tao/DomainC.cpp:
        * tao/corba.h:

          Always include `tao/PortableInterceptor.h' to pull in the
          "TAO_INTERCEPTOR" macros.  The classes in that header are
          protected within a "TAO_HAS_INTERCEPTORS" block so there
          should be no problem in always including this header.  This
          fixes a minimum CORBA build.  Thanks to Priyanka for pointing
          this out.

Mon Oct 23 12:58:27 2000  Ossama Othman  <ossama@uci.edu>

        * tao/PortableServer/DomainS.cpp:

          Additional typo fixes that I missed since I didn't have support
          for the interface repository enabled.  The problems only
          appeared when that support was enabled.  Once again, Jeff comes
          to the rescue!

Mon Oct 23 12:31:00 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Makefile:
          Updated dependencies.

Mon Oct 23 14:32:14 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:

          Removed the generated ACE_CHECK following two function
          calls that no longer use ACE_TRY_ENV.

Mon Oct 23 12:19:31 2000  Ossama Othman  <ossama@uci.edu>

        * tao/PortableServer/DomainS.cpp:

          Fixed call to deprecated _get_server_interceptor() method, and
          removed unnecessary ACE_CHECK macros.  Thanks again to Jeff for
          pointing this out.

Mon Oct 23 11:51:41 2000  Ossama Othman  <ossama@uci.edu>

        * tao/DomainC.h:

          Corrected typo where the name of the ClientRequestInfo base
          class was not updated to the new name.  Thanks to Jeff for
          pointing this out.

Mon Oct 23 02:49:25 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Interceptor_List.h:
        * tao/Interceptor_List.inl:
        * tao/Interceptor_List.cpp:

          Newly added sources for the containers of all supported
          interceptor types.

        * tao/ORBInitInfo.h:
        * tao/ORBInitInfo.cpp:

          Newly added implementation of the
          PortableInterceptor::ORBInitInfo object.

        * tao/ORBInitializer_Registry.h:
        * tao/ORBInitializer_Registry.inl:
        * tao/ORBInitializer_Registry.cpp:

          New sources for global registry of all registered ORB
          initializers.  The ORB core invokes methods (pre_init and
          post_init) on this class.  This class then invokes the same
          method on all registered ORB initializers.

        * tao/RT_ORBInitializer.h:
        * tao/RT_ORBInitializer.cpp:
        * tao/Messaging_ORBInitializer.h:
        * tao/Messaging_ORBInitializer.cpp:

          Newly added files containing the ORBInitializers related to
          TAO's RTCORBA and Messaging support.

        * tao/ORB.h:
        * tao/ORB.i:

          Removed all interceptor related code.  They should have been in
          the TAO_ORB_Core class since code in these files is related
          predominantly to ORB pseudo-references, not the actual ORB
          implementation (i.e. the ORB core).

        * tao/ORB.cpp (ORB_init):

          Create a PortableInterceptor::ORBInitInfo object to be passed on
          to ORBInitializers.

          Invoke the pre_init() method on all registered ORB initializers
          before calling TAO_ORB_Core::init() method, and then the
          post_init() method on those same ORB initializers after
          TAO_ORB_Core::init() has been invoked.

          (create_policy):

          Attempt to obtain the policy of the given type from the policy
          factory registry rather than the now deprecated
          TAO_Service_Callbacks::service_create_policy() method.  The
          TAO_Service_Callbacks::service_create_policy() is still invoked
          from within the policy factory registry to ease the transition
          of the FT service code to the standard portable interceptor
          interface.

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

          Added support routines for registering and obtaining the
          interceptors, and a support routine for registering policy
          factories specific to the given ORB.

        * tao/PortableInterceptor.h:
        * tao/PortableInterceptor.cpp:

          Integrated support for multiple interceptors.  Each registered
          interceptor will now be invoked, as opposed to the single
          interceptor previously supported.

        * tao/Service_Callbacks.h:
        * tao/Service_Callbacks.cpp (service_create_policy):

          Added comments regarding deprecation of this method in favor of
          the policy factory registry support provided by the Portable
          Interceptor specification.  This method is still fully
          functional.

        * tao/PolicyFactory_Registry.h:
        * tao/PolicyFactory_Registry.cpp:

          Newly added registry containing map of policy type to policy
          factory.

        * tao/RT_PolicyFactory.h:
        * tao/RT_PolicyFactory.cpp:
        * tao/Messaging_PolicyFactory.h:
        * tao/Messaging_PolicyFactory.cpp:

          Newly added policy factory sources for real-time CORBA and
          Messaging related policies.

        * tao/Policy_Factory.h:
        * tao/Policy_Factory.cpp:

          Removed these files.  They have been superseded by the newly
          added RT_PolicyFactory.* files.

        * tao/Profile.cpp (policies):

          Updated this code to use the standard ORB::create_policy ()
          method which now queries the newly added policy factory
          registry.

        * tao/Request_Info.h:
        * tao/Request_Info.cpp:

          Deprecated these files.  They have been split into client side
          and server side files.

        * tao/ClientRequestInfo.h:
        * tao/ClientRequestInfo.cpp:

          New files based on the client side request information class
          from Request_Info.*.

          (get_request_policy):
          Implemented this method.  Obtain the policies in effect by
          invoking CORBA::Object::_get_policy().

        * tao/DomainC.h:
        * tao/DomainC.cpp:
        * tao/PortableServer/DomainS.h:
        * tao/PortableServer/DomainS.cpp:

          Updated interceptor code to work with the updates in
          `tao/PortableInterceptor.{h,i}'.

        * tao/PortableServer/ServerRequestInfo.h:
        * tao/PortableServer/ServerRequestInfo.cpp:

          New files based on the server side request information class
          from Request_Info.*.

        * tao/Interceptor.pidl:

          This PIDL source file has been superceded by
          Portable_Interceptor.pidl.  Removed.

        * tao/corba.h:

          Explicitly include the appropriate interceptor RequestInfo
          headers when interceptor support is enabled.  Previously they
          were pulled in indirectly.  This was necessary to due to an
          inter-header depencency improvement in PortableInterceptor.h.

          Include "tao/OctetSeqC.h" to pull in the CORBA::OctetSeq
          declarations.

        * tao/OctetSeq.pidl:

          Added instructions that describe the "proper" way to regenerate
          the corresponding stubs.

        * tao/OctetSeq.h:
        * tao/OctetSeq.i:
        * tao/OctetSeq.cpp:

          Regenerated these files with the proper library export
          settings.

        * tao/diffs/OcteqSeq.diff:

          Generated this diff against the vanilla generate OctetSeq
          stubs.  It was missing for some reason.

        * tao/StringSeq.pidl:

          Newly added PIDL source for the CORBA::StringSeq sequence.

        * tao/StringSeq.h:
        * tao/StringSeq.inl:
        * tao/StringSeq.cpp:

          Removed these files in favor of the below newly regenerated
          files since these files do not follow TAO naming conventions,
          and since they didn't have the proper Win32 library export
          linkage.

        * tao/StringSeqC.h:
        * tao/StringSeqC.i:
        * tao/StringSeqC.cpp:

          Regenerated these files with the proper library export
          settings.  They replace the above StringSeq.* sources.

        * tao/diffs/StringSeq.diff:

          Generated this diff against the vanilla generated StringSeq
          stubs.

        * tao/PortableInterceptorC.h:

          Corrected signatures for some pure virtual methods.  We actually
          want the CORBA::Environment argument for interfaces that are not
          inherited by application code, e.g. code that is used internally
          by TAO.

        * tao/diffs/PortableInterceptorC.h.diff:
        * tao/diffs/PortableInterceptorC.i.diff:
        * tao/diffs/PortableInterceptorC.cpp.diff:

          Removed these diffs in favor of the consolidated
          PortableInterceptor.diff below.  These diffs were out of date
          anyway.

        * tao/diffs/PortableInterceptor.diff:

          Newly generated diff against the updates made to
          PortableInterceptorC.* to correct erroneous earlier updates.

        * tao/DynamicC.cpp:

          Include `StrinqSeqC.h' instead of `StringSeq.h', in accordance
          with the filenames newly of the regenerated StringSeq stubs.

        * tao/diffs/Dynamic.diff:

          `StringSeq.h' is now `StringSeqC.h'.  Updated the diff to
          reflect that.

        * tao/diffs/InterceptorC.h.diff:
        * tao/diffs/InterceptorC.i.diff:
        * tao/diffs/InterceptorC.cpp.diff:

          Removed these diffs.  The files they were meant to patch are no
          longer exist in TAO.

        * tao/Makefile:
        * tao/Makefile.am:
        * tao/Makefile.bor:
        * tao/TAO.dsp:
        * tao/TAO_Static.dsp:
        * tao/PortableServer/Makefile:
        * tao/PortableServer/Makefile.bor:
        * tao/PortableServer/TAO_PortableServer.dsp:
        * tao/PortableServer/TAO_PortableServer_Static.dsp:

          Updated references of StringSeq to StringSeqC, corresponding to
          the newly regenerated CORBA::StringSeq stubs.

          Added new Portable Interceptor sources detailed above.

        * TAO_IDL/be/be_visitor_interface/interceptors_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interceptors_sh.cpp:

          Corrected spelling in generated code.

        * TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp:

          Updated generated code to agree with changes made in the ORB
          Core (e.g. class name changes, etc).

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp
          (gen_marshal_and_invoke):
        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp
          (visit_operation):

          Updated to call new interceptor related ORB core methods.

        * tests/Portable_Interceptors/Dynamic/interceptors.h:
        * tests/Portable_Interceptors/Dynamic/interceptors.cpp:

          Corrected nesting of pragma directive so that is within the
          "TAO_HAS_INTERCEPTORS" block.

          Moved no-op methods within the "TAO_HAS_INTERCEPTORS" block.
          This fixes a compilation error recently introduced when
          TAO_HAS_INTERCEPTORS is defined to be zero.

          Corrected all CORBA::Environment arguments so that they
          correctly match the base class methods they are overriding in
          both the native and emulated exception case.

        * tests/Portable_Interceptors/Dynamic/Echo_Client_ORBInitializer.h:
        * tests/Portable_Interceptors/Dynamic/Echo_Client_ORBInitializer.cpp:
        * tests/Portable_Interceptors/Dynamic/Echo_Server_ORBInitializer.h:
        * tests/Portable_Interceptors/Dynamic/Echo_Server_ORBInitializer.cpp:

          New sources that register the request interceptors in the
          standard way.  Previous this test used a proprietary interface.
          That proprietary interface was removed in the above sets of
          updates.

        * tests/Portable_Interceptors/Dynamic/client.cpp:
        * tests/Portable_Interceptors/Dynamic/server.cpp:

          Updated to register the above ORBInitializers instead of making
          proprietary registration calls (that no longer exist).

        * tests/Portable_Interceptors/Dynamic/PI_Dynamic.dsw:
        * tests/Portable_Interceptors/Dynamic/client.dsp:
        * tests/Portable_Interceptors/Dynamic/server.dsp:

          New MSVC workspace and project files for this test.

        * tests/Portable_Interceptors/Dynamic/Makefile:
        * tests/Portable_Interceptors/Dynamic/server.bor:
        * tests/Portable_Interceptors/Dynamic/client.bor:

          Updated these Makefiles with the newly added ORBInitializer
          sources.

Sat Oct 21 18:38:44 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/IFR_Service/ConstantDef_i.cpp:

          Changed a use of auto_ptr<> to use of
          ACE_Auto_Basic_Ptr<>, to get rid of a Win32 build
          warning.

Sat Oct 21 12:50:36 2000  Carlos O'Ryan  <coryan@uci.edu>

        * Makefile*:
          Updated dependencies.

Sat Oct 21 02:02:05 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/Server_Declared/README:

          Updated command-line options, description and expected output.

Fri Oct 20 21:54:58 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/default_client.cpp: Fixed a cut and paste error.

Fri Oct 20 12:01:42 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Exception.cpp:
          Changed the return value of
          tao_insert_in_extractor_system_exception from
          CORBA::SystemException * to CORBA::Boolean.

Fri Oct 20 12:01:08 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Makefile.am :
        * tao/Makefile.bor:
          Updated to add the new files.

Fri Oct 20 10:49:30 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Exception.cpp:
          Fixed use of allocator in Exception extraction functions.

        * tao/PortableInterceptorC.h:
        * tao/Request_Info.h:
        * tao/Request_Info.cpp:
        * tao/PortableInterceptor.i:
          Fixed so it would compile in platforms with exceptions enabled.

        * tao/Makefile:
        * tao/DynamicAny/Makefile:
        * tao/IORManipulation/Makefile:
        * tao/IORTable/Makefile:
        * tao/PortableServer/Makefile:

Fri Oct 20 07:55:22 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/IFR_Service/TCF_Loader.cpp:

          Removed the output of the text 'will it compile now',
          inserted by someone for debugging purposes.

Fri Oct 20 02:45:20 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/PortableServer/POA.h
        * tao/PortableServer/POA.cpp:

          Added proper #if RTCORBA protections.

        * tao/PortableServer/Makefile:

          Updated dependencies.

        * tests/RTCORBA/Server_Declared/run_test.pl:

          Fixed server arguments for unix.

Fri Oct 20 02:05:09 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/PortableServer/POA.h
        * tao/PortableServer/POA.i
        * tao/PortableServer/POA.cpp:

          - Changed <activate_object>, <activate_object_with_id>,
            <create_reference>, <create_reference_with_id> to use POA's
            server_priority rather than -1.  This ensures that
            servant/object's effective priority is stored right with it.

          - Added TAO_ORB_Core &orb_core_ member to TAO_POA_Policies.

          - Added RTCORBA::PriorityModelPolicy validation during POA
            creation (i.e., <validate_priority_model>)

          - Added RTCORBA::ServerProtocolPolicy validation during POA
            creation (i.e., <validate_server_protocol>)

          - Removed <validate_client_protocol> method because this policy
            doesn't need to be validated.

          - Added CORBA::Environment argument to <validity_check>, because
            different exception may need to be thrown based on which
            policies cause the problem.

          - Added validation logic to <valid_priority> method.

          - Invoke <valid_priority> only in <activate*> methods, in
            <create_reference*> methods this check happens when filter
            populates mprofile.

        * tao/ORB_Core.cpp (create_stub_object):

          Throw CORBA::BAD_PARAM if mprofile ends up being empty.  This
          may happen when none of the acceptor endpoints have the right
          priority for the object we are creating.

        * tao/ORB_Core.h:

          Make <open> method public.  It needs to be invoked from POA
          during policy validation procedures.

        * tests/RTCORBA/Server_Declared/run_test.pl:

          Fixed typo.

        * tests/RTCORBA/Server_Declared/server.cpp:

          Set id_uniqueness policy on the child poa to <MULTIPLE_ID>,
          in order to use the same servant for several objects.

Thu Oct 19 17:33:35 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/ORB_Core.cpp:
          Fixed default svc conf directives for the POA and the IORTable.
          Thanks to James Megquier <jmegq@bbn.com> for sending the
          patches.

        * tao/GIOP_Message_Acceptors.cpp:
          Remove obsolete comments.

Thu Oct 19 15:42:13 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/TAO.dsp:
        * tao/TAO_Static.dsp:
          Add new files to the MSVC projects.

Thu Oct 19 14:30:59 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/DynamicC.i:
        * tao/DynamicC.h:
        * tao/DynamicC.cpp:
        * tao/PortableInterceptorC.i:
        * tao/PortableInterceptorC.cpp:
        * tao/PortableInterceptorC.h :
          Regenerated so that they are properly locality constrained.
          This reduces the footprint.

        * tao/Dynamic.pidl:
        * tao/PortableInterceptor.pidl:
          Corrected idl typedefs to match the spec.

        * tao/orb.idl:
        * tao/corbafwd.h:
        * tao/corba.h:
        * tao/StringSeq.inl:
        * tao/StringSeq.h:
        * tao/StringSeq.cpp:
        * tao/Request_Info.h:
          Updates necessary to make the code work with the corrected pidl
          and the newly generated locality constrained stubs.

        Thanks to Ossama for helping with these changes.

        * tao/OctetSeq.pidl:
        * tao/OctetSeqC.i:
        * tao/OctetSeqC.h:
        * tao/OctetSeqC.cpp:
          Added the new pidl file for Octet Sequence and generated stubs.

        * tao/Makefile:
          Added the new files to the Makefile.

        * tao/diffs/Dynamic.diff:
        * tao/diffs/PortableInterceptorC.i.diff:
        * tao/diffs/PortableInterceptorC.h.diff:
        * tao/diffs/PortableInterceptorC.cpp.diff:
          Generated the diffs.

        * tests/Portable_Interceptors/Dynamic/interceptors.cpp:
        * tests/Portable_Interceptors/Dynamic/interceptors.h :
        * tests/Portable_Interceptors/Benchmark/interceptors.cpp:
        * tests/Portable_Interceptors/Benchmark/interceptors.h :
        * tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.cpp:
        * tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.h :
          Added dummy virtual functions to get the code compiled.

Thu Oct 19 11:54:03 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:

          In code recently added to these files, replaced calls
          to be_predefined_type::base_type with
          be_predefined_type::primitive_base_type, to allow for
          a chain of typedefs in the IDL file. Thanks to
          J. Russell Noseworthy <rnosewor@objectsciences.com> for
          pointing out this bug.

Thu Oct 19 11:31:39 2000  Paul Calabrese  <calabrese_p@ociweb.com>

        * orbsvcs/LifeCycle_Service/Makefile:

          Allow the LifeCycle_Service server to be built by moving
          the block checking for minimum_corba down below
          the includes that define it.

Wed Oct 18 20:26:55 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/PortableServer/POA.cpp
        * tao/PortableServer/POA.h
        * tao/PortableServer/POA.i:

          - Added TAO_PriorityBandedConnectionsPolicy data member to
          TAO_POA_Policies.  We need to keep track of this policy
          separately so that we can perform error checking and use it in
          acceptor filters.

          - Added <make_filter> method to TAO_POA_Policies.  It creates
          an appropriate acceptor filter based on POA's policies.

          - Added <acceptor_filter_> data member to TAO_POA.  Rather than
          allocating new acceptor filter in each <key_to_stub_i> call, an
          appropriate filter is allocated once, during POA creation, and
          reused.

        * tao/PortableServer/Default_Acceptor_Filter.h
        * tao/PortableServer/RT_Acceptor_Filters.cpp
        * tao/PortableServer/RT_Acceptor_Filters.h
        * tao/PortableServer/RT_Acceptor_Filters.i:

          Moved Acceptor_Filter classes from POA.cpp into their own file.
          Added two new filters to deal with
          RTCORBA::PriorityBandedConnectionPolicy and
          RTCORBA::SERVER_DECLARED priority model.

        * tao/PortableServer/Makefile
        * tao/PortableServer/Makefile.bor:
        * tao/PortableServer/TAO_PortableServer.dsp
        * tao/PortableServer/TAO_PortableServer_Static.dsp

          Updated to include new filter files.

        * tests/RTCORBA/RTCORBA_tests.dsw:

          Added MT_Client_Protocol_Priority.dsw projects.

Wed Oct 18 10:20:10 2000  Priyanka Gontla  <pgontla@ece.uci.edu>

        * tao/Exception.cpp (TAO_SYSTEM_EXCEPTION):
          Added helper functions for the insertion and extraction
          operators. This would help reduce the Foot Print since instead
          of the same code repeated for each of the 30 or so exceptions,
          there will be 30 or so invocations of these helper methods.

Wed Oct 18 10:49:59 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_arglist.cpp:
        * TAO_IDL/be_include/be_codegen.h:

          Had to put back the context substate and the set/unset
          code removed in the checkin below. It's necessary to
          keep the ACE_NESTED_CLASS macro from being generated
          in skeleton code for portable interceptors.

Tue Oct 17 16:08:13 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp:
        * TAO_IDL/be/be_visitor_argument/request_info_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/interceptors_arglist.cpp:
        * TAO_IDL/be_include/be_codegen.h:

          Replaced the several checks for the necessity of using
          the ACE_NESTED_CLASS macro in portable interceptor
          generated code with a single check: whether or not the
          scope of the declaration of the argument type in question
          is the same the scope of the visitor's context. This change
          also eliminates the need for the extra context sub-state
          added recently, so that was removed, along with the code to
          set and unset it. Thanks to Francois Bernier
          <fbernier@gel.ulaval.ca> for reporting the bug that led to
          these changes.

Tue Oct 17 01:13:25 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/MT_Client_Protocol_Priority/Makefile
        * tests/RTCORBA/MT_Client_Protocol_Priority/Makefile.bor
        * tests/RTCORBA/MT_Client_Protocol_Priority/README
        * tests/RTCORBA/MT_Client_Protocol_Priority/MT_Client_Protocol_Priority.dsw
        * tests/RTCORBA/MT_Client_Protocol_Priority/client.bor
        * tests/RTCORBA/MT_Client_Protocol_Priority/client.cpp
        * tests/RTCORBA/MT_Client_Protocol_Priority/client.dsp
        * tests/RTCORBA/MT_Client_Protocol_Priority/run_test.pl
        * tests/RTCORBA/MT_Client_Protocol_Priority/server.bor
        * tests/RTCORBA/MT_Client_Protocol_Priority/server.conf
        * tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
        * tests/RTCORBA/MT_Client_Protocol_Priority/server.dsp
        * tests/RTCORBA/MT_Client_Protocol_Priority/test.idl

          Added new RTCORBA multithreaded test.  Several client threads of
          different priority and different ClientProtocolPolicy
          Current-level overrides concurrently make invocations on one
          object reference, which has a CLIENT_PROPAGATED priority model.

        * tests/RTCORBA/Makefile
        * tests/RTCORBA/Makefile.bor
        * tests/RTCORBA/README:

          Updated to include the new MT_Client_Protocol_Priority test.

Mon Oct 16 18:54:22 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_array.cpp:
        * TAO_IDL/ast/ast_decl.cpp:
        * TAO_IDL/ast/ast_predefined_type.cpp:
        * TAO_IDL/ast/ast_sequence.cpp:
        * TAO_IDL/ast/ast_string.cpp:
        * TAO_IDL/be/be_array.cpp:
        * TAO_IDL/be/be_predefined_type.cpp:
        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_string.cpp:
        * TAO_IDL/include/ast_decl.h:

          Added boolean member to AST_Decl indicating
          whether or not the IDL type is anonymous. Also
          added accessor method, and an optional argument in
          the constructor. Finally, extra arguments were added
          to the call to the AST_Decl constructor for the supported
          node types which are anonymous (array, primitive type,
          string, wstring, and sequence).

Mon Oct 16 16:15:15 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/Pluggable.cpp
        * tao/Endpoint.i

          Initialize <priority> member to -1.  Since legal CORBA::Priority
          values start at 0, -1 is a good indicator that priority hasn't
          been set.

        * tao/Pool_Per_Endpoint.cpp (run):

          Throw DATA_CONVERSION exception if conversion from CORBA to
          native priority fails.

        * tests/RTCORBA/RTCORBA_tests.dsw:

          Added Server_Declared projects.

Mon Oct 16 15:38:06 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/Server_Declared/Makefile
        * tests/RTCORBA/Server_Declared/Makefile.bor
        * tests/RTCORBA/Server_Declared/README
        * tests/RTCORBA/Server_Declared/Server_Declared.dsw
        * tests/RTCORBA/Server_Declared/client.bor
        * tests/RTCORBA/Server_Declared/client.cpp
        * tests/RTCORBA/Server_Declared/client.dsp
        * tests/RTCORBA/Server_Declared/run_test.pl
        * tests/RTCORBA/Server_Declared/server.bor
        * tests/RTCORBA/Server_Declared/server.conf
        * tests/RTCORBA/Server_Declared/server.cpp
        * tests/RTCORBA/Server_Declared/server.dsp
        * tests/RTCORBA/Server_Declared/test.idl

          Added a test for SERVER_DECLARED priority model.

        * tests/RTCORBA/Makefile
        * tests/RTCORBA/Makefile.bor
        * tests/RTCORBA/README:

          Updated to include the new Server_Declared test.

Mon Oct 16 14:14:21 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_enum.cpp:
        * TAO_IDL/be/be_enum.cpp:
        * TAO_IDL/be_include/be_enum.h:
        * TAO_IDL/include/ast_enum.h:

          Moved the method value_to_name() from be_enum to
          AST_Enum. The method is useful to visitors, so it
          needs to be available to visitors of AST_<node>
          as well as to visitors of be_<node>.

Sun Oct 15 18:58:16 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/Client_Protocol/README:

          Added expected output.

        * tests/RTCORBA/Client_Protocol/client.cpp:

          Updated comment.

        * tests/RTCORBA/Client_Protocol/server.cpp:

          Set transport and orb protocol properties in the
          ClientProtocolPolicy to be non-nil.  This is a temporary change
          to make the test work until policy streaming code is fixed to
          handle nil properties.

Sun Oct 15 00:11:07 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/Profile.h
        * tao/Profile.cpp:

          Removed <reset_hint> and <addr_to_string> methods from
          TAO_Unknown_Profile since they were removed from TAO_Profile.

        * tao/Connector_Registry.cpp
        * tao/Invocation_Endpoint_Selectors.cpp:

          Added logic for handling TAO_Unknown_Profile(s), i.e., protocols
          the ORB does not understand, during profile selection and
          connection establishment.  When the ORB encounters an unknown
          profile, it transparently retries with the next appropriate one.
          (Handling unknown protocols worked in the past, but was broken
          with the introduction of Endpoint component to the PP framework.
          This change restores the functionality.)

        * tao/Invocation.cpp:

          Added comment.

Sat Oct 14 19:49:39 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/tests/RTCORBA/Client_Protocol/server.cpp:

          Fixed copy/paste error.

Sat Oct 14 17:15:13 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_argument.cpp:
        * TAO_IDL/ast/ast_array.cpp:
        * TAO_IDL/ast/ast_attribute.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_exception.cpp:
        * TAO_IDL/ast/ast_expression.cpp:
        * TAO_IDL/ast/ast_field.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_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_label.cpp:
        * TAO_IDL/include/ast.h:
        * TAO_IDL/include/ast_argument.h:
        * TAO_IDL/include/ast_array.h:
        * TAO_IDL/include/ast_attribute.h:
        * TAO_IDL/include/ast_constant.h:
        * TAO_IDL/include/ast_decl.h:
        * TAO_IDL/include/ast_enum.h:
        * TAO_IDL/include/ast_enum_val.h:
        * TAO_IDL/include/ast_exception.h:
        * TAO_IDL/include/ast_expression.h:
        * TAO_IDL/include/ast_field.h:
        * TAO_IDL/include/ast_interface.h:
        * TAO_IDL/include/ast_interface_fwd.h:
        * TAO_IDL/include/ast_module.h:
        * TAO_IDL/include/ast_native.h:
        * TAO_IDL/include/ast_operation.h:
        * TAO_IDL/include/ast_predefined_type.h:
        * TAO_IDL/include/ast_root.h:
        * TAO_IDL/include/ast_sequence.h:
        * TAO_IDL/include/ast_string.h:
        * TAO_IDL/include/ast_structure.h:
        * TAO_IDL/include/ast_type.h:
        * TAO_IDL/include/ast_typedef.h:
        * TAO_IDL/include/ast_union.h:
        * TAO_IDL/include/ast_union_branch.h:
        * TAO_IDL/include/ast_union_label.h:
        * TAO_IDL/include/utl_scope.h:
        * TAO_IDL/util/utl_scope.cpp:

          Renamed the recently added accept() method as ast_accept().
          Some compilers were confused by the accept() method in the
          be_<node> classes, even though it has a different signature.

Sat Oct 14 16:46:48 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/Invocation_Endpoint_Selectors.i:

          Added missing #if RTCORBA protection.  This fixes minimum CORBA
          build problems.

        * tao/ORB_Core.cpp (~TAO_ORB_Core):

          Fixed the scope of #if protection.

        * tao/Invocation_Endpoint_Selectors.cpp (get_selector):

          Fixed unused arg warning.

Sat Oct 14 00:09:48 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/Policies/Manipulation.cpp:

          Removed TAO::ClientPriorityPolicy from the test since it is
          disabled by default.

        * tests/Endpoint_Per_Priority/client.cpp
        * tests/Endpoint_Per_Priority/server.cpp
        * performance-tests/RTCORBA/Multiple_Endpoints/Endpoint_Per_Priority/client.cpp
        * performance-tests/RTCORBA/Multiple_Endpoints/Endpoint_Per_Priority/server.cpp:
        * tests/RTCORBA/Client_Propagated/client.cpp
        * tests/RTCORBA/Client_Propagated/server.cpp
        * tests/RTCORBA/Client_Protocol/client.cpp
        * tests/RTCORBA/Client_Protocol/server.cpp
        * tests/RTCORBA/Server_Protocol/client.cpp
        * tests/RTCORBA/Server_Protocol/server.cpp:

          Took care of unused arguments warnings (in the second <main>).

Fri Oct 13 21:35:52 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/RTCORBA_tests.dsw
        * tests/RTCORBA/Makefile.bor
        * tests/RTCORBA/Makefile:
        * tests/RTCORBA/README:

          Added Client_Protocol test.

        * tests/RTCORBA/Client_Protocol/Makefile:

          Generated dependencies.

        * tests/RTCORBA/Client_Protocol/run_test.pl
        * tests/RTCORBA/Client_Protocol/README:

          Updated.

        * tests/RTCORBA/Client_Protocol/client.cpp
        * tests/RTCORBA/Client_Protocol/server.cpp:

          Fixed compile warnings/errors.

        * tests/RTCORBA/Client_Protocol/server.dsp
        * tests/RTCORBA/Client_Protocol/client.dsp:

          Changed project names.

        * tao/IIOP_Connector.cpp (connect)
        * tao/UIOP_Connector.cpp (connect)
        * tao/SHMIOP_Connector.cpp (connect)
        * tao/orbsvcs/orbsvcs/SSLIOP_Connector.cpp (connect)
        * tao/Connector_Registry.cpp (connect):

          Added debugging message.

        * tests/Endpoint_Per_Priority/client.cpp
        * tests/Endpoint_Per_Priority/server.cpp
        * performance-tests/RTCORBA/Multiple_Endpoints/Endpoint_Per_Priority/client.cpp
        * performance-tests/RTCORBA/Multiple_Endpoints/Endpoint_Per_Priority/server.cpp:

          Compile tests only if TAO::ClientPriorityPolicy is enabled.

Fri Oct 13 20:03:01 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tests/RTCORBA/Client_Protocol/Client_Protocol.dsw
        * tests/RTCORBA/Client_Protocol/Makefile
        * tests/RTCORBA/Client_Protocol/Makefile.bor
        * tests/RTCORBA/Client_Protocol/README
        * tests/RTCORBA/Client_Protocol/client.bor
        * tests/RTCORBA/Client_Protocol/client.cpp
        * tests/RTCORBA/Client_Protocol/client.dsp
        * tests/RTCORBA/Client_Protocol/run_test.pl
        * tests/RTCORBA/Client_Protocol/server.bor
        * tests/RTCORBA/Client_Protocol/server.cpp
        * tests/RTCORBA/Client_Protocol/server.dsp
        * tests/RTCORBA/Client_Protocol/test.idl:

          Added a test for RTCORBA::ClientProtocolPolicy policy.

Fri Oct 13 18:17:06 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/request_info_sh.cpp:

          Added missing 'const' to code generation of request
          info class private member declaration for simple
          predefined types.

        * TAO_IDL/include/ast_visitor.h:

          Removed unnecessary #if defined (IDL_HAS_VALUETYPE) guard
          around two pure virtual functions.

Fri Oct 13 14:32:50 2000  Ossama Othman  <ossama@uci.edu>

        * tests/Portable_Interceptors/Dynamic/interceptors.cpp
          (receive_exception, send_exception):

          The CORBA::Exception::_info() method return an ACE_CString, not
          a const char *.  Invoked the ACE_CString::c_str() method to
          correct a warning.

Fri Oct 13 13:21:06 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/tao_idl.cpp:

          Added some missing commas in the functions that output
          the FE and BE version. Thanks to Craig Rodrigues
          <rodrigc@mediaone.net> for pointing this out and
          supplying a patch.

Fri Oct 13 11:27:03 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp:
        * TAO_IDL/be/be_visitor_argument/request_info_ch.cpp:

          Added a check for an imported node along with all the
          other checks that are there to decide whether to
          generate the ACE_NESTED_CLASS macro or not for the
          members of the request info subclasses constructor signature
          and private member declaration. If the member is imported,
          the full scoped name should be generated on all platforms.
          Thanks to Base V Paul <basev@wiproge.med.ge.com> for
          reporting this bug.

          While I was there, I added the above decision branch to
          all the other applicable data types. It had been added
          piecemeal up to now, as bugs were reported.

Fri Oct 13 10:06:03 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/include/ast_visitor.h:
        * TAO_IDL/ast/ast_visitor.cpp:

          New files containing the abstract class ast_visitor.
          Anyone writing a pluggable back end for the IDl
          compiler and who wishes to have the visitors
          traverse the AST_<node> classes instead of the
          be_<node> classes can subclass this class.

        * TAO_IDL/Makefile.FE:
        * TAO_IDL/TAO_IDL_FE_DLL.dsp:
        * TAO_IDL/TAO_IDL_FE_LIB.dsp:
        * TAO_IDL/TAI_IDL_FE.bor:
        * TAO_IDL/ast/Makefile.am:

          Added the above new files to the Makefiles and
          to the MSVC projects.

        * TAO_IDL/ast/ast_argument.cpp:
        * TAO_IDL/ast/ast_array.cpp:
        * TAO_IDL/ast/ast_attribute.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_exception.cpp:
        * TAO_IDL/ast/ast_expression.cpp:
        * TAO_IDL/ast/ast_field.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_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_label.cpp:
        * TAO_IDL/include/ast.h:
        * TAO_IDL/include/ast_argument.h:
        * TAO_IDL/include/ast_array.h:
        * TAO_IDL/include/ast_attribute.h:
        * TAO_IDL/include/ast_constant.h:
        * TAO_IDL/include/ast_decl.h:
        * TAO_IDL/include/ast_enum.h:
        * TAO_IDL/include/ast_enum_val.h:
        * TAO_IDL/include/ast_exception.h:
        * TAO_IDL/include/ast_expression.h:
        * TAO_IDL/include/ast_field.h:
        * TAO_IDL/include/ast_interface.h:
        * TAO_IDL/include/ast_interface_fwd.h:
        * TAO_IDL/include/ast_module.h:
        * TAO_IDL/include/ast_native.h:
        * TAO_IDL/include/ast_operation.h:
        * TAO_IDL/include/ast_predefined_type.h:
        * TAO_IDL/include/ast_root.h:
        * TAO_IDL/include/ast_sequence.h:
        * TAO_IDL/include/ast_string.h:
        * TAO_IDL/include/ast_structure.h:
        * TAO_IDL/include/ast_type.h:
        * TAO_IDL/include/ast_typedef.h:
        * TAO_IDL/include/ast_union.h:
        * TAO_IDL/include/ast_union_branch.h:
        * TAO_IDL/include/ast_union_label.h:
        * TAO_IDL/include/utl_scope.h:
        * TAO_IDL/util/utl_scope.cpp:

          Added virtual accept() method to the above classes,
          for use by the AST visitors.

        * TAO_IDL/be/be_argument.cpp:

          Cosmetic changes.

Fri 13 10:07:16 2000  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * examples/Quoter/Quoter_i.cpp: Removed the code to move the
          Quoter object. This code was relying on the proprietary
          TAO_POA::forward_object () method. To implement the move ()
          operation in a standard way, the whole example would have
          needed to be rewritten using a PortableServer::ServantLocator.

        * examples/Quoter/client.cpp: Removed the code for moving
          the Quoter object.

        * examples/Quoter/README: Documented the step described above.

Fri Oct 13 06:28:57 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/IFR_Service/IFR_Service.bor:
          Fixed link problem by adding required libraries.

        * orbsvcs/orbsvcs/FaultTolerance.bor:
        * orbsvcs/orbsvcs/Makefile.bor:
        * orbsvcs/tests/FaultTolerance/*/*.bor:
          Added new makefiles for FaultTolerance library and tests.

        * tests/Collocation/*.bor:
          Changed DLL macros to fix case mismatch.

        * tests/IORManipulation/Makefile.bor:
        * tests/MProfile/client.bor:
          Fixed link problem by adding missing IORManip library.

          Thanks to Christopher Kohlhoff for providing these fixes.

Thu Oct 12 18:14:16 2000  Phillip DiCorpo  <dicorpo@cs.wustl.edu>

        * examples/Advanced/ch_12/client.cpp (operator<<):
        * examples/Advanced/ch_12/server.h:
        * examples/Advanced/ch_12/server.cpp: Added an #if 0 around the
          insertion operator to exceptions. We dont need these as TAO
          provides them already. Also, added the right environment
          variables for preinvoke & postinvoke operations.

        * examples/Advanced/ch_12/Makefile: Added the right libraries for
          linking.

          Thanks to Bala for helping me with this.

Thu Oct 12 14:24:03 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Acceptor_Registry.cpp (open_default, open_i,
          extract_endpoint_version):

          Initialize major and minor endpoint versions to
          TAO_DEF_GIOP_MAJOR and TAO_DEF_GIOP_MINOR, respectively, instead
          of -1 so that a valid version is passed to pluggable protocol
          open() and/or open_default() methods.  This makes things less
          error prone, especially since initializing to -1 did not provide
          us with anything useful.

        * docs/Options.html:

          Updated ORB option documentation in accordance with the changes
          made to the TAO_ORB_Core::init() method described below.

        * tao/ORB_Core.cpp (init):

          Added warning message about the fact that the "-ORBPreconnect"
          option is obsolete, and that validate_connection() should be
          used instead.

          Removed support for the long obsolete
          "-ORB{Name,Trading,ImplRepo}ServiceIOR" options.  Their
          functionality is already provided by the standard -ORBInitRef
          ORB option.

        * tao/Connector_Registry.h (connect):

          Removed the default value for the ACE_Time_Value pointer
          argument.  There is no reason why it should have a default value
          since TAO's invocation code always passes an ACE_Time_Value when
          calling connect(), even if that value is zero.

        * tao/Connector_Registry.cpp (connect):
        * tao/Pluggable.h (connect):
        * tao/IIOP_Connector.h (connect):
        * tao/IIOP_Connector.cpp (connect):
        * tao/SHMIOP_Connector.h (connect):
        * tao/SHMIOP_Connector.cpp (connect):
        * tao/UIOP_Connector.h (connect):
        * tao/UIOP_Connector.cpp (connect):
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h (connect):

          Added CORBA::Environment argument to the connect() call to make
          it possible to throw exceptions within that method.  Most
          pluggable protocols may not need this argument, and can rely on
          the GIOP_Invocation class to figure out the appropriate exception
          to throw, if any.  However, the SSLIOP pluggable protocol may
          need to throw the CORBA::NO_PERMISSION exception when attempting
          to connect to an endpoint.

        * tao/Invocation.cpp (start):

          Pass the CORBA::Environment variable ACE_TRY_ENV to the
          TAO_Connector_Registry::connect() call.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (connect):

          Only allow connection to the insecure IIOP port if the endpoint
          explicitly allows it, i.e. if the Security::NoProtection
          security association bit is set in the
          SSLIOP::SSL::target_supports field.  The server will soon
          perform the same permission check, so this check is an
          optimization since a connection will not be established
          needlessly, i.e. rejected due to lack of permission.

          Removed the check that causes an attempt to connect to the
          insecure port if the SSL port is set to zero.  The SSL port will
          never be set to zero on the client side.  It will default to
          port 684, the IANA assigned port for IIOP over SSL.

          Note that it is still possible for the standard non-SSLIOP aware
          IIOP pluggable protocol to attempt to connect to the insecure
          port.  In that case, the server will have to prevent the
          connection, and subsequently the request, from completing.  This
          feature will be added soon.

          If the endpoint requires an insecure connection, i.e. the
          Security::NoProtection security association bit in the
          SSLIOP::SSL::target_requires field is enabled, then prevent an
          SSL connection from occuring.  This seems silly, but nothing
          appears to be in the spec that states this can't be done.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp (TAO_SSLIOP_Endpoint):

          Pass pointer to entire SSLIOP::SSL component so that its
          entire contents may be copied, not just the port.  This is
          particularly necessary to make it possible to keep track of the
          security associations corresponding to the given endpoint.  If
          the pointer is zero, then initialize the SSLIOP::SSL component
          with conservative security association options, and set the port
          to be the IANA assigned port for IIOP over SSL, 684.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.i (ssl_port):

          Removed this method.  It is more useful to return the entire
          SSLIOP::SSL component in most cases, hence the newly added
          ssl_component() accessor described below.

          (ssl_component):

          Accessor method that returns a constant reference to the
          SSLIOP::SSL component associated with the given SSLIOP endpoint.
          In most cases, we need to check the "target_supports" and
          "target_requires" fields, not just the "port" field.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp:

          The constructor now accepts an argument that sets the default
          value for the Security::NoProtection bit in the
          SSLIOP::SSL::target_supports field.  The need for this change
          will obviated once the security policy support is added.

          (create_mprofile, create_rt_mprofile):

          Pass pointer to the entire SSLIOP::SSL component, not just the
          port.  Its other fields are important for enforcing security.

          (verify_secure_configuration):

          New method that ensures neither the endpoint configuration nor
          the ORB configuration violate security measures.

          In order to support a secure connection, the SSLIOP::SSL tagged
          component must be embedded in the IOR.  This isn't possible if
          the user elects to disable standard profile components.
          Similarly, IIOP 1.0 does not support tagged components, which it
          makes it impossible to embed the SSLIOP::SSL tagged component
          within the IOR.  If the given object explicitly disallows
          insecure invocations and standard profile components are
          disabled, then return with an error since secure invocations
          cannot be supported without standard profile components.  Note
          that it isn't enough to support Security::NoProtection.
          Security::NoProtection must be required since "support" does not
          preclude the secure port from being used.

          (open, open_default):

          Call the newly added verify_secure_configuration() method prior
          to opening any endpoints to ensure that neither the endpoint
          configuration nor the ORB configuration violate security
          measures.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.h:

          The new "no_protection_" field is now used instead of the old
          "use_ssl_" field.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp (init):

          Deprecated the "-SSLDisable" option.  It has been superseded by
          the "-SSLNoProtection" option since it is better emphasizes the
          consequences of disabling SSL support, and since it is also
          applicable on the server side.

          (make_acceptor):

          Pass the newly added "no_protection_" field to the
          SSLIOP_Acceptor constructor.

Thu Oct 12 15:29:06 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.i:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp: Did
          some clean up of the code. Added a pointer to the ORB_Core in
          the TAO_FT_Service_Callback class so that the class is aware of
          the ORB_Core that activated him.

Thu Oct 12 15:25:21 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Stub.i: Removed a lock on the critical path.

Thu Oct 12 15:14:09 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/Invocation_Endpoint_Selectors.cpp:

          Fixed unused variables and other warnings/typos.

Thu Oct 12 15:12:39 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * All the Makefiles have been updated.

Thu Oct 12 14:31:13 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/ORB_Core.h
        * tao/ORB_Core.i:

          Changed return types for all endpoint selector accessors to be
          the most derived types rather than the base type.

Thu Oct 12 13:16:05 2000  Marina Spivak  <marina@cs.wustl.edu>

        * tao/IIOP_Profile.cpp
        * tao/IIOP_Profile.h
        * tao/Profile.cpp
        * tao/Profile.h
        * tao/SHMIOP_Profile.cpp
        * tao/SHMIOP_Profile.h
        * tao/UIOP_Profile.cpp
        * tao/UIOP_Profile.h:

          Added <endpoint_count> method.

        * tao/orbconf.h:

          Disabled TAO_HAS_CLIENT_PRIORITY_POLICY by default.  This policy
          is deprecated.  New RTCORBA policies should be used instead.
          Users can still use Client_Priority_Policy by explicitly
          enabling it in orbconf.h, but enabling it disables the use of
          RTCORBA policies.

        * tao/TAOC.i:

          Moved streaming operators for Client_Prioririty_Policy inside
          the #ifdef protections.  They were outside causing the compilation
          to fail if the policy was disabled.

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

          Added TAO_Endpoint_Selector_Factory and TAO_*_Selector data
          members to the ORB Core class.

        * tao/Stub.cpp (client_protocol):

          When figuring out effective ClientProtocolPolicy for the object,
          ORB default value should not be used - it creates conflict in
          case the policy is also set for the object on the server side.

        * tao/Invocation.h
        * tao/Invocation.cpp
        * tao/Invocation_Endpoint_Selectors.h:

          The logic for selection/reselection of a profile/endpoint used
          for an Invocation has been strategized.
          TAO_Invocation_Endpoint_Selector represents the interface for
          the strategy.  Added five concrete strategies: for the default
          case and for various combinations of RTCORBA policies.
          TAO_Endpoint_Selector_Factory is used to obtain the appropriate
          strategy for each invocation.  Note, that all selector
          strategies are stateless, and, therefore, can be used
          concurrently by multiple threads.  This makes it possible to use
          a preallocated set of selectors from the ORB_Core for all
          Invocations rather than dynamically allocating a new selector
          for each Invocation.

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

          Updated.

Thu Oct 12 12:17:44 2000  Angelo  <corsaro@cs.wustl.edu>

        * TAO version 1.1.10 released.