summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: 2d921b8a2ec5d8ebe0dab69a65ad5587e3f1c2f6 (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
Tue Nov 11 01:14:58 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * examples/POA/Loader/Server_Manager.h:
        * examples/POA/On_Demand_Loading/Server_Manager.h:
        * orbsvcs/tests/Security/Callback/client.cpp:
        * orbsvcs/tests/Security/Callback/server.cpp:
          Removed #include streams.h.

        * orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp:
        * orbsvcs/tests/RTCosScheduling/server.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/server.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/server.cpp:
        * tests/Bug_1361_Regression/shutdown.cpp:
        * tests/CodeSets/simple/client.cpp:
        * tests/CodeSets/simple/server.cpp:
          Fixed FUZZ errors.

        * tests/Collocation/Collocation.cpp:
          Removed #include streams.h, Get_Opt.h, and
          tao/Strategies/advanced_resource.h.

        * tests/Smart_Proxies/Collocation/main.cpp:
          Removed #include streams.h and Get_Opt.h,

Mon Nov 10 23:56:15 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.cpp:
          Added #include OS_NS_stdio.h.

Mon Nov 10 23:31:20 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/ImplRepo_Service/Makefile:
          Modified Makefile to match changes below; updated dependencies.

Mon Nov 10 16:44:43 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicInterface/Request.cpp (poll_response):

          Reverted the return value to be CORBA::Request::response_recieved_,
          but also added a call to perform_work() with a timeout of 0, if
          response_received_ is false, so that, in the single-threaded
          case, the application doesn't starve the ORB (and prevent the
          appearance of the response). Thanks to David Faure <faure@kde.org>
          for reporting the problem, and to Bala Natarajan 
          <bala@dre.vanderbilt.edu> for his help with the fix.

Mon Nov 10 22:43:42 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * examples/Kokyu_dsrt_schedulers/fp_example/Makefile.fp_client:
        * examples/Kokyu_dsrt_schedulers/fp_example/Makefile.fp_server:
        * examples/Kokyu_dsrt_schedulers/mif_example/Makefile.mif_client:
        * examples/Kokyu_dsrt_schedulers/mif_example/Makefile.mif_server:
          Added -lTAO_RTScheduler to LDLIBS needed by
          libTAO_Kokyu_DSRT_Schedulers.

Mon Nov 10 22:07:56 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tests/Abstract_Interface/server.cpp:
        * tests/Portable_Interceptors/AMI/server.cpp:
        * tests/UNKNOWN_Exception/server.cpp:
          Added #include OS_NS_stdio.h.

Mon Nov 10 20:45:45 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * TAO_IDL/ast/ast_decl.cpp:
          Added #include streams.h.

Mon Nov 10 20:15:46 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * TAO_IDL/tao_idl.cpp:
        * TAO_IDL/ast/ast_expression.cpp:
        * TAO_IDL/ast/ast_union.cpp:
        * TAO_IDL/ast/ast_union_label.cpp:
        * TAO_IDL/driver/drv_preproc.cpp:
        * tao/CORBA_String.cpp:
        * tao/Exception.cpp:
        * tao/ORB_Core.cpp:
          Fixed FUZZ errors.

        * tao/ClientRequestInfo.cpp:
          Removed #include streams.h.

        * TAO_IDL/util/utl_err.cpp:
        * TAO_IDL/util/utl_identifier.cpp:
        * TAO_IDL/util/utl_idlist.cpp:
        * TAO_IDL/util/utl_indenter.cpp:
        * TAO_IDL/util/utl_scope.cpp:
        * TAO_IDL/util/utl_string.cpp:
        * TAO_IDL/util/utl_strlist.cpp:
          Added #include steams.h.

        * TAO_IDL/ast/ast_decl.cpp:
        * TAO_IDL/include/ast_decl.h:
          Added dump_i() method to hide use of ostream, obviating the need
          to #include streams.h in every file.

        * TAO_IDL/ast/ast_argument.cpp:
        * TAO_IDL/ast/ast_array.cpp:
        * TAO_IDL/ast/ast_attribute.cpp:
        * TAO_IDL/ast/ast_component.cpp:
        * TAO_IDL/ast/ast_component_fwd.cpp:
        * TAO_IDL/ast/ast_constant.cpp:
        * TAO_IDL/ast/ast_enum.cpp:
        * TAO_IDL/ast/ast_eventtype.cpp:
        * TAO_IDL/ast/ast_eventtype_fwd.cpp:
        * TAO_IDL/ast/ast_exception.cpp:
        * TAO_IDL/ast/ast_factory.cpp:
        * TAO_IDL/ast/ast_field.cpp:
        * TAO_IDL/ast/ast_home.cpp:
        * TAO_IDL/ast/ast_interface_fwd.cpp
        * TAO_IDL/ast/ast_interface.cpp:
        * TAO_IDL/ast/ast_module.cpp:
        * TAO_IDL/ast/ast_operation.cpp:
        * TAO_IDL/ast/ast_sequence.cpp:
        * TAO_IDL/ast/ast_string.cpp:
        * TAO_IDL/ast/ast_structure.cpp:
        * TAO_IDL/ast/ast_structure_fwd.cpp:
        * TAO_IDL/ast/ast_typedef.cpp:
        * TAO_IDL/ast/ast_union_branch.cpp:
        * TAO_IDL/ast/ast_union_fwd.cpp:
        * TAO/TAO_IDL/ast/ast_valuetype.cpp:
        * TAO_IDL/ast/ast_valuetype_fwd.cpp:
          Removed #include streams.h and changed ostream& << calls to use
          new dump_i() method.  Removing streams.h will reduce compile
          times and footprint and since dump calls are for debugging, they
          won't effect performance.

        * TAO_IDL/be/be_sunsoft.cpp:
          Added #include os_ctype.h.

        * TAO_IDL/include/utl_identifier.h:
        * TAO_IDL/include/utl_indenter.h:
          Changed #include streams.h to iosfwd.h.

Mon Nov 10 13:19:01 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_union.cpp:

          Cosmetic changes to source code.

        * TAO_IDL/be/be_visitor_constant/constant_ch.cpp:
        * TAO_IDL/be/be_visitor_constant/constant_cs.cpp:

          Changed code generation for constants defined in a module
          to use 'extern' in the *C.h file and assign the value in
          the *C.cpp file. Assigning the value of such constants in
          the header file was causing a problem with pre-compiled
          headers on BCB. Thanks to mike <mike@anvil.com> for 
          reporting the problem.

Mon Nov 10 18:09:59 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

	* tests/AMI/server.cpp:
	* tests/AMI_Buffering/admin.cpp:
	* tests/AMI_Buffering/server.cpp:
	* tests/Crashed_Callback/server.cpp:
	* tests/OBV/Any/server.cpp:
	* tests/OBV/Factory/server.cpp:
	* tests/OBV/Forward/server.cpp:
	* tests/OBV/TC_Alignment/server.cpp:
	  Added #include ace/OS_NS_stdio.h to get ACE_OS::fclose/fopen/fprintf.

	* tests/ORT/ServerRequestInterceptor.cpp:
	  Added #include ace/OS_NS_string.h to get ACE_OS::strcmp

	* tests/Connection_Timeout/client.bor:
	* tests/MT_Timeout/client.bor:
	* tests/Oneway_Buffering/client.bor:
	* tests/Nested_Upcall_Crash/scavenger.bor:
	  Added ValueType library

Mon Nov 10 11:33:34 2003  Justin Michel <michel_j@ociweb.com>

        * TAO/orbsvcs/ImplRepo_Service/Activator_NT_Service.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Activator_NT_Service.h:
        * TAO/orbsvcs/ImplRepo_Service/Activator_Options.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Activator_Options.h:
        * TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Forwarder.h:
        * TAO/orbsvcs/ImplRepo_Service/INS_Locator.cpp:
        * TAO/orbsvcs/ImplRepo_Service/INS_Locator.h:
        * TAO/orbsvcs/ImplRepo_Service/ImR_Activator.cpp:
        * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
        * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
        * TAO/orbsvcs/ImplRepo_Service/ImR_Locator.cpp:
        * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
        * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
        * TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
        * TAO/orbsvcs/ImplRepo_Service/Iterator.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Iterator.h:
        * TAO/orbsvcs/ImplRepo_Service/Locator.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Locator.h:
        * TAO/orbsvcs/ImplRepo_Service/Locator_NT_Service.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Locator_NT_Service.h:
        * TAO/orbsvcs/ImplRepo_Service/Locator_Options.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Locator_Options.h:
        * TAO/orbsvcs/ImplRepo_Service/NT_Service.cpp:
        * TAO/orbsvcs/ImplRepo_Service/NT_Service.h:
        * TAO/orbsvcs/ImplRepo_Service/Options.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Options.h:
        * TAO/orbsvcs/ImplRepo_Service/README.txt:
        * TAO/orbsvcs/ImplRepo_Service/Repository_Configuration.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Repository_Configuration.h:
        * TAO/orbsvcs/ImplRepo_Service/Server_Info.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Server_Info.h:
        * TAO/orbsvcs/ImplRepo_Service/Server_Repository.cpp:
        * TAO/orbsvcs/ImplRepo_Service/Server_Repository.h:
        * TAO/orbsvcs/ImplRepo_Service/XML_ContentHandler.cpp:
        * TAO/orbsvcs/ImplRepo_Service/XML_ContentHandler.h:
        * TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
        * TAO/orbsvcs/ImplRepo_Service/tao_imr_i.h:
        * TAO/orbsvcs/tests/ImplRepo/ImplRepo.mpc:
        * TAO/orbsvcs/tests/ImplRepo/README:
        * TAO/orbsvcs/tests/ImplRepo/run_test.pl:
        * TAO/orbsvcs/tests/ImplRepo/NameService/ImplRepo_NameService.mpc:
        * TAO/tao/corba.h:
        * TAO/tao/PortableServer/ImR_ActivatorC.cpp:
        * TAO/tao/PortableServer/ImR_ActivatorC.h:
        * TAO/tao/PortableServer/ImR_ActivatorC.i:
        * TAO/tao/PortableServer/ImR_ActivatorS.cpp:
        * TAO/tao/PortableServer/ImR_ActivatorS.h:
        * TAO/tao/PortableServer/ImR_ActivatorS.i:
        * TAO/tao/PortableServer/ImR_ActivatorS_T.cpp:
        * TAO/tao/PortableServer/ImR_ActivatorS_T.h:
        * TAO/tao/PortableServer/ImR_ActivatorS_T.i:
        * TAO/tao/PortableServer/ImR_Locator.pidl:
        * TAO/tao/PortableServer/ImR_LocatorC.cpp:
        * TAO/tao/PortableServer/ImR_LocatorC.h:
        * TAO/tao/PortableServer/ImR_LocatorC.i:
        * TAO/tao/PortableServer/ImR_LocatorS.cpp:
        * TAO/tao/PortableServer/ImR_LocatorS.h:
        * TAO/tao/PortableServer/ImR_LocatorS.i:
        * TAO/tao/PortableServer/ImR_LocatorS_T.cpp:
        * TAO/tao/PortableServer/ImR_LocatorS_T.h:
        * TAO/tao/PortableServer/ImR_LocatorS_T.i:
        * TAO/tao/PortableServer/ImplRepo.pidl:
        * TAO/tao/PortableServer/ImplRepoC.cpp:
        * TAO/tao/PortableServer/ImplRepoC.h:
        * TAO/tao/PortableServer/ImplRepoC.i:
        * TAO/tao/PortableServer/ImplRepoS.cpp:
        * TAO/tao/PortableServer/ImplRepoS.h:
        * TAO/tao/PortableServer/ImplRepoS.i:
        * TAO/tao/PortableServer/ImplRepoS_T.cpp:
        * TAO/tao/PortableServer/ImplRepoS_T.h:
        * TAO/tao/PortableServer/ImplRepoS_T.i:
        * TAO/tao/PortableServer/Makefile:
        * TAO/tao/PortableServer/Makefile.bor:
        * TAO/tao/PortableServer/POA.cpp:
        * TAO/tao/PortableServer/PortableServer.mpc:
        * TAO/tao/PortableServer/TAO_PortableServer.dsp:
        * TAO/tao/PortableServer/TAO_PortableServer.vcp:
        * TAO/tao/PortableServer/TAO_PortableServer_Static.dsp:

          Added server->activator hash map and renamed the existing hash map.
        Also removed unnecessary typedefs for entry and iterator.

          Added the ability to safely unregister an activator, although it
        is really untested, as there is no way to cleanly shutdown except
        when run as an nt service.

          Many tao_imr commands now seem to work. I don't know of any problems,
        but many combinations are untested.

          Updated idl exception specifications because many operations should
        throw NotFound when an activator can't be found for a server, and
        reregister_server() can throw AlreadyRegistered if you try to register
        with a different activator.

        Removed unused template files from tao/PortableServer, and
          updated instructions to use -Sc.

          Changed the text of some output messages to remove
        the use of Error: which was incorrectly showing up as
        errors during implrepo run_test.pl's
          Updated to support passing of persisted servers back
        to the locator when the activator registers.

          Updated to support passing of persisted servers back
        to the locator when the activator registers.

        Removed unused tao/PortableServer/ImR_Activator*.*

        Support for ImR as NT Services.

        Updated run_test.pl for the main ImplRepo tests.

        Updated all -?/-h options for command line programs.

        Commented out include of missing file in corba.h

Mon Nov 10 11:20:52 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicAny/DynUnion.cpp (to_any):

          Added check for 0 message block in the Any created from the
          discriminator, similarly to the check applied to the Any
          created from the active member. Thanks to Harvinder Sawhney
          <harvinder_sawhney@agilent.com> for reporting the problem
          and for suggesting a fix.

Mon Nov 10 11:03:34 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicAny/DynCommon.cpp (insert_reference):

          Added code to cover CDR insertion of a nil object reference
          (an empty string for the type hint, and a 0 for number of
          profiles). Thanks to Harvinder Sawhney
          <harvinder_sawhney@agilent.com> for reporting the problem.

Mon Nov 10 16:59:13 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

	* examples/Buffered_AMI/server.cpp:
	* examples/OBV/Simple_util.cpp:
	* examples/POA/On_Demand_Loading/Server_Manager.cpp:
	* tests/AMH_Exceptions/server.cpp:
	* tests/AMH_Oneway/server.cpp:
	  Added #include ace/OS_NS_stdio.h to get ACE_OS::fclose/fopen/fprintf.
	  This fixes compile problems with the BCB6 compiler

Mon Nov 10 16:49:45 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

	* orbsvcs/Time_Service/Clerk_i.cpp:
	  Added #include ace/os_include/os_netdb.h to get MAXHOSTNAMELEN

	* orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Monitor.cpp:
	  Added #include ace/OS_NS_stdio.h to get ACE_OS::sprintf
	  Added #include ace/os_include/os_netdb.h to get MAXHOSTNAMELEN

Mon Nov 10 16:41:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

	* orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
	  Added #include ace/OS_NS_stdio.h to get ACE_OS::sprintf

Mon Nov 10 16:06:09 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

	* orbsvcs/orbsvcs/Event/Fast_Reactor.h:
	  Added #include ace/OS_NS_sys_select.h to get ACE_OS::select

Mon Nov 10 16:01:13 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

	* TAO_IDL/util/utl_indenter.cpp:
	  Changed order of includes to get this file compiling with BCB6

Mon Nov 10 07:18:42 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/PortableServer/ImR_ActivatorC.cpp:

	  Not sure why this file is there. Anyway, just removed the vague
	  includes that it has.

Sun Nov  9 23:23:20 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Remote_Object_Proxy_Impl.cpp:
	* tao/Remote_Object_Proxy_Impl.h:

	  More retirements.

	* tao/Makefile*: Updated dependencies.

Sun Nov  9 23:06:22 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Asynch_Invocation.cpp:
	* tao/Asynch_Invocation.h:
	* tao/Asynch_Invocation.i:
	* tao/ClientInterceptorAdapter.cpp:
	* tao/ClientInterceptorAdapter.h:
	* tao/ClientInterceptorAdapter.inl:
	* tao/Invocation.cpp:
	* tao/Invocation.h:
	* tao/Invocation.i:

	  Their service for our mankind is over. Time to remove them and
	  go on with others.

Sun Nov  9 17:33:06 2003  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

	* tests/Timeout/client.cpp (send_echo): Added a comment to
	  explain what the orb->run() call does.  Thanks to Vladimir
 	  Naylov <vladimir@monosphere.com> for reporting this.

Mon Nov 10 08:14:26 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/TAO.dsp:

	* tao/Makefile.bor:

  	  Added the new generated files into the project.


Sun Nov  9 19:19:06 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/tao.mpc:

	  Added the new generated files into the list of source files.

Sun Nov  9 19:12:40 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/IOP_CodecA.cpp
	* tao/IOP_CodecA.h:
	* tao/IOP_IORA.cpp:
	* tao/IOP_IORA.h:
	* tao/PolicyA.cpp:
	* tao/PolicyA.h:
	* tao/PortableInterceptorA.cpp:
	* tao/PortableInterceptorA.h:

	  New files that were created using the new IDL compiler
	  option, that puts the Any operators in a seperate file.  This
	  is just a test. If this gives good wins, we can go ahead fix all
	  the generated code in $TAO_ROOT/tao to maintain the Any's in a
	  seperate file. This can be used by the application by just
	  including the header.

	* tao/IOP_CodecC.cpp:
	* tao/IOP_CodecC.i:
	* tao/IOP_IOR.pidl
	* tao/IOP_IORC.cpp:
	* tao/IOP_IORC.i:
	* tao/Makefile.tao:
	* tao/Policy.pidl:
	* tao/PolicyC.cpp:
	* tao/PolicyC.i:
	* tao/PortableInterceptor.pidl:
	* tao/PortableInterceptorC.cpp:
	* tao/PortableInterceptorC.i:

	  Regenerated the code to keep the Any operators away. We will
	  update the diffss and such if we are damn sure that this is
	  going to give us wins.

Sun Nov  9 18:09:07 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/Makefile.RTCosScheduling:

	  Updated dependencies.

Sun Nov  9 17:57:40 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_global.cpp:
        * TAO_IDL/be/be_visitor_root/root.cpp:
        * TAO_IDL/be/be_visitor_tmplinst/tmplinst_cs.cpp:
        * TAO_IDL/be_include/be_codegen.h:
        * TAO_IDL/be_include/be_global.h:
        * TAO_IDL/driver/drv_args.cpp:

          Added a new IDL compiler option (intended for use on TAO
          .pidl files only) and associated mechanism to generate
          Any operators into a separate set of .h and .cpp files.
          This option will result in footprint reduction in most,
          if not all, application programs that link to TAO.

Sun Nov  9 17:57:57 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Synch_Refcountable.h:
	* tao/tao.mpc:
	* tao/BiDir_GIOP/BiDir_GIOP.mpc:
	* tao/Domain/Domain.mpc:
	* tao/DynamicAny/DynamicAny.mpc:
	* tao/DynamicInterface/DynamicInterface.mpc:
	* tao/IFR_Client/IFR_Client.mpc:
	* tao/IORInterceptor/IORInterceptor.mpc:
	* tao/IORManipulation/IORManipulation.mpc:
	* tao/IORTable/IORTable.mpc:
	* tao/Messaging/Messaging.mpc:
	* tao/ObjRefTemplate/ObjRefTemplate.mpc:
	* tao/PortableServer/AMH_Response_Handler.h:
	* tao/PortableServer/POA.h:
	* tao/PortableServer/PortableServer.mpc:
	* tao/RTCORBA/RTCORBA.mpc:
	* tao/RTPortableServer/RTPortableServer.mpc:
	* tao/RTScheduling/RTScheduler.mpc:
	* tao/SmartProxies/SmartProxies.mpc:
	* tao/Strategies/DIOP_Profile.h:
	* tao/Strategies/DIOP_Transport.h:
	* tao/Strategies/SCIOP_Transport.h:
	* tao/Strategies/SHMIOP_Profile.h:
	* tao/Strategies/Strategies.mpc:
	* tao/Strategies/UIOP_Profile.h:
	* tao/Strategies/UIOP_Transport.h:
	* tao/TypeCodeFactory/TypeCodeFactory.mpc:
	* tao/Valuetype/ValueBase.h:
	* tao/Valuetype/ValueFactory.cpp:
	* tao/Valuetype/ValueFactory.h:
	* tao/Valuetype/Valuetype.mpc:
	* tests/Bug_1361_Regression/Server_Thread_Pool.h:
	* tests/OBV/Supports/Supports_Test_impl.cpp:
	* tests/OBV/Supports/Supports_Test_impl.h:

	  Fixed fuzz errors.

Sun Nov  9 22:12:29 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tao/Makefile.dirs:
          Moved IORInterceptor below ObjRefTemplate since
          libTAO_IORInterceptor now depends on libTAO_ObjRefTemplate.

Sun Nov  9 16:32:28 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * examples/Kokyu_dsrt_schedulers/Makefile:
          Added subdirectory targets since the DIRS variable doesn't work
          when the targets are explicitely redefined.

        * examples/Kokyu_dsrt_schedulers/Makefile.Kokyu_DSRT_Schedulers:
        * examples/Kokyu_dsrt_schedulers/fp_example/Makefile.fp_client:
        * examples/Kokyu_dsrt_schedulers/fp_example/Makefile.fp_server:
        * examples/Kokyu_dsrt_schedulers/mif_example/Makefile.mif_client:
        * examples/Kokyu_dsrt_schedulers/mif_example/Makefile.mif_server:
        * examples/Kokyu_dsrt_schedulers/muf_example/Makefile.muf_client:
        * examples/Kokyu_dsrt_schedulers/muf_example/Makefile.muf_server:
        * orbsvcs/orbsvcs/Makefile.RTCosScheduling:
        * orbsvcs/orbsvcs/Makefile.RT_Notification:
        * orbsvcs/tests/Bug_1395_Regression/Makefile.Bug_1395_Client:
        * orbsvcs/tests/Bug_1395_Regression/Makefile.Bug_1395_Server:
        * orbsvcs/tests/Notify/Destroy/Makefile:
        * orbsvcs/tests/Notify/Driver/Makefile:
        * orbsvcs/tests/Notify/RT_lib/Makefile:
        * orbsvcs/tests/Notify/Test_Filter/Makefile:
        * tests/UNKNOWN_Exception/Makefile.UNKNOWN_Exception_Client:
        * tests/UNKNOWN_Exception/Makefile.UNKNOWN_Exception_Server:
          Removed DEPENDENCY_FILE variable and updated dependencies.

        * orbsvcs/orbsvcs/Makefile.*
        * orbsvcs/tests/Notify/*:
          Udpated dependencies.

        * orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.cpp:
          Added #include OS_NS_string.h.

Sun Nov  9 11:19:23 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

	  IORInterceptor needs Valuetype and ORT libraries to build fine.

Sun Nov  9 14:39:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

	* tao/DynamicInterface/Makefile.bor:
	  Added Messaging library

Sun Nov  9 08:35:11 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/DynamicInterface/DynamicInterface.mpc:

	  Fixed the MPC file to use the messaging library. Thanks to
	  Johnny for reminding me.

Sun Nov  9 08:18:52 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* TAO_IDL/be/be_visitor_interface/interface_cs.cpp:

	  Fixed a unused variable warning in _is_a () for abstract
	  interfaces.

Sun Nov  9 08:06:10 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/tests/InterfaceRepo/Application_Test/Makefile:

	  Updated dependencies.

Sun Nov  9 08:03:48 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tests/MProfile/client.cpp:

	  Fixed a unused variable warning.

Sun Nov  9 07:53:04 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Messaging/Messaging_No_ImplC.h:
	* tao/Messaging/Messaging_RT_PolicyC.h:
	* tao/Messaging/Messaging_SyncScope_PolicyC.h:
	* tao/Messaging/TAO_ExtC.h:

	  Fixed post.h inclusions in the above files. Looks like they got
	  missed during regeneration. Thanks to Johnny for poitning this
	  out.

Sun Nov  9 13:41:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

	* tao/IORInterceptor/Makefile.bor:
	  Added valuetype lib to lin with

Sat Nov  8 23:58:14 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tests/File_IO/client.cpp
	* tests/IDL_Test/main.cpp
	* tests/MProfile/client.cpp:
	* tests/MT_BiDir/Sender_i.cpp:
	* tests/Multiple_Inheritance/client.cpp
	* tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp:
	* tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.cpp:
	* tests/Two_Objects/server.cpp:
	* tao/corbafwd.h:
	* utils/catior/catior.cpp:
	* utils/catior/catior.mpc:

	  Fixed fuzz errors.

Sun Nov  9 05:53:59 UTC 2003  Don Hinton  <dhinton@dresystems.com>

	* tao/TypeCodeFactory/TypeCodeFactoryC.cpp:
	* tao/TypeCodeFactory/TypeCodeFactoryC.h:
          Fixed typo.

Sat Nov  8 23:36:46 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/orbsvcs/ESF/ESF_Proxy_Collection.h:
	* orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.h:

	  #included "tao/ORB_Constants.h" and "ace/CORBA_macros.h"

Sat Nov  8 23:19:13 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/examples/Security/Send_File/Makefile:

	  Updated dependencies.

	* orbsvcs/orbsvcs/CosEvent/CEC_TypedEvent.h:
	* orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h:

	  #included tao/NVList.h

Sat Nov  8 22:31:01 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/examples/RtEC/Schedule/Makefile:

	  Do not build if RTOLDEvent is not built.

Sat Nov  8 22:23:55 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* performance-tests/Latency/Deferred/Makefile:
	* orbsvcs/tests/InterfaceRepo/Application_Test/Makefile:

	  Fixed the Makefiles so that these don't build when
	  corba_messaging is turned off.

Sat Nov  8 22:19:30 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/TypeCodeFactory/TypeCodeFactoryC.cpp:
	* tao/TypeCodeFactory/TypeCodeFactoryC.h:
	* tao/TypeCodeFactory/TypeCodeFactoryC.inl:

	  Regenerated code.

	* tao/TypeCodeFactory/diffs/TypeCodeFactoryC.cpp.diff:
	* tao/TypeCodeFactory/diffs/TypeCodeFactoryC.h.diff:
	* tao/TypeCodeFactory/diffs/TypeCodeFactoryC.inl.diff:

	  Diff files that are no longer necessary.

Sun Nov  9 04:08:16 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/tests/Notify/lib/LookupManager.cpp:
          Added #include OS_NS_string.h.

Sat Nov  8 22:06:04 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/diffs/TAO.diff:

	  Placed the diffs in a single file.

	* tao/diffs/TAOC.cpp.diff:
	* tao/diffs/TAOC.h.diff:
	* tao/diffs/TAOC.i.diff:

	  Removed the diffs placed in the above files.

Sat Nov  8 22:00:48 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Acceptor_Impl.cpp:

          #included debug.h. This should fix compilation errorson HPUX.

	* tao/IIOP_Connection_Handler.cpp:
	* tao/Strategies/SHMIOP_Connection_Handler.cpp:

	  #included os_include/netinet/os_tcp.h to get the declaration of
	  TCP_NODELAY on HPUX.

	* tao/TAO.pidl:

	  Improved comments in the file.

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

	  Regenerated the code to fix warnings in HPUX and Solaris.

Sat Nov  8 17:51:07 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Client:
        * TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server:
        * TAO/orbsvcs/tests/RTCosScheduling/Makefile.commonlib:

          Removed DEPENENCY_FILE variable and updated dependencies.  This
          should cause the library to get rebuilt and relinked and clear
          up the autobuild errors.  This particular lib hasn't been
          rebuilt/relinked since 1.3.4 (on SUSE82_WChar).

Sat Nov  8 05:40:27 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/tests/Notify/lib/Makefile:
          Removed DEPENDENCY_FILE variable and updated dependencies so that
          realclean will actually cleanup all the objects.  This should
          fix build errors associated with this library.

Fri Nov 7 21:12:37 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

	* orbsvcs/tests/AVStreams/Simple_Two_Stage/README:
	* orbsvcs/tests/AVStreams/Simple_Two_Stage/receiver.cpp:

	  Replaced the recording of frame rate with the recording of
	  inter-frame arrival time. This does not use the
	  ACE_Countdown_Time class and hence does not use the incorrect
	  restart method on that class. This should fix the compile
	  errors.

Fri Nov  7 20:11:19 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/Time_Service/Server_i.cpp:
	* orbsvcs/orbsvcs/LoadBalancing/LB_Random.cpp
	* orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.cpp:
	* orbsvcs//orbsvcs/Trader/Trading_Loader.cpp:

	  #included "ace/os_include/os_netdb.h" to fix compile errors on
	  Solaris 7 builds.

Fri Nov  7 19:40:06 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* performance-tests//Latency/AMI/run_test.pl:
	* performance-tests//Latency/DSI/run_test.pl:
	* performance-tests//Latency/Single_Threaded/default_configuration.pl:
	* performance-tests//Latency/Single_Threaded/run_test.pl:
	* performance-tests//Latency/Thread_Per_Connection/run_test.pl:
	* performance-tests//Latency/Thread_Pool/run_test.pl:

	  More fixes for the number of iterations.

Fri Nov  7 19:25:29 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* performance-tests//Latency/AMI/run_test.pl:
	* performance-tests//Latency/DSI/run_test.pl:
	* performance-tests//Latency/Single_Threaded/default_configuration.pl:
	* performance-tests//Latency/Single_Threaded/run_test.pl:
	* performance-tests//Latency/Thread_Per_Connection/run_test.pl:
	* performance-tests//Latency/Thread_Pool/run_test.pl:

	  Fixed the number of iterations so that our tests run
	  longer. They run for a short time exhibiting jitters in our
	  daily builds.

Fri Nov  7 18:40:46 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* orbsvcs/tests/Security/Big_Request/Makefile:
	* orbsvcs/tests/Security/Callback/Makefile:
	* orbsvcs/tests/Security/Crash_Test/Makefile:
	* orbsvcs/tests/Security/MT_IIOP_SSL/Makefile:
	* orbsvcs/tests/Security/MT_SSLIOP/Makefile:
	* orbsvcs/tests/Security/Secure_Invocation/Makefile:
	* orbsvcs/tests/Security/SecurityLevel1/Makefile:

	  Fixed the dependencies.

Fri Nov  7 16:37:15 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

	* tao/Object_KeyC.cpp:
	* tao/Object_KeyC.h:

	  Added another static method, demarshal_key (), which works more
	  or less like extraction operator >>, but with a difference. We
	  don't check for locked_data_blocks () within the resource
	  factory while trying to extract the key.

	  Why do we need all this? Please see bugzilla entry [BUGID 1616]
	  for details. To make the long story short, under certain
	  configurations (ie. when we set the locks on the buffer
	  allocator to null), we tend to copy the object key. Further we
	  tend to make copies over and over again when writing the GIOP
	  header.

	  This new method, by not checking for the locked datablocks
	  circumvents the copying for single threaded builds. We have to
	  wait and see how much of an improvement does this get us.

	  There is some code duplication between this method and the new
	  static method. This is okay. The extraction operators are
	  generated by the IDL compiler. Trying to share code would make
	  the maintenance of this generated code a nightmare.

	* tao/Profile.cpp:

	  Use the new method added instead of the extraction operator.

Fri Nov  7 21:44:59 UTC 2003  Edward R. Mulholland  <emulholl@atl.lmco.com>

        * tao/Strategies/SCIOP_Connector.h:
        * tao/Strategies/SCIOP_Connector.cpp:

          If an SCIOP_Connector fails to bind to an endpoint, it will try
          a different endpoint in the same profile before it tries a
          different profile.

        * tao/Strategies/SCIOP_Endpoint.h:
        * TAO/tao/Strategies/SCIOP_Factory.cpp:
        * TAO/tao/Strategies/SCIOP_Lite_Factory.cpp:

          Minor changes to accommodate recent refactorings elsewhere in
          TAO.

Fri Nov 7 14:33:37 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * orbsvcs/tests/AVStreams/Simple_Two_Stage/README:
        * orbsvcs/tests/AVStreams/Simple_Two_Stage/receiver.cpp:

          Recorded the rate at which frames are received for every sec
          after the first frame is received in the Stats.dat file.

Fri Nov  7 11:23:22 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/Any_Unknown_IDL_Type.cpp:

          The constructor tried to duplicate the message block
          irresepctive of where it came from. To make the long story
          short, it is quite possible that the message block that this
          class gets could be from the stack and blind duplicate () would
          lead to crashes. If you don't believe me, please see the failure
          of the DII test in the daily builds.

          This started showing up after the optimizations to the critical
          path outlined in

          "Thu Nov  6 22:32:19 2003  Balachandran Natarajan
          <bala@dre.vanderbilt.edu>"

        * tao/Synch_Reply_Dispatcher.cpp:

          Removed a debug statement which was a waste.

        * tao/DynamicInterface/DII_Invocation.cpp:

          Cosmetic changes.

        * ChangeLog:

          Removed a long listing of Makefile whose dependencies were
          updated. They have served no purpose AFAIK other than blowing up
          the size of ChangeLogs. Just a regexp indicating that the
          Makefile's dependencies were updated should be sufficient.

Fri Nov  7 07:06:59 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/Makefile*:
        * tests/Exposed_Policies/Makefile:
        * orbsvcs/tests/Notify/Makefile*:

          Updated dependencies since the last dependencies left them
          broken.

Fri Nov  7 06:50:49 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * */Makefile*:

          Updated dependencies.

Thu Nov  6 22:32:19 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        This checkin is about an optimization and definitely not for the
        weak hearted :-)! All this jugglery is for getting rid of one
        allocation along the critical path. Not sure how much would this
        fetch us, but nevertheless an useful optimization.

        A quick brief. In older versions of TAO, the client thread used to
        create a output CDR on the TSS and use that for marshalling data
        and sending data which was neat. But during the reply, we used to
        create an InputCDR on the global memory since the thread reading
        the reply message could be different from the thread to whom the
        reply belongs to. If you want to know why, look for documentation
        of TAO's LF. After we worked on BUG 1369, we got a few advantages
        and this  optimization cashed in on that.

        Refactoring the generated code allowed us to move the CDR stream
        inside the transport, to be more specific inside the GIOP
        objects. This was also right, since the CDR's are tied to
        GIOP. But this gave rise to a problem. We could not use the TSS
        anymore since multiple threads could share the same transport (one
        after another). Hence we used the global memory pool (different
        from the global heap) to allocate the CDR and this is a one time
        activity cached inside the transport. All threads can infact use
        the same chunk of memory. That was done when we merged the branch
        for fixes from 1369. Since the transports are anyway on a per-lane
        basis RTCORBA wouldn't be affected at all.

        This checkin broke another barrier, ie. the allocation required
        while getting the replies. The thread collecting the reply can
        read the messages on its stack and copy the messages to the stack
        of another thread which is expecting a reply. Therefore we now
        require no allocations but for a copy.

        All the above are valid for messages of decent size. If the
        messages are big we have to hit the global memory. What are the
        end results?

        - TAO now does not do any allocation along the outgoing request
          path.

        - It doesn't do any allocation along the reply collection path
          even in MT scenarios for decent sized messages and when the
          network is behaving well (ie. when there is no IP
          fragmentation).

        We were also helped by an optimization that was added in ACE
        yesterday to the CDR streams. We have to wait and see how much
        does this checkin buys us in terms of performance. Anyway, this
        documentation should be useful for others.

        * tao/GIOP_Message_Lite.cpp:
        * tao/GIOP_Message_Base.cpp (process_reply_message):

          Construct the CDR stream and use that CDR to dispatch the
          reply. Now the reply dispatch is done by the GIOP objects.

        * tao/GIOP_Message_Generator_Parser.cpp:
        * tao/GIOP_Message_Generator_Parser_10.cpp:
        * tao/GIOP_Message_Generator_Parser_12.cpp:

          No need to do any exchange CDR blocks since things are being
          taken care elsewhere.

        * tao/Pluggable_Messaging_Utils.cpp:
        * tao/Pluggable_Messaging_Utils.h:

          Added a transport pointer to the Reply_Params object. It is
          used by the GIOP layer to dispatch the reply. Removed the
          temporary CDR that was created here.

        * tao/Synch_Reply_Dispatcher.cpp:
        * tao/DynamicInterface/DII_Reply_Dispatcher.cpp:
        * tao/Messaging/Asynch_Reply_Dispatcher.cpp:

          Added a check for null CDR's in the Reply_Param's object.

        * tao/Transport.cpp: Construct the Reply_Params using the
          transport instead of the ORB_Core.

Fri Nov  7 02:08:17 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/ImplRepo_Service/Server_Repository.cpp:
          Changed use of cerr to ACE_ERROR_RETURN.

        * performance_tests/Cubit/TAO/MT_Cubit/Timer.h:
          Removed #include of OS.h.

Thu Nov  6 17:58:21 2003  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Basic.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/client.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/run_test.pl:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.cpp:

          Changed the application controlled membership test.
          The test uses the Random load balancing strategy built in TAO
          load balancer service.

          Servers or members are added onto object groups. After
          request invocations are made, application has to delete
          those members from the object group. This is application
          controlled membership.

Thu Nov  6 14:13:46 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:

          Fixed some ACE_CHECK_RETURN's that were trying to return -1 from
          functions that were suppoed to return pointers.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp:

          #included "ace/OS_NS_string.h"

Thu Nov 6 14:54:42 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

        * orbsvcs/tests/AVStreams/Simple_Two_Stage/README:
        * orbsvcs/tests/AVStreams/Simple_Two_Stage/sender.h:
        * orbsvcs/tests/AVStreams/Simple_Two_Stage/sender.cpp:

          Added command line arguments to specify local and peer
          addresses. In case of SCTP_SEQ protocol added command line
          arguments to specify secondary addresses.

        * orbsvcs/tests/AVStreams/Simple_Two_Stage/README:

          Updated to include info about command line arguments to specify
          local and peer addresses.

Thu Nov  6 13:17:34 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/Synch_Invocation.cpp:

          If the ORB prepares to throw a COMM_FAILURE exception with
          completed_maybe, just delegate to the ORB_Core to take the right
          decision. This is required to for FT_CORBA.

Thu Nov  6 12:53:46 2003  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * orbsvcs/examples/LoadBalancing/server.cpp:
          Added a include to OS.h to fix a compile error.

Thu Nov  6 07:04:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Queued_Message.h:
          Added #include ace/os_include/os_stddef.h to get size_t

Wed Nov  5 19:19:08 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

          Regenerated the code.

        * tao/Synch_Reply_Dispatcher.cpp:
        * tao/DynamicInterface/DII_Reply_Dispatcher.cpp:
        * tao/Messaging/Asynch_Reply_Dispatcher.cpp:

          Added debugging statements to indicate failure of clone_from ()
          when debugging level is cranked up.

        * tao/Remote_Invocation.cpp:
        * tao/Synch_Invocation.cpp:
        * tao/Messaging/Asynch_Reply_Dispatcher.cpp (handle_timeout):

          Changed the completion status of the CORBA::TIMEOUT exception
          thrown. For example returning a completion status of
          COMPLETED_NO while timing out waiting for the reply seems brain
          dead. Further fixed the minor code to return the SEND_MINOR_CODE
          or RECV_MINOR_CODE as the case maybe.

          This fixes a problem reported by Torsten Kuepper
          <torsten.kuepper@nokia.com> [BUG 1600].

Wed Nov 5 16:03:08 2003  Yamuna Krishnamurthy  <yamuna@oomworks.com>

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

          Added the change_qos (...) method to
          TAO_AV_SCTP_SEQ_Flow_Handler in order to set the specified
          Diffserv Codepoint on the data packets sent.

Wed Nov  5 09:56:26 2003  Chris Cleeland  <cleeland_c@ociweb.com>

        * tao/ORB_Core.cpp (run): Removed 'int' declaration to prevent
          obscuring the 'result' variable.  The reason this is important
          is because, by obscuring the 'result' variable, the true return
          value of Reactor::handle_events() never got returned, and the
          caller (typically ORB_Core::run) couldn't tell why handle_events
          exited even though it wants to.

        * tao/ORB_Core.cpp (init): Added new option, -ORBVerboseLogging,
          to turn on the VERBOSE or VERBOSE_LITE flag in ACE_Log_Msg.
          Range of values are 0, 1, or 2 for no verbose, VERBOSE_LITE, and
          VERBOSE, respectively.

Wed Nov  5 09:21:38 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * TAO_IDL/be/be_union.cpp:

          Set the aggregate_seen_ bit inaddition to the union_seen_ bit.

Wed Nov  5 05:33:44 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * TAO/performance-tests/Cubit/TAO/MT_Cubit/server.h:
          Removed #include of OS.h which seems to cause a problem if
          included before streams.h.  Not sure why.

        * TAO/tests/RTScheduling/VoidData/testC.cpp:
          Added #include of OS_NS_string.h.

Tue Nov  4 22:14:18 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * TAO_IDL/include/idl_global.h:
        * TAO_IDL/util/utl_global.cpp:

          Added a new bit union_seen_ to keep track of unions.

        * TAO_IDL/be/be_codegen.cpp:

          Generate OS_NS_string.h even when you see a union.

        * TAO_IDL/be/be_union.cpp:

          Set the union_seen_ bit within the visitor's constructor.

Wed Nov  5 04:08:36 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * examples/Event_Comm/Event_Comm_i.h:
        * examples/Logging/Logging_Test_i.cpp:
        * examples/OBV/Typed_Events/Client_i.cpp:
        * examples/OBV/Typed_Events/Event_Types_impl.cpp:
        * examples/POA/DSI/Database_i.cpp:
        * examples/RTCORBA/Activity/Activity.cpp:
        * examples/RTScheduling/Job_i.cpp:
        * examples/RTScheduling/Starter.cpp:
        * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
        * orbsvscs/PSS/PSDL_Scope.cpp:
        * orbsvcs/TAO_Service/TAO_Service.cpp:
        * orbsvcs/Trading_Service/Trading_Service.h:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h:
        * orbsvcs/orbsvcs/LoadBalancing/LB_RoundRobin.h:
        * orbsvcs/orbsvcs/Log/Log_i.cpp:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp:
        * orbsvcs/orbsvcs/Time/Timer_Helper.cpp:
        * orbsvcs/tests/Concurrency/lex.CC_command.cpp:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.h:
        * tests/Blocking_Sync_None/client.cpp:
        * tests/Oneway_Buffering/client.cpp:
        * tests/Reliable_Oneways/client.cpp:
          Added #includes needed due to subsetting in ACE.

Tue Nov  4 21:08:53 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * TAO_IDL/be/be_argument.cpp:

          Removed the check for !dcl->imported () in the constructor
          before setting the bits. This was required to get the right
          Valuetype includes within the generated code. The inclusion is
          necessary for eventtype {} declarations to work.

        * TAO_IDL/be/be_home.cpp:

          Within the constructor narrow the AST_Component to a
          be_component and call seen_in_operation (), and ACE_SET_BITS for
          further processing. This is required to generate the
          Object_Argument_T.h includes in the stub cpp file.

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

          Added two new methods visit_component () and visit_component_fwd
          () that delegates to the visit_interface () and
          visit_interface_fwd () call.

        * TAO_IDL/be/be_visitor_component/component_ch.cpp:
        * TAO_IDL/be/be_visitor_component/component_cs.cpp:

          Bunch of changes to these files. The changes include

          - Generating and initializing the right collocated factory
            function pointer
          - Generating the right implementation for the setup_collocation
            () call
          - Generating the right implementation for the _narrow () call.
          - Removal of the old _unchecked_narrow () generation.
          - Removal of the tao_QueryInterface () call

          With the above changes CIAO examples seem to compile fine.

Tue Nov 04 19:36:46 2003  Nanbor Wang  <nanbor@cs.wustl.edu>

        * COPYING: Modified to include CIAO in the Copyright disclaimer.
          Thanks to Roland Schimmack <SC@ProCom.de> for motivating the change.

Wed Nov  5 01:00:31 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * tao/Leader_Follower.cpp:
        * tao/Transport.cpp:
        * tao/PortableServer/POA.cpp:
          Added #include of OS_NS_sys_time.h.

Tue Nov  4 17:02:39 2003  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * tao/TypeCodeFactory/TypeCodeFactory_i.cpp:

          Corrected system exception minor codes.  In particular, they
          have to be logically ORed with the standard CORBA::OMGVMCID
          constant.

Wed Nov  5 00:28:47 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp:
        * orbsvcs/tests/Bug_1393_Regression/client.cpp:
        * orbsvcs/tests/Bug_1395_Regression/server.cpp:
        * orbsvcs/tests/Concurrency/CC_naming_service.cpp:
        * tests/ICMG_Any_Bug/server.cpp:
        * tests/Portable_Interceptors/Bug_1559/interceptors.cpp:
        * tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Collocated_ORBInitializer.cpp:
        * tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/interceptors.cpp:
          Added #includes needed due to subsetting.

Tue Nov  4 15:57:09 2003  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * tao/IIOP_Transport.cpp (get_listen_point):

          Verify that dynamically casted TAO_IIOP_Acceptor pointer is
          non-zero before use.  Addresses potential run-time errors.

          Improved const-correctness.

        * tao/Object_Proxy_Impl.h:

          Include "tao/orbconf.h" to pull in TAO_HAS_MINIMUM_CORBA macro
          definition.  Fixes a g++ warning exhibited when "-Wundef"
          compiler flag is set.

        * tao/Typecode_Constants.cpp:

          Check if TAO_HAS_AMI_POLLER is defined before checking its
          value.  Fixes a g++ warning exhibited when "-Wundef" compiler
          flag is set.

        * tao/NVList.i:

          Nuked trailing whitespace.

Tue Nov  4 16:23:35 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/corbafwd.h:

          #included the files where the contents of this file have been
          moved. This is necessary for backward compatibility. Lots of
          application code might still be using this.

        * tao/corbafwd.cpp (ACE_RCSID):

          Emptied the contents since they are no longer needed. They are
          just around for backward compatibility.

Tue Nov  4 16:22:02 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:

          Added missing includes to get them compiling.

Tue Nov  4 20:40:26 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * TAO_IDL/include/ast_union_label.h:
        * TAO_IDL/include/utl_idlist.h:
        * TAO_IDL/include/utl_string.h:
        * TAO_IDL/include/utl_strlist.h:
          Changed #include from streams.h to iosfwd.h.  This fixes the
          current compilation problems on SuSE inlined builds complaining
          about 'ceil' and 'floor' already declared in this scope.

Tue Nov  4 18:26:36 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/orbsvcs/AV/FlowSpec_Entry.i:
          Added #include OS_NS_strings.h.

Tue Nov  4 16:48:54 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp:
          Added #include os_tcp.h needed when ssl=1.

Tue Nov  4 08:18:37 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * docs/tutorials/Quoter/RT_Event_Service/client.cpp:
        * examples/Callback_Quoter/Supplier_i.cpp:
        * examples/Content_Server/SMI_Iterator/Iterator_Factory_i.cpp:
        * examples/Kokyu_dsrt_schedulers/FP_SchedulingC.cpp:
        * examples/Kokyu_dsrt_schedulers/MIF_SchedulingC.cpp:
        * examples/Kokyu_dsrt_schedulers/MUF_SchedulingC.cpp:
        * examples/Kokyu_dsrt_schedulers/utils.cpp:
        * examples/Load_Balancing/Identity_Client.cpp:
        * examples/POA/Adapter_Activator/server.cpp:
        * examples/POA/DSI/client.cpp:
        * examples/POA/Generic_Servant/test_i.cpp:
        * examples/POA/Loader/Servant_Activator.cpp:
        * examples/POA/Loader/Servant_Locator.cpp:
        * examples/POA/On_Demand_Activation/Servant_Activator.cpp:
        * examples/POA/On_Demand_Activation/Servant_Locator.cpp:
        * examples/POA/Reference_Counted_Servant/server.cpp:
        * examples/POA/TIE/client.cpp:
        * examples/Persistent_Grid/Simple_util.cpp:
        * examples/RTScheduling/FP_SchedulingC.cpp:
        * examples/RTScheduling/MIF_SchedulingC.cpp:
        * examples/Simple/Simple_util.cpp:
        * examples/Simulator/Event_Supplier/Event_Sup.cpp:
        * examples/Simulator/Event_Supplier/Logging_Sup.cpp:
        * orbsvcs/LifeCycle_Service/Criteria_Evaluator.cpp:
        * orbsvcs/Time_Service/Clerk_i.cpp:
        * orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.cpp:
        * orbsvcs/orbsvcs/Event_Utilities.cpp:
        * orbsvcs/orbsvcs/Runtime_Scheduler.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp:
        * orbsvcs/orbsvcs/Notify/EventType.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Operators.cpp:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
        * orbsvcs/orbsvcs/Trader/Trader.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
        * orbsvcs/tests/Concurrency/CC_client.cpp:
        * orbsvcs/tests/ImplRepo/nestea_i.cpp:
        * orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp:
        * orbsvcs/tests/Notify/Ordering/common.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/common.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/common.cpp:
        * orbsvcs/tests/RTCosScheduling/Object1_i.cpp:
        * orbsvcs/tests/Time/Client_i.cpp:
        * orbsvcs/tests/Trading/TT_Info.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
        * performance-tests/POA/Demux/demux_test_client.cpp:
        * performance-tests/POA/Demux/demux_test_server.cpp:
        * performance-tests/Pluggable/PP_Test_Client.cpp:
        * tests/DynAny_Test/driver.cpp:
        * tests/Exposed_Policies/Policy_Verifier.cpp:
        * tests/Exposed_Policies/RT_Properties.cpp:
        * tests/Multiple/Collocation_Tester.cpp:
        * tests/Param_Test/anyop.cpp:
        * tests/Portable_Interceptors/AMI/Client_Interceptor.cpp:
        * tests/Portable_Interceptors/AMI/Server_Interceptor.cpp:
        * tests/Portable_Interceptors/Benchmark/interceptors.cpp:
        * tests/Portable_Interceptors/Benchmark/test_i.cpp:
        * tests/Portable_Interceptors/Dynamic/interceptors.cpp:
        * tests/Portable_Interceptors/ForwardRequest/Client_ORBInitializer.cpp:
        * tests/Portable_Interceptors/PICurrent/ClientRequestInterceptor.cpp:
        * tests/Portable_Interceptors/PICurrent/ClientRequestInterceptor2.cpp:
        * tests/Portable_Interceptors/PICurrent/ServerRequestInterceptor.cpp:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Server_Request_Interceptor.cpp:
        * tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.cpp:
        * tests/RTScheduling/DT_Spawn/Thread_Action.h:
        * tests/Smart_Proxies/client.cpp:
        * tests/Smart_Proxies/server.cpp:
        * tests/Smart_Proxies/On_Demand/client.cpp:
        * tests/Smart_Proxies/On_Demand/server.cpp:
        * utils/nslist/nsadd.cpp:
        * utils/nslist/nsdel.cpp:
          Added #include of OS_NS_string.h.

Mon Nov  3 23:23:04 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_module.cpp:
        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.cpp:

          Fixed bug in redefinition of forward declared union. Thanks to
          Tommy Persson <tpe@ida.liu.se> for reporting the problem. This
          closes [BUGID:1625].

Tue Nov  4 04:55:40 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * TAO_IDL/ast/ast_array.cpp:
        * TAO_IDL/ast/ast_decl.cpp:
        * TAO_IDL/ast/ast_generator.cpp:
        * TAO_IDL/ast/ast_root.cpp:
        * TAO_IDL/ast/ast_sequence.cpp:
        * TAO_IDL/ast/ast_string.cpp:
        * TAO_IDL/ast/ast_type.cpp:
        * TAO_IDL/be/be_global.cpp:
        * TAO_IDL/be/be_helper.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_predefined_type.cpp:
        * TAO_IDL/be/be_sunsoft.cpp:
        * TAO_IDL/be/be_visitor_valuetype/arglist.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp:
        * TAO_IDL/be_include/be_codegen.h:
        * TAO_IDL/be_include/be_helper.h:
        * TAO_IDL/be_include/be_stream_factory.h:
        * TAO_IDL/be_include/be_visitor_factory.h:
        * TAO_IDL/driver/drv_args.cpp:
        * TAO_IDL/driver/drv_preproc.cpp:
        * TAO_IDL/fe/fe_lookup.cpp:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/include/ast_attribute.h:
        * TAO_IDL/include/ast_union_label.h:
        * TAO_IDL/include/idl_global.h:
        * TAO_IDL/include/utl_identifier.h:
        * TAO_IDL/include/utl_idlist.h:
        * TAO_IDL/include/utl_indenter.h:
        * TAO_IDL/include/utl_string.h:
        * TAO_IDL/include/utl_strlist.h:
        * TAO_IDL/util/utl_global.cpp:
        * TAO_IDL/util/utl_idlist.cpp:
        * TAO_IDL/util/utl_indenter.cpp:
        * TAO_IDL/util/utl_list.cpp:
        * TAO_IDL/util/utl_scope.cpp:
        * TAO_IDL/util/utl_strlist.cpp:
        * examples/Callback_Quoter/Consumer_Input_Handler.cpp:
        * examples/Callback_Quoter/Supplier_i.cpp:
        * examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp:
        * examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp:
        * examples/Content_Server/AMI_Observer/Callback_i.cpp:
        * examples/Content_Server/AMI_Observer/Push_Iterator_Factory_i.cpp:
        * examples/Content_Server/SMI_Iterator/Iterator_Factory_i.cpp:
        * examples/Content_Server/SMI_Iterator/client.cpp:
        * examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp:
        * examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp:
        * examples/Kokyu_dsrt_schedulers/MUF_Scheduler.cpp:
        * examples/Kokyu_dsrt_schedulers/Task_Stats.h:
        * examples/Load_Balancing/Load_Balancer_i.h:
        * examples/Load_Balancing/Load_Balancing_Service.cpp:
        * examples/Load_Balancing_persistent/Load_Balancing_Service.cpp:
        * examples/Logging/Logging_Test_i.cpp:
        * examples/Persistent_Grid/Simple_util.cpp:
        * examples/PluggableUDP/tests/Basic/UDP_i.h:
        * examples/RTCORBA/Activity/Activity.cpp:
        * examples/RTCORBA/Activity/Task_Stats.h:
        * examples/RTScheduling/Task_Stats.h:
        * examples/RTScheduling/Fixed_Priority_Scheduler/FP_Task.cpp:
        * examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp:
        * examples/RTScheduling/MIF_Scheduler/MIF_Task.cpp:
        * examples/Simulator/Event_Supplier/DualEC_Sup.cpp:
        * examples/Simulator/Event_Supplier/Event_Sup.cpp:
        * examples/Simulator/Event_Supplier/Logging_Sup.cpp:
        * orbsvcs/Event_Service/Event_Service.cpp:
        * orbsvcs/IFR_Service/drv_args_ifr.cpp:
        * orbsvcs/IFR_Service/drv_preproc_ifr.cpp:
        * orbsvcs/ImplRepo_Service/Options.cpp:
        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
        * orbsvcs/LoadBalancer/LoadManager.cpp:
        * orbsvcs/LoadBalancer/LoadMonitor.cpp:
        * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp:
        * orbsvcs/Scheduling_Service/Scheduling_Service.cpp:
        * orbsvcs/Time_Service/Server_i.cpp:
        * orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp:
        * orbsvcs/examples/RtEC/Kokyu/Service.cpp:
        * orbsvcs/examples/RtEC/Simple/Supplier.cpp:
        * orbsvcs/orbsvcs/Event_Utilities.cpp:
        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
        * orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp:
        * orbsvcs/orbsvcs/AV/RTCP.cpp:
        * orbsvcs/orbsvcs/AV/RTCP_Packet.h:
        * orbsvcs/orbsvcs/AV/RTP.cpp:
        * orbsvcs/orbsvcs/AV/TCP.cpp:
        * orbsvcs/orbsvcs/AV/UDP.cpp:
        * orbsvcs/orbsvcs/AV/default_resource.cpp:
        * orbsvcs/orbsvcs/AV/media_timer.cpp:
        * orbsvcs/orbsvcs/AV/media_timer.h:
        * orbsvcs/orbsvcs/AV/sfp.cpp:
        * orbsvcs/orbsvcs/Concurrency/CC_Lock.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp:
        * orbsvcs/orbsvcs/ETCL/ETCL_Interpreter.cpp:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.h:
        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.i:
        * orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.cpp:
        * orbsvcs/orbsvcs/Event/ECG_UDP_Sender.inl:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Kokyu_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Kokyu_Filter_Builder.cpp:
        * orbsvcs/orbsvcs/Event/EC_Sched_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_Component.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp:
        * orbsvcs/orbsvcs/Log/Log_i.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.h:
        * orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Notify/AdminProperties.h:
        * orbsvcs/orbsvcs/Notify/Buffering_Strategy.cpp:
        * orbsvcs/orbsvcs/Notify/ETCL_Filter.h:
        * orbsvcs/orbsvcs/Notify/POA_Helper.cpp:
        * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
        * orbsvcs/orbsvcs/Notify/Timer_Queue.h:
        * orbsvcs/orbsvcs/Notify/Sequence/Batch_Buffering_Strategy.cpp:
        * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.h:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Factory.cpp:
        * orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.cpp:
        * orbsvcs/orbsvcs/Sched/DynSched.cpp:
        * orbsvcs/orbsvcs/Sched/DynSched.h:
        * orbsvcs/orbsvcs/Sched/SchedEntry.cpp:
        * orbsvcs/orbsvcs/Sched/Scheduler.cpp:
        * orbsvcs/orbsvcs/Sched/Scheduler_Generic.cpp:
        * orbsvcs/orbsvcs/Sched/Scheduler_Generic.h:
        * orbsvcs/orbsvcs/Time/Timer_Helper.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_y.cpp:
        * orbsvcs/orbsvcs/Trader/Interpreter.cpp:
        * orbsvcs/orbsvcs/Trader/Interpreter_Utils.cpp:
        * orbsvcs/orbsvcs/Trader/Trader.cpp:
        * orbsvcs/tests/AVStreams/Latency/ping.h:
        * orbsvcs/tests/Concurrency/CC_client.cpp:
        * orbsvcs/tests/Concurrency/CC_command.cpp:
        * orbsvcs/tests/CosEvent/Basic/Random.cpp:
        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
        * orbsvcs/tests/Event/Basic/Random.cpp:
        * orbsvcs/tests/Event/Performance/Connect.cpp:
        * orbsvcs/tests/Event/lib/Counting_Supplier.cpp:
        * orbsvcs/tests/Event/lib/Supplier.cpp:
        * orbsvcs/tests/Notify/Blocking/common.cpp:
        * orbsvcs/tests/Notify/Discarding/common.cpp:
        * orbsvcs/tests/Notify/Ordering/Sequence_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/common.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/common.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/common.cpp:
        * orbsvcs/tests/Notify/Structured_Filter/Notify_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/lib/Task_Stats.h:
        * orbsvcs/tests/Notify/performance-tests/Filter/common.cpp:
        * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp:
        * orbsvcs/tests/RTCosScheduling/Object1_i.cpp:
        * orbsvcs/tests/RTCosScheduling/client.cpp:
        * orbsvcs/tests/Time/Client_i.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/Globals.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/Globals.h:
        * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/Util_Thread.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/client.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/server.cpp:
        * performance-tests/Memory/IORsize/Memory_Growth.cpp:
        * tao/Acceptor_Registry.cpp:
        * tao/Adapter.cpp:
        * tao/Any.cpp:
        * tao/Any_Basic_Impl.cpp:
        * tao/Any_Dual_Impl_T.cpp:
        * tao/Any_Impl_T.cpp:
        * tao/Asynch_Queued_Message.cpp:
        * tao/BoundsC.cpp:
        * tao/CDR_Encaps_Codec.cpp:
        * tao/CORBALOC_Parser.cpp:
        * tao/CORBA_String.cpp:
        * tao/CurrentC.cpp:
        * tao/Exception.cpp:
        * tao/GIOPC.cpp:
        * tao/IIOP_Connector.cpp:
        * tao/IIOP_Endpoint.cpp:
        * tao/IIOP_Factory.cpp:
        * tao/IIOP_Lite_Factory.cpp:
        * tao/IOP_CodecC.cpp:
        * tao/Interceptor_List.cpp:
        * tao/MCAST_Parser.cpp:
        * tao/ORB.cpp:
        * tao/ORBInitInfo.cpp:
        * tao/ORB_Core.cpp:
        * tao/Object_Ref_Table.cpp:
        * tao/PolicyC.cpp:
        * tao/PollableC.cpp:
        * tao/PortableInterceptorC.cpp:
        * tao/Sequence.cpp:
        * tao/Service_Context.cpp:
        * tao/TAOC.cpp:
        * tao/TAO_Singleton_Manager.h:
        * tao/Tagged_Components.cpp:
        * tao/Typecode.cpp:
        * tao/WrongTransactionC.cpp:
        * tao/default_resource.cpp:
        * tao/operation_details.cpp:
        * tao/DynamicAny/DynAny_i.cpp:
        * tao/DynamicAny/DynCommon.cpp:
        * tao/DynamicInterface/Unknown_User_Exception.cpp:
        * tao/IFR_Client/IFR_BaseC.cpp:
        * tao/IFR_Client/IFR_BasicC.cpp:
        * tao/IFR_Client/IFR_ComponentsC.h:
        * tao/IFR_Client/IFR_ExtendedC.cpp:
        * tao/IORTable/IORTableC.cpp:
        * tao/PortableServer/ImR_LocatorC.cpp:
        * tao/PortableServer/ImplRepoC.cpp:
        * tao/PortableServer/Key_Adapters.cpp:
        * tao/PortableServer/POA.cpp:
        * tao/PortableServer/ServerRequestInfo.cpp:
        * tao/RTCORBA/Continuous_Priority_Mapping.h:
        * tao/RTCORBA/RTCORBAC.cpp:
        * tao/RTCORBA/RT_ORB_Loader.cpp:
        * tao/RTPortableServer/RTPortableServerC.cpp:
        * tao/RTScheduling/Current.cpp:
        * tao/RTScheduling/RTSchedulerC.cpp::
        * tao/RTScheduling/Request_Interceptor.cpp:
        * tao/Strategies/DIOP_Connector.cpp:
        * tao/Strategies/DIOP_Factory.cpp:
        * tao/Strategies/SHMIOP_Connector.cpp:
        * tao/Strategies/SHMIOP_Factory.cpp:
        * tao/Strategies/UIOP_Connector.cpp:
        * tao/Strategies/UIOP_Factory.cpp:
        * tao/Strategies/UIOP_Lite_Factory.cpp:
        * tao/Strategies/advanced_resource.cpp:
        * tao/Valuetype/AbstractBase.h:
        * tests/Bug_1269_Regression/Server_Timer.cpp:
        * tests/Bug_1270_Regression/Server_Timer.cpp:
        * tests/Bug_1361_Regression/Echo.cpp:
        * tests/CDR/octet_sequence.cpp:
        * tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.cpp:
        * tests/CodeSets/simple/client.cpp:
        * tests/Codec/client.cpp:
        * tests/Exposed_Policies/Policy_Verifier.cpp:
        * tests/Exposed_Policies/RT_Properties.cpp:
        * tests/IDL_Test/main.cpp:
        * tests/InterOp-Naming/INS_test_client.cpp:
        * tests/MProfile_Forwarding/Servant_Locator.cpp:
        * tests/Multiple_Inheritance/client.cpp:
        * tests/Multiple_Inheritance/server.cpp:
        * tests/Nested_Event_Loop/test_i.cpp:
        * tests/Nested_Upcall_Crash/server.cpp:
        * tests/OctetSeq/OctetSeq.cpp:
        * tests/POA/Etherealization/Etherealization.cpp:
        * tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp:
        * tests/POA/Nested_Non_Servant_Upcalls/Nested_Non_Servant_Upcalls.cpp:
        * tests/POA/Persistent_ID/client.cpp:
        * tests/Param_Test/bd_wstr_seq.cpp:
        * tests/Param_Test/bd_wstring.cpp:
        * tests/Param_Test/param_test_i.cpp:
        * tests/Param_Test/ub_wstr_seq.cpp:
        * tests/Param_Test/ub_wstring.cpp:
        * tests/Portable_Interceptors/AMI/Server_Interceptor.cpp:
        * tests/Portable_Interceptors/Benchmark/client.cpp:
        * tests/Portable_Interceptors/ForwardRequest/Client_ORBInitializer.cpp:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Server_Request_Interceptor.cpp:
        * tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.cpp:
        * tests/Two_Objects/First_i.h:
        * utils/IOR-parser/ior-handler.cpp:
        * utils/nslist/nsadd.cpp:
        * utils/nslist/nsdel.cpp:
          Refactored includes and changed remaining instances of
          ACE_OS_String to ACE_OS, and added ACE_OS to many instances of
          string functions.

Mon Nov  3 22:46:31 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_codegen.cpp:

          Added check for IDL exception to condition for generating
          #include of ace/OS_NS_String.h - the _downcast() method uses
          strcmp().

        * TAO_IDL/be/be_interface.cpp:

          Removed extra empty line in code generation for the interface
          constructor from Stub.

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

          Added visit_component() and visit_component_fwd().

        * TAO_IDL/be/be_visitor_array/array_ci.cpp:
        * TAO_IDL/be/be_visitor_component/component_cs.cpp:

          Added ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION macro to traits
          specialization definitions.

Mon Nov  3 21:36:05 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/diffs/Current.diff:

          Added a new diff file for tao/CurrentC.*

        * tao/diffs/CurrentC.cpp.diff:
        * tao/diffs/CurrentC.h.diff:
        * tao/diffs/CurrentC.i.diff:

          Three files are maddening. Replace them with one file (above)
          that serve the same purpose.

Mon Nov  3 21:33:42 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/BiDir_GIOP/diffs/BiDirPolicy.diff:

          Added a new diff file for BiDirPolicy generated code.

        * tao/BiDir_GIOP/diffs/BiDirPolicyC.cpp.diff:
        * tao/BiDir_GIOP/diffs/BiDirPolicyC.h.diff:
        * tao/BiDir_GIOP/diffs/BiDirPolicyC.i.diff:

          Three different files are maddening. Just removed them and added
          a new file (above) to serve the same purpose.

Mon Nov  3 21:28:31 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/CurrentC.cpp: Cosmetic fix.

        * tao/Domain.pidl: Fixed the comments in the pidl file.

        * tao/DomainC.cpp:
        * tao/DomainC.h:
        * tao/DomainC.i:
        * tao/BiDir_GIOP/BiDirPolicyC.cpp:
        * tao/BiDir_GIOP/BiDirPolicyC.h:
        * tao/BiDir_GIOP/BiDirPolicyC.i:
        * tao/Messaging/Messaging_No_ImplC.cpp:
        * tao/Messaging/Messaging_No_ImplC.h:
        * tao/Messaging/Messaging_No_ImplC.i:
        * tao/Messaging/Messaging_RT_PolicyC.cpp:
        * tao/Messaging/Messaging_RT_PolicyC.h:
        * tao/Messaging/Messaging_RT_PolicyC.i:
        * tao/Messaging/Messaging_SyncScope_PolicyC.cpp:
        * tao/Messaging/Messaging_SyncScope_PolicyC.h:
        * tao/Messaging/Messaging_SyncScope_PolicyC.i:
        * tao/PortableServer/Default_ORTC.cpp:
        * tao/PortableServer/Default_ORTC.h:
        * tao/PortableServer/Default_ORTC.i:
        * tao/Messaging/TAO_ExtC.cpp:
        * tao/Messaging/TAO_ExtC.h:
        * tao/Messaging/TAO_ExtC.i: Regenerated code to get the new IDL
          compiler change.

        * tao/Messaging/diffs/Messaging_No_Impl.diff:
        * tao/Messaging/diffs/Messaging_RT_Policy.diff:
        * tao/Messaging/diffs/Messaging_SyncScope_Policy.diff:
        * tao/Messaging/diffs/TAO_ExtC.diff:
        * tao/PortableServer/diffs/Default_ORT.diff:
        * tao/diffs/Domain.diff: Updated diffs with new stuff. This should
          now be minimal.

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp;

          Cosmetic fix.

Mon Nov  3 19:42:49 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:

          Generate ACE_HAS_STD_TEMPLATE_CLASS_MEMBER_SPECIALIZATION for
          Objref_Traits<> member specializations.

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

          Regenerated the code for a start with the above macro.

        * tao/Current.pidl:

          Fixed commment about including corbafwd.h, since it is not
          required.

Mon Nov  3 19:20:48 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * TAO_IDL/be/be_codegen.cpp:

          Fixed a typo from the last checkin.

Mon Nov  3 18:40:31 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_codegen.cpp:

          Added generation of include of ace/OS_NS_String.h if any
          kind of interface is seen in the IDL file.

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

          Cosmetic changes to source code.

Mon Nov  3 04:43:43 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * Makefile:
          Pass the $(MAKE) variable to the reverseclean script
          instead of "make".  This fixes problems in autobuilds that
          assign something other than "make" to the make_program
          variable.

Mon Nov  3 03:04:48 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp:
        * tao/IIOP_Acceptor.cpp:
        * tao/IIOP_Connection_Handler.cpp:
        * tao/IIOP_Endpoint.cpp:
        * tao/Strategies/DIOP_Acceptor.cpp:
        * tao/Strategies/DIOP_Endpoint.cpp:
        * tao/Strategies/DIOP_Profile.cpp:
        * tao/Strategies/SHMIOP_Acceptor.cpp:
        * tao/Strategies/SHMIOP_Connection_Handler.cpp:
        * tao/Strategies/SHMIOP_Endpoint.cpp:
        * tao/Strategies/SHMIOP_Profile.cpp:
          Added #includes needed due to recent subsetting.

Sun Nov  2 23:28:26 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * docs/tutorials/Quoter/Event_Service/server.cpp:
        * docs/tutorials/Quoter/RT_Event_Service/server.cpp:
        * examples/POA/DSI/client.cpp:
        * examples/POA/Default_Servant/File_i.cpp:
        * examples/POA/Generic_Servant/test_i.cpp:
        * examples/Persistent_Grid/Simple_util.cpp:
        * examples/Simple/Simple_util.cpp:
        * examples/Simple/bank/Bank_Client_i.cpp:
        * examples/Simple/echo/Echo_Client_i.cpp:
        * examples/Simple/grid/Grid_Client_i.cpp:
        * orbsvcs/Time_Service/Clerk_i.cpp:
        * orbsvcs/Time_Service/Server_i.cpp::
        * orbsvcs/examples/CosEC/Simple/Supplier.cpp:
        * orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp:
        * orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Consumer_Client.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp:
        * orbsvcs/orbsvcs/Event/RT_Task.cpp:
        * orbsvcs/orbsvcs/Log/LogNotification.cpp:
        * orbsvcs/orbsvcs/Log/PersistStore.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request.inl:
        * orbsvcs/tests/Concurrency/CC_client.cpp:
        * orbsvcs/tests/CosEvent/lib/Counting_Consumer.cpp:
        * orbsvcs/tests/CosEvent/lib/Counting_Supplier.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp:
        * orbsvcs/tests/Event/Performance/Latency.cpp:
        * orbsvcs/tests/Event/Performance/Latency_Server.cpp:
        * orbsvcs/tests/Event/lib/Driver.cpp:
        * orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.cpp:
        * performance-tests/Callback/client.cpp:
        * performance-tests/Callback/server.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/client.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/server.cpp:
        * performance-tests/Latency/AMH/Single_Threaded/client.cpp:
        * performance-tests/Latency/AMH/Single_Threaded/server.cpp:
        * performance-tests/Latency/AMI/client.cpp:
        * performance-tests/Latency/AMI/server.cpp:
        * performance-tests/Latency/DII/client.cpp:
        * performance-tests/Latency/DII/server.cpp:
        * performance-tests/Latency/DSI/client.cpp:
        * performance-tests/Latency/DSI/server.cpp:
        * performance-tests/Latency/Deferred/client.cpp:
        * performance-tests/Latency/Deferred/server.cpp:
        * performance-tests/Latency/Single_Threaded/client.cpp:
        * performance-tests/Latency/Single_Threaded/server.cpp:
        * performance-tests/Latency/Thread_Per_Connection/client.cpp:
        * performance-tests/Latency/Thread_Per_Connection/server.cpp:
        * performance-tests/Latency/Thread_Pool/client.cpp:
        * performance-tests/Latency/Thread_Pool/server.cpp:
        * performance-tests/POA/Create_Reference/create_reference.cpp:
        * performance-tests/POA/Implicit_Activation/client.cpp:
        * performance-tests/POA/Implicit_Activation/collocated.cpp:
        * performance-tests/POA/Implicit_Activation/server.cpp:
        * performance-tests/Pluggable/PP_Test_Client.cpp:
        * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp:
        * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp:
        * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp:
        * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/server.cpp:
        * performance-tests/RTCorba/Oneways/Reliable/client.cpp:
        * performance-tests/RTCorba/Oneways/Reliable/server.cpp:
        * performance-tests/Sequence_Latency/AMH/Single_Threaded/client.cpp:
        * performance-tests/Sequence_Latency/AMH/Single_Threaded/server.cpp:
        * performance-tests/Sequence_Latency/AMI/client.cpp:
        * performance-tests/Sequence_Latency/AMI/server.cpp:
        * performance-tests/Sequence_Latency/DII/client.cpp:
        * performance-tests/Sequence_Latency/DII/server.cpp:
        * performance-tests/Sequence_Latency/DSI/client.cpp:
        * performance-tests/Sequence_Latency/DSI/server.cpp:
        * performance-tests/Sequence_Latency/Deferred/client.cpp:
        * performance-tests/Sequence_Latency/Deferred/server.cpp:
        * performance-tests/Sequence_Latency/Single_Threaded/client.cpp:
        * performance-tests/Sequence_Latency/Single_Threaded/server.cpp:
        * performance-tests/Sequence_Latency/Thread_Per_Connection/client.cpp:
        * performance-tests/Sequence_Latency/Thread_Per_Connection/server.cpp:
        * performance-tests/Sequence_Latency/Thread_Pool/client.cpp:
        * performance-tests/Sequence_Latency/Thread_Pool/server.cpp:
        * tao/IIOP_Profile.cpp:
        * tests/Blocking_Sync_None/Blocking_Sync_None.cpp:
        * tests/Bug_1020_Basic_Regression/Echo.cpp:
        * tests/Bug_1269_Regression/Echo.cpp:
        * tests/Bug_1270_Regression/Echo.cpp:
        * tests/Bug_1361_Regression/Echo.cpp:
        * tests/Client_Leaks/Process.cpp:
        * tests/Crash_On_Write/Crash_Task.cpp:
        * tests/Crash_On_Write/client.cpp:
        * tests/Explicit_Event_Loop/server.cpp:
        * tests/Faults/pong.cpp:
        * tests/Faults/test_i.cpp:
        * tests/File_IO/File_i.cpp:
        * tests/Leader_Followers/test_i.cpp:
        * tests/MProfile/server.cpp:
        * tests/MProfile_Forwarding/server.cpp:
        * tests/MT_Server/test_i.cpp:
        * tests/MT_Timeout/Sleep_Service.cpp::
        * tests/Multiple_Inheritance/client.cpp:
        * tests/Muxed_GIOP_Versions/test_i.cpp:
        * tests/NestedUpcall/MT_Client_Test/client.cpp:
        * tests/NestedUpcall/MT_Client_Test/local_server.cpp:
        * tests/NestedUpcall/Triangle_Test/Object_B_i.cpp:
        * tests/NestedUpcall/Triangle_Test/initiator.cpp:
        * tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp:
        * tests/Param_Test/options.cpp:
        * tests/RTCORBA/RTMutex/server.cpp:
        * tests/RTScheduling/Current/Thread_Task.cpp:
        * tests/RTScheduling/DT_Spawn/Thread_Action.h:
        * tests/RTScheduling/Scheduling_Interceptor/test_server.cpp:
        * tests/RTScheduling/Thread_Cancel/Thread_Task.cpp:
        * tests/Single_Read/test_i.cpp:
        * tests/Timed_Buffered_Oneways/test_i.cpp:
        * tests/Timeout/test_i.cpp:
          Added missing #included needed (especially when not inlining)
          due to recent subsetting.

Sun Nov  2 16:33:13 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/orbconf.h:

          Removed a couple of macros for namespaces that are no longer
          used and absolete. We can now use the keyword namespace
          directly.

          There are few more macros that can go. But that is the next
          step.

        * tao/CONV_FRAMES.h:
        * tao/Exception.cpp:
        * tao/IOPS.h:
        * tao/IOPS_T.h:
        * tao/TAOS.h:
        * tao/Messaging/MessagingS_T.h:

          Removal of the macro forced us to fudge these files where it was
          used.

Sun Nov  2 16:23:42 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp:
        * orbsvcs/orbsvcs/Event/RT_Task.cpp:
        * orbsvcs/orbsvcs/Log/LogNotification.cpp:
        * orbsvcs/orbsvcs/Log/LogRecordStore.cpp:
        * orbsvcs/orbsvcs/Log/PersistStore.cpp:
        * orbsvcs/orbsvcs/Notify/Method_Request.h:

          Added missing includes.

Sun Nov  2 15:45:55 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/Collocated_Invocation.h:
        * tao/Invocation_Adapter.cpp:
        * tao/Invocation_Adapter.h:
        * tao/Invocation_Base.h:
        * tao/LocateRequest_Invocation.h:
        * tao/LocateRequest_Invocation_Adapter.cpp:
        * tao/LocateRequest_Invocation_Adapter.h:
        * tao/Remote_Invocation.cpp:
        * tao/Remote_Invocation.h:
        * tao/Synch_Invocation.h:

          Added and improved doxygen documentation.

Sat Nov  1 14:58:02 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/Sync_Strategies.cpp:
        * tao/TAO_Singleton.h:
        * tao/Transport.h:
        * tao/RTCORBA/RT_Mutex.cpp:
        * orbsvcs/orbsvcs/Event/EC_Dispatching_Task.cpp:
        * orbsvcs/orbsvcs/Event/GPlot_File.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp:
        * orbsvcs/orbsvcs/IFRService/Options.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp:
        * orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ClientScheduler_i.cpp:
        * orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.cpp:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:

          #included a bunch of OS_NS_sys_* files to get the right methods
          that are used from the ACE_OS namespace.

Sat Nov  1 12:13:59 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/Security/MechanismPolicy.cpp:
        * orbsvcs/orbsvcs/Security/MechanismPolicy.h:

          Added the required #includes to get them compiling.

Sat Nov  1 11:30:20 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/Cubit/TAO/DII_Cubit/Makefile
        * performance-tests/Latency/DII/Makefile:
        * performance-tests/Latency/DSI/Makefile:
        * performance-tests/Sequence_Latency/DII/Makefile:
        * performance-tests/Sequence_Latency/DSI/Makefile:
        * performance-tests/Sequence_Latency/Deferred/Makefile:
        * orbsvcs/examples/ORT/Makefile:
        * orbsvcs/tests/InterfaceRepo/Application_Test/Makefile:

          Do not compile if corba_messaging is turned off.

Sat Nov  1 09:56:10 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

        * orbsvcs/examples/RtEC/Kokyu/Service.cpp: Added fixes to get rid
          of link errors in Debian_NoInterceptor build.

Sat Nov  1 05:40:21 UTC 2003  Don Hinton  <dhinton@dresystems.com>

        * examples/Buffered_Oneways/server.cpp:
        * examples/Content_Server/AMI_Iterator/Iterator_Factory_i.{h,cpp}:
        * examples/Content_Server/AMI_Observer/Push_Iterator_Factory_i.{h,cpp}:
        * examples/Content_Server/SMI_Iterator/Iterator_Factory_i.{h,cpp}:
        * examples/Load_Balancing/Identity_Server.cpp:
        * examples/Load_Balancing/Load_Balancer_i.cpp:
        * examples/Load_Balancing_persistent/Identity_Server.cpp:
        * examples/POA/Adapter_Activator/server.cpp:
        * examples/POA/DSI/client.cpp:
        * examples/POA/Default_Servant/File_i.cpp:
        * examples/POA/Default_Servant/server.cpp:
        * examples/POA/Explicit_Activation/server.cpp:
        * examples/POA/Forwarding/server.cpp:
        * examples/POA/Loader/Server_Manager.cpp:
        * examples/POA/On_Demand_Activation/server.cpp:
        * examples/POA/Reference_Counted_Servant/server.cpp:
        * examples/POA/TIE/server.cpp:
        * examples/Persistent_Grid/Simple_util.cpp:
        * examples/Simple/Simple_util.cpp:
        * examples/Simple/chat/Server_i.cpp:
        * examples/Simple/time/Time_Client_i.cpp:
        * examples/Simple/time/Time_i.cpp:
        * examples/Simple/time-date/Time_Date_i.cpp:
        * orbsvcs/Concurrency_Service/Concurrency_Service.cpp:
        * orbsvcs/CosEvent_Service/CosEvent_Service.cpp:
        * orbsvcs/Dump_Schedule/Dump_Schedule.cpp:
        * orbsvcs/Event_Service/Event_Service.cpp:
        * orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp:
        * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
        * orbsvcs/ImplRepo_Service/Repository_Configuration.cpp:
        * orbsvcs/ImplRepo_Service/tao_imr.cpp:
        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
        * orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp:
        * orbsvcs/LoadBalancer/LoadManager.cpp:
        * orbsvcs/LoadBalancer/LoadMonitor.cpp:
        * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp:
        * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp:
        * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp:
        * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp:
        * orbsvcs/Notify_Service/Notify_Server.cpp:
        * orbsvcs/Time_Service/Clerk_i.cpp:
        * orbsvcs/Scheduling_Service/Scheduling_Service.cpp:
        * orbsvcs/Time_Service/Server_i.cpp:
        * orbsvcs/Time_Service/Time_Service_Clerk.cpp:
        * orbsvcs/Time_Service/Time_Service_Server.cpp:
        * orbsvcs/Trading_Service/Trading_Server.cpp:
        * orbsvcs/examples/CosEC/Simple/Service.cpp:
        * orbsvcs/examples/Log/Basic/main.cpp:
        * orbsvcs/examples/Log/Event/Event_Consumer.cpp:
        * orbsvcs/examples/Log/Event/Event_Supplier.cpp:
        * orbsvcs/examples/Log/Notify/Notify_Consumer.cpp:
        * orbsvcs/examples/Log/Notify/Notify_Supplier.cpp:
        * orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp:
        * orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Consumer.cpp:
        * orbsvcs/examples/Notify/ThreadPool/Consumer.h:
        * orbsvcs/examples/ORT/gateway_server.cpp:
        * orbsvcs/examples/ORT/server.cpp:
        * orbsvcs/examples/RtEC/Simple/Service.cpp:
        * orbsvcs/orbsvcs/Time_Utilities.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Monitor.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_Random.cpp:
        * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Database.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/tests/Concurrency/CC_client.cpp:
        * orbsvcs/tests/Concurrency/CC_command.tab.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.h:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.h:
        * orbsvcs/tests/Event/lib/Consumer.h:
        * orbsvcs/tests/Event/lib/Supplier.h:
        * orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/server.cpp:
        * orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp:
        * orbsvcs/tests/FaultTolerance/IOGR/server.cpp:
        * orbsvcs/tests/ImplRepo/airplane_i.cpp:
        * orbsvcs/tests/ImplRepo/airplane_server_i.cpp:
        * orbsvcs/tests/ImplRepo/nestea_i.cpp:
        * orbsvcs/tests/ImplRepo/nestea_server_i.cpp:
        * orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp:
        * orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.cpp:
        * orbsvcs/tests/Log/Basic_Log_Test/client.cpp:
        * orbsvcs/tests/Miop/McastHello/server.cpp:
        * orbsvcs/tests/Notify/Blocking/common.cpp:
        * orbsvcs/tests/Notify/Discarding/common.cpp:
        * orbsvcs/tests/Notify/Driver/main.cpp:
        * orbsvcs/tests/Notify/Ordering/Sequence_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/common.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/common.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/common.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/common.cpp:
        * orbsvcs/tests/RTCosScheduling/client.cpp:
        * orbsvcs/tests/Redundant_Naming/client.cpp:
        * orbsvcs/tests/Trading/Offer_Exporter.cpp:
        * orbsvcs/tests/Trading/TT_Info.cpp:
        * performance-tests/Callback/Callback_i.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp:
        * performance-tests/Latency/AMI/Roundtrip_Handler.cpp:
        * performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp:
        * performance-tests/Latency/Thread_Pool/Client_Task.cpp:
        * performance-tests/Memory/IORsize/server.cpp:
        * performance-tests/Memory/Single_Threaded/server.cpp:
        * performance-tests/POA/Create_Reference/create_reference.cpp:
        * performance-tests/POA/Demux/demux_test_client.cpp:
        * performance-tests/POA/Demux/demux_test_server.cpp:
        * performance-tests/POA/Implicit_Activation/server.cpp:
        * performance-tests/Pluggable/PP_Test_Client.cpp:
        * performance-tests/Pluggable/PP_Test_Server.cpp:
        * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/server.cpp:
        * performance-tests/RTCorba/Oneways/Reliable/server.cpp:
        * performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.cpp:
        * performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.cpp:
        * performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp:
        * performance-tests/Throughput/Receiver.h:
        * tao/Exception.cpp:
        * tao/FILE_Parser.cpp:
        * tao/IIOP_Connection_Handler.cpp:
        * tao/IIOP_Endpoint.cpp:
        * tao/Synch_Refcountable.inl:
        * tao/default_client.cpp:
        * tao/default_server.cpp:
        * tao/PortableServer/Operation_Table.h:
        * tao/Strategies/SHMIOP_Connection_Handler.cpp:
        * tests/BiDirectional/server.cpp:
        * tests/BiDirectional_NestedUpcall/server.cpp:
        * tests/Big_Oneways/server.cpp:
        * tests/Big_Reply/server.cpp:
        * tests/Big_Request_Muxing/server.cpp:
        * tests/Big_Twoways/server.cpp:
        * tests/Blocking_Sync_None/server.cpp:
        * tests/CDR/growth.cpp:
        * tests/Cache_Growth_Test/server.cpp:
        * tests/Connect_Strategy_Test/server.cpp:
        * tests/Explicit_Event_Loop/server.cpp:
        * tests/Exposed_Policies/Policy_Tester.cpp:
        * tests/Faults/middle.cpp:
        * tests/Faults/ping.cpp:
        * tests/Faults/server.cpp:
        * tests/File_IO/File_i.cpp:
        * tests/Forwarding/server.cpp:
        * tests/Hello/server.cpp:
        * tests/InterOp-Naming/Server_i.cpp:
        * tests/MProfile/server.cpp:
        * tests/MProfile_Connection_Timeout/server.cpp:
        * tests/MProfile_Forwarding/Manager.cpp:
        * tests/MProfile_Forwarding/server.cpp:
        * tests/MT_Client/server.cpp:
        * tests/Multiple/server.cpp:
        * tests/Multiple_Inheritance/client.cpp:
        * tests/Multiple_Inheritance/server.cpp:
        * tests/Native_Exceptions/server.cpp:
        * tests/NestedUpcall/MT_Client_Test/server.cpp:
        * tests/NestedUpcall/Triangle_Test/initiator.cpp:
        * tests/NestedUpcall/Triangle_Test/server_A.cpp:
        * tests/NestedUpcall/Triangle_Test/server_B.cpp:
        * tests/No_Server_MT_Connect_Test/server.cpp:
        * tests/ORT/server.cpp:
        * tests/Object_Loader/driver.cpp:
        * tests/Objref_Sequence_Test/server.cpp:
        * tests/OctetSeq/client.cpp:
        * tests/OctetSeq/server.cpp:
        * tests/Oneway_Buffering/admin.cpp:
        * tests/Oneway_Buffering/server.cpp:
        * tests/POA/Persistent_ID/server.cpp:
        * tests/Param_Test/param_test_i.cpp:
        * tests/Param_Test/server.cpp:
        * tests/Policies/Manipulation.cpp:
        * tests/Portable_Interceptors/Benchmark/server.cpp:
        * tests/Portable_Interceptors/Dynamic/server.cpp:
        * tests/Portable_Interceptors/ForwardRequest/server.cpp:
        * tests/Portable_Interceptors/IORInterceptor/server.cpp:
        * tests/Portable_Interceptors/PICurrent/server.cpp:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/server.cpp:
        * tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp:
        * tests/Queued_Message_Test/Queued_Message_Test.cpp:
        * tests/RTCORBA/common_args.cpp:
        * tests/RTCORBA/ORB_init/ORB_init.cpp:
        * tests/RTCORBA/Persistent_IOR/server.cpp:
        * tests/RTCORBA/Private_Connection/server.cpp:
        * tests/Reliable_Oneways/server.cpp,:
        * tests/Server_Connection_Purging/server.cpp:
        * tests/Server_Leaks/server.cpp:
        * tests/Single_Read/server.cpp:
        * tests/Timed_Buffered_Oneways/server.cpp:
        * tests/Timeout/server.cpp:
        * utils/nslist/nslist.cpp:
          Added #includes needed due to subsetting in ACE, e.g.,
          ace/OS_NS_stdio.h, ace/OS_NS_time.h, ace/OS_NS_sys_stat.h,
          ace/OS_NS_fcntl.h, ace/OS_main.h, ace/OS_NS_netdb.h,
          ace/os_include/netinet/os_tcp.h, ace/Guard_T.h,
          ace/OS_NS_strings.h, ace/Synch_Traits.h, ace/Null_Mutex.h,

Fri Oct 31 14:42:09 2003  Edward R. Mulholland  <emulholl@atl.lmco.com>

        * tao/Strategies/SCIOP_Acceptor.cpp:
        * tao/Strategies/SCIOP_Acceptor.h:
        * tao/Strategies/SCIOP_Connector.cpp:

          SCIOP URLs with comma-separated hostnames (e.g.,
          "sciop://host-a,host-b") are implemented with distinct Acceptors
          and produce separate Profiles in the SCIOR.  In contrast, SCIOP
          URLs with plus-separated hostnames (e.g.,
          "sciop://host-a+host-b") are implemented with a single Acceptor
          and produce a shared Profile in the SCIOR.  Thanks to Yamuna
          Krishnamurthy <yamuna@oomworks.com> and Craig Rodrigues
          <crodrigu@bbn.com> for identifying the previous, erroneous
          behavior in which URLs with comma-separated hostnames were
          implemented with distinct Acceptors, but produced a single,
          shared Profile, which mistakenly implied the benefits of a
          single Acceptor (i.e., SCTP failover and network path
          multiplexing.)

Fri Oct 31 10:14:56 2003  Chad Elliott  <elliott_c@ociweb.com>

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

          Added a missing break from the loop to remove trailing whitespace
          from constant strings.  The result from the missing break is that
          the string would get chopped in the middle if it had a space. Thanks
          to Onopin V. Mikhail <kool@garant.ru> for reporting the problem.

Fri Oct 31 08:50:00 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * TAO_IDL/ast/ast_string.cpp:
        * TAO_IDL/be/be_visitor_array/array_ci.cpp:
        * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_tmplinst/tmplinst_cs.cpp:

          Fixes for warnings in minimum static builds. The warnings were
          due to wrong format specifiers in sprintf.

Fri Oct 31 07:59:13 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * examples/Buffered_Oneways/Makefile:
        * examples/Content_Server/AMI_Iterator/Content_Iterator_i.cpp:
        * examples/Content_Server/SMI_Iterator/Content_Iterator_i.cpp:

          Fixed simple compilation errors in static builds.

Fri Oct 31 13:47:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Parser_Registry.h:
          Added include of ace/os_include/os_stddef.h to pickup size_t type

Fri Oct 31 07:39:04 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/Special_Basic_Argument_T.h:

          Removed export declarations.

Fri Oct 31 08:34:11 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Messaging/Makefile.bor:
          Added missing files

Fri Oct 31 07:36:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/DynamicInterface/Makefile.bor:
          Removed obsolete files.

Fri Oct 31 07:34:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Valuetype/AbstractBase_Invocation_Adapter.h:
          Removed ; after ACE_UNIMPLEMENTED_FUNC

        * tao/Valuetype/Makefile.bor:
          Added missing file

        * tao/Messaging/Makefile.bor:
          Removed obsolete files.

Thu Oct 30 23:23:05 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/Cubit/TAO/DII_Cubit/Makefile:
        * performance-tests/Latency/DII/Makefile:
        * performance-tests/Latency/DSI/Makefile:
        * performance-tests/Latency/Deferred/Makefile:
        * performance-tests/RTCorba/Oneways/Reliable/Makefile:
        * performance-tests/Sequence_Latency/DII/Makefile:
        * performance-tests/Sequence_Latency/DSI/Makefile:
        * performance-tests/Sequence_Latency/Deferred/Makefile:

          Added missing libraries to the link line. This is necessary
          since the DynamicInterface library depends on the Messaging
          library.

        * tests/OBV/Supports/Supports_Test_impl.cpp:
        * tests/Xt_Stopwatch/Stopwatch_display.h:

          Fixed compilation problems. These showed up only in builds which
          used MPC.

        * tao/Messaging/Asynch_Timeout_Handler.cpp:
        * tao/Messaging/Asynch_Timeout_Handler.h:
        * tao/Messaging/Messaging.cpp:
        * tao/Messaging/Messaging.h:

          Cosmetic fixes to get them compiling in minimum_corba builds.

        * tao/Messaging/Messaging.mpc:

          Added the list of files in the project.

Thu Oct 30 22:57:43 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/examples/ORT/Makefile:

          Added misisng libraries.

        * orbsvcs/tests/EC_Throughput/ECT_Driver.h:

          Added a forward declaration.

Thu Oct 30 22:09:17 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_traits.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:

          Added tao_release() to the generated Value_Traits<> specialization,
          so the INOUT argument template helper class can release the argument
          at demarshal time with the same call for both interface and
          valuetypes. This extra method has already been added to
          CORBA::ValueBase.

Thu Oct 30 15:01:43 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp:
        * orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.cpp:
        * orbsvcs/tests/Notify/lib/Command.cpp:
        * orbsvcs/tests/Notify/lib/Command.h:
        * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Sequence_Push_Consumer.cpp:
        * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Structured_Push_Consumer.cpp:

          Fixed compilation on platforms where exceptions are turned off.

Thu Oct 30 20:45:00 UTC 2003  Gautam Thaker  <gthaker@atl.lmco.com>

        Please direct all queries regarding this commit to
        Jason Cohen <jcohen@atl.lmco.com>

        * tao/Strategies/SCIOP_Acceptor.cpp:

          Cleaned up commented code.  No functional change.

Thu Oct 30 20:30:00 UTC 2003  Gautam Thaker  <gthaker@atl.lmco.com>

        Please direct all queries regarding this commit to
        Jason Cohen <jcohen@atl.lmco.com>

        * tao/Strategies/SCIOP_Acceptor.cpp:
        * tao/Strategies/SCIOP_Acceptor.h:
        * tao/Strategies/SCIOP_Endpoint.cpp:
        * tao/Strategies/SCIOP_Lite_Factory.h:

          Moved include files which are suspected to have been
          refactored upstream.  The previous problems only affected
          the SCTP enabled TAO build.

Thu Oct 30 13:50:50 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/DynamicInterface/DII_Invocation.cpp:
        * TAO_IDL/ast/ast_string.cpp:

          Fixed warnings with g++ 2.95.3.

Thu Oct 30 11:47:34 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tests/Portable_Interceptors/Bug_1559/Client_ORBInitializer.h:
        * tests/Portable_Interceptors/Bug_1559/Makefile:
        * tests/Portable_Interceptors/Bug_1559/Server_ORBInitializer.h:
        * tests/Portable_Interceptors/Bug_1559/client.cpp:
        * tests/Portable_Interceptors/Bug_1559/interceptors.cpp:
        * tests/Portable_Interceptors/Bug_1559/server.cpp:

          Get the above files compiling on g++.

Thu Oct 30 10:21:19 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicInterface/Request.h:
        * tao/DynamicInterface/ServerRequest.h:

          Added missing redefinition of TAO_EXPORT_MACRO.

Thu Oct 30 22:02:28 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/SSLIOP.dsp:

          Turned on RTTI for a few files.

Thu Oct 30 09:44:11 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/examples/RtEC/Kokyu/Makefile:

          Updated dependencies. Not sure how Venkita got this into the
          main trunk without usingthe Makefile.

Thu Oct 30 09:38:01 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

        * orbsvcs/examples/RtEC/Kokyu/Makefile: Updated dependencies.

Thu Oct 30 09:28:20 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/Notify/Method_Request_Updates_T.h:
        * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h:

          Forward declared CORBA::Environment to get around build problems
          in static builds.

Thu Oct 30 10:44:58 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/Makefile.bor:
          Updated this makefile with all the recent changes

        * tao/DynamicInterface/DII_Invocation_Adapter.h:
        * tao/Messaging/Asynch_Invocation_Adapter.h:
          Removed ; after ACE_UNIMPLEMENTED_FUNC

Thu Oct 30 08:10:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Collocated_Invocation.h:
          Removed ; after ACE_UNIMPLEMENTED_FUNC

        * tao/Makefile.bor:
          Updated this makefile with all the recent changes

Thu Oct 30 07:22:33 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ClientInterceptorAdapter.h:
          Added TAO_GIOP_Invocation as forward declaration

        * tao/Invocation_Adapter.h:
        * tao/Invocation_Base.h:
          Removed ; after ACE_UNIMPLEMENTED_FUNC

Thu Oct 30 07:00:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/TAO_IDL_BE.bor:
          Add missing files.

Wed Oct 29 21:35:48 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp: Fixed compilation
          errors in Win32 core builds. Strange that g++ missed this.

Wed Oct 29 21:10:08 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/RTCORBA/Multi_Priority_Mapping.cpp:

          Added ace/Log_Msg.h to get this compiling on one of RH8 builds.

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

        * TAO_IDL/be/be_visitor_tmplinst/tmplinst_cs.cpp:
        * TAO_IDL/be/be_visitor_tmplinst/tmplinst_ss.cpp:
        * TAO_IDL/be_include/be_visitor_tmplinst/tmplinst_cs.h:
        * TAO_IDL/be_include/be_visitor_tmplinst/tmplinst_ss.h:

          Fixed fuzz errors.

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

        * orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Initializer.h:
        * orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Interceptor.cpp:
        * orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Interceptor.h:
        * orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp:

          Remved #include of corbafwd.h and added other includes necessray
          to get them compiling on builds with MPC.

Wed Oct 29 19:41:14 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/ESF/ESF_Worker.h:
        * orbsvcs/orbsvcs/Event/ECG_ConsumerEC_Control.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerControl.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierControl.h:
        * orbsvcs/orbsvcs/Notify/Factory.h:

          Forward declared CORBA::Environment in all these header files.

        * orbsvcs/orbsvcs/FaultTolerance/FT_Endpoint_Selector_Factory.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp:

          #included Environment.h.

          The above fixes should take care of the build problems with
          SuSE static builds.

Wed Oct 29 17:31:16 2003  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * orbsvcs/examples/LoadBalancing/Makefile:
        * orbsvcs/examples/LoadBalancing/ORBInitializer.cpp:
        * orbsvcs/examples/LoadBalancing/ORBInitializer.h:
        * orbsvcs/examples/LoadBalancing/RPS_Monitor.cpp:
        * orbsvcs/examples/LoadBalancing/RPS_Monitor.h:
        * orbsvcs/examples/LoadBalancing/server.cpp:
        * orbsvcs/examples/LoadBalancing/client.cpp:
        * orbsvcs/examples/LoadBalancing/ServerRequestInterceptor.h:
        * orbsvcs/examples/LoadBalancing/ServerRequestInterceptor.cpp:
        * orbsvcs/examples/LoadBalancing/Stock.cpp:
        * orbsvcs/examples/LoadBalancing/Stock.h:
        * orbsvcs/examples/LoadBalancing/StockFactory.h:
        * orbsvcs/examples/LoadBalancing/StockFactory.cpp:
        * orbsvcs/examples/LoadBalancing/Test.idl:
        * orbsvcs/examples/LoadBalancing/run_test.pl:

          Added a new directory "Load Balancing" under
          TAO/orbsvcs/examples.

          This directory contains an example of the adaptive load
          balancing strategy built in TAO's Load Balancing Service
          named the Cygnus Load Balancing/Monitoring Service.

          The server objects, which the LB service is trying to load
          balance is a StockFactory object. Clients make lot
          of requests to StockFactory objects, which inturn
          call a Stock object to return the stock price of
          a particular Stock symbol.

Wed Oct 29 15:03:58 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Invocation_Adapter.cpp (invoke_oneway):

          Explicitly convert Messaging::SyncScope to octet before
          assigning to TAO_Operation_Details::response_flags, as is
          done in all other occurrences in TAO.

Wed Oct 29 14:14:15 2003  Venkita Subramonian  <venkita@cs.wustl.edu>

        * orbsvcs/examples/RtEC/Makefile: Added Kokyu subdirectory.

Wed Oct 29 12:57:51 2003  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * orbsvcs/performance-tests/LoadBalancing/ORBInitializer.cpp:
        * orbsvcs/performance-tests/LoadBalancing/RPS_Monitor.cpp:
          Added #includes to tao/ORB_Constants.h to define the new "home"
          of TAO_DEFAULT_MINOR_CODE.

Wed Oct 29 12:44:26 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicInterface/DynamicInterface.mpc:
        * tao/PortableServer/PortableServer.mpc:

          Added extra header files (not corresponding to .cpp files)
          to these .mpc files.

Wed Oct 29 12:16:57 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:

          Reverted the changes in

          Wed Oct 29 11:00:56 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

          since the original motivation was from warnings in gcc 3.2,
          whereas the chanages in question produced errors in gcc 3.3.

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

        * tao/IIOP_Transport.cpp: Cosmetic fix.

        * tao/Strategies/SCIOP_Endpoint.cpp:
        * tao/Strategies/SCIOP_Endpoint.h:
        * tao/Strategies/SCIOP_Factory.h:
        * tao/Strategies/SCIOP_Transport.cpp:

          Fixes for the compilation errors in lksctp build. Since I have o
          clue on what the problem could be, this is just a guess.

Wed Oct 29 12:09:09 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicInterface/DynamicInterface.mpc:
        * tao/PortableServer/PortableServer.mpc:

          Added list of source files, since the CVS respository
          contains source files which are not to be built but not
          yet removed.

Wed Oct 29 11:28:36 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Valuetype/AbstractBase_Invocation_Adapter.cpp:
        * tao/Valuetype/AbstractBase_Invocation_Adapter.h:

          Added 'const' qualifier to operation name parameter in the
          constructor, to correlate with the signature of the base
          class constructor.

Wed Oct 29 11:14:33 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tests/Portable_Interceptors/PICurrent/ClientRequestInterceptor.cpp:
        * tests/Portable_Interceptors/PICurrent/ClientRequestInterceptor2.cpp:
        * tests/Portable_Interceptors/PICurrent/ServerRequestInterceptor.cpp:

          #include OS.h in the above files to get them compiling in single
          threaded builds.

Wed Oct 29 11:00:56 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:

          Added generation of ACE_TEMPLATE_SPECIALIZATION macro
          to implementataion of Objref_Traits<> and Value_Traits<>
          specializations.

Wed Oct 29 10:50:36 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/RTCORBA/RT_Transport_Descriptor.cpp: Added a missing
          include.

Wed Oct 29 10:23:42 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Object_Proxy_Broker.h:
        * tao/Remote_Object_Proxy_Broker.h:

          Added #include of orbconf.h to pull in TAO_HAS_MINIMUM_CORBA flag.

        * tao/PortableServer/PortableServerC.cpp:
        * tao/PortableServer/PortableServerC.h:

          Added TAO_HAS_MINIMUM_POA guards around TAO::Objref_Traits<>
          specializations, TAO::Arg_Traits<> specializations and
          associated explicit template instantiations.

Wed Oct 29 09:53:09 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/TypeCodeFactory_Adapter.h: Added a missing inclusion.

Tue Oct 28 23:19:18 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/util/utl_scope.cpp (lookup_pseudo):

          Removed unused local variables.

Tue Oct 28 22:46:46 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/IFRService.dsp:

          Turned on RTTI in the project settings.

        * orbsvcs/orbsvcs/IFRService/IFR_BaseS.h:
        * orbsvcs/orbsvcs/IFRService/IFR_BasicS.h:
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.h:
        * orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.h:

          Removed the IFR_Client export macro from these files.

Tue Oct 28 22:29:25 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/TypeCodeFactory/TypeCodeFactoryC.cpp:

          Fixed typo in #include.

Tue Oct 28 22:22:29 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/FT_ORB.dsp:

          Updated project file list.

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp:

          Added include of tao/Typecode.h.

        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp:

          Replaced instances of TAO_INVOKE_EXCEPTION with
          TAO::TAO_INVOKE_SYSTEM_EXCEPTION.

Tue Oct 28 22:12:23 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile:
        * docs/tutorials/Quoter/AMI/Makefile:
        * docs/tutorials/Quoter/Event_Service/Makefile:
        * docs/tutorials/Quoter/Naming_Service/Makefile:
        * docs/tutorials/Quoter/On_Demand_Activation/Makefile:
        * docs/tutorials/Quoter/RT_Event_Service/Makefile:
        * docs/tutorials/Quoter/Simple/Client/Makefile:
        * docs/tutorials/Quoter/Simple/Impl-Repo/Makefile:
        * docs/tutorials/Quoter/Simple/ImprovedServer/Makefile:
        * docs/tutorials/Quoter/Simple/Persistent/Makefile:
        * docs/tutorials/Quoter/Simple/Server/Makefile:
        * docs/tutorials/Quoter/idl/Makefile:

          Updated dependencies.

        * docs/tutorials/Quoter/On_Demand_Activation/Stock_Factory_Locator_i.h:
          #included ORB.h instead of corba.h.

Tue Oct 28 22:04:02 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/examples/CosEC/Factory/FactoryClient.cpp:
        * orbsvcs/examples/Log/Basic/TLS_Client.cpp:
        * orbsvcs/examples/ORT/Server_IORInterceptor.h:
        * orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp:
        * orbsvcs/examples/ORT/server.cpp:
        * orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h:
        * orbsvcs/tests/LoadBalancing/LoadMonitor/CPU/Makefile:
        * orbsvcs/tests/Log/Basic_Log_Test/client.cpp:
        * orbsvcs/tests/RTCosScheduling/client.cpp:

          All those simple mistakes that were left behind. Changing
          corba.h to ORB.h, including additional header files like
          ace/Log_Msg.h were done to get these files compiling.

Tue Oct 28 21:53:13 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:

          Removed #include of Invocation.h. We need to remove this from
          the repo. We will do that once things stabilize a bit.

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h: Removed the
          declaratrion of _tao_QueryInterface () since it is no longer
          required.

        * orbsvcs/tests/Security/MT_IIOP_SSL/Makefile:

          Updated dependecies.

        * orbsvcs/tests/Security/MT_IIOP_SSL/Server_Worker.h:
        * orbsvcs/tests/Security/MT_SSLIOP/Server_Worker.h:

          Changed the #include of corba.h to ORB.h. This (corba.h)
          is another file that needs to be removed from the repo.

        * orbsvcs/tests/Security/Secure_Invocation/server.cpp: Fixed a
          unused variable warning.

Tue Oct 28 21:51:19 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Dynamic_Adapter.cpp:
        * tao/Dynamic_Adapter.h:
        * tao/DynamicInterface/Context.h:
        * tao/DynamicInterface/Request.h:
        * tao/DynamicInterface/Request.inl:
        * tao/DynamicInterface/Server_Request.h:
        * tao/DynamicInterface/Server_Request.inl:

          Moved CORBA::release() and CORBA::is_nil() for Request and
          ServerRequest from Dynamic_Adapter.* to their associated
          files in the DynamicInterface library.

        * TAOACE.dsw:

          Added dependency on the TAO_Messaging library to
          TAO_DynamicInterface library build.

Tue Oct 28 20:56:41 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_visitor_arg_traits.cpp:
        * TAO_IDL/be_include/be_sequence.h:
        * TAO_IDL/be_include/be_visitor_arg_traits.h:
        * TAO_IDL/util/utl_scope.cpp:

          Fixed warnings that arose due to a conversion of string to a
          non-const pointers.

Tue Oct 28 15:53:42 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/Invocation_Adapter.h:
        * tao/Invocation_Adapter.inl:
        * tao/Invocation_Adapter.h:
        * tao/Invocation_Adapter.inl:
        * tao/DynamicInterface/DII_Invocation_Adapter.cpp:
        * tao/DynamicInterface/DII_Invocation_Adapter.h:
        * tao/Messaging/Asynch_Invocation_Adapter.cpp:
        * tao/Messaging/Asynch_Invocation_Adapter.h

          Added const qualifier to the operation names. Not sure how this
          got missed. Thought I had done this once before!

Tue Oct 28 14:06:52 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * orbsvcs/tests/AVStreams/Latency/pong.cpp:

          #included ORB.h and removed corba.h

        * tao/Invocation_Adapter.h: Cosmetic fixes.

        * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp:

          Implementation of the insertion operators for the valuetypes
          generated the ACE_INLINE macro. Removed generation of the
          ACE_INLINE macro.

Tue Oct 28 13:48:50 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/Invocation_Adapter.h:

          Added some documentation. More stuff needs to be added.

        * tao/Profile_Transport_Resolver.cpp:

          Cosmetic fix.

        * tao/Messaging/MessagingC.cpp:
        * tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp:

          Fixed a couple of fuzz errors that slipped.

Tue Oct 28 13:33:58 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/IORInterceptor/TAO_IORInterceptor.dsp;

          Added link to Valuetype library.

Tue Oct 28 13:21:43 2003  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/ORB.cpp:

          Replaced a TypeCode::_nil () return value with 0, similar to other
          locations in this file, to avoid dependency on Typecode.h.

        * tao/ORB.h:

          Cosmetic changes.

        * tao/ORB_Core.cpp:

          Fixed misstypes of TAO::TAO_INVOKE_SYSTEM_EXCEPTION.

        * tao/ObjRefTemplate/TAO_ObjRefTemplate_Static.dsp:
        * tao/Valuetype/TAO_Valuetype_Static.dsp:

          Minor changes to project configurations.

Tue Oct 28 13:11:03 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * tao/ORB.cpp:
        * tao/Service_Callbacks.cpp:

          Fixed compilation errors due to a wrong casting of an int as an
          enum. VC6.o doesn't like this.

Tue Oct 28 12:47:54 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp
          (visit_interface_fwd):

          Unused variable warning.

Tue Oct 28 12:39:01 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

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

          Inspite of numerous compilations we seemed to have missed a
          warning. The fix is to use .in () on a Typecode_var while
          passing the pointer to another object.

Tue Oct 28 12:02:47 2003  Balachandran Natarajan <bala@dre.vanderbilt.edu>
                          Jeff Parsons  <parsons@dre.vanderbilt.edu>

        This checkin is aimed at revamping the invocation code path
        including the generated code. The design is outlined in the
        bugzilla. Please see

        http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=1369

        This checkin only concentrates on the stub path. During the work
        we tried addressing the following additional problems

        - Header inclusions. Now IDL compiler generates just enough
          headers for the applications. There is no need to include
          corba.h or corbafwd.h anymore.

        - Wide range of problems with PortableInterceptors. Please see the
          dependencies in the above bug list.

        - We have tried reducing the inter-header dependencies quite a
          bit within the TAO library. Other libraries need more
          work. There are more places in TAO where this can be done
          effectively. We will address all of them with time.

        - We have changed most of the tests and examples including the ORB
          services to include thelight weight headers.

        - The generated code has gone down by more than 50%
          everywhere. This work also clearly demarcates the responsibility
          of the IDL compiler from the ORB. More work is needed on the
          skeleton side.

        More gory details of the changes can be found in
        $TAO_ROOT/ChangeLogs/ChangeLog-03d. The documentation for all the
        new interfaces are not complete yet. We will do them as we
        cleanup the scoreboard.

        * ChangeLogs/ChangeLog-03d: New changelog entry for the changes.

Tue Oct 28 12:01:06 2003  Balachandran Natarajan  <bala@dre.vanderbilt.edu>

        * ChangeLogs/ChangeLog-03c: Moved a bunch of ChangeLog entries
          right untril 1.3.5 to this new file.

Tue Oct 28 07:05:46 2003  Ossama Othman  <ossama@dre.vanderbilt.edu>

        The following changes are designed to make profile equivalance
        checking code consistent between all pluggable protocol
        implementations.

        * tao/Profile.h (is_equivalent):

          This method is no longer virtual since it relies on template
          methods implemented by subclasses to perform pluggable
          protocol-specific profile equivalence check processing.

          (do_is_equivalent):

          New protected template method that subclasses must implement in
          order to allow pluggable protocols to apply their own definition
          of profile equivalance.

          (endpoint_count):

          Made this method const to address "discards const qualifier"
          errors.  This is now necessary since some equivalence checking
          code that calls this method has been refactored to the
          is_equivalence() method.

        * tao/Profile.cpp (is_equivalent):

          Check for a zero pointer to avoid potential a seg fault.

          Invoke the new do_is_equivalent() template method and the new
          is_equivalent_hook() hook method.

          (is_profile_equivalent_i, is_equivalent_hook):

          Renamed is_profile_equivalent_i() method to is_equivalent_hook()
          to better reflect the purpose of this method.  Note that
          is_equivalent_hook() is virtual to allow subclasses to override
          the default behavior.

          (is_equivalent_hook):

          The TAO_Unknown_Profile::is_equivalent() method does not need to
          allow some services (e.g. FT) to apply their own definition of
          profile equivalence.  Override this method so that it always
          return true.  Note that this behavior is consistent with the
          behavior that existed prior to these changes.

        * tao/IIOP_Profile.h (endpoint_count):

          Now a "const" method to address "discards const qualifier"
          errors.

          (is_equivalent, do_is_equivalent):

          Renamed this public method to the new protected
          do_is_equivalent() template method.

        * tao/IIOP_Profile.cpp (is_equivalent):

          Refactored common profile equivalence checking code to the
          TAO_Profile base class.

          (do_is_equivalent):

          Moved protocol-specific profile equivalence checks to this
          template method.

          (endpoint_count):

          Now a "const" method to address "discards const qualifier"
          errors.

        * tao/Strategies/DIOP_Profile.h:
        * tao/Strategies/DIOP_Profile.cpp:
        * tao/Strategies/SCIOP_Profile.h:
        * tao/Strategies/SCIOP_Profile.cpp:
        * tao/Strategies/SHMIOP_Profile.h:
        * tao/Strategies/SHMIOP_Profile.cpp:
        * tao/Strategies/UIOP_Profile.h:
        * tao/Strategies/UIOP_Profile.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.h:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.cpp:

          Likewise.

        * orbsvcs/tests/Security/Secure_Invocation/server.cpp:

          Added a sanity check for properly functioning SSLIOP object
          reference equivalence checks.  Thanks to Sebastien Lalonde
          <SLalonde@interstarinc.com> for pointing out that SSLIOP object
          reference equivalence was not working properly.

Sat Oct 25 13:19:12 UTC 2003  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAOACE.dsw: Added that EventService is dependent of BiDIR GIOP
          to make sure that BiDIR GIOP is build first.