summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: 7e704a6573a1d899566edbdaf541a7dffd0f3e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
Mon May  8 15:52:31 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be_visitor_union_branch/cdr_op_cs.cpp (visit_enum):

          Added code generation to initialize an enum member of a
          union when it is declared for demarshaling. This change
          eliminates warnings in gcc 4.0.2 and possibly other
          compilers.

Mon May  8 10:06:12 UTC 2006  Martin Corino  <mcorino@remedy.nl>

        * docs/Options.html:
        * docs/ORBEndpoint.html:
        * docs/INS.html:
          Added IPv6 specific info regarding endpoint and corbaloc
          definitions.
          Added some links for easier crossreferencing.

Mon May  8 09:22:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Hello/run_test.pl:
          Added support for a -debug commandline arugment, if this is
          passed when starting this script then -ORBDebugLevel 10 is
          passed to client and server.

Sun May  7 21:39:30 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bunch/Test.cpp:

          Removed a misplaced semicolon.

Sun May  7 14:56:20 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bunch/Test.cpp:

          Removed semicolons after if() - cleaning the residue from
          replacing the ACE_ASSERTs.

Sun May  7 06:59:54 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/ORB_Core.cpp:

          Replaced 'new' with ACE_NEW.

        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:
        * tests/ORB_Local_Config/Shared/Test.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/run_test.pl:
        * tests/ORB_Local_Config/lib/Service_Configuration_Per_ORB.h:

          Minor edits and cleanup.

Fri Apr 28 10:47:26 2006  Douglas C. Schmidt  <schmidt@cse.wustl.edu>

        * tao/Stub.cpp: Added a #include of "tao/CDR.h" to support SunC++.
          Thanks to Vladimir Panov <gbr at voidland dot org> for reporting
          this.

Fri Apr 14 17:47:18 2006  Douglas C. Schmidt  <schmidt@cse.wustl.edu>

        * docs/releasenotes/index.html: Updated the documentation to
          include more pluggable protocols.  Thanks to Willie Chen
          <wchen12 at ucla dot edu> for motivating this.

Fri May  5 18:48:45 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/TAO_Internal.cpp:
        * tao/default_resource.cpp:
          In addtion to the reorganization Iliyan did, it was discovered
          that the codeset library was not getting properly
          initialized. When the codeset negotiation feature was made
          optional for footprint considerations, the loading of the
          codeset library was put into the default Resource
          Factory. However now that we have the potential for multiple
          service repositories, it was no longer sufficient do such late
          initialization of the codeset library. Doing so put it codeset
          manager and default translators in the configuration context of
          the first ORB, not in the global configuration context. Moving
          the bootstrap loading of the Codeset library to TAO internals
          resolves that. The -ORBNegotiateCodeset flag is still evaluated
          making codeset loading optional. It will be loaded to the global
          configuration context by the first ORB that needs it.

Fri May  5 18:05:04 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bug_1459/Test.cpp:
        * tests/ORB_Local_Config/Bunch/Test.cpp:
        * tests/ORB_Local_Config/Limits/Test.cpp:
        * tests/ORB_Local_Config/Separation/Test.cpp:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:
        * tests/ORB_Local_Config/Shared/Test.cpp:
        * tests/ORB_Local_Config/Simple/Test.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test.cpp:

          Eliminating the use of ACE_ASSERT and replacing with if's and
          ACE_ERROR. The ACE_ASSERT may cause an abort(), which will cause
          resources to not be cleaned correctly on embedded targets like
          VxWorks. Thanks to Johnny Willemsen <jwillemsen@remedy.nl> for
          clarifying this.

        * tests/ORB_Local_Config/lib/Service_Configuration_Per_ORB.h:

          A little cleanup.

Fri May  5 16:12:17 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/ORB_Core.cpp:
        * tao/TAO_Internal.cpp:

          The initialization of the additional services, which runs right
          after the global repository initialization (open()) was supposed
          to execute in the context of that same global repository. This
          is necessary in case the initialization causes additional
          services to be registered. Fixes a problem with
          $TAO_ROOT/tests/RTCORBA/ORB_init.

Fri May  5 11:26:42 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Asynch_Queued_Message.{h,cpp}:
        * tao/Synch_Queued_Message.{h,cpp}:
          Changed is_heap_allocated to a real bool so that it matches
          the base class.

        * tao/Unbounded_Octet_Sequence_T.h:
          Small const improvment

        * tao/GIOP_Message_Base.cpp:
          Fixed typo in comment

        * tao/DynamicInterface/Request.h:
          Removed commented out method

Thu May  4 16:22:42 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL_Export.h:

          Regenerated the file to fix a problem with building the test in
          static builds.

Thu May  4 13:36:00 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:

          Eliminated a "magic" constant, used for the number of expected
          services, because it can vary dependent on the particular TAO
          configuration, like mincorba, static, etc.

Thu May  4 08:53:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PI/ClientRequestInfo.cpp:
          Fixed bug 2510 in such a way that TAO doesn't crash but it seems
          we then miss some functionalify. The reporter will extend the test
          to detect the missing functionality. Thanks to Martin Cornelius
          <Martin dot Cornelius at smiths-heimann dot com>
          for reporting this bug and providing a regression test

Thu May  4 07:54:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/EndpointPolicy/Endpoint_Acceptor_Filter.cpp:
          Fixed warning in VxWorks 5.5.1 builds

Thu May  4 00:45:45 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/Makefile.am:

          Removed EndpointPolicy/EndpointPolicyC.inl.

Wed May  3 21:26:07 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/TAO_Internal.cpp:
          The order of initialization of static services was modified as
          multi-orb configuration feature implementation. Somehow during
          that refactoring some services that are required to be initialized
          ended up having that done before the svc.conf file is processed.
          For instance RT_ORB_Loader. This change breaks up the loading of
          and initializing of these services to ensure that svc.conf always
          gets processed first before doing any default initialization.

Wed May  3 19:14:12 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc:

          Updated to resolve buld failures (vc71+Windows) - the two DLLs
          produced, now contain identical code. It determines at runtime,
          whether to act as a client or as a server - a decision
          influenced by a command-line option, in the service
          configuration file.

Wed May  3 18:32:29 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/POA/EndpointPolicy/run_test.pl:
          The test was failing on Windows because TAO apparently gets
          built with -ORBDottedDecimalAddresses defaulted to 1. The
          current version of the endpoint policy is very simple in that it
          uses literal string comparisons for determining the suitability
          of a given candidate profile endpoint. The test is specificly
          trying to match "localhost" but fails when the server
          substitutes "127.0.0.1" Perhaps an alternative solution would be
          to test both literal strings.

Wed May  3 16:54:41 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * TAO_IDL/be/be_visitor_sequence/serializer_op_cs.cpp:

          Fix an apparent typo introduced the previous commit.

Wed May  3 16:06:56 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bug_1459/Bug_1459.mpc:
        * tests/ORB_Local_Config/Bunch/Bunch.mpc:
        * tests/ORB_Local_Config/Limits/Limits.mpc:
        * tests/ORB_Local_Config/Separation/Separation.mpc:
        * tests/ORB_Local_Config/Service_Dependency/Service_Dependency.mpc:
        * tests/ORB_Local_Config/Shared/Shared.mpc:
        * tests/ORB_Local_Config/Simple/Simple.mpc:
        * tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc:

          Removed the dependency on ACE test_output library to make it
          possible to build the TAO tests without having to build ACE
          tests. This is often the case on embedded platforms (VxWorks),
          where part of the tests run outside the host platform. Thanks to
          Johnny Willemsen for pointing that out.

        * tests/ORB_Local_Config/Bug_1459/Test.cpp:
        * tests/ORB_Local_Config/Bunch/Test.cpp:
        * tests/ORB_Local_Config/Limits/Test.cpp:
        * tests/ORB_Local_Config/Separation/Test.cpp:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:
        * tests/ORB_Local_Config/Shared/Test.cpp:
        * tests/ORB_Local_Config/Simple/Test.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test.cpp:

          Updated the code to use its own ACE_MAIN and fixed some typos.

Wed May  3 15:42:14 UTC 2006  Yan Dai  <dai_y@ociweb.com>

        * TAO_IDL/be/be_visitor_sequence/serializer_op_cs.cpp:

          Fixed the DDS compilation errors due to the recent
          unbounded string sequence implementation changes.

Wed May  3 13:03:03 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/Makefile.am:

          Regenerated.

        * tao/tao.mpc:

          Fix yet another typo.

Wed May  3 09:56:10 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Portable_Interceptors/Bug_2510_Regression/client.cpp:
          At the end of the test shutdown the server

Wed May  3 03:35:10 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/LF_Multi_Event.h:
        * tao/LF_Multi_Event.cpp:
        * tao/PortableServer/POAManagerFactory.h:
        * tao/PortableServer/POAManagerFactory.cpp:
        * tao/PortableServer/POAManagerFactoryC.h:
          Adding in Versioned namespace macros.

Tue May  2 22:01:51 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc:
          Added the portableserver base project to both the client lib and
          server lib projects, since both require client and server
          behavior. This is required for windows builds where apparently
          DLLs must have all symbols fully resolved at link time, unlike
          .so's where they only need to be satisfied at runtime.

Tue May  2 19:08:18 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h:

        Changing auto_ptr to ACE_Auto_Ptr, because some platforms
        (WinXP64_Intel90_64bit) provide an auto_ptr<> without the reset
        method.

Tue May  2 15:30:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp:
        * tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp:
          Added missing includes. Thanks to Carlos O'Ryan for
          reporting this

Tue May  2 13:24:26 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/tao.mpc:
          Reverted J.T.'s change from Mon May  1 20:03:59 UTC 2006
          to flush out the cvs conflict markers and reapplied just his
          typo fix.

Tue May  2 11:47:55 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Separation/Test.cpp:
        * tests/ORB_Local_Config/Shared/Test.cpp:
        * tests/ORB_Local_Config/Simple/Test.cpp:

          The test don't need more specialized type than the base
          ACE_Service_Object, in order to demonstrate the intent.

Tue May  2 08:05:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/driver/drv_preproc.cpp:
          When we can't remove the input or output file use %p to print
          the error so that the info from the OS why this couldn't be
          done is also reported to the user.

Tue May  2 03:59:17 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/IIOP_Connector.h:
        * tao/IIOP_Connector.cpp:
        * tao/Transport_Descriptor_Interface.h:
        * tao/Transport_Descriptor_Interface.cpp:

          This fix resolves a problem exposed by the
          performance-tests/RTCorba/Oneway/Reliable test. That failure was
          showing up as a pure virtual function call, but the root cause
          was related to the changes to the IIOP_Connector in how it
          cached new transports. I was creating a new transport descriptor
          out of the successful endpoint, but using creating a new
          Base_Transport_Descriptor rather than reusing the supplied
          transport descriptor. This broke RT tests in that subsequent
          invocations would fail to find the cached endpoint since the
          type was different. I've resolved that by adding the new
          reset_endpoint method on the Transport_Descriptor_Interface
          which allows the transport connector to set a new endpoint to
          the existing transport descriptor before caching the value.

Mon May  1 21:54:05 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bunch/Test.cpp:

          Modified the test not to require the ability to fully
          instantiate TAO_CORBANAME_Parser, etc. which is a class in
          another library and it is not declared so that it is "visible"
          outside of it. The test does not require that in order to be
          functional - using the base class ACE_Service_Object.

        * tests/ORB_Local_Config/Two_DLL_ORB/client.cpp:

          Added some more logging.

Mon May  1 20:03:59 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/Makefile.am:

          Regenerated.

        * tao/tao.mpc:

          Fix typo.

Mon May  1 19:39:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/OBV/Simple/OBV_Simple.mpc:
          This test isn't dependent on minimum_corba

Mon May  1 18:55:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/AnyTypeCode/TypeCode.{h,cpp}:
          Made type TypeCode_ptr argument of operator << const so that
          the signature is the same as declared in DynamicA.h

Mon May  1 15:33:00 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/OBV/Truncatable/client.cpp:
          This is an improvement to what I committed earlier. Since the
          valuetypes are passed by value, it is perfectly reasonable to
          allocate them on the stack locally. That way I could get away
          from the use of the var to store a reference to the local value
          instance, and also avoid the awkward initialization code used to
          avoid the ambiguity BCB6 was complaining about.

        * tests/POA/POAManagerFactory/POAManagerFactory.cpp:
          Changed the name of an internal catch value. I'm not sure, but I
          suspect this is what was causing the BCB compiler to complain at
          the point of ACE_CATCHANY.

Mon May  1 12:04:17 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/OBV/Truncatable/client.cpp:
        * tests/POA/POAManagerFactory/POAManagerFactory.cpp:
          The Borland BCB6 compiler has trouble with var types and const
          vs. non-const assignment or comparisons. These changes are an
          attempt to address this trouble. I don't like the nature of
          these changes as they are moving away from the built-in type
          safety C++ is supposed to provide.

Mon May  1 03:43:57 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/Parallel_Connect_Strategy/run_test.pl:
          The fix for this test was to ensure the CORBALOC parser put all
          the listed endpoints into a single Profile.

Sun Apr 30 22:53:37 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/ORB_Core.cpp:
          Somehow when I applied my patch for the alternate connection
          timeout hook, used allow either or both the AMI connection
          timeout policy or the optimized connection endpoint selector to
          set the connection timeout hook, I managed to apply my change to
          the relative round trip timeout hook. This change addresses that
          and fixes the AMI_Timeout test.

Sun Apr 30 20:24:39 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bug_1459/Bug_1459.mpc:
        * tests/ORB_Local_Config/Bunch/Bunch.mpc:
        * tests/ORB_Local_Config/Limits/Limits.mpc:
        * tests/ORB_Local_Config/Separation/Separation.mpc:
        * tests/ORB_Local_Config/Service_Dependency/Service_Dependency.mpc:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:
        * tests/ORB_Local_Config/Shared/Shared.mpc:
        * tests/ORB_Local_Config/Simple/Simple.mpc:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc:
        * tests/ORB_Local_Config/lib/Service_Configuration_Per_ORB.h:

          Updated to simplify the tests and the build process

        * tests/ORB_Local_Config/lib/Service_Configuration_Per_ORB.cpp:
        * tests/ORB_Local_Config/lib/lib.mpc:

          Removed these files.

Sun Apr 30 15:36:21 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * examples/CSD_Strategy/ThreadPool4/ClientTask.cpp:
        * examples/CSD_Strategy/ThreadPool5/ClientTask.cpp:
          Fixed the assignment to the sequence to hand a buffer the
          sequence can properly release.

Sun Apr 30 14:24:20 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * TAO/tao/Profile_Transport_Resolver.cpp:
          Removed invalid semicolons.

        * TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc:
          Fixed the dynamic flag for windows builds.

Sun Apr 30 04:54:25 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bug_1459/Test.cpp:

          Cleaned up the test a bit to clarify the intent.

Sun Apr 30 00:47:10 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/ORB_Local_Config/Bug_1459/Test.cpp:
          Undoing the damage caused by my too-hasty previous checkin.

        * examples/CSD_Strategy/ThreadPool4/ClientTask.cpp:
        * examples/CSD_Strategy/ThreadPool5/ClientTask.cpp:
          Addressing some more compiler warnings

Sat Apr 29 15:34:15 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/PortableServer/POAManagerFactory.cpp:

        * tests/ORB_Local_Config/Bug_1459/Test.cpp:

        * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.conf:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:

        * tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h:
        * tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/client.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/server.cpp:

        * tests/ORT/ORT_test_IORInterceptor.cpp:

        * tests/POA/EndpointPolicy/server.cpp:

          Fixes for various build-specific errors/warnings.

Sat Apr 29 14:17:32 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bug_1459/Test.cpp:

          Removed references  to <iostream> and unreferenced variables.

Sat Apr 29 13:13:20 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/ORB_Local_Config/Bug_1459/Test.cpp:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:
          Fuzz cleanup.

Sat Apr 29 02:26:49 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/EndpointPolicy/EndpointPolicy_i.cpp:
          Removed the apparently redundant ACE_NESTED_CLASS macros.

Fri Apr 28 22:25:57 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bunch/Test.cpp:
        * tests/ORB_Local_Config/Limits/Test.cpp:
        * tests/ORB_Local_Config/Separation/Test.cpp:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:
        * tests/ORB_Local_Config/Shared/Test.cpp:
        * tests/ORB_Local_Config/Simple/Test.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test.cpp:

          Modified to eliminate warnings about unused variables on
          ACE_NDEBUG builds.

Fri Apr 28 22:04:50 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bug_1459/Bug_1459.mpc:
        * tests/ORB_Local_Config/Bug_1459/README:
        * tests/ORB_Local_Config/Bug_1459/Test.cpp:
        * tests/ORB_Local_Config/Bug_1459/a.conf:
        * tests/ORB_Local_Config/Bug_1459/b.conf:
        * tests/ORB_Local_Config/Bug_1459/m.conf:
        * tests/ORB_Local_Config/Bug_1459/m1.conf:
        * tests/ORB_Local_Config/Bug_1459/run_test.pl:
        * tests/ORB_Local_Config/Bug_1459/server_cert.pem:
        * tests/ORB_Local_Config/Bug_1459/server_key.pem:

          Added a test I borrowed from bugzilla 1459. It tests the ability
          to have two differently configured ORBs in the same process.

        * examples/Simple/time-date/Time_Date.cpp:

          Provided an ID for the ORB, initialized in a code that was
          loaded from the DLL. The ORB-specific Service Repo changes
          eliminated the need to make TAO_Singleton_Manager not register
          with the Object Manager, when initialized from a DLL.

Fri Apr 28 15:14:04 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bunch/Service_Config_Test.UTF-16.conf:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.UTF-16.conf.xml:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.WCHAR_T.conf:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.WCHAR_T.conf.xml:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.conf:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.conf.xml:

          Moved these files to Service_Dependency, which also received the
          code that uses these.

        * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.UTF-16.conf:
        * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.UTF-16.conf.xml:
        * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.WCHAR_T.conf:
        * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.WCHAR_T.conf.xml:
        * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.conf:
        * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.conf.xml:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:

          Moved here the config files from the Bunch test as it may be run
          in single threaded builds and the code that uses these config
          files requires multiple threads.

Fri Apr 28 14:51:20 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TAO_Internal.cpp:

          Fixed an error, that prevented the initialization of static
          services during Service_Config::open, The override for the
          default argument (ignore_static_svcs = 1) was missed during the
          refactoring.

Fri Apr 28 13:46:43 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bunch/Test.cpp:
        * tests/ORB_Local_Config/Limits/Test.cpp:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:
        * tests/ORB_Local_Config/Shared/Test.cpp:
        * tests/ORB_Local_Config/Simple/Test.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test.cpp:

          Updated to shut up unused variable warnings on builds where
          ACE_NDEBUG has been defined.

Thu Apr 27 21:09:51 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Profile.cpp:
          Fix a problem that caused the endpoint selector to spin when
          using shared profiles and none of the endpoints were valid.

Thu Apr 27 15:03:08 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bunch/Test.cpp:
        * tests/ORB_Local_Config/Limits/Test.cpp:
        * tests/ORB_Local_Config/Simple/Test.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test.cpp:

          Fixed fuzz issues (unmatched ACE_TRACE)

        * tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.cpp:
        * tests/ORB_Local_Config/Service_Dependency/Service_Dependency.mpc:

          Modified to change the DLL name to avoid name conflict with the
          one in ACE_ROOT/tests.

Thu Apr 27 14:20:02 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/IIOP_Endpoint.cpp:
          Fixed a recursion problem with the IPv6 endpoint selection.

        * tao/PortableServer/POAManagerFactory.cpp:
          Cleaned up compiler warnings.

Thu Apr 27 06:55:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/ORB_Local_Config/lib/lib.mpc:
          Added base project, this would at least get our builds running again

Thu Apr 27 03:46:34 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/EndpointPolicy/Endpoint_Acceptor_Filter.cpp:

          Found the trouble that was crashing the endpoint test. It was
          nothing wierd with the new sequence code, it was merely an
          incorrect index variable - i should have been j.

Thu Apr 27 03:05:31 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/params.cpp:

          One of my patches inadvertently flipped the sense of the
          share_profiles default from 0 to 1. However, I think that 1
          should be the default, since it generates more compact IORs. It
          has been that way for years in the OCI version of TAO, but I am
          keeping the default 0 here for tradition. This value is
          overridden by using -ORBUseSharedProfile [0|1] ORB_init option.

Thu Apr 27 02:58:23 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/EndpointPolicy/Endpoint_Value_Impl.cpp:
        * tao/EndpointPolicy/Endpoint_Value_Impl.h:

          Added a virtual destructor to this otherwise abstract base
          class.

Wed Apr 26 21:24:54 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * NEWS:

          Added an entry to the NEWS file.

Wed Apr 26 20:21:49 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

          The motivation for these changes was to enable support for
          ORB-local Service Objects. This for instance, makes it possible
          for differently configured ORBs to coexist within the same
          proces.

          In order to accomplish this, each orb (core) owns a "Gestalt",
          i.e. a service object repository instance. There is also a
          process-wide, or "global" gestalt, which is the default
          repository where service objects are registered. The latter
          retains the interface and behavioral compatibility with any
          existing code. As a consequence of this design choice, any
          un-named orb(s) will default to using the ubergestalt, which is
          consistent with the prior behavior.

        * tao/DLL_Parser.cpp:

          Fixed the parse_string() method to use the correct ORB gestalt
          when looking up a dynamic service object. That resolves a
          failure in TAO/tests/Object_Loader test.

        * tao/ORB.cpp:

          Relocated some aging comments about having first to instantiate
          the singleton manager to the correct place (ORB_init). Added a
          gestalt parameter to the call to open_services. Edited a few
          lines to fit within the standard length requirement.

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

          Added a member and an accessors for the private service gestalt,
          owned by the core. Replaced the call to methods that use the
          implicit ubergestalt with ones that specify the gestalt to use
          for service objects.

          Added an ACE_Service_Config_Guard to make sure the ORB
          initialization uses the correct repository.

          Updated more references to process_directive() and instance() to
          use ACE_TCHAR.  Updated references to process_directive() to use
          ACE_TCHAR for consistency.

          Added #if !defined(TAO_AS_STATIC_LIBS)/#endif around code, which
          is only meaningful when TAO is _not_ statically compiled;
          Updated the service and DLL symbol names used to load the
          CodecFactory_Loader, PolicyFactory_Loader and
          TypeCodeFactory_Loader dynamic services, in the cases where
          those services are not statically linked and TAO supports
          dynamic linking. (Thanks Ossama, for pointing that out.)  Added
          code to try and explicitly load an IORInterceptor adapter and
          Concrete_IORInterceptor_Adapter_Factory, if TAO supports (is
          built with) dynamic linking;

          Updated the code that loads the IORTable adapter to be exception
          safe; Edited a few lines to fit within the standard length
          requirement.

        * tao/Parser_Registry.cpp:

          Updated to explicitly specify the correct gestalt for the ORB.

        * tao/TAO_Internal.h:
        * tao/TAO_Internal.cpp:

          Refactored the initialization code to separate process-wide
          aspects of initialization from those having to do with the ORB
          instance. It is necessary to deal with global initialization
          because of the large number of use cases, where the first thing
          a process does is to call ORB_init, and consequently -
          open_services. There are also cases where a process calls
          Service_Config::open, initializing the process-wide
          configuration and only then proceeds to call ORB_init - for
          example when using Service Configurator to load a DLL that uses
          an ORB. The close_service is now only responsible for calling
          close in the ORB's own gestalt, the ACE Object Manager is the
          one that is clobering the process-wide Service Configuration.
          Updated to explicitly specify the correct gestalt to be used.

        * tao/default_resource.h:
        * tao/default_resource.cpp:

          Added the ACE_Dynamic_Service_Dependency member to the default
          resource factory to expressly maintain the factory's dependance
          on TAO_Codeset library, because the order of destruction may be
          reversed in some cases. The member help us keep our access to
          TAO_Codeset_Manager instances by upping the ref count on
          TAO_Codeset's DLL. This is far from elegant, but a complete
          reference counting scheme for the ORB services is a more complex
          undertaking than what the available resources currently permit.

        * tao/CSD_ThreadPool/CSD_TP_Strategy_Factory.cpp:

          Fixed an (unrelated) issue arising from a call to strcmp() with
          two different character types - only visible when ACE_USES_WCHAR
          is in effect.

        * tao/Codeset/Codeset_Manager_i.h:
        * tao/Codeset/Codeset_Manager_i.cpp:

          (minor) Added void as argument to the ctor and dtor.

        * tao/PI/ORBInitializer_Registry_Impl.h:
        * tao/PI/ORBInitializer_Registry_Impl.cpp:

          Implemented an init() method, which registers all the static
          services, usually taken for granted with the loading of
          TAO_PI. Previously, static initializers were used, however the
          dependent static services were being registered only globally,
          which broke the ORBs that needed ORB-local services.

        * tao/PI/PI.h:
        * tao/PI/PI.cpp:
        * tao/PI/PolicyFactory_Loader.h:
        * tao/PI/PolicyFactory_Loader.cpp:

          Removed the static initializers code and made it part of the
          dynamic service's init method. See the comment above.

        * tao/PortableServer/Root_POA.cpp:

          Explicitly specified the gestalt to be used for registering
          dynamic services.

        * tests/DLL_ORB/Test_Client_Module.cpp:
        * tests/DLL_ORB/Test_Server_Module.cpp:

          Provided an ID for the client and server's ORB.  In the future,
          an option may be devised so that the user can specify if they
          want any ORB to use its own gestalt, even if it does not have an
          ID. The reverse would be to force all ORBs to use the global SR,
          even if they have an ID.  Fixed a a SEGV upon process
          termination. The first thing a client process does in its main()
          is to load a dynamic service - Test_Client_Module, using a call
          to ACE_Service_Config::process_directive(). The service does
          call ORB_init(), which causes the population of the SR with a
          number of static and dynamic SOs. At process termination now
          however, any services registered following the ORB_init () call
          are destroyed first and will be unavailable when the
          Test_Client_Module is finalized. Like the Resource Factory, for
          example.

          The solution is to provide and ORB id for any ORB, which will
          loaded as part of a dynamic service.  Since the service gestalt
          is tied to the ORB id, this will cause the new ORBs to create
          and manage the lifetime of their own Service Repositories. The
          ORB_init() will be invoked in the context of each distinct SR
          and any SO an ORB needs will go there. At process termination,
          the Test_Client_Module will be finalized, which will clobber the
          ORB's SR and any SO registered there.

        * tests/ORB_Local_Config/ORB_Local_Config.mwc:
        * tests/ORB_Local_Config/README:
        * tests/ORB_Local_Config/run_tests_all.pl:

          Added tests and examples of the functionality affected by the
          introduction of the multiple private (per-ORB) service
          configuration repositories.

        * tests/ORB_Local_Config/lib/Service_Configuration_Per_ORB.h:
        * tests/ORB_Local_Config/lib/Service_Configuration_Per_ORB.cpp:
        * tests/ORB_Local_Config/lib/lib.mpc:

          Common test code.

        * tests/ORB_Local_Config/Bunch/Bunch.mpc:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.UTF-16.conf:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.UTF-16.conf.xml:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.WCHAR_T.conf:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.WCHAR_T.conf.xml:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.conf:
        * tests/ORB_Local_Config/Bunch/Service_Config_Test.conf.xml:
        * tests/ORB_Local_Config/Bunch/Test.cpp:
        * tests/ORB_Local_Config/Bunch/run_test.pl:

          A collection of miscellaneous tests for compatibility of the new
          interfaces with the old; Processing of the command-line
          directives; Loading dynamic services in a local repository;
          Loading the ORBInitializer_Registry locally; Test the helper
          components used to implement the temporary substitution of the
          repository currently used as "global" for the sake of
          registering static services, which are dependent on a dynamic
          service;

        * tests/ORB_Local_Config/Limits/Limits.mpc:
        * tests/ORB_Local_Config/Limits/Test.cpp:
        * tests/ORB_Local_Config/Limits/run_test.pl:

          Testing the size limits of a gestalt.

        * tests/ORB_Local_Config/Separation/Separation.mpc:
        * tests/ORB_Local_Config/Separation/Test.cpp:
        * tests/ORB_Local_Config/Separation/run_test.pl:

          Services registered with separate repositories must remain
          separate and inaccessible through anyone but the gestalt they
          were registered with.

        * tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h:
        * tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.cpp:
        * tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL_Export.h:
        * tests/ORB_Local_Config/Service_Dependency/Service_Dependency.mpc:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:
        * tests/ORB_Local_Config/Service_Dependency/run_test.pl:

          Tests the working of the ACE_Dynamic_Service_Dependency class

        * tests/ORB_Local_Config/Shared/Shared.mpc:
        * tests/ORB_Local_Config/Shared/Test.cpp:
        * tests/ORB_Local_Config/Shared/run_test.pl:

          Test that the default repository is available through any
          Service Gestalt, created with its default ctor.

        * tests/ORB_Local_Config/Simple/Simple.mpc:
        * tests/ORB_Local_Config/Simple/Test.cpp:
        * tests/ORB_Local_Config/Simple/run_test.pl:

        * tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h:
        * tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL_Export.h:
        * tests/ORB_Local_Config/Two_DLL_ORB/Service_Config_ORB_Test.conf:
        * tests/ORB_Local_Config/Two_DLL_ORB/Service_Config_ORB_Test2.conf:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test.idl:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test_i.h:
        * tests/ORB_Local_Config/Two_DLL_ORB/Test_i.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc:
        * tests/ORB_Local_Config/Two_DLL_ORB/client.cpp:
        * tests/ORB_Local_Config/Two_DLL_ORB/run_test.pl:
        * tests/ORB_Local_Config/Two_DLL_ORB/server.cpp:

          Testing the loading a dynamic service, which initializes its own
          ORB. The test is a variant of the Hello test with the twist that
          both the client and the server are service objects, loaded by
          the Service Configuration mechanism.

Wed Apr 26 20:09:33 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/EndpointPolicy/EndpointPolicyC.h:
        * tao/EndpointPolicy/EndpointPolicyC.cpp:

          Fixed fuzz errors.

        * tao/EndpointPolicy/EndpointPolicyC.inl:

          Removed this file.

Wed Apr 26 19:44:36 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/Makefile.am:

          Regenerated.

        * tao/EndpointPolicy.mpc:

          Added Pkgconfig_Files definition.

        * tao/EndpointPolicy/TAO_EndpointPolicy.pc.in:

          New file, pkg-config *.pc template for TAO_EndpointPolicy
          library.

Wed Apr 26 19:08:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/OBV/Simple/Client_i.h:
          Fixed casing of include

Wed Apr 26 19:13:02 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/IIOP_Connection_Handler.cpp:
        * tao/ORB_Core.cpp:
        * tao/params.h:
        * tao/params.i:
        * tao/params.cpp:

          This change was of OCI by David.Gibbs@igindex.co.uk. He had
          previously requested the addition of support for SO_KEEPALIVE
          and as a result we found that the framework existed for
          communicating a value of SO_DONTROUTE, so it was decided that we
          go ahead and add the feature. I consider this change provisional
          in that it isn't strictly required and so if someone strongly
          objects to its existence it can be pulled. Otherwise it is
          simply completing what someone else had started a while ago by
          adding configuration values for socket options to IIOP protocol
          properties definition.

Wed Apr 26 18:47:23 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

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

          Add an alternate connection timeout hook. This is necessary for
          users of the Optimized Connect Endpoint Selector with its
          timeout while also using CORBA messaging and the Connection
          Timeout policy. Both of these connection timeouts are
          dynamically loaded and one would override the other. This change
          allows both to be loaded, and if both are initialized to nonzero
          values, the lesser of the two timeouts is used. This results
          from a bug originally reported to OCI by friedhelm.wolf@homag.de.

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

          Cleaned up the initializer to be more consistent with others.

        * tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp:

          Fixed wihtespace in debug output.

Wed Apr 26 16:42:45 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * docs/Options.html:

          Adding text for the new commandline options used to control the
          parallel connect feature.

        * tao/Blocked_Connect_Strategy.h:
        * tao/Blocked_Connect_Strategy.cpp:
        * tao/CORBALOC_Parser.cpp:
        * tao/Client_Strategy_Factory.h:
        * tao/Client_Strategy_Factory.cpp:
        * tao/Connect_Strategy.h:
        * tao/Connect_Strategy.cpp:
        * tao/Endpoint.h:
        * tao/Endpoint.cpp:
        * tao/IIOP_Connection_Handler.h:
        * tao/IIOP_Connection_Handler.cpp:
        * tao/IIOP_Connector.h:
        * tao/IIOP_Connector.cpp:
        * tao/IIOP_Endpoint.h:
        * tao/IIOP_Endpoint.cpp:
        * tao/IIOP_Profile.h:
        * tao/IIOP_Profile.cpp:
        * tao/Invocation_Endpoint_Selectors.h:
        * tao/Invocation_Endpoint_Selectors.cpp:
        * tao/LF_CH_Event.h:
        * tao/LF_Connect_Strategy.h:
        * tao/LF_Connect_Strategy.cpp:
        * tao/LF_Event.h:
        * tao/LF_Multi_Event.h:
        * tao/LF_Multi_Event.cpp:
        * tao/MProfile.h:
        * tao/MProfile.i:
        * tao/MProfile.cpp:
        * tao/ORB_Core.cpp:
        * tao/Profile.h:
        * tao/Profile.cpp:
        * tao/Profile_Transport_Resolver.h:
        * tao/Profile_Transport_Resolver.cpp:
        * tao/Reactive_Connect_Strategy.h:
        * tao/Reactive_Connect_Strategy.cpp:
        * tao/Transport.cpp:
        * tao/Transport_Connector.h:
        * tao/Transport_Connector.cpp:
        * tao/Transport_Descriptor_Interface.h:
        * tao/Transport_Descriptor_Interface.inl:
        * tao/Transport_Descriptor_Interface.cpp:
        * tao/default_client.h:
        * tao/default_client.cpp:
        * tao/params.h:
        * tao/params.i:
        * tao/params.cpp:
        * tao/tao.mpc:

          These changes support a new technique for active connection
          establishment when presented with a profile containing multiple
          possible endpoints. This commit resolves bugzilla bug #2485.

          The technique in question is "parallel connects" meaning
          attempting to connect to many endpoints simultaniously. It was
          conceived as a way to deal with timeouts when the Invocation
          Endpoint Selector would first try to connect to one or more
          unreachable endpoints. If those endpoints were defined as IP
          addresses (not hostnames) or as resolvable hostnames that
          pointed to unreachable IP addresses, the connection
          establishment would take potentially several minutes to time out
          and eventually encounter a reachable endpoint. In the case of
          shared profiles (those using TAG_ALTERNATE_IIOP_ENDPOINT) this
          delay impacts every single invocation.

          This parallel connect feature (also referred to somewhat
          inacurately as a strategy) avoids this by supplying all the
          endpoints in a profile to the connector and letting it first
          test to see if any are already cached and available, and if not,
          to open connections to each and wait for a winner. When the
          first connection completes, any pending connections are
          terminated.

          In order to minimize the use of pending connections, an iterator
          traverses the list of endpoints creating new connections and
          also checking any existing connections for completion. If the
          first endpoint happens to be reachable and the server responds
          quickly enough, the client may not open any more connections.

          If the server does not respond immediately, a wait strategy is
          entered. This wait strategy may be Reactive or Leader/Follower
          based. In either case, a specal "multi event" type is used to
          allow a single thread to wait on one of many connectors, and
          then to clean up those that didn't finish in time. The parallel
          connect feature is also available using blocking connects, but
          the only advantage there is in checking the cache for all
          endpoints in the profile, there is no performance gain during
          actual connection establishment.

          The parallel connect strategy differs from another endpoint
          selection optimization, available in
          tao/Strategies/Optimized_Connection_Endpoint_Selector.*. That
          strategy works by examining all profiles simultaniously, this
          feature still treats separate profiles separately. This profile
          separation is necessary to support Load Balancing and Fault
          Tolerence. Also, this feature requires additional support to be
          built into protocol specific connectors (IIOP is currently the
          only protocol supporting parallel connects) whereas the other
          feature works regardless of the protocol.

          As this is a new feature, it is disabled by default. Use the
          -ORBUseParallelConnects option to enable its use. A second
          option, -ORBParallelConnectDelay, is used to introduce a small
          delay between the opening of new potential connections if the
          server is particularly busy. This is useful to minimize the
          impact on a busy server if more than one of the available
          endpoints is reachable. Also, because this feature only focuses
          on one profile at a time, the server must be run with
          -ORBUseSharedProfiles enabled (it is disabled by default).

        * tests/Parallel_Connect_Strategy/Parallel_Connect_Strategy.mpc:
        * tests/Parallel_Connect_Strategy/README:
        * tests/Parallel_Connect_Strategy/Test.idl:
        * tests/Parallel_Connect_Strategy/Test_i.h:
        * tests/Parallel_Connect_Strategy/Test_i.cpp:
        * tests/Parallel_Connect_Strategy/blocked.conf:
        * tests/Parallel_Connect_Strategy/client.cpp:
        * tests/Parallel_Connect_Strategy/reactive.conf:
        * tests/Parallel_Connect_Strategy/run_test.pl:
        * tests/Parallel_Connect_Strategy/server.cpp:

          This is a new test for the parallel connect feature. It works by
          having the server open two endpoints, one aliased to something
          unreachable. The client then uses different wait strategies to
          make invocations on the server and records the time for
          each. These tests also include counter-examples in which
          parallel connects are not used, and these take several minutes
          to run. On my Linux machine the timeout period is about 3
          minutes which causes the overall test to take about 9 minutes to
          run.

Wed Apr 26 16:30:56 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/PortableServer/POAManagerFactory.cpp:

          Correct a bug found by the Borland compiler.

Wed Apr 26 13:47:28 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/EndpointPolicy.mpc:
        * tao/EndpointPolicy/EndpointPolicy.h:
        * tao/EndpointPolicy/EndpointPolicy.pidl:
        * tao/EndpointPolicy/EndpointPolicy.cpp:
        * tao/EndpointPolicy/EndpointPolicyA.h:
        * tao/EndpointPolicy/EndpointPolicyA.cpp:
        * tao/EndpointPolicy/EndpointPolicyC.h:
        * tao/EndpointPolicy/EndpointPolicyC.inl:
        * tao/EndpointPolicy/EndpointPolicyC.cpp:
        * tao/EndpointPolicy/EndpointPolicyType.pidl:
        * tao/EndpointPolicy/EndpointPolicyTypeA.h:
        * tao/EndpointPolicy/EndpointPolicyTypeA.cpp:
        * tao/EndpointPolicy/EndpointPolicyTypeC.h:
        * tao/EndpointPolicy/EndpointPolicyTypeC.cpp:
        * tao/EndpointPolicy/EndpointPolicy_Export.h:
        * tao/EndpointPolicy/EndpointPolicy_Factory.h:
        * tao/EndpointPolicy/EndpointPolicy_Factory.cpp:
        * tao/EndpointPolicy/EndpointPolicy_ORBInitializer.h:
        * tao/EndpointPolicy/EndpointPolicy_ORBInitializer.cpp:
        * tao/EndpointPolicy/EndpointPolicy_i.h:
        * tao/EndpointPolicy/EndpointPolicy_i.cpp:
        * tao/EndpointPolicy/Endpoint_Acceptor_Filter.h:
        * tao/EndpointPolicy/Endpoint_Acceptor_Filter.cpp:
        * tao/EndpointPolicy/Endpoint_Acceptor_Filter_Factory.h:
        * tao/EndpointPolicy/Endpoint_Acceptor_Filter_Factory.cpp:
        * tao/EndpointPolicy/Endpoint_Value_Impl.h:
        * tao/EndpointPolicy/IIOPEndpointValue.pidl:
        * tao/EndpointPolicy/IIOPEndpointValueA.h:
        * tao/EndpointPolicy/IIOPEndpointValueA.cpp:
        * tao/EndpointPolicy/IIOPEndpointValueC.h:
        * tao/EndpointPolicy/IIOPEndpointValueC.cpp:
        * tao/EndpointPolicy/IIOPEndpointValue_i.h:
        * tao/EndpointPolicy/IIOPEndpointValue_i.cpp:

          The EndpointPolicy is a new, TAO-specific policy that is applied
          to POAManagers via the POAManagerFactory. This commit resolves
          Bugzilla bug #2484.

          The Endpoint policy acts as a filter for constraining the final
          endpoints or profiles listed in an IOR when it is created by a
          POA associated with the POAManager containing the policy. The
          EndpointPolicy value is a sequence, allow multiple endpoints to
          be published.

          The way this works is that the ORB is initialized with all the
          -ORBEndpoint options it needs to provide access to all the
          objects it will serve. Then POAManagers are created with
          Endpoint policies that contain only the endpoints that are to be
          used for its subset of objects. For instance, the ORB could
          define one endpoint for insecure, internal-use-only objects, and
          another for secure internet-facing objects. Using the Endpoint
          Policy these different objects would only get one or the other
          endpoint. Mechanically what happens is that first all Acceptors
          are queried to construct an MProfile, then the resulting
          profiles/endpoints are compared to entries in the policy, those
          not matching are eliminated. It is possible that an endpoint
          policy will exclude all the profiles, which would result in an
          exception being raised at object reference construction time.

          Endpoints are matched in their final form. This means that if an
          IIOP Endpoint makes use of the hostname_in_ior attribute, that
          is the name the policy will use to match.

          Endpoint values are protocol specific. A value for IIOP is
          provided, but new values must be defined to support other
          protocols. The Endpoint value is a local object. New protocol
          specific values do not have to be added to the
          TAO_EndpointPolicy library, but they must specialize
          EndpointPolicy::ValueBase and the implementation must derive
          from TAO_Endpoint_Value_Impl.

        * tao/IIOP_Endpoint.h:
        * tao/IIOP_Endpoint.cpp:
        * tao/IIOP_Profile.h:
        * tao/IIOP_Profile.cpp:
        * tao/Profile.h:
        * tao/Profile.cpp:

          The profile contains the base endpoint as an attribute. This
          caused a problem for the endpoint removal scheme mentioned
          above. If a profile contains two or more endpoints, and the base
          happens to be the one to be eliminated as a result of the
          endpoint comparison, the only thing that could be done is to
          copy the contents of the first alternate into the base, then
          eliminate the duplicate.

        * tao/orbconf.h:

          Added a tag for the new policy.

        * tests/POA/EndpointPolicy/EndpointPolicy.mpc:
        * tests/POA/EndpointPolicy/Hello.h:
        * tests/POA/EndpointPolicy/Hello.cpp:
        * tests/POA/EndpointPolicy/README:
        * tests/POA/EndpointPolicy/Test.idl:
        * tests/POA/EndpointPolicy/client.cpp:
        * tests/POA/EndpointPolicy/run_test.pl:
        * tests/POA/EndpointPolicy/server.cpp:
        * tests/POA/README:

          A new test case for the endpoint policy. This test currently
          fails due to an unresolved interaction with the sequence
          code. The error appears to be related to memory corruption, but
          the cause has not yet been determined. The error only manifests
          when the multiple profiles portion of the test is being
          run. This is where an unmodified IOR would contain two profiles,
          each with one endpoint. The problem does not occur when a single
          profile has two endpoints.

Wed Apr 26 14:04:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Smart_Proxies/client.cpp:
        * tests/Smart_Proxies/Benchmark/client.cpp:
        * tests/Smart_Proxies/dtor/client.cpp:
        * tests/Smart_Proxies/Policy/client.cpp:
          Removed remarks about the KAI compiler, more compilers do
          give these warnings and support for the KAI compilers
          has been removed

Wed Apr 26 13:29:44 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/examples/ORT/Server_IORInterceptor.h:
        * orbsvcs/examples/ORT/Server_IORInterceptor.cpp:

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

        * orbsvcs/orbsvcs/PortableGroup/GOA.h:
        * orbsvcs/orbsvcs/PortableGroup/GOA.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Servant_Dispatcher.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Servant_Dispatcher.cpp:

        * tao/AnyTypeCode/PI_ForwardA.h:

        * tao/CSD_Framework/CSD_Default_Servant_Dispatcher.h:
        * tao/CSD_Framework/CSD_Default_Servant_Dispatcher.cpp:
        * tao/CSD_Framework/CSD_POA.h:
        * tao/CSD_Framework/CSD_POA.cpp:

        * tao/IORInterceptor/IORInfo.h:
        * tao/IORInterceptor/IORInfo.cpp:
        * tao/IORInterceptor/IORInfoC.h:
        * tao/IORInterceptor/IORInterceptorC.h:
        * tao/IORInterceptor/IORInterceptor_Adapter_Impl.h:
        * tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp:

        * tao/IORInterceptor_Adapter.h:
        * tao/PI_Forward.pidl:
        * tao/PI_ForwardC.h:

        * tao/RTPortableServer/RT_POA.h:
        * tao/RTPortableServer/RT_POA.cpp:
        * tao/RTPortableServer/RT_Servant_Dispatcher.h:
        * tao/RTPortableServer/RT_Servant_Dispatcher.cpp:

        * tests/ORT/ORT_test_IORInterceptor.h:
        * tests/ORT/ORT_test_IORInterceptor.cpp:

        * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.h:
        * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp:

          These are more changes related to the POAManagerFactory. They
          are coupled with my 13:10:59 utc checkin.

Wed Apr 26 13:10:59 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/PortableServer/Acceptor_Filter_Factory.h:
        * tao/PortableServer/Acceptor_Filter_Factory.cpp:
        * tao/PortableServer/Default_Acceptor_Filter.h:
        * tao/PortableServer/Default_Servant_Dispatcher.h:
        * tao/PortableServer/Default_Servant_Dispatcher.cpp:
        * tao/PortableServer/Object_Adapter.h:
        * tao/PortableServer/Object_Adapter.cpp:
        * tao/PortableServer/POAManager.h:
        * tao/PortableServer/POAManager.i:
        * tao/PortableServer/POAManager.pidl:
        * tao/PortableServer/POAManager.cpp:
        * tao/PortableServer/POAManagerC.h:
        * tao/PortableServer/POAManagerFactory.h:
        * tao/PortableServer/POAManagerFactory.cpp:
        * tao/PortableServer/POAManagerFactory.pidl:
        * tao/PortableServer/POAManagerFactoryC.h:
        * tao/PortableServer/POAManagerFactoryC.cpp:
        * tao/PortableServer/PortableServer.h:
        * tao/PortableServer/PortableServer.pidl:
        * tao/PortableServer/PortableServerC.h:
        * tao/PortableServer/Regular_POA.h:
        * tao/PortableServer/Regular_POA.cpp:
        * tao/PortableServer/Root_POA.h:
        * tao/PortableServer/Root_POA.cpp:
        * tao/PortableServer/Servant_Dispatcher.h:

          These files are new/updated to support the POAManagerFactory,
          which was added to the CORBA 3.0.2 specification. The PMF is
          used to allow for the explicit creation of POA Managers which
          can then be supplied to POAs during POA creation. POA Managers
          may now also carry policies which will influence all POAs
          associated with it. This work builds on the effort originally
          started by Johnny Willemsen back in the pre-1.4.8 era. This
          commit resolves Bugzilla bug #1785.

        * tests/POA/POAManagerFactory/POAManagerFactory.cpp:
        * tests/POA/POAManagerFactory/POAManagerFactory.mpc:
        * tests/POA/POAManagerFactory/run_test.pl:

          This is a new test for the POAManagerFactory.

Wed Apr 26 13:01:48 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Valuetype/AbstractBase.cpp:
        * tao/Valuetype/AbstractBase.h:
          The _tao_marshal_v method is supposed to be const.

Wed Apr 26 13:01:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/POA/Bug_2511_Regression/*:
          Added new regression for bug 2511. Thanks to Martin Cornelius
          <Martin at Cornelius at smiths-heimann dot com> for creating
          this regression

Wed Apr 26 12:20:51 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/AMI/ami_test.idl:
        * tests/AMI/ami_test_i.cpp:
        * tests/AMI/simple_client.cpp:
          Reverting earlier test changes. They were causing problems on
          some platforms and I don't have a clear enough memory of the
          original motivation for the change.

Wed Apr 26 11:46:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/AVStreams/Pluggable/ftp.cpp:
        * orbsvcs/tests/AVStreams/Multicast/ftp.cpp:
          Fixed a bug in these tests, in the test code for element 0 of
          a string sequence was set and after that the length was set to 1.
          The setting of 0 is possible because the OMG doesn't define
          exceptions for this so it is allowed, then setting the length to
          1 does reinitialize element 0 so that we don't get old values.
          This was not done with the old sequences, then just the old
          value was returned and things worked then.

Wed Apr 26 11:21:57 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Valuetype/ValueBase.cpp:

          Fix for errant removal of throw, this corrects the OBV/Factory
          test.

Wed Apr 26 10:41:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Unbounded_Sequence_CDR_T.h:
          Added missing include of SystemException

Wed Apr 26 10:03:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/OBV/Simple/*:
          Added very simple OBV test

Wed Apr 26 09:53:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Portable_Interceptors/Bug_2510_Regression:
          New regression test, thanks to Martin Cornelius
          <Martin at Cornelius at smiths-heimann dot com> for creating
          this test. This bug is not fixed yet.

Wed Apr 26 09:44:12 UTC 2006  Kees van Marle  <kvmarle@remedy.nl>

        * tao/Bounded_Sequence_CDR_T.h:
        * tao/Unbounded_Sequence_CDR_T.h:
          Check in all marshal_sequence methods if we aren't trying to
          marshal a nill sequence, this can happen when the user doesn't
          initialize an out argument. In that case we throw a BAD_PARAM
          exception as described in the C++ spec. This fixes bugzilla bug
          1676.

Wed Apr 26 08:42:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ObjRefTemplate/ObjectReferenceTemplateC.h:
        * tao/ObjRefTemplate/Default_ORTC.h:
        * tao/Messaging/ExceptionHolderC.h:
          Include the Valuetype_Adapter_Factory_Impl.h so that the
          Valuetype library gets linked in a static build, this is
          already updated earlier in the IDL compiler

Wed Apr 26 08:17:12 UTC 2006  Kees van Marle  <kvmarle@remedy.nl>

        * tests/Bug_1676_Regression/client.cpp:
          Extended this test to explicitly test for BAD_PARAM exception
          when the server not initializes an out argument

Wed Apr 26 07:24:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Trader/Interpreter_Utils.h:
          Removed invalid template export

Wed Apr 26 03:46:16 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Valuetype/AbstractBase.cpp:

          Fixed scoreboard detected warning.

Tue Apr 25 19:24:48 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:

          Missed a patch from the earlier commit.

Tue Apr 25 19:09:08 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/examples/ORT/Server_IORInterceptor.h:
        * orbsvcs/examples/ORT/Server_IORInterceptor.cpp:

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

        * orbsvcs/orbsvcs/PortableGroup/GOA.h:
        * orbsvcs/orbsvcs/PortableGroup/GOA.cpp:
        * orbsvcs/orbsvcs/PortableGroup/PG_Servant_Dispatcher.h:
        * orbsvcs/orbsvcs/PortableGroup/PG_Servant_Dispatcher.cpp:

        * tao/AnyTypeCode/PI_ForwardA.h:

        * tao/CSD_Framework/CSD_Default_Servant_Dispatcher.h:
        * tao/CSD_Framework/CSD_Default_Servant_Dispatcher.cpp:
        * tao/CSD_Framework/CSD_POA.h:
        * tao/CSD_Framework/CSD_POA.cpp:

        * tao/IIOP_Endpoint.h:
        * tao/IIOP_Endpoint.cpp:
        * tao/IIOP_Profile.h:
        * tao/IIOP_Profile.cpp:

        * tao/IORInterceptor/IORInfo.h:
        * tao/IORInterceptor/IORInfo.cpp:
        * tao/IORInterceptor/IORInfoC.h:
        * tao/IORInterceptor/IORInterceptorC.h:
        * tao/IORInterceptor/IORInterceptor_Adapter_Impl.h:
        * tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp:

        * tao/IORInterceptor_Adapter.h:
        * tao/PI_Forward.pidl:
        * tao/PI_ForwardC.h:

        * tao/PortableServer/Default_Acceptor_Filter.h:
        * tao/PortableServer/Default_Servant_Dispatcher.h:
        * tao/PortableServer/Default_Servant_Dispatcher.cpp:
        * tao/PortableServer/Object_Adapter.h:
        * tao/PortableServer/Object_Adapter.cpp:
        * tao/PortableServer/POAManager.h:
        * tao/PortableServer/POAManager.i:
        * tao/PortableServer/POAManager.cpp:
        * tao/PortableServer/POAManager.pidl:
        * tao/PortableServer/POAManagerC.h:
        * tao/PortableServer/PortableServer.h:
        * tao/PortableServer/PortableServer.pidl:
        * tao/PortableServer/PortableServerC.h:
        * tao/PortableServer/Regular_POA.h:
        * tao/PortableServer/Regular_POA.cpp:
        * tao/PortableServer/Root_POA.h:
        * tao/PortableServer/Root_POA.cpp:
        * tao/PortableServer/Servant_Dispatcher.h:

        * tao/Profile.h:
        * tao/Profile.cpp:

        * tao/RTPortableServer/RT_POA.h:
        * tao/RTPortableServer/RT_POA.cpp:
        * tao/RTPortableServer/RT_Servant_Dispatcher.h:
        * tao/RTPortableServer/RT_Servant_Dispatcher.cpp:

        * tao/orbconf.h:
        * tao/params.cpp:

        * tests/ORT/ORT_test_IORInterceptor.h:
        * tests/ORT/ORT_test_IORInterceptor.cpp:

        * tests/POA/EndpointPolicy/EndpointPolicy.mpc:
        * tests/POA/EndpointPolicy/Hello.h:
        * tests/POA/EndpointPolicy/Hello.cpp:
        * tests/POA/EndpointPolicy/README:
        * tests/POA/EndpointPolicy/Test.idl:
        * tests/POA/EndpointPolicy/client.cpp:
        * tests/POA/EndpointPolicy/run_test.pl:
        * tests/POA/EndpointPolicy/server.cpp:

        * tests/POA/POAManagerFactory/POAManagerFactory.cpp:
        * tests/POA/POAManagerFactory/POAManagerFactory.mpc:
        * tests/POA/POAManagerFactory/run_test.pl:

        * tests/POA/README:

        * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.h:
        * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp:

Tue Apr 25 17:38:34 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp:
        * TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
        * tao/Messaging/ExceptionHolderC.h:
        * tao/Messaging/ExceptionHolderC.cpp:
        * tao/ObjRefTemplate/Default_ORTC.h:
        * tao/ObjRefTemplate/Default_ORTC.cpp:
        * tao/ObjRefTemplate/ObjectReferenceTemplateC.h:
        * tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp:
        * tao/Valuetype/AbstractBase.h:
        * tao/Valuetype/AbstractBase.cpp:
        * tao/Valuetype/StringValueC.h:
        * tao/Valuetype/StringValueC.inl:
        * tao/Valuetype/ValueBase.h:
        * tao/Valuetype/ValueBase.cpp:

          These are further valuetype changes that are related to Bugzilla
          #2162. The problem is that TAO assumes that a valuetype's
          typecode is always encoded as 0x7FFFFF02 <repID> but that is not
          compliant with the spec. It is also valid to encode a valuetype
          typecode as 0x7FFFFF00 which indicates that the actual type of
          the value matches the formal type for the argument for which the
          value is a parameter.  TAO already had most of the hooks in
          place to support this, but was missing a key bit of
          functionality. This patch adds that functionality, the ability
          to test that the formal type matches the actual type when
          marshaling values.

          Valuetypes encoded this way are substantially more efficient, if
          the type can be implied then there is no need to carry the
          actual type id.  Unfortunately to do so blindly would break
          backwards compatibility with all previous versions of TAO.
          For the time being, the effective code to cause TAO to marshal
          values using the more efficient typecode is disabled using a new
          compile-time flag, TAO_HAS_OPTIMIMIZED_VALUETYPE_MARSHALING,
          which must be defined to give TAO the opportunity to use this
          new technique. THIS FLAG BREAKS BACKWARDS COMPATIBILITY. It is
          not a violation of the spec to always encode the valuetype's
          type ID when marshaling, so TAO can continue being backwards
          compatible and not be in violation of the spec. The only
          violation comes when failing to unmarshal a value which is using
          an implied type ID.

          I would prefer to not have a compiler flag to guard the use of
          optimized marshaling, but I don't know any other way to do it.
          At the point where the decision is made, there is no reference
          to an ORB Core so there is no easy way to set a dynamic option
          that could be used to selectively control this optimization.

Tue Apr 25 15:14:13 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

          Merging in truncatable valuetype support. This work was done on
          an OCI controlled patch then brought in via patch. The premise
          is to support the "truncatable" keyword for valuetypes as
          defined in sections 3.9.1.3, 5.2.5.3 and 15.3.4.1 of the CORBA
          3.0.3 specification. Practically, this means supporting the
          marshaling of typecode lists and chunked values. Chunked values
          requires the retention of state, namely nesting level, during
          the marshaling. This was handled by creating a new ChunkInfo
          type that is created on the stack during the marshaling of a
          valuetype and is passed through all the intermediate marshal
          methods. This commit resolves Bugzilla #2483

        * TAO_IDL/be/be_visitor_valuebox/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_valuebox/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp:
        * TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp:

          Valueboxes by definition cannot be made truncatable, but they
          derive from the same valuebase, thus they must support the same
          signature for creating a list of repository ids. Otherwise these
          are whitespace only changes.

        * TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp:

          These are changes for generating code that manages the chunkinfo
          data as it passes through the value members.

        * TAO_IDL/be/be_visitor_valuetype_fwd/cdr_op_ch.cpp:

          Whitespace changes.

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

          Removed the warning about support for truncatables.

        * tao/AnyTypeCode/skip.cpp:

          Fixed the type for the valuetag.

        * tao/Messaging/ExceptionHolderC.h:
        * tao/Messaging/ExceptionHolderC.cpp:
        * tao/ObjRefTemplate/Default_ORTC.h:
        * tao/ObjRefTemplate/Default_ORTC.cpp:
        * tao/ObjRefTemplate/ObjectReferenceTemplateC.h:
        * tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp:

          These are the changes required by the truncatable support that
          would ordinarily be generated by the IDL compiler.

        * tao/Valuetype/AbstractBase.h:
        * tao/Valuetype/AbstractBase.cpp:
        * tao/Valuetype/StringValueC.h:
        * tao/Valuetype/StringValueC.cpp:
        * tao/Valuetype/ValueBase.h:
        * tao/Valuetype/ValueBase.inl:
        * tao/Valuetype/ValueBase.cpp:
        * tao/Valuetype/Value_CORBA_methods.h:

          The changes for StringValue and AbstractBase are the same as the
          generated code. The changes in ValueBase are those common to all
          value types, used to determine how to marshal values if the
          truncatable keyword was defined or not. This also includes the
          definintion of the new ChunkInfo type.

        * tests/AMI/ami_test.idl:
        * tests/AMI/ami_test_i.cpp:
        * tests/AMI/simple_client.cpp:

          Changes test misc. fixes for support of wchar data in exceptions.

        * tests/OBV/Truncatable/OBV_Truncatable.mpc:
        * tests/OBV/Truncatable/README:
        * tests/OBV/Truncatable/Truncatable.idl:
        * tests/OBV/Truncatable/TruncatableS_impl.h:
        * tests/OBV/Truncatable/TruncatableS_impl.cpp:
        * tests/OBV/Truncatable/client.cpp:
        * tests/OBV/Truncatable/run_test.pl:
        * tests/OBV/Truncatable/server.cpp:

          A new test specific to validating the truncatable valuetypes.
          Note this test is also added to the ace/bin/tao_orb_tests.lst.

        * tests/Param_Test/svc.conf:

          Remove the explicit override of the wchar codeset for the

Tue Apr 25 14:25:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        Reverted this change below, this change broke this test

        Fri Apr 21 08:11:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>
        * orbsvcs/tests/Trading/TTest.idl:
          Use the CORBA predefined sequence types

Tue Apr 25 12:20:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc:
          Added missing unbouded array unit test

Tue Apr 25 11:40:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp
        * orbsvcs/orbsvcs/Trader/Interpreter_Utils.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Offer_Database.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader.h
        * orbsvcs/orbsvcs/Trader/Trader_Constraint_Visitors.cpp
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.{h,cpp}:
          Fixed duplicate symbols when linking with vc7/vc8. The trading
          service used the TAO_String_Hash_Key class to store strings
          in hash maps, this class is derived from CORBA::String_var which
          has been refactored to a template. This causes problems with
          vc7/vc8 because the base template is exported from multiple
          libraries. This has been resolved by usign CORBA::String_var
          in the hash map and deliver an ACE_Hash, ACE_Equal_To and
          ACE_Less_Then template specialization. This solves now the
          link problems, the runtime issue that appeared after the
          sequence merge has not been fixed yet. Also see bugzilla bug
          2520 for more info.

Tue Apr 25 08:46:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ORB.cpp:
          Removed runtime check of the sizes of the basic data types. We
          now always use bool for CORBA::Boolean independent of the size
          of bool, see also bugzilla 2515

Tue Apr 25 06:37:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Object.{h,cpp}:
          Made the signature of the static marshal method the same in the
          definition and the implementation.

Mon Apr 24 19:05:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Trader/Interpreter_Utils.h:
          Explicitly export the base template to fix duplicate symbol
          errors with vc71/vc8

Mon Apr 24 14:16:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp:
          Improved debug messages so that we can see if a string is empty
          or not.

        * orbsvcs/orbsvcs/AV/FlowSpec_Entry.h:
          Doxygen cleanup

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
          Improved debugging output to resolve bug that seems to be introduced
          by the sequence changes, the flowspec sequence has length of 1 but
          just an empty string as value

Mon Apr 24 13:12:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/params.cpp:
          Small const improvement

        * tao/ORB.{h,cpp}:
          Updated CORBA::ORB::RequestSeq to CORBA::RequestSeq as the spec
          describes. Fixes bugzilla bug 2512.

Mon Apr 24 12:02:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ORB.cpp:
          Added include of ObjectIdListC.h to resolve compile errors related
          to this type with Sun Studio 10

Mon Apr 24 11:56:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        Reverted change below, set method is IDL generated.

        Mon Apr 24 09:39:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>
        * orbsvcs/orbsvcs/Runtime_Scheduler.{h,cpp}:
          Made the arguments of the set method a const reference, this fixes
          the internal backend errors in the BCB2006 release builds.

Mon Apr 24 11:31:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ORB_Core.cpp:
          When we can't get a valuetype adapter throw an internal corba
          exception

        * TAO_IDL/be/be_codegen.cpp:
          Updated include generated for the valuetype library, makes sure
          that the valuetype library gets linked into the executable when
          building static.

Mon Apr 24 10:16:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_1676_Regression/*:
          Added regression for bug 1676 written by Kees van Marle. This bug
          seems not to be fixed yet.

Mon Apr 24 09:39:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Runtime_Scheduler.{h,cpp}:
          Made the arguments of the set method a const reference, this fixes
          the internal backend errors in the BCB2006 release builds.

Mon Apr 24 06:59:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerPolicy_i.inl:
          Removed some left over ACE_NESTED_CLASS usage

Sun Apr 23 11:26:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.cpp:
          Removed some left over ACE_NESTED_CLASS usage

Fri Apr 21 20:43:24 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * examples/Makefile.am:
        * performance-tests/Makefile.am:

          Remove handful of subdirectories that have not yet been updated
          to work with autoconf builds.

Fri Apr 21 19:32:27 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Added orbsvcs/tests/Bug_2377_Regression/Makefile to
          AC_CONFIG_FILES.

        * orbsvcs/tests/Bug_2377_Regression/Makefile.am:

          New file.

Fri Apr 21 14:07:51 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * TAO_IDL/Makefile.am:
        * docs/Makefile.am:
        * docs/tutorials/Makefile.am:
        * docs/tutorials/Quoter/Makefile.am:
        * docs/tutorials/Quoter/AMI/Makefile.am:
        * docs/tutorials/Quoter/Event_Service/Makefile.am:
        * docs/tutorials/Quoter/Naming_Service/Makefile.am:
        * docs/tutorials/Quoter/On_Demand_Activation/Makefile.am:
        * docs/tutorials/Quoter/RT_Event_Service/Makefile.am:
        * docs/tutorials/Quoter/Simple/Makefile.am:
        * docs/tutorials/Quoter/Simple/Client/Makefile.am:
        * docs/tutorials/Quoter/Simple/Impl-Repo/Makefile.am:
        * docs/tutorials/Quoter/Simple/ImprovedServer/Makefile.am:
        * docs/tutorials/Quoter/Simple/Persistent/Makefile.am:
        * docs/tutorials/Quoter/Simple/Server/Makefile.am:
        * docs/tutorials/Quoter/idl/Makefile.am:
        * examples/Makefile.am:
        * examples/AMH/Makefile.am:
        * examples/AMH/Sink_Server/Makefile.am:
        * examples/AMI/Makefile.am:
        * examples/AMI/FL_Callback/Makefile.am:
        * examples/Advanced/Makefile.am:
        * examples/Advanced/ch_3/Makefile.am:
        * examples/Buffered_AMI/Makefile.am:
        * examples/Buffered_Oneways/Makefile.am:
        * examples/CSD_Strategy/Makefile.am:
        * examples/CSD_Strategy/ThreadPool/Makefile.am:
        * examples/CSD_Strategy/ThreadPool2/Makefile.am:
        * examples/CSD_Strategy/ThreadPool3/Makefile.am:
        * examples/CSD_Strategy/ThreadPool4/Makefile.am:
        * examples/CSD_Strategy/ThreadPool5/Makefile.am:
        * examples/CSD_Strategy/ThreadPool6/Makefile.am:
        * examples/Callback_Quoter/Makefile.am:
        * examples/Content_Server/Makefile.am:
        * examples/Content_Server/AMI_Iterator/Makefile.am:
        * examples/Content_Server/AMI_Observer/Makefile.am:
        * examples/Content_Server/SMI_Iterator/Makefile.am:
        * examples/Event_Comm/Makefile.am:
        * examples/Kokyu_dsrt_schedulers/Makefile.am:
        * examples/Kokyu_dsrt_schedulers/fp_example/Makefile.am:
        * examples/Kokyu_dsrt_schedulers/mif_example/Makefile.am:
        * examples/Kokyu_dsrt_schedulers/muf_example/Makefile.am:
        * examples/Load_Balancing/Makefile.am:
        * examples/Load_Balancing_persistent/Makefile.am:
        * examples/Logging/Makefile.am:
        * examples/OBV/Makefile.am:
        * examples/OBV/Typed_Events/Makefile.am:
        * examples/POA/Makefile.am:
        * examples/POA/Adapter_Activator/Makefile.am:
        * examples/POA/DSI/Makefile.am:
        * examples/POA/Default_Servant/Makefile.am:
        * examples/POA/Explicit_Activation/Makefile.am:
        * examples/POA/Explicit_Activation/Alt_Resources/Makefile.am:
        * examples/POA/FindPOA/Makefile.am:
        * examples/POA/Forwarding/Makefile.am:
        * examples/POA/Generic_Servant/Makefile.am:
        * examples/POA/Loader/Makefile.am:
        * examples/POA/NewPOA/Makefile.am:
        * examples/POA/On_Demand_Activation/Makefile.am:
        * examples/POA/On_Demand_Loading/Makefile.am:
        * examples/POA/POA_BiDir/Makefile.am:
        * examples/POA/Reference_Counted_Servant/Makefile.am:
        * examples/POA/RootPOA/Makefile.am:
        * examples/POA/TIE/Makefile.am:
        * examples/Persistent_Grid/Makefile.am:
        * examples/PluggableUDP/Makefile.am:
        * examples/PluggableUDP/tests/Makefile.am:
        * examples/PluggableUDP/tests/Basic/Makefile.am:
        * examples/PluggableUDP/tests/Performance/Makefile.am:
        * examples/PluggableUDP/tests/SimplePerformance/Makefile.am:
        * examples/Quoter/Makefile.am:
        * examples/RTCORBA/Makefile.am:
        * examples/RTCORBA/Activity/Makefile.am:
        * examples/RTScheduling/Makefile.am:
        * examples/RTScheduling/Fixed_Priority_Scheduler/Makefile.am:
        * examples/RTScheduling/MIF_Scheduler/Makefile.am:
        * examples/Simple/Makefile.am:
        * examples/Simple/bank/Makefile.am:
        * examples/Simple/chat/Makefile.am:
        * examples/Simple/echo/Makefile.am:
        * examples/Simple/grid/Makefile.am:
        * examples/Simple/time/Makefile.am:
        * examples/Simple/time-date/Makefile.am:
        * examples/Simulator/Makefile.am:
        * examples/Simulator/Event_Supplier/Makefile.am:
        * examples/TypeCode_Creation/Makefile.am:
        * examples/ior_corbaloc/Makefile.am:
        * examples/mfc/Makefile.am:
        * interop-tests/Makefile.am:
        * interop-tests/wchar/Makefile.am:
        * orbsvcs/Makefile.am:
        * orbsvcs/Concurrency_Service/Makefile.am:
        * orbsvcs/CosEvent_Service/Makefile.am:
        * orbsvcs/Dump_Schedule/Makefile.am:
        * orbsvcs/Event_Service/Makefile.am:
        * orbsvcs/FTRT_Event_Service/Makefile.am:
        * orbsvcs/FTRT_Event_Service/Event_Service/Makefile.am:
        * orbsvcs/FTRT_Event_Service/Factory_Service/Makefile.am:
        * orbsvcs/FTRT_Event_Service/Gateway_Service/Makefile.am:
        * orbsvcs/FT_ReplicationManager/Makefile.am:
        * orbsvcs/Fault_Detector/Makefile.am:
        * orbsvcs/Fault_Notifier/Makefile.am:
        * orbsvcs/IFR_Service/Makefile.am:
        * orbsvcs/ImplRepo_Service/Makefile.am:
        * orbsvcs/LoadBalancer/Makefile.am:
        * orbsvcs/Logging_Service/Makefile.am:
        * orbsvcs/Logging_Service/Basic_Logging_Service/Makefile.am:
        * orbsvcs/Logging_Service/Event_Logging_Service/Makefile.am:
        * orbsvcs/Logging_Service/Notify_Logging_Service/Makefile.am:
        * orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am:
        * orbsvcs/Naming_Service/Makefile.am:
        * orbsvcs/Notify_Service/Makefile.am:
        * orbsvcs/Scheduling_Service/Makefile.am:
        * orbsvcs/TAO_Service/Makefile.am:
        * orbsvcs/Time_Service/Makefile.am:
        * orbsvcs/Trading_Service/Makefile.am:
        * orbsvcs/examples/Makefile.am:
        * orbsvcs/examples/CosEC/Makefile.am:
        * orbsvcs/examples/CosEC/Factory/Makefile.am:
        * orbsvcs/examples/CosEC/RtEC_Based/Makefile.am:
        * orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile.am:
        * orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile.am:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Makefile.am:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile.am:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Makefile.am:
        * orbsvcs/examples/CosEC/Simple/Makefile.am:
        * orbsvcs/examples/CosEC/TypedSimple/Makefile.am:
        * orbsvcs/examples/FaultTolerance/Makefile.am:
        * orbsvcs/examples/FaultTolerance/RolyPoly/Makefile.am:
        * orbsvcs/examples/ImR/Makefile.am:
        * orbsvcs/examples/ImR/Advanced/Makefile.am:
        * orbsvcs/examples/ImR/Combined_Service/Makefile.am:
        * orbsvcs/examples/LoadBalancing/Makefile.am:
        * orbsvcs/examples/Log/Makefile.am:
        * orbsvcs/examples/Log/Basic/Makefile.am:
        * orbsvcs/examples/Log/Event/Makefile.am:
        * orbsvcs/examples/Log/Notify/Makefile.am:
        * orbsvcs/examples/Log/RTEvent/Makefile.am:
        * orbsvcs/examples/Notify/Makefile.am:
        * orbsvcs/examples/Notify/Federation/Makefile.am:
        * orbsvcs/examples/Notify/Federation/Agent/Makefile.am:
        * orbsvcs/examples/Notify/Federation/Gate/Makefile.am:
        * orbsvcs/examples/Notify/Federation/SpaceCraft/Makefile.am:
        * orbsvcs/examples/Notify/Filter/Makefile.am:
        * orbsvcs/examples/Notify/Lanes/Makefile.am:
        * orbsvcs/examples/Notify/Subscribe/Makefile.am:
        * orbsvcs/examples/Notify/ThreadPool/Makefile.am:
        * orbsvcs/examples/ORT/Makefile.am:
        * orbsvcs/examples/RtEC/Makefile.am:
        * orbsvcs/examples/RtEC/IIOPGateway/Makefile.am:
        * orbsvcs/examples/RtEC/Kokyu/Makefile.am:
        * orbsvcs/examples/RtEC/MCast/Makefile.am:
        * orbsvcs/examples/RtEC/Schedule/Makefile.am:
        * orbsvcs/examples/RtEC/Simple/Makefile.am:
        * orbsvcs/examples/Security/Makefile.am:
        * orbsvcs/examples/Security/Send_File/Makefile.am:
        * orbsvcs/orbsvcs/Makefile.am:
        * orbsvcs/performance-tests/Makefile.am:
        * orbsvcs/performance-tests/LoadBalancing/Makefile.am:
        * orbsvcs/performance-tests/LoadBalancing/LBPerf/Makefile.am:
        * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/Roundtrip/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/TCP_Baseline/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/lib/Makefile.am:
        * orbsvcs/tests/Makefile.am:
        * orbsvcs/tests/AVStreams/Makefile.am:
        * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile.am:
        * orbsvcs/tests/AVStreams/Bidirectional_Flows/Makefile.am:
        * orbsvcs/tests/AVStreams/Component_Switching/Makefile.am:
        * orbsvcs/tests/AVStreams/Full_Profile/Makefile.am:
        * orbsvcs/tests/AVStreams/Latency/Makefile.am:
        * orbsvcs/tests/AVStreams/Modify_QoS/Makefile.am:
        * orbsvcs/tests/AVStreams/Multicast/Makefile.am:
        * orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile.am:
        * orbsvcs/tests/AVStreams/Multiple_Flows/Makefile.am:
        * orbsvcs/tests/AVStreams/Pluggable/Makefile.am:
        * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/Makefile.am:
        * orbsvcs/tests/AVStreams/Simple_Three_Stage/Makefile.am:
        * orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile.am:
        * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/Makefile.am:
        * orbsvcs/tests/BiDir_CORBALOC/Makefile.am:
        * orbsvcs/tests/Bug_1334_Regression/Makefile.am:
        * orbsvcs/tests/Bug_1393_Regression/Makefile.am:
        * orbsvcs/tests/Bug_1395_Regression/Makefile.am:
        * orbsvcs/tests/Bug_1630_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2074_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2137_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2247_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2248_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2285_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2287_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2316_Regression/Makefile.am:
        * orbsvcs/tests/Concurrency/Makefile.am:
        * orbsvcs/tests/CosEvent/Makefile.am:
        * orbsvcs/tests/CosEvent/Basic/Makefile.am:
        * orbsvcs/tests/CosEvent/lib/Makefile.am:
        * orbsvcs/tests/EC_Custom_Marshal/Makefile.am:
        * orbsvcs/tests/EC_MT_Mcast/Makefile.am:
        * orbsvcs/tests/EC_Mcast/Makefile.am:
        * orbsvcs/tests/EC_Multiple/Makefile.am:
        * orbsvcs/tests/EC_Throughput/Makefile.am:
        * orbsvcs/tests/Event/Makefile.am:
        * orbsvcs/tests/Event/Basic/Makefile.am:
        * orbsvcs/tests/Event/Mcast/Makefile.am:
        * orbsvcs/tests/Event/Mcast/Common/Makefile.am:
        * orbsvcs/tests/Event/Mcast/Complex/Makefile.am:
        * orbsvcs/tests/Event/Mcast/Simple/Makefile.am:
        * orbsvcs/tests/Event/Mcast/Two_Way/Makefile.am:
        * orbsvcs/tests/Event/Performance/Makefile.am:
        * orbsvcs/tests/Event/lib/Makefile.am:
        * orbsvcs/tests/FT_App/Makefile.am:
        * orbsvcs/tests/FaultTolerance/Makefile.am:
        * orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Makefile.am:
        * orbsvcs/tests/FaultTolerance/IOGR/Makefile.am:
        * orbsvcs/tests/FaultTolerance/IOGRManipulation/Makefile.am:
        * orbsvcs/tests/FtRtEvent/Makefile.am:
        * orbsvcs/tests/HTIOP/Makefile.am:
        * orbsvcs/tests/HTIOP/AMI/Makefile.am:
        * orbsvcs/tests/HTIOP/BiDirectional/Makefile.am:
        * orbsvcs/tests/HTIOP/Hello/Makefile.am:
        * orbsvcs/tests/IOR_MCast/Makefile.am:
        * orbsvcs/tests/ImplRepo/Makefile.am:
        * orbsvcs/tests/ImplRepo/NameService/Makefile.am:
        * orbsvcs/tests/ImplRepo/scale/Makefile.am:
        * orbsvcs/tests/InterfaceRepo/Makefile.am:
        * orbsvcs/tests/InterfaceRepo/Application_Test/Makefile.am:
        * orbsvcs/tests/InterfaceRepo/IDL3_Test/Makefile.am:
        * orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/Makefile.am:
        * orbsvcs/tests/InterfaceRepo/IFR_Test/Makefile.am:
        * orbsvcs/tests/InterfaceRepo/Latency_Test/Makefile.am:
        * orbsvcs/tests/InterfaceRepo/Persistence_Test/Makefile.am:
        * orbsvcs/tests/Interoperable_Naming/Makefile.am:
        * orbsvcs/tests/LoadBalancing/Makefile.am:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Makefile.am:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile.am:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Makefile.am:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Manage_Object_Group/Makefile.am:
        * orbsvcs/tests/LoadBalancing/LoadMonitor/Makefile.am:
        * orbsvcs/tests/LoadBalancing/LoadMonitor/CPU/Makefile.am:
        * orbsvcs/tests/Log/Makefile.am:
        * orbsvcs/tests/Log/Basic_Log_Test/Makefile.am:
        * orbsvcs/tests/Miop/Makefile.am:
        * orbsvcs/tests/Miop/McastHello/Makefile.am:
        * orbsvcs/tests/Notify/Makefile.am:
        * orbsvcs/tests/Notify/Basic/Makefile.am:
        * orbsvcs/tests/Notify/Blocking/Makefile.am:
        * orbsvcs/tests/Notify/Destroy/Makefile.am:
        * orbsvcs/tests/Notify/Discarding/Makefile.am:
        * orbsvcs/tests/Notify/Driver/Makefile.am:
        * orbsvcs/tests/Notify/MT_Dispatching/Makefile.am:
        * orbsvcs/tests/Notify/Ordering/Makefile.am:
        * orbsvcs/tests/Notify/PluggableTopology/Makefile.am:
        * orbsvcs/tests/Notify/RT_lib/Makefile.am:
        * orbsvcs/tests/Notify/Reconnecting/Makefile.am:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile.am:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile.am:
        * orbsvcs/tests/Notify/Structured_Filter/Makefile.am:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile.am:
        * orbsvcs/tests/Notify/Test_Filter/Makefile.am:
        * orbsvcs/tests/Notify/XML_Persistence/Makefile.am:
        * orbsvcs/tests/Notify/lib/Makefile.am:
        * orbsvcs/tests/Notify/performance-tests/Makefile.am:
        * orbsvcs/tests/Notify/performance-tests/Filter/Makefile.am:
        * orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.am:
        * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.am:
        * orbsvcs/tests/Property/Makefile.am:
        * orbsvcs/tests/Redundant_Naming/Makefile.am:
        * orbsvcs/tests/Sched/Makefile.am:
        * orbsvcs/tests/Sched_Conf/Makefile.am:
        * orbsvcs/tests/Security/Makefile.am:
        * orbsvcs/tests/Security/BiDirectional/Makefile.am:
        * orbsvcs/tests/Security/Big_Request/Makefile.am:
        * orbsvcs/tests/Security/Callback/Makefile.am:
        * orbsvcs/tests/Security/Crash_Test/Makefile.am:
        * orbsvcs/tests/Security/MT_IIOP_SSL/Makefile.am:
        * orbsvcs/tests/Security/MT_SSLIOP/Makefile.am:
        * orbsvcs/tests/Security/Secure_Invocation/Makefile.am:
        * orbsvcs/tests/Security/ssliop_corbaloc/Makefile.am:
        * orbsvcs/tests/Simple_Naming/Makefile.am:
        * orbsvcs/tests/Time/Makefile.am:
        * orbsvcs/tests/Trading/Makefile.am:
        * orbsvcs/tests/ior_corbaname/Makefile.am:
        * orbsvcs/tests/tests_svc_loader/Makefile.am:
        * performance-tests/Makefile.am:
        * performance-tests/Anyop/Makefile.am:
        * performance-tests/CSD_Strategy/Makefile.am:
        * performance-tests/CSD_Strategy/TestApps/Makefile.am:
        * performance-tests/CSD_Strategy/TestInf/Makefile.am:
        * performance-tests/CSD_Strategy/TestServant/Makefile.am:
        * performance-tests/Callback/Makefile.am:
        * performance-tests/Cubit/Makefile.am:
        * performance-tests/Cubit/TAO/Makefile.am:
        * performance-tests/Cubit/TAO/DII_Cubit/Makefile.am:
        * performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am:
        * performance-tests/Cubit/TAO/MT_Cubit/Makefile.am:
        * performance-tests/Latency/Makefile.am:
        * performance-tests/Latency/AMH_Single_Threaded/Makefile.am:
        * performance-tests/Latency/AMI/Makefile.am:
        * performance-tests/Latency/Collocation/Makefile.am:
        * performance-tests/Latency/DII/Makefile.am:
        * performance-tests/Latency/DSI/Makefile.am:
        * performance-tests/Latency/Deferred/Makefile.am:
        * performance-tests/Latency/Single_Threaded/Makefile.am:
        * performance-tests/Latency/Thread_Per_Connection/Makefile.am:
        * performance-tests/Latency/Thread_Pool/Makefile.am:
        * performance-tests/Memory/Makefile.am:
        * performance-tests/Memory/IORsize/Makefile.am:
        * performance-tests/Memory/Single_Threaded/Makefile.am:
        * performance-tests/POA/Makefile.am:
        * performance-tests/POA/Create_Reference/Makefile.am:
        * performance-tests/POA/Demux/Makefile.am:
        * performance-tests/POA/Implicit_Activation/Makefile.am:
        * performance-tests/POA/Object_Creation_And_Registration/Makefile.am:
        * performance-tests/Pluggable/Makefile.am:
        * performance-tests/Protocols/Makefile.am:
        * performance-tests/RTCorba/Makefile.am:
        * performance-tests/RTCorba/Multiple_Endpoints/Makefile.am:
        * performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile.am:
        * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile.am:
        * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile.am:
        * performance-tests/RTCorba/Oneways/Makefile.am:
        * performance-tests/RTCorba/Oneways/Reliable/Makefile.am:
        * performance-tests/RTCorba/Thread_Pool/Makefile.am:
        * performance-tests/Sequence_Latency/Makefile.am:
        * performance-tests/Sequence_Latency/AMH_Single_Threaded/Makefile.am:
        * performance-tests/Sequence_Latency/AMI/Makefile.am:
        * performance-tests/Sequence_Latency/DII/Makefile.am:
        * performance-tests/Sequence_Latency/DSI/Makefile.am:
        * performance-tests/Sequence_Latency/Deferred/Makefile.am:
        * performance-tests/Sequence_Latency/Single_Threaded/Makefile.am:
        * performance-tests/Sequence_Latency/Thread_Per_Connection/Makefile.am:
        * performance-tests/Sequence_Latency/Thread_Pool/Makefile.am:
        * performance-tests/Throughput/Makefile.am:
        * tao/Makefile.am:
        * utils/Makefile.am:
        * utils/catior/Makefile.am:
        * utils/nslist/Makefile.am:

          Regenerate with latest MPC and *.mpc/*.mpb changes.

Fri Apr 21 09:25:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Transport_Connector.cpp:
          Removed the fix for bug 2417, according to the test stats things
          didn't got fixed.

Fri Apr 21 08:18:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/String_Traits_Base_T.h:
          Disabled the warning when wchar_t is not a native type. This
          makes the vxworks logs unreadable.

Fri Apr 21 08:11:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Trading/TTest.idl:
          Use the CORBA predefined sequence types

Fri Apr 21 07:38:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/IFRService/IFR_BaseS.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_BasicS.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicy_i.inl:
        * orbsvcs/orbsvcs/Notify/ETCL_Filter.h:
        * orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp:
        * examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp:
        * examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp:
        * examples/Kokyu_dsrt_schedulers/MUF_Scheduler.cpp:
        * tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp:
          Removed usage of ACE_NESTED_CLASS

Thu Apr 20 14:41:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/extra_core.mpb:
        * tao/tao.mpc:
          Moved ServicesC.cpp to tao.mpc

Thu Apr 20 14:24:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Bounded_Sequence_CDR_T.h:
        * tao/Unbounded_Sequence_CDR_T.h:
          Include orbconf.h instead of one of the sequence header files

Thu Apr 20 13:37:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Asynch_Reply_Dispatcher_Base.{h,cpp}:
        * tao/ObjectKey_Table.cpp:
        * tao/Refcounted_ObjectKey.{h,cpp,inl}:
          Made the refcounts CORBA::ULong and only return the refcount
          from the incr/decr methods when really needed, using the refcount
          form external is always tricky. Fixes bugzilla bug 2505.

Thu Apr 20 12:28:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        Integrated ondemand branch to cvs head. This makes an ondemand write
        possible. The user specified maximum is at this moment not a hard
        maximum, it is more an indication how large the GIOP fragments
        should become, we can send out smaller and larger fragments if needed.

        * tao/tests/Ondemand_Write/*:
          New test

        Mon Apr  3 12:30:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/On_Demand_Fragmentation_Strategy.cpp:
          Print the debug message after we padded it so that sizes do match
          in the logs

        * tao/GIOP_Message_Base.cpp:
          For fragments also retrieve the request/reply id

        * tests/Ondemand_Write:
          Simple test for ondemand write, needs now inspection of output to
          check if things work ok

        Mon Apr  3 07:19:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/CDR.h:
          Commented out write_octet_array decleration, there is no
          implementation yet.

        Thu Mar 30 13:02:18 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp:
          Added the missing transport parameter to the TAO_GIOP_Message_Base
          constructor.

        Thu Mar 30 12:41:17 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * tao/CDR.cpp:
        * tao/On_Demand_Fragmentation_Strategy.cpp:

          Fixed checks for return values.

        Wed Mar 22 20:13:22 UTC 2006  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * tao/Messaging/Asynch_Invocation.cpp (remote_invocation):

          Added missing GIOP fragmentation support.

        Wed Mar 22 13:53:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ORB_Core.h:
          Fixed warning of the Intel compiler

        Wed Mar 22 01:33:47 UTC 2006  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * tao/CDR.cpp:
        * tao/CDR.h:
        * tao/CDR.i:
        * tao/GIOP_Message_Base.cpp:
        * tao/GIOP_Message_Base.h:
        * tao/GIOP_Message_Generator_Parser.h:
        * tao/GIOP_Message_Generator_Parser_10.cpp:
        * tao/GIOP_Message_Generator_Parser_10.h:
        * tao/GIOP_Message_Generator_Parser_12.cpp:
        * tao/GIOP_Message_Generator_Parser_12.h:
        * tao/GIOP_Message_Lite.cpp:
        * tao/GIOP_Message_Lite.h:
        * tao/ORB_Core.cpp:
        * tao/On_Demand_Fragmentation_Strategy.cpp:
        * tao/Pluggable_Messaging.h:
        * tao/Remote_Invocation.cpp:
        * tao/Synch_Invocation.cpp:
        * tao/TAO_Server_Request.cpp:
        * tao/default_resource.cpp:
        * tao/PortableServer/Upcall_Wrapper.cpp:

          Added remaining code necessary to send fragments through the
          underlying transport.

          Added missing outgoing GIOP reply fragment support.

        Tue Mar 21 22:18:45 UTC 2006  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * docs/Options.html:

          Document new "-ORBMaxMessageSize" ORB option.

        Tue Mar 21 15:16:43 UTC 2006  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * tao/GIOP_Message_Base.cpp (set_giop_flags):

          Cast CDR stream buffer to an array of octets.

        * tao/GIOP_Message_Base.h (set_giop_flags):

          Added missing method declaration.

        * tao/Resource_Factory.h (fragmentation_strategy):
        * tao/default_resource.cpp:
        * tao/default_resource.h:

          Made factory method name consistent with existing naming
          convention, i.e. create_fragmentation_strategy().

          Corrected return value.  It should have been
          auto_ptr<TAO_GIOP_Fragmentation_Strategy>, not
          TAO_GIOP_Fragmentation_Strategy *.

        * tao/IIOP_Transport.cpp:
        * tao/Strategies/DIOP_Transport.cpp:
        * tao/Strategies/SCIOP_Transport.cpp:
        * tao/Strategies/SHMIOP_Transport.cpp:
        * tao/Strategies/UIOP_Transport.cpp:
        * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp:

          The TAO_GIOP_Message_Base constructor now accepts a pointer to
          TAO_Transport parameter.  Updated constructor call accordingly.

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

          Added missing fragmentation-enabling constructor and
          fragmentation flag accessors.

          Removed legacy initial implementa code.  Addresses build
          errors.

        * tao/GIOP_Fragmentation_Strategy.h (TAO_GIOP_Fragmentation_Strategy):

          Export to allow users to provide their own implementation
          through the resource factory.

          (fragment):

          Return an "int" instead of "void".  Allows the error status of
          the underlying transport send to be propagated up the stack.

        * tao/Null_Fragmentation_Strategy.h (fragment):
        * tao/Null_Fragmentation_Strategy.cpp (fragment):
        * tao/On_Demand_Fragmentation_Strategy.h (fragment):
        * tao/On_Demand_Fragmentation_Strategy.cpp (fragment):

          Likewise.

        * tao/operation_details.cpp (marshal_args):

          Mark the CDR as having no other fragments to send after all
          arguments have been marshaled, not before the last one is
          marshaled.

        * ORB_Core.h (fragmentation_Strategy):

          Added missing transport parameter.

          Removed const qualifier.  The resource_factory() accessor isn't
          a const method.

        * ORB_Core.cpp (fragmentation_strategy):

          Likewise.

        * params.h:
        * params.i:
        * params.cpp:

          Added missing max_message_size attribute.

        Fri Mar 17 10:59:02 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Resource_Factory.h:
          Added missing include of Basic_Types and added forward declarations

        * tao/On_Demand_Fragmentation_Strategy.h:
          Fixed copy constructor/assignment operators

        * tao/CDR.h:
          Removed do_fragmentation method, there is no implementation, added
          fragment_stream

        * tao/CDR.i:
          Fixed typo

        * tao/default_resource.cpp:
          Added missing includes and updated signature of
          create_fragmentation_strategy to match header file

        Fri Mar 17 07:48:02 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

          Updated code after update from Ossama Othman

        * tao/On_Demand_Fragmentation_Strategy.{h,cpp}:
          New files

        * tao/default_resource.{h,cpp}:
          Added create_fragmentation_strategy

        * tao/GIOP_Fragmentation_Strategy.h:
          Doxygen improvements

        * tao/Resource_Factory.h:
          Added pure virtual fragmentation_strategy method

        * tao/ORB_Core.{h,cpp}:
          Added fragmentation_strategy accessor method

        * tao/GIOP_Message_Base.{h,cpp}:
          Added TAO_Transport to the constructor arguments

        * tao/GIOP_Message_Base.cpp:
          Added come comments

        * tao/True_Fragmentation_Strategy.{h,cpp}:
          Removed again, replaced by On_Demand so far as I can tell

        * tao/tao.mpc:
          Added new files

        Thu Mar 16 07:48:02 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

          Integrated first set of code from Ossama Othman

        * tao/GIOP_Fragmentation_Strategy.{h,cpp}:
        * tao/Null_Fragmentation_Strategy.{h,cpp}:
        * tao/True_Fragmentation_Strategy.{h,cpp}:
          New files

        * tao/operation_details.cpp:
          When marshaling the last argument put this information on the
          cdr_stream

        * tao/GIOP_Message_Base.cpp:
          Some refactoring

        * tao/CDR.{h,cpp,i}:
          Call fragment_stream as part of the streaming calls

Thu Apr 20 11:50:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/sfp.idl:
          Use CORBA::OctetSeq and CORBA::ULongSeq

        * tao/Strategies/SCIOP_Profile.cpp:
          Fixed compile error

Thu Apr 20 08:32:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp:
          Fixed compile error

Thu Apr 20 07:15:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/SSLIOP/ssl_endpointsC.h:
          Fixed template instantiation

Wed Apr 19 18:24:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/UShortSeqC.h:
        * tao/OctetSeqC.h:
          Do an explicit export of the base template

Wed Apr 19 16:01:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Messaging/ExceptionHolderC.{h,cpp}:
          Added constructor that accepts all values as generated now by the
          IDL compiler

        * tao/Messaging/ExceptionHolder_i.cpp:
          Use the new constructor

Wed Apr 19 14:19:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Exception.h:
          Made the copy constructor public again, vc7.1 complains when
          it is protected. Made a todo in this file again, have to retest
          this later.

Wed Apr 19 13:28:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.cpp:
        * examples/Advanced/ch_12/icp.cpp:
        * examples/Advanced/ch_21/icp.cpp:
        * examples/Advanced/ch_18/icp.cpp:
        * examples/Advanced/ch_8_and_10/icp.cpp:
        * orbsvcs/orbsvcs/SSLIOP/params_dup.h:
          Removed workarounds for vc6

Wed Apr 19 13:16:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Valuetype/AbstractBase.cpp:
          Use true/false, const improvements

        * tao/Valuetype/AbstractBase.cpp:
          Use C++ cast instead of C cast

Wed Apr 19 13:03:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/AnyTypeCode/Any_Unknown_IDL_Type.h:
          Removed not needed forward declarations

        * tao/AnyTypeCode/Any.cpp:
        * tao/AnyTypeCode/Any_Impl.cpp:
        * tao/BiDir_GIOP/BiDirPolicy_Validator.cpp:
          Use false/true instead of 0/1 for bool

        * tao/PortableServer/Object_Adapter.h:
          Don't export poa_name_iterator and iteratable_poa_name

        * tao/PortableServer/Object_Adapter.cpp:
          Use true/false and when the object adapter can't be found
          throw a OBJECT_NOT_EXIST with minor code 2

Wed Apr 19 12:56:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Transport_Timer.h:
          No need to export this class from the TAO lib

        * tao/ORB.h:
          Use false for the default of the shutdown method

Wed Apr 19 12:51:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.mpc:
        * examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler.mpc:
          Made these projects dependent on each other to make sure
          that they don't build in parallel and generate the same idl
          file twice at the same moment. Thanks to Chad Elliot for the
          info how to do this the easiest

Wed Apr 19 12:42:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
          Generate doxygen documentation style and use true instead of 1

        * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp:
          Generate true for boolean instead of 1

        * TAO_IDL/be/be_visitor_valuetype/field_ch.cpp:
          Generate also argument names in the header file so that doxygen
          can parse IDL generated code

Wed Apr 19 12:38:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.{h,cpp,i}:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.{h,i}:
          Use bool and prefix increment/decrement

Wed Apr 19 11:58:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Big_Oneways/run_test.pl:
        * tests/Hello/run_test.pl:
        * performance-tests/Throughput/run_test.pl:
          Check the return value of spawn, speedsup the builds when no
          executable is build

        * performance-tests/Throughput/Receiver.cpp:
          Prefix increment

        * performance-tests/Throughput/Receiver_Factory.cpp:
          Initialise pointer with 0

        * performance-tests/Throughput/Throughput.mpc:
          Simplified

Wed Apr 19 11:39:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        Integrated iioptbranch. This fixes bugzilla 2467

        * tao/RTPortableServer/RT_Servant_Dispatcher.cpp:
        No need to include IIOP files, just use the base classes

        Wed Mar 29 08:01:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/default_resource.cpp
        * tao/IIOP_Acceptor.cpp
        * tao/IIOP_Acceptor.h
        * tao/IIOP_Acceptor.i
        * tao/IIOP_Connection_Handler.cpp
        * tao/IIOP_Connection_Handler.h
        * tao/IIOP_Connector.cpp
        * tao/IIOP_Connector.h
        * tao/IIOP_Endpoint.cpp
        * tao/IIOP_Endpoint.h
        * tao/IIOP_Endpoint.i
        * tao/IIOP_Factory.cpp
        * tao/IIOP_Factory.h
        * tao/IIOP_Lite_Factory.cpp
        * tao/IIOP_Lite_Factory.h
        * tao/IIOP_Profile.cpp
        * tao/IIOP_Profile.h
        * tao/IIOP_Transport.cpp
        * tao/IIOP_Transport.h
        * tao/orbconf.h
        * tao/TAO_Internal.cpp
        Added TAO_HAS_IIOP. This is default set to 1 but can be overridden
        in the config.h file to 0 meaning we don't support IIOP. This is
        usefull for embedded systems that support one of the other
        pluggable protocols and don't need IIOP support at all. With
        TAO_HAS_IIOP set to 0 not everything will compile, just the
        core libs itself.

Wed Apr 19 07:48:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        Integrated sequpdate3 branch. Thanks to Carlos O'Ryan for the initial
        work for this new sequence implementation which I merged to cvs head
        and finished

        This fixes the following bugzilla entries:
        2492 - Simplify TAO_Seq_Out_T
        2493 - Simplify _reset method on union generated code
        2352 - Valuefactory operations not safe
        2353 - Valuefactories stored per process instead of per orb
        2349 - ORB::destroy() should throw BAD_INV_ORDER if called during a
        2315 - Reimplement (w)string_var/_out as templates
        1989 - Footprint reduction issue, split Sequence files
        2273 - Deprecate old AMI support
        2300 - Simplify serialize/deserialize of sequences
        2299 - Reimplement string/wstring managers as templates
        1936 - Unnecessary usage of virtual functions in sequence implementation
        1673 - operator[] of sequence<string> returns TAO_SeqElem_String_Manager
        instead of TAO_String_Manager. Thanks to Mark Paulus <mark dot paulus
        at mci dot com> for reporting this one.
        1930 - Assignment operator for sequences is not exception safe.
        1931 - The length() member function for sequences is not exception-safe.
        1933 - Incomplete implementation of freebuf() for reference types.
        1934 - const version of operator[] for string sequences allows assignment
        1938 - Possible incorrect duplication in sequences of references
        1928 - Assignment from T_mgr to sequence elements does not duplicate
        2417 - Double delete on Transport when using oneways with sync_none
        Thanks to Jan Ohlenburg <jan dot ohlenburg at fit dot fraunhofer dot de>
        for reporting this.
        2355 - oneway op. with timeout crashes client due to server termination
        Thans to Jan Zima <jan dot zima at sofis dot cz> for reporting this.

        Also did several const changes throughout the code

        Fri Apr  7 08:03:12 UTC 2006  Kees van Marle  <kvmarle@remedy.nl>

        * tao/Valuetype_Adapter_Factory.{h,cpp}:
        New files, value type adapter factory

        * tao/tao.mpc:
        Added new files

        * tao/Valuetype/Valuetype_Adapter_Factory_Impl.h:
        Value type adapter factory implementation

        * tao/Valuetype/ValueFactory_Map.{h,cpp}:
        Map isn't a singleton anymore and guard access with a mutex

        * tao/Valuetype/Valuetype_Adapter_Impl.{h,cpp}:
        The value type adapter isn't loaded with service configurator
        anymore, the value type factory is now the one we load on demand

        * tao/ORB.cpp:
        Updated the value type methods to use the new ORB_Core method
        to get the valuetype adapter, is the ORB_Core can't get the
        adapter it will throw already the internal exception

        * tao/ORB_Core.{h,cpp,i}:
        Get the value type adapter factory with svc conf instead of the
        adapter itself. Create a unique instance per orb.

        * tao/AnyTypeCode/Any_Unknown_IDL_Type.cpp:
        * tao/AnyTypeCode/append.cpp:
        * tao/AnyTypeCode/skip.cpp:
        Changed the way we get the valuetype adapter

        Store the value type factories per orb and made things thread safe.
        This fixes bugzilla bugs 2352 and 23253.

        Thu Apr  6 09:17:25 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Transport_Connector.cpp:
        Applied fix of bug 2417, let us see what the results are in the
        branch build

        Thu Apr  6 09:08:25 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/POA/FindPOA/FindPOA.cpp:
        * tests/Bug_2349_Regression/client.cpp:
        * tests/Bug_2349_Regression/foo.idl:
        * tests/Bug_2349_Regression/server.cpp:
        Improved tests

        * tao/Adapter_Registry.{h,cpp}:
        Remove the empty throw spec for close and check_close. This way
        exceptions from lower layers are propagated up.

        * tao/ORB_Core.{h,cpp}:
        Removed empty throw spec from shutdown, if there are exceptions from
        a lower layer and as a result we can't shutdown, let the user be
        aware of it. This fixes bugzilla bug 2349

        Mon Apr  3 07:59:25 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO/IDL/be/be_visitor_union/discriminant_ci.cpp
        * TAO/IDL/be/be_visitor_union/union_ch.cpp
        * TAO/IDL/be/be_visitor_union/union_cs.cpp
        * TAO/IDL/be/be_visitor_union_branch/public_ci.cpp
        * tao/GIOPC.{h,cpp,inl}:
        Removed arguments from the _reset method on the union generated,
        these are not used.

        Sun Apr  2 18:56:25 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_exception/exception_ch.cpp
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
        * TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp
        * tao/BooleanSeqC.h
        * tao/CONV_FRAMEC.h
        * tao/CharSeqC.h
        * tao/DomainC.h
        * tao/DoubleSeqC.h
        * tao/FloatSeqC.h
        * tao/IIOPC.h
        * tao/IIOP_EndpointsC.h
        * tao/IOP_IORC.h
        * tao/LongDoubleSeqC.h
        * tao/LongLongSeqC.h
        * tao/LongSeqC.h
        * tao/Messaging_PolicyValueC.h
        * tao/ORB.h
        * tao/ObjectIdListC.h
        * tao/Object_KeyC.h
        * tao/OctetSeqC.h
        * tao/Policy_ForwardC.h
        * tao/Seq_Out_T.h
        * tao/Seq_Out_T.inl
        * tao/ServicesC.h
        * tao/ShortSeqC.h
        * tao/StringSeqC.h
        * tao/ULongLongSeqC.h
        * tao/ULongSeqC.h
        * tao/UShortSeqC.h
        * tao/WCharSeqC.h
        * tao/WStringSeqC.h
        * tao/AnyTypeCode/AnySeqC.h
        * tao/AnyTypeCode/DynamicC.h
        * tao/DynamicAny/DynamicAnyC.h
        * tao/IFR_Client/IFR_BaseC.h
        * tao/IFR_Client/IFR_BasicC.h
        * tao/IFR_Client/IFR_ComponentsC.h
        * tao/IFR_Client/IFR_ExtendedC.h
        * tao/IORManipulation/IORC.h
        * tao/ImR_Client/ImplRepoC.h
        * tao/ObjRefTemplate/ObjectReferenceTemplateC.h
        * tao/PortableServer/PortableServerC.h
        * tao/RTCORBA/RTCORBAC.h
        * tao/RTScheduling/RTSchedulerC.h
        * tao/Strategies/sciop_endpointsC.h
        * tao/Strategies/uiop_endpointsC.h
        Simplified TAO_Seq_Out_T to just use one template argument. Updated
        the IDL compiler for this. Also use false for the release argument
        of generated sequence constructors and add an argument to
        _tao_encode/_tao_decode when generated in a header file to help
        doxygen.

        * TAO_Objref_Out_T.{h,inl}:
        Assinging _var to _out is not allowed according to the spec

        * tao/Messaging/*:
        Removed old AMI mapping. Fixes partly bugzilla bug 2273, need to
        update the IDL compiler yet

        * tao/Exception.h:
        Moved constructors, assignment operator and copy constructor to
        protected now vc6 has been dropped. Also moved
        create_system_exception from TAO_Exceptions class to TAO namespace

        * tao/Messaging/Messaging.cpp:
        * tao/Sync_Invocation.cpp:
        * tao/SystemException.cpp:
        Updated because of the create_system_exception move

        * tao/String_Manager_T.h:
        Renamed String_Manager to String_Manager_T, this way we can have
        TAO::String_Manager and TAO::WString_Manager. These replace
        TAO_String_Manager and TAO_WString_Manager

        * CIAO/tools/Config_Handlers/DnC_Dump.cpp
        * CIAO/tools/Config_Handlers/DnC_Dump.h
        * TAO_IDL/be/be_visitor_array/array.cpp
        * TAO_IDL/be/be_visitor_field/field_ch.cpp
        * orbsvcs/PSS/PSDL_Exception_Visitor.cpp
        * orbsvcs/PSS/PSDL_Node.h
        * orbsvcs/PSS/PSDL_Struct_Visitor.cpp
        * orbsvcs/orbsvcs/HTIOP/htiop_endpointsC.h
        * orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor_T.h
        * orbsvcs/orbsvcs/Metrics/Metrics_UpcallMonitor_T.i
        * orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp
        * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h
        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.cpp
        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.h
        * tao/CORBA_String.h
        * tao/IIOPC.h
        * tao/IIOP_EndpointsC.h
        * tao/IOP_IORC.h
        * tao/String_Manager_T.h
        * tao/String_Traits_Base_T.h
        * tao/Tagged_Profile.h
        * tao/DynamicAny/DynamicAnyC.h
        * tao/IFR_Client/IFR_BaseC.h
        * tao/IFR_Client/IFR_BasicC.h
        * tao/IFR_Client/IFR_ComponentsC.h
        * tao/IFR_Client/IFR_ExtendedC.h
        * tao/ImR_Client/ImplRepoC.h
        * tao/PI/ORBInitInfoC.h
        * tao/Strategies/sciop_endpointsC.h
        * tao/Strategies/uiop_endpointsC.h
        Updated all these files because of TAO::String_Manager and
        TAO::WString_Manager introduction

        * tests/Sequence_Unit_Tests/mock_reference.cpp:
        * tests/Sequence_Unit_Tests/mock_reference.hpp:
        Added counter to count number of marshal calls

        * tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp:
        * tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp:
        Check the right counter, should be marshal.

        * tao/PI/ClientRequestDetails.cpp:
        * tao/PI_Server/ServerRequestDetails.cpp:
        Added missing duplicate call

        * TAO_IDL/be/be_interface.cpp
        * TAO_IDL/be/be_visitor_component/component_cs.cpp
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp
        * TAO_IDL/be/be_visitor_interface/tie_si.cpp
        * TAO_IDL/be/be_visitor_root/root.cpp
        * tao/CurrentC.cpp
        * tao/DomainC.cpp
        * tao/ORB_Core.cpp
        * tao/Object.cpp
        * tao/Object_Ref_Table.cpp
        * tao/PolicyC.cpp
        * tao/Pseudo_VarOut_T.cpp
        * tao/Pseudo_VarOut_T.inl
        * tao/TAOC.cpp
        * tao/AnyTypeCode/Any_Array_Impl_T.cpp
        * tao/AnyTypeCode/Any_Basic_Impl.cpp
        * tao/AnyTypeCode/Any_Basic_Impl_T.cpp
        * tao/AnyTypeCode/Any_Dual_Impl_T.cpp
        * tao/AnyTypeCode/Any_Impl.cpp
        * tao/AnyTypeCode/Any_Impl_T.cpp
        * tao/AnyTypeCode/Any_Special_Impl_T.cpp
        * tao/AnyTypeCode/Any_Unknown_IDL_Type.cpp
        * tao/AnyTypeCode/TypeCode.cpp
        * tao/AnyTypeCode/TypeCode.inl
        * tao/BiDir_GIOP/BiDirPolicyC.cpp
        * tao/CSD_Framework/CSD_Default_Servant_Dispatcher.cpp
        * tao/CSD_Framework/CSD_FrameworkC.cpp
        * tao/CSD_Framework/CSD_POA.cpp
        * tao/CodecFactory/IOP_CodecC.cpp
        * tao/DynamicAny/DynamicAnyC.cpp
        * tao/DynamicInterface/Dynamic_Implementation.cpp
        * tao/DynamicInterface/ExceptionList.cpp
        * tao/DynamicInterface/Request.cpp
        * tao/DynamicInterface/Server_Request.cpp
        * tao/IFR_Client/IFR_BaseC.cpp
        * tao/IFR_Client/IFR_BasicC.cpp
        * tao/IFR_Client/IFR_Client_Adapter_Impl.cpp
        * tao/IFR_Client/IFR_ComponentsC.cpp
        * tao/IFR_Client/IFR_ExtendedC.cpp
        * tao/IORInterceptor/IORInfoC.cpp
        * tao/IORInterceptor/IORInterceptorC.cpp
        * tao/IORManipulation/IORC.cpp
        * tao/IORManipulation/IORManipulation.cpp
        * tao/IORTable/IORTableC.cpp
        * tao/IORTable/Table_Adapter.cpp
        * tao/ImR_Client/ImplRepoC.cpp
        * tao/ImR_Client/ServerObjectC.cpp
        * tao/Messaging/MessagingC.cpp
        * tao/Messaging/Messaging_No_ImplC.cpp
        * tao/Messaging/Messaging_RT_PolicyC.cpp
        * tao/Messaging/Messaging_SyncScope_PolicyC.cpp
        * tao/Messaging/PollableC.cpp
        * tao/Messaging/TAO_ExtC.cpp
        * tao/PI/ClientRequestInfoC.cpp
        * tao/PI/ClientRequestInterceptorC.cpp
        * tao/PI/InterceptorC.cpp
        * tao/PI/ORBInitInfo.cpp
        * tao/PI/ORBInitInfoC.cpp
        * tao/PI/ORBInitializerC.cpp
        * tao/PI/PICurrentC.cpp
        * tao/PI/PolicyFactoryC.cpp
        * tao/PI/PolicyFactory_Registry.cpp
        * tao/PI/ProcessingModePolicyC.cpp
        * tao/PI/RequestInfoC.cpp
        * tao/PI_Server/ServerRequestInfoC.cpp
        * tao/PI_Server/ServerRequestInterceptorC.cpp
        * tao/PortableServer/AdapterActivatorC.cpp
        * tao/PortableServer/IdAssignmentPolicyC.cpp
        * tao/PortableServer/IdUniquenessPolicyC.cpp
        * tao/PortableServer/ImplicitActivationPolicyC.cpp
        * tao/PortableServer/LifespanPolicyC.cpp
        * tao/PortableServer/Object_Adapter.cpp
        * tao/PortableServer/POAManager.cpp
        * tao/PortableServer/POAManagerC.cpp
        * tao/PortableServer/PS_CurrentC.cpp
        * tao/PortableServer/PortableServerC.cpp
        * tao/PortableServer/RequestProcessingPolicyC.cpp
        * tao/PortableServer/Root_POA.cpp
        * tao/PortableServer/ServantActivatorC.cpp
        * tao/PortableServer/ServantLocatorC.cpp
        * tao/PortableServer/ServantManagerC.cpp
        * tao/PortableServer/ServantRetentionPolicyC.cpp
        * tao/PortableServer/ThreadPolicyC.cpp
        * tao/RTCORBA/RTCORBAC.cpp
        * tao/RTPortableServer/RTPortableServerC.cpp
        * tao/RTScheduling/Current.cpp
        * tao/RTScheduling/RTSchedulerC.cpp
        * tao/TypeCodeFactory/TypeCodeFactoryC.cpp
        * tao/Utils/Server_Main.cpp
        * tao/Valuetype/AbstractBase.cpp:
        Use :: before ::CORBA

        * TAO_IDL/be/be_interface.cpp
        * tao/DomainC.cpp
        * tao/DomainC.inl
        * tao/GIOPC.h
        * tao/PolicyC.cpp
        * tao/PolicyC.h
        * tao/PolicyC.inl
        * tao/WrongTransactionC.cpp
        * tao/AnyTypeCode/Alias_TypeCode.inl
        * tao/AnyTypeCode/Alias_TypeCode_Static.inl
        * tao/AnyTypeCode/BoundsC.cpp
        * tao/AnyTypeCode/Empty_Param_TypeCode.inl
        * tao/AnyTypeCode/Enum_TypeCode.inl
        * tao/AnyTypeCode/Enum_TypeCode_Static.inl
        * tao/AnyTypeCode/Fixed_TypeCode.inl
        * tao/AnyTypeCode/Objref_TypeCode.inl
        * tao/AnyTypeCode/Objref_TypeCode_Static.inl
        * tao/AnyTypeCode/Recursive_Type_TypeCode.cpp
        * tao/AnyTypeCode/Sequence_TypeCode.inl
        * tao/AnyTypeCode/Sequence_TypeCode_Static.inl
        * tao/AnyTypeCode/String_TypeCode.inl
        * tao/AnyTypeCode/String_TypeCode_Static.inl
        * tao/AnyTypeCode/Struct_TypeCode.inl
        * tao/AnyTypeCode/Struct_TypeCode_Static.inl
        * tao/AnyTypeCode/Union_TypeCode.inl
        * tao/AnyTypeCode/Union_TypeCode_Static.inl
        * tao/AnyTypeCode/Value_TypeCode.inl
        * tao/AnyTypeCode/Value_TypeCode_Static.inl
        * tao/BiDir_GIOP/BiDir_Policy_i.cpp
        * tao/CodecFactory/IOP_CodecC.cpp
        * tao/Domain/DomainS.cpp
        * tao/DynamicAny/DynamicAnyC.cpp
        * tao/IFR_Client/IFR_BaseC.cpp
        * tao/IFR_Client/IFR_BaseC.h
        * tao/IFR_Client/IFR_BaseC.inl
        * tao/IFR_Client/IFR_BasicC.cpp
        * tao/IFR_Client/IFR_BasicC.h
        * tao/IFR_Client/IFR_BasicC.inl
        * tao/IFR_Client/IFR_ComponentsC.cpp
        * tao/IFR_Client/IFR_ComponentsC.inl
        * tao/IFR_Client/IFR_ExtendedC.cpp
        * tao/IFR_Client/IFR_ExtendedC.h
        * tao/IFR_Client/IFR_ExtendedC.inl
        * tao/IORManipulation/IORC.cpp
        * tao/IORTable/IORTableC.cpp
        * tao/ImR_Client/ImplRepoC.cpp
        * tao/ImR_Client/ImplRepoC.inl
        * tao/ImR_Client/ServerObjectC.cpp
        * tao/ImR_Client/ServerObjectC.inl
        * tao/Messaging/Connection_Timeout_Policy_i.cpp
        * tao/Messaging/MessagingC.cpp
        * tao/Messaging/MessagingC.inl
        * tao/Messaging/Messaging_Policy_i.cpp
        * tao/Messaging/PollableC.cpp
        * tao/PI/InvalidSlotC.cpp
        * tao/PI/ORBInitInfoC.cpp
        * tao/PI/PIForwardRequestC.cpp
        * tao/PortableServer/ForwardRequestC.cpp
        * tao/PortableServer/POAManagerC.cpp
        * tao/PortableServer/PS_CurrentC.cpp
        * tao/PortableServer/PortableServerC.cpp
        * tao/RTCORBA/RTCORBAC.cpp
        * tao/RTCORBA/RT_Policy_i.cpp
        * tao/RTScheduling/RTSchedulerC.cpp
        * tao/TypeCodeFactory/Recursive_TypeCode.inl
        * tao/Valuetype/StringValueC.inl
        Removed ACE_NESTED_CLASS

        * TAO_IDL/ast/ast_type.cpp
        * TAO_IDL/be/be_interface.cpp
        * TAO_IDL/be/be_visitor_component/component_ci.cpp
        * TAO_IDL/be/be_visitor_component/component_cs.cpp
        * TAO_IDL/be/be_visitor_exception/exception_cs.cpp
        * TAO_IDL/be/be_visitor_interface/amh_ss.cpp
        * TAO_IDL/be/be_visitor_interface/interface_ci.cpp
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp
        * TAO_IDL/be/be_visitor_interface/interface_is.cpp
        * TAO_IDL/be/be_visitor_operation/ami_cs.cpp
        * TAO_IDL/be/be_visitor_operation/operation.cpp
        * TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
        * TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
        Removed generation of ACE_NESTED_CLASS, just use A::B instead

        All changes below is the merge of the branch sequenceupdate to
        sequpdate2. This is the new sequence implementation for TAO.

        * tao/Array_VarOut_T.h:
        Only do an empty forward declaration of Array_Traits. This will
        make sure that we have to do each specialization explicitly, if
        we lack one, we get a compile error instead of this empty default
        one.

        * tao/Objref_VarOut_T.h:
        Only do an empty forward declaration of Objref_Traits. This will
        make sure that we have to do each specialization explicitly, if
        we lack one, we get a compile error instead of this empty default
        one.

        * tao/Basic_Types.h:
        Updated the string types, these are implemented by a template now.

        * tao/BooleanSeqC.{h,cpp}:
        * tao/CharSeqC.{h,cpp}:
        * tao/CONV_FRAMEC.{h,cpp}:
        * tao/CurrentC.{h,cpp}:
        * tao/DomainC.{h,cpp}:
        * tao/DoubleSeqC.{h,cpp}:
        * tao/FloatSeqC.{h,cpp}:
        * tao/WStringSeqC.{h,cpp}:
        * tao/LongSeqC.{h,cpp}:
        * tao/WCharSeqC.{h,cpp}:
        * tao/Object_KeyC.{h,cpp}:
        * tao/ObjectIdListC.{h,cpp}:
        * tao/IIOP_EndpointsC.{h,cpp}:
        * tao/LongLongSeqC.{h,cpp}:
        * tao/IIOPC.{h,cpp}:
        * tao/IOP_IORC.{h,cpp}:
        * tao/LongDoubleSeqC.{h,cpp}:
        * tao/Messaging_PolicyValueC.{h,cpp}:
        * tao/OctetSeqC.{h,cpp}:
        * tao/Policy_ForwardC.{h,cpp}:
        * tao/PolicyC.{h,cpp}:
        * tao/ServicesC.{h,cpp}:
        * tao/ShortSeqC.{h,cpp}:
        * tao/StringSeqC.{h,cpp}:
        * tao/TAOC.{h,cpp}:
        * tao/ULongLongSeqC.{h,cpp}:
        * tao/ULongSeqC.{h,cpp}:
        * tao/UShortSeqC.{h,cpp}:
        * tao/AnyTypeCode/AnySeqC.{h,cpp}:
        * tao/AnyTypeCode/DynamicC.{h,cpp}:
        * tao/DynamicAny/DynamicAnyC.{h,cpp}:
        * tao/IFR_Client/IFR_ExtendedC.{h,cpp}:
        * tao/IFR_Client/IFR_ComponentsC.{h,cpp}:
        * tao/IFR_Client/IFR_BasicC.{h,cpp}:
        * tao/IFR_Client/IFR_BaseC.{h,cpp}:
        * tao/ImR_Client/ImplRepoC.{h,cpp}:
        * tao/IORManipulation/IORC.{h,cpp}:
        * tao/ObjRefTemplate/ObjectReferenceTemplateC.{h,cpp}:
        * tao/PortableServer/PortableServerC.{h,cpp}:
        * tao/RTCORBA/RTCORBAC.{h,cpp}:
        * tao/RTScheduling/RTSchedulerC.{h,cpp}:
        * tao/Strategies/sciop_endpointsC.{h,cpp}:
        * tao/Strategies/uiop_endpointsC.{h,cpp}:
        * orbsvcs/orbsvcs/HTIOP/htiop_endpointsC.{h,cpp}:
        Updated all these files because of the changes to the sequence
        implementation. The base classes are changed including the way we
        marshal and demarshal sequences. The argument to the marshal method
        is also const.

        * tao/Bounded_Array_Allocation_Traits.h:
        * tao/Bounded_Reference_Allocation_Traits_T.h:
        * tao/Bounded_Value_Allocation_Traits_T.h:
        New allocation traits for bounded sequences

        * tao/Value_Traits_T.h:
        New value traits.

        * tao/Bounded_Array_Sequence_T.h:
        New template for Bounded Array Sequences

        * tao/Bounded_Basic_String_Sequence_T.h:
        * tao/Bounded_String_Sequence_T.h:
        * tao/Bounded_Wstring_Sequence_T.h:
        New template for bounded strings, derived are string and wstring
        bounded sequences

        * tao/Bounded_Object_Reference_Sequence_T.h:
        New template for bounded object reference sequences

        New allocation traits for bounded reference

        * tao/Bounded_Sequence_CDR_T.h:
        Template method for sequence marshal/demarshal

        * tao/corba.h:
        Updated includes, Managed_Types.h is replaced with
        String_Manager_T.h

        * tao/CORBA_String.{h,cpp,inl}:
        The CORBA::String_var/_out and CORBA::WString_var/_out are now
        implemented with the new TAO::String_var/_out template

        * tao/Generic_Sequence_T.h:
        New generic sequence template

        * tao/Managed_Types.{h,cpp,i}:
        Removed these files

        * tao/MProfile.cpp:
        Initialise pointers with 0 and fixed retrieval of a policy

        * tao/Object.{h,cpp}:
        Made the argument of the marshal method const

        * tao/operation_details.i:
        Changed the way we reset the service info

        * tao/ORB.h:
        Updated all typedefs in this file

        * tao/Policy_Set.{h,cpp.i}:
        Made the get_policy_by_index const and fixed the
        set_policy_overrides to work with the new sequences, as a result
        the workarounds could be removed

        * tao/Sequence_T.{cpp,i}:
        Removed these files

        * tao/Sequence_T.h:
        Include all new sequence template files, makes it easy for old apps
        to keep compiling

        * tao/String_Alloc.{h,cpp}:
        All string allocation methods

        * tao/VarOut_T.h:
        Removed THIS_OUT_TYPE typedef

        * tao/DynamicInterface/Request.h:
        Removed include of Sequence.h, not needed

        * tao/Profile.h:
        Updated typedef for TAO_opaque

        * tao/Object_Reference_Sequence_Element_T.h:
        * tao/Object_Reference_Traits_Base_T.h:
        * tao/Object_Reference_Traits_T.h:
        * tao/Range_Checking_T.h:
        New files

        * tao/Seq_Out_T.{h,inl}:
        Removed TAO_MngSeq_Out_T, not needed anymore

        * tao/Sequence.{h,cpp,i}:
        Removed

        * tao/Seq_Var_T.{h,cpp.inl}:
        Removed TAO_MngSeq_Var_T, not needed anymore

        * tao/String_Manager_T.h:
        TAO string manager as template, new file

        * tao/String_Sequence_Element_T.h:
        Element in a string sequence

        * tao/String_Traits_Base_T.h:
        * tao/String_Traits_T.h:
        String traits

        * tao/Unbounded_Array_Allocation_Traits_T.h
        * tao/Unbounded_Array_Sequence_T.h
        * tao/Unbounded_Basic_String_Sequence_T.h
        * tao/Unbounded_Object_Reference_Sequence_T.h
        * tao/Unbounded_Octet_Sequence_T.h
        * tao/Unbounded_Reference_Allocation_Traits_T.h
        * tao/Unbounded_Sequence_CDR_T.h
        * tao/Unbounded_String_Sequence_T.h
        * tao/Unbounded_Value_Allocation_Traits_T.h
        * tao/Unbounded_Value_Sequence_T.h
        * tao/Unbounded_Wstring_Sequence_T.h
        Unbounded sequence files

        * tao/diffs/Object_Key.diff:
        Updated

        * tao/PI/ClientRequestInfo.cpp:
        * tao/PI_Server/ServerRequestInfo.cpp:
        Removed temporary object usage

        * tao/RTCORBA/RT_Stub.cpp:
        * tao/RTScheduling/Request_Interceptor.cpp:
        * tao/TypeCodeFactory/TypeCodeFactory_i.cpp:
        Updated for the fact that an object sequence now returns a _ptr
        on the subscript operators instead of the _var which wasn't
        confirming to the CORBA C++ mapping

        * tao/RTScheduling/Current.h:
        Updated IdType typedef

        * tao/Valuetype/Bounded_Valuetype_Allocation_Traits_T.h
        * tao/Valuetype/Bounded_Valuetype_Sequence_T.h
        * tao/Valuetype/Unbounded_Valuetype_Allocation_Traits_T.h
        * tao/Valuetype/Unbounded_Valuetype_Sequence_T.h
        * tao/Valuetype/Valuetype_Sequence_Element_T.h
        * tao/Valuetype/Valuetype_Traits_Base_T.h
        * tao/Valuetype/Valuetype_Traits_T.h
        New sequence implementated for valuetypes

        * tao/Valuetype/Sequence_T.{cpp,inl}:
        Removed

        * tao/Valuetype/Sequence_T.h:
        Just include the new files, easier for backward compatibility

        * tao/Valuetype/Value_VarOut_T.{h,cpp}:
        Just define an empty Value_Traits, make sure we get all
        specializations

        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_visitor_traits.cpp:
        * TAO_IDL/be/be_visitor_array/array_ch.cpp:
        * TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp:
        * TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_array/array_cs.cpp:
        * TAO_IDL/be/be_visitor_array/array_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/serializer_op_cs.cpp:
        * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp:
        * TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp:
        * TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
        * TAO_IDL/be_include/be_visitor_traits.h:
        Updated for new sequence implementation

        * examples/CSD_Strategy/ThreadPool4/ClientTask.cpp:
        * examples/CSD_Strategy/ThreadPool5/ClientTask.cpp:
        * examples/Load_Balancing/Identity_Client.cpp:
        * examples/Load_Balancing_persistent/Identity_Client.cpp:
        * examples/POA/NewPOA/NewPOA.cpp:
        * examples/POA/POA_BiDir/POA_BiDir.cpp:
        * tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.cpp:
        * tests/DynAny_Test/test_dynsequence.cpp:
        * tests/Sequence_Unit_Tests/*:
        * tests/ORT/ServerRequestInterceptor.cpp:
        * tests/Param_Test/big_union.cpp:
        *
        tests/Portable_Interceptors/ForwardRequest/Client_ORBInitializer.cpp:
        * orbsvcs/IFR_Service/ifr_adding_visitor.cpp:
        * orbsvcs/orbsvcs/DsLogAdmin.idl:
        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.{cpp,i}:
        * orbsvcs/orbsvcs/ETCL/ETCL_Constraint.{h,cpp,i}
        * orbsvcs/orbsvcs/IFRService/ComponentContainer_i.cpp
        * orbsvcs/orbsvcs/IFRService/ComponentDef_i.cpp
        * orbsvcs/orbsvcs/IFRService/Container_i.cpp
        * orbsvcs/orbsvcs/IFRService/EnumDef_i.cpp
        * orbsvcs/orbsvcs/IFRService/ExtValueDef_i.cpp
        * orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
        * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
        * orbsvcs/orbsvcs/IFRService/InterfaceDef_i.cpp
        * orbsvcs/orbsvcs/IFRService/OperationDef_i.cpp
        * orbsvcs/orbsvcs/IFRService/ValueDef_i.cpp
        * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp:
        * orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp:
        * orbsvcs/orbsvcs/Log/Log_i.h:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.h:
        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.{h,cpp}
        * orbsvcs/tests/AVStreams/Component_Switching/distributer.cpp:
        * orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp:
        * orbsvcs/tests/AVStreams/Component_Switching/sender.cpp:
        * orbsvcs/tests/Bug_1393_Regression/client.cpp:
        * orbsvcs/tests/FT_App/FT_Client.cpp:
        * orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp:
        * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp:
        *
        orbsvcs/orbsvcs/FtRtEvent/EventChannel/AMI_Primary_Replication_Strategy.cpp:
        * orbsvcs/orbsvcs/FtRtEvent/EventChannel/IOGR_Maker.cpp:
        * tests/RTScheduling/Current/Thread_Task.cpp:
        * tests/RTScheduling/Thread_Cancel/Thread_Task.cpp:
        Updated for sequence implementation

        * tests/Sequence_Unit_Tests/*:
        Removed files that are now in the core TAO lib

Wed Apr 19 07:48:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2503_Regression/*:
          New regression for bug 2503. Thanks to Carlos O'Ryan for creating
          this test

Tue Apr 18 20:51:48 2006  Wallace Zhang  <zhangw@ociweb.com>

        * TAO version 1.5.1 released.

Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End: