This file is indexed.

/usr/include/omniORB4/corbaidl_defs.hh is in libomniorb4-dev 4.1.6-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
// This file is generated by omniidl (C++ backend)- omniORB_4_1. Do not edit.
#ifndef __corbaidl_defs_hh__
#define __corbaidl_defs_hh__

#ifndef __CORBA_mIDLType__
#define __CORBA_mIDLType__

class IDLType;
class _objref_IDLType;
class _impl_IDLType;

typedef _objref_IDLType* IDLType_ptr;
typedef IDLType_ptr IDLTypeRef;

class IDLType_Helper {
public:
  typedef IDLType_ptr _ptr_type;

  static _ptr_type _nil();
  static _CORBA_Boolean is_nil(_ptr_type);
  static void release(_ptr_type);
  static void duplicate(_ptr_type);
  static void marshalObjRef(_ptr_type, cdrStream&);
  static _ptr_type unmarshalObjRef(cdrStream&);
};

typedef _CORBA_ObjRef_Var<_objref_IDLType, IDLType_Helper> IDLType_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_IDLType,IDLType_Helper > IDLType_out;

#endif

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_Identifier;

typedef char* Identifier;
typedef ::CORBA::String_var Identifier_var;
typedef ::CORBA::String_out Identifier_out;

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_RepositoryId;

typedef char* RepositoryId;
typedef ::CORBA::String_var RepositoryId_var;
typedef ::CORBA::String_out RepositoryId_out;

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_VersionSpec;

typedef char* VersionSpec;
typedef ::CORBA::String_var VersionSpec_var;
typedef ::CORBA::String_out VersionSpec_out;

struct StructMember {
  typedef _CORBA_ConstrType_Variable_Var<StructMember> _var_type;

  
  ::CORBA::String_member name;

  ::CORBA::TypeCode_member type;

  _CORBA_ObjRef_Member< _objref_IDLType, IDLType_Helper>  type_def;



  void operator>>= (cdrStream &) const;
  void operator<<= (cdrStream &);
};

typedef StructMember::_var_type StructMember_var;

typedef _CORBA_ConstrType_Variable_OUT_arg< StructMember,StructMember_var > StructMember_out;

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_StructMember;

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_StructMemberSeq;

class StructMemberSeq_var;

class StructMemberSeq : public _CORBA_Unbounded_Sequence< StructMember >  {
public:
  typedef StructMemberSeq_var _var_type;
  inline StructMemberSeq() {}
  inline StructMemberSeq(const StructMemberSeq& _s)
    : _CORBA_Unbounded_Sequence< StructMember > (_s) {}

  inline StructMemberSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence< StructMember > (_max) {}
  inline StructMemberSeq(_CORBA_ULong _max, _CORBA_ULong _len, StructMember* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence< StructMember > (_max, _len, _val, _rel) {}



  inline StructMemberSeq& operator = (const StructMemberSeq& _s) {
    _CORBA_Unbounded_Sequence< StructMember > ::operator=(_s);
    return *this;
  }
};

class StructMemberSeq_out;

class StructMemberSeq_var {
public:
  inline StructMemberSeq_var() : _pd_seq(0) {}
  inline StructMemberSeq_var(StructMemberSeq* _s) : _pd_seq(_s) {}
  inline StructMemberSeq_var(const StructMemberSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new StructMemberSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~StructMemberSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline StructMemberSeq_var& operator = (StructMemberSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline StructMemberSeq_var& operator = (const StructMemberSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new StructMemberSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline StructMember& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline StructMemberSeq* operator -> () { return _pd_seq; }
  inline const StructMemberSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator StructMemberSeq& () const { return *_pd_seq; }
#else
  inline operator const StructMemberSeq& () const { return *_pd_seq; }
  inline operator StructMemberSeq& () { return *_pd_seq; }
#endif
    
  inline const StructMemberSeq& in() const { return *_pd_seq; }
  inline StructMemberSeq&       inout()    { return *_pd_seq; }
  inline StructMemberSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline StructMemberSeq* _retn() { StructMemberSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class StructMemberSeq_out;
  
private:
  StructMemberSeq* _pd_seq;
};

class StructMemberSeq_out {
public:
  inline StructMemberSeq_out(StructMemberSeq*& _s) : _data(_s) { _data = 0; }
  inline StructMemberSeq_out(StructMemberSeq_var& _s)
    : _data(_s._pd_seq) { _s = (StructMemberSeq*) 0; }
  inline StructMemberSeq_out(const StructMemberSeq_out& _s) : _data(_s._data) {}
  inline StructMemberSeq_out& operator = (const StructMemberSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline StructMemberSeq_out& operator = (StructMemberSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator StructMemberSeq*&()  { return _data; }
  inline StructMemberSeq*& ptr()       { return _data; }
  inline StructMemberSeq* operator->() { return _data; }

  inline StructMember& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  StructMemberSeq*& _data;

private:
  StructMemberSeq_out();
  StructMemberSeq_out& operator=(const StructMemberSeq_var&);
};

struct UnionMember {
  typedef _CORBA_ConstrType_Variable_Var<UnionMember> _var_type;

  
  ::CORBA::String_member name;

  ::CORBA::Any label;

  ::CORBA::TypeCode_member type;

  _CORBA_ObjRef_Member< _objref_IDLType, IDLType_Helper>  type_def;



  void operator>>= (cdrStream &) const;
  void operator<<= (cdrStream &);
};

typedef UnionMember::_var_type UnionMember_var;

typedef _CORBA_ConstrType_Variable_OUT_arg< UnionMember,UnionMember_var > UnionMember_out;

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_UnionMember;

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_UnionMemberSeq;

class UnionMemberSeq_var;

class UnionMemberSeq : public _CORBA_Unbounded_Sequence< UnionMember >  {
public:
  typedef UnionMemberSeq_var _var_type;
  inline UnionMemberSeq() {}
  inline UnionMemberSeq(const UnionMemberSeq& _s)
    : _CORBA_Unbounded_Sequence< UnionMember > (_s) {}

  inline UnionMemberSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence< UnionMember > (_max) {}
  inline UnionMemberSeq(_CORBA_ULong _max, _CORBA_ULong _len, UnionMember* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence< UnionMember > (_max, _len, _val, _rel) {}



  inline UnionMemberSeq& operator = (const UnionMemberSeq& _s) {
    _CORBA_Unbounded_Sequence< UnionMember > ::operator=(_s);
    return *this;
  }
};

class UnionMemberSeq_out;

class UnionMemberSeq_var {
public:
  inline UnionMemberSeq_var() : _pd_seq(0) {}
  inline UnionMemberSeq_var(UnionMemberSeq* _s) : _pd_seq(_s) {}
  inline UnionMemberSeq_var(const UnionMemberSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new UnionMemberSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~UnionMemberSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline UnionMemberSeq_var& operator = (UnionMemberSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline UnionMemberSeq_var& operator = (const UnionMemberSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new UnionMemberSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline UnionMember& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline UnionMemberSeq* operator -> () { return _pd_seq; }
  inline const UnionMemberSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator UnionMemberSeq& () const { return *_pd_seq; }
#else
  inline operator const UnionMemberSeq& () const { return *_pd_seq; }
  inline operator UnionMemberSeq& () { return *_pd_seq; }
#endif
    
  inline const UnionMemberSeq& in() const { return *_pd_seq; }
  inline UnionMemberSeq&       inout()    { return *_pd_seq; }
  inline UnionMemberSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline UnionMemberSeq* _retn() { UnionMemberSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class UnionMemberSeq_out;
  
private:
  UnionMemberSeq* _pd_seq;
};

class UnionMemberSeq_out {
public:
  inline UnionMemberSeq_out(UnionMemberSeq*& _s) : _data(_s) { _data = 0; }
  inline UnionMemberSeq_out(UnionMemberSeq_var& _s)
    : _data(_s._pd_seq) { _s = (UnionMemberSeq*) 0; }
  inline UnionMemberSeq_out(const UnionMemberSeq_out& _s) : _data(_s._data) {}
  inline UnionMemberSeq_out& operator = (const UnionMemberSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline UnionMemberSeq_out& operator = (UnionMemberSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator UnionMemberSeq*&()  { return _data; }
  inline UnionMemberSeq*& ptr()       { return _data; }
  inline UnionMemberSeq* operator->() { return _data; }

  inline UnionMember& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  UnionMemberSeq*& _data;

private:
  UnionMemberSeq_out();
  UnionMemberSeq_out& operator=(const UnionMemberSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_EnumMemberSeq;

class EnumMemberSeq_var;

class EnumMemberSeq : public _CORBA_Unbounded_Sequence_String {
public:
  typedef EnumMemberSeq_var _var_type;
  inline EnumMemberSeq() {}
  inline EnumMemberSeq(const EnumMemberSeq& _s)
    : _CORBA_Unbounded_Sequence_String(_s) {}

  inline EnumMemberSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_String(_max) {}
  inline EnumMemberSeq(_CORBA_ULong _max, _CORBA_ULong _len, char** _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_String(_max, _len, _val, _rel) {}



  inline EnumMemberSeq& operator = (const EnumMemberSeq& _s) {
    _CORBA_Unbounded_Sequence_String::operator=(_s);
    return *this;
  }
};

class EnumMemberSeq_out;

class EnumMemberSeq_var {
public:
  inline EnumMemberSeq_var() : _pd_seq(0) {}
  inline EnumMemberSeq_var(EnumMemberSeq* _s) : _pd_seq(_s) {}
  inline EnumMemberSeq_var(const EnumMemberSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new EnumMemberSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~EnumMemberSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline EnumMemberSeq_var& operator = (EnumMemberSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline EnumMemberSeq_var& operator = (const EnumMemberSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new EnumMemberSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline _CORBA_String_element operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline EnumMemberSeq* operator -> () { return _pd_seq; }
  inline const EnumMemberSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator EnumMemberSeq& () const { return *_pd_seq; }
#else
  inline operator const EnumMemberSeq& () const { return *_pd_seq; }
  inline operator EnumMemberSeq& () { return *_pd_seq; }
#endif
    
  inline const EnumMemberSeq& in() const { return *_pd_seq; }
  inline EnumMemberSeq&       inout()    { return *_pd_seq; }
  inline EnumMemberSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline EnumMemberSeq* _retn() { EnumMemberSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class EnumMemberSeq_out;
  
private:
  EnumMemberSeq* _pd_seq;
};

class EnumMemberSeq_out {
public:
  inline EnumMemberSeq_out(EnumMemberSeq*& _s) : _data(_s) { _data = 0; }
  inline EnumMemberSeq_out(EnumMemberSeq_var& _s)
    : _data(_s._pd_seq) { _s = (EnumMemberSeq*) 0; }
  inline EnumMemberSeq_out(const EnumMemberSeq_out& _s) : _data(_s._data) {}
  inline EnumMemberSeq_out& operator = (const EnumMemberSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline EnumMemberSeq_out& operator = (EnumMemberSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator EnumMemberSeq*&()  { return _data; }
  inline EnumMemberSeq*& ptr()       { return _data; }
  inline EnumMemberSeq* operator->() { return _data; }

  inline _CORBA_String_element operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  EnumMemberSeq*& _data;

private:
  EnumMemberSeq_out();
  EnumMemberSeq_out& operator=(const EnumMemberSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_Visibility;

typedef ::CORBA::Short Visibility;
typedef ::CORBA::Short_out Visibility_out;

_CORBA_MODULE_VARINT const ::CORBA::Short PRIVATE_MEMBER _init_in_decl_( = 0 );

_CORBA_MODULE_VARINT const ::CORBA::Short PUBLIC_MEMBER _init_in_decl_( = 1 );

struct ValueMember {
  typedef _CORBA_ConstrType_Variable_Var<ValueMember> _var_type;

  
  ::CORBA::String_member name;

  ::CORBA::String_member id;

  ::CORBA::String_member defined_in;

  ::CORBA::String_member version;

  ::CORBA::TypeCode_member type;

  _CORBA_ObjRef_Member< _objref_IDLType, IDLType_Helper>  type_def;

  Visibility access;



  void operator>>= (cdrStream &) const;
  void operator<<= (cdrStream &);
};

typedef ValueMember::_var_type ValueMember_var;

typedef _CORBA_ConstrType_Variable_OUT_arg< ValueMember,ValueMember_var > ValueMember_out;

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ValueMember;

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ValueMemberSeq;

class ValueMemberSeq_var;

class ValueMemberSeq : public _CORBA_Unbounded_Sequence< ValueMember >  {
public:
  typedef ValueMemberSeq_var _var_type;
  inline ValueMemberSeq() {}
  inline ValueMemberSeq(const ValueMemberSeq& _s)
    : _CORBA_Unbounded_Sequence< ValueMember > (_s) {}

  inline ValueMemberSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence< ValueMember > (_max) {}
  inline ValueMemberSeq(_CORBA_ULong _max, _CORBA_ULong _len, ValueMember* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence< ValueMember > (_max, _len, _val, _rel) {}



  inline ValueMemberSeq& operator = (const ValueMemberSeq& _s) {
    _CORBA_Unbounded_Sequence< ValueMember > ::operator=(_s);
    return *this;
  }
};

class ValueMemberSeq_out;

class ValueMemberSeq_var {
public:
  inline ValueMemberSeq_var() : _pd_seq(0) {}
  inline ValueMemberSeq_var(ValueMemberSeq* _s) : _pd_seq(_s) {}
  inline ValueMemberSeq_var(const ValueMemberSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new ValueMemberSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~ValueMemberSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline ValueMemberSeq_var& operator = (ValueMemberSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline ValueMemberSeq_var& operator = (const ValueMemberSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new ValueMemberSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ValueMember& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline ValueMemberSeq* operator -> () { return _pd_seq; }
  inline const ValueMemberSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator ValueMemberSeq& () const { return *_pd_seq; }
#else
  inline operator const ValueMemberSeq& () const { return *_pd_seq; }
  inline operator ValueMemberSeq& () { return *_pd_seq; }
#endif
    
  inline const ValueMemberSeq& in() const { return *_pd_seq; }
  inline ValueMemberSeq&       inout()    { return *_pd_seq; }
  inline ValueMemberSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline ValueMemberSeq* _retn() { ValueMemberSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class ValueMemberSeq_out;
  
private:
  ValueMemberSeq* _pd_seq;
};

class ValueMemberSeq_out {
public:
  inline ValueMemberSeq_out(ValueMemberSeq*& _s) : _data(_s) { _data = 0; }
  inline ValueMemberSeq_out(ValueMemberSeq_var& _s)
    : _data(_s._pd_seq) { _s = (ValueMemberSeq*) 0; }
  inline ValueMemberSeq_out(const ValueMemberSeq_out& _s) : _data(_s._data) {}
  inline ValueMemberSeq_out& operator = (const ValueMemberSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline ValueMemberSeq_out& operator = (ValueMemberSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator ValueMemberSeq*&()  { return _data; }
  inline ValueMemberSeq*& ptr()       { return _data; }
  inline ValueMemberSeq* operator->() { return _data; }

  inline ValueMember& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  ValueMemberSeq*& _data;

private:
  ValueMemberSeq_out();
  ValueMemberSeq_out& operator=(const ValueMemberSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_AnySeq;

class AnySeq_var;

class AnySeq : public _CORBA_Unbounded_Sequence< ::CORBA::Any >  {
public:
  typedef AnySeq_var _var_type;
  inline AnySeq() {}
  inline AnySeq(const AnySeq& _s)
    : _CORBA_Unbounded_Sequence< ::CORBA::Any > (_s) {}

  inline AnySeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence< ::CORBA::Any > (_max) {}
  inline AnySeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Any* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence< ::CORBA::Any > (_max, _len, _val, _rel) {}



  inline AnySeq& operator = (const AnySeq& _s) {
    _CORBA_Unbounded_Sequence< ::CORBA::Any > ::operator=(_s);
    return *this;
  }
};

class AnySeq_out;

class AnySeq_var {
public:
  inline AnySeq_var() : _pd_seq(0) {}
  inline AnySeq_var(AnySeq* _s) : _pd_seq(_s) {}
  inline AnySeq_var(const AnySeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new AnySeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~AnySeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline AnySeq_var& operator = (AnySeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline AnySeq_var& operator = (const AnySeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new AnySeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::Any& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline AnySeq* operator -> () { return _pd_seq; }
  inline const AnySeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator AnySeq& () const { return *_pd_seq; }
#else
  inline operator const AnySeq& () const { return *_pd_seq; }
  inline operator AnySeq& () { return *_pd_seq; }
#endif
    
  inline const AnySeq& in() const { return *_pd_seq; }
  inline AnySeq&       inout()    { return *_pd_seq; }
  inline AnySeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline AnySeq* _retn() { AnySeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class AnySeq_out;
  
private:
  AnySeq* _pd_seq;
};

class AnySeq_out {
public:
  inline AnySeq_out(AnySeq*& _s) : _data(_s) { _data = 0; }
  inline AnySeq_out(AnySeq_var& _s)
    : _data(_s._pd_seq) { _s = (AnySeq*) 0; }
  inline AnySeq_out(const AnySeq_out& _s) : _data(_s._data) {}
  inline AnySeq_out& operator = (const AnySeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline AnySeq_out& operator = (AnySeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator AnySeq*&()  { return _data; }
  inline AnySeq*& ptr()       { return _data; }
  inline AnySeq* operator->() { return _data; }

  inline ::CORBA::Any& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  AnySeq*& _data;

private:
  AnySeq_out();
  AnySeq_out& operator=(const AnySeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_BooleanSeq;

class BooleanSeq_var;

class BooleanSeq : public _CORBA_Unbounded_Sequence_Boolean {
public:
  typedef BooleanSeq_var _var_type;
  inline BooleanSeq() {}
  inline BooleanSeq(const BooleanSeq& _s)
    : _CORBA_Unbounded_Sequence_Boolean(_s) {}

  inline BooleanSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_Boolean(_max) {}
  inline BooleanSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Boolean* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_Boolean(_max, _len, _val, _rel) {}



  inline BooleanSeq& operator = (const BooleanSeq& _s) {
    _CORBA_Unbounded_Sequence_Boolean::operator=(_s);
    return *this;
  }
};

class BooleanSeq_out;

class BooleanSeq_var {
public:
  inline BooleanSeq_var() : _pd_seq(0) {}
  inline BooleanSeq_var(BooleanSeq* _s) : _pd_seq(_s) {}
  inline BooleanSeq_var(const BooleanSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new BooleanSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~BooleanSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline BooleanSeq_var& operator = (BooleanSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline BooleanSeq_var& operator = (const BooleanSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new BooleanSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::Boolean& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline BooleanSeq* operator -> () { return _pd_seq; }
  inline const BooleanSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator BooleanSeq& () const { return *_pd_seq; }
#else
  inline operator const BooleanSeq& () const { return *_pd_seq; }
  inline operator BooleanSeq& () { return *_pd_seq; }
#endif
    
  inline const BooleanSeq& in() const { return *_pd_seq; }
  inline BooleanSeq&       inout()    { return *_pd_seq; }
  inline BooleanSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline BooleanSeq* _retn() { BooleanSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class BooleanSeq_out;
  
private:
  BooleanSeq* _pd_seq;
};

class BooleanSeq_out {
public:
  inline BooleanSeq_out(BooleanSeq*& _s) : _data(_s) { _data = 0; }
  inline BooleanSeq_out(BooleanSeq_var& _s)
    : _data(_s._pd_seq) { _s = (BooleanSeq*) 0; }
  inline BooleanSeq_out(const BooleanSeq_out& _s) : _data(_s._data) {}
  inline BooleanSeq_out& operator = (const BooleanSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline BooleanSeq_out& operator = (BooleanSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator BooleanSeq*&()  { return _data; }
  inline BooleanSeq*& ptr()       { return _data; }
  inline BooleanSeq* operator->() { return _data; }

  inline ::CORBA::Boolean& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  BooleanSeq*& _data;

private:
  BooleanSeq_out();
  BooleanSeq_out& operator=(const BooleanSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_CharSeq;

class CharSeq_var;

class CharSeq : public _CORBA_Unbounded_Sequence_Char {
public:
  typedef CharSeq_var _var_type;
  inline CharSeq() {}
  inline CharSeq(const CharSeq& _s)
    : _CORBA_Unbounded_Sequence_Char(_s) {}

  inline CharSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_Char(_max) {}
  inline CharSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Char* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_Char(_max, _len, _val, _rel) {}



  inline CharSeq& operator = (const CharSeq& _s) {
    _CORBA_Unbounded_Sequence_Char::operator=(_s);
    return *this;
  }
};

class CharSeq_out;

class CharSeq_var {
public:
  inline CharSeq_var() : _pd_seq(0) {}
  inline CharSeq_var(CharSeq* _s) : _pd_seq(_s) {}
  inline CharSeq_var(const CharSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new CharSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~CharSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline CharSeq_var& operator = (CharSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline CharSeq_var& operator = (const CharSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new CharSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::Char& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline CharSeq* operator -> () { return _pd_seq; }
  inline const CharSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator CharSeq& () const { return *_pd_seq; }
#else
  inline operator const CharSeq& () const { return *_pd_seq; }
  inline operator CharSeq& () { return *_pd_seq; }
#endif
    
  inline const CharSeq& in() const { return *_pd_seq; }
  inline CharSeq&       inout()    { return *_pd_seq; }
  inline CharSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline CharSeq* _retn() { CharSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class CharSeq_out;
  
private:
  CharSeq* _pd_seq;
};

class CharSeq_out {
public:
  inline CharSeq_out(CharSeq*& _s) : _data(_s) { _data = 0; }
  inline CharSeq_out(CharSeq_var& _s)
    : _data(_s._pd_seq) { _s = (CharSeq*) 0; }
  inline CharSeq_out(const CharSeq_out& _s) : _data(_s._data) {}
  inline CharSeq_out& operator = (const CharSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline CharSeq_out& operator = (CharSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator CharSeq*&()  { return _data; }
  inline CharSeq*& ptr()       { return _data; }
  inline CharSeq* operator->() { return _data; }

  inline ::CORBA::Char& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  CharSeq*& _data;

private:
  CharSeq_out();
  CharSeq_out& operator=(const CharSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_WCharSeq;

class WCharSeq_var;

class WCharSeq : public _CORBA_Unbounded_Sequence_WChar {
public:
  typedef WCharSeq_var _var_type;
  inline WCharSeq() {}
  inline WCharSeq(const WCharSeq& _s)
    : _CORBA_Unbounded_Sequence_WChar(_s) {}

  inline WCharSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_WChar(_max) {}
  inline WCharSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::WChar* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_WChar(_max, _len, _val, _rel) {}



  inline WCharSeq& operator = (const WCharSeq& _s) {
    _CORBA_Unbounded_Sequence_WChar::operator=(_s);
    return *this;
  }
};

class WCharSeq_out;

class WCharSeq_var {
public:
  inline WCharSeq_var() : _pd_seq(0) {}
  inline WCharSeq_var(WCharSeq* _s) : _pd_seq(_s) {}
  inline WCharSeq_var(const WCharSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new WCharSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~WCharSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline WCharSeq_var& operator = (WCharSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline WCharSeq_var& operator = (const WCharSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new WCharSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::WChar& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline WCharSeq* operator -> () { return _pd_seq; }
  inline const WCharSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator WCharSeq& () const { return *_pd_seq; }
#else
  inline operator const WCharSeq& () const { return *_pd_seq; }
  inline operator WCharSeq& () { return *_pd_seq; }
#endif
    
  inline const WCharSeq& in() const { return *_pd_seq; }
  inline WCharSeq&       inout()    { return *_pd_seq; }
  inline WCharSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline WCharSeq* _retn() { WCharSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class WCharSeq_out;
  
private:
  WCharSeq* _pd_seq;
};

class WCharSeq_out {
public:
  inline WCharSeq_out(WCharSeq*& _s) : _data(_s) { _data = 0; }
  inline WCharSeq_out(WCharSeq_var& _s)
    : _data(_s._pd_seq) { _s = (WCharSeq*) 0; }
  inline WCharSeq_out(const WCharSeq_out& _s) : _data(_s._data) {}
  inline WCharSeq_out& operator = (const WCharSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline WCharSeq_out& operator = (WCharSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator WCharSeq*&()  { return _data; }
  inline WCharSeq*& ptr()       { return _data; }
  inline WCharSeq* operator->() { return _data; }

  inline ::CORBA::WChar& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  WCharSeq*& _data;

private:
  WCharSeq_out();
  WCharSeq_out& operator=(const WCharSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_OctetSeq;

class OctetSeq_var;

class OctetSeq : public _CORBA_Unbounded_Sequence_Octet {
public:
  typedef OctetSeq_var _var_type;
  inline OctetSeq() {}
  inline OctetSeq(const OctetSeq& _s)
    : _CORBA_Unbounded_Sequence_Octet(_s) {}

  inline OctetSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_Octet(_max) {}
  inline OctetSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Octet* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_Octet(_max, _len, _val, _rel) {}



  inline OctetSeq& operator = (const OctetSeq& _s) {
    _CORBA_Unbounded_Sequence_Octet::operator=(_s);
    return *this;
  }
};

class OctetSeq_out;

class OctetSeq_var {
public:
  inline OctetSeq_var() : _pd_seq(0) {}
  inline OctetSeq_var(OctetSeq* _s) : _pd_seq(_s) {}
  inline OctetSeq_var(const OctetSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new OctetSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~OctetSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline OctetSeq_var& operator = (OctetSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline OctetSeq_var& operator = (const OctetSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new OctetSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::Octet& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline OctetSeq* operator -> () { return _pd_seq; }
  inline const OctetSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator OctetSeq& () const { return *_pd_seq; }
#else
  inline operator const OctetSeq& () const { return *_pd_seq; }
  inline operator OctetSeq& () { return *_pd_seq; }
#endif
    
  inline const OctetSeq& in() const { return *_pd_seq; }
  inline OctetSeq&       inout()    { return *_pd_seq; }
  inline OctetSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline OctetSeq* _retn() { OctetSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class OctetSeq_out;
  
private:
  OctetSeq* _pd_seq;
};

class OctetSeq_out {
public:
  inline OctetSeq_out(OctetSeq*& _s) : _data(_s) { _data = 0; }
  inline OctetSeq_out(OctetSeq_var& _s)
    : _data(_s._pd_seq) { _s = (OctetSeq*) 0; }
  inline OctetSeq_out(const OctetSeq_out& _s) : _data(_s._data) {}
  inline OctetSeq_out& operator = (const OctetSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline OctetSeq_out& operator = (OctetSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator OctetSeq*&()  { return _data; }
  inline OctetSeq*& ptr()       { return _data; }
  inline OctetSeq* operator->() { return _data; }

  inline ::CORBA::Octet& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  OctetSeq*& _data;

private:
  OctetSeq_out();
  OctetSeq_out& operator=(const OctetSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ShortSeq;

class ShortSeq_var;

class ShortSeq : public _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Short, 2, 2 >  {
public:
  typedef ShortSeq_var _var_type;
  inline ShortSeq() {}
  inline ShortSeq(const ShortSeq& _s)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Short, 2, 2 > (_s) {}

  inline ShortSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Short, 2, 2 > (_max) {}
  inline ShortSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Short* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Short, 2, 2 > (_max, _len, _val, _rel) {}



  inline ShortSeq& operator = (const ShortSeq& _s) {
    _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Short, 2, 2 > ::operator=(_s);
    return *this;
  }
};

class ShortSeq_out;

class ShortSeq_var {
public:
  inline ShortSeq_var() : _pd_seq(0) {}
  inline ShortSeq_var(ShortSeq* _s) : _pd_seq(_s) {}
  inline ShortSeq_var(const ShortSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new ShortSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~ShortSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline ShortSeq_var& operator = (ShortSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline ShortSeq_var& operator = (const ShortSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new ShortSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::Short& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline ShortSeq* operator -> () { return _pd_seq; }
  inline const ShortSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator ShortSeq& () const { return *_pd_seq; }
#else
  inline operator const ShortSeq& () const { return *_pd_seq; }
  inline operator ShortSeq& () { return *_pd_seq; }
#endif
    
  inline const ShortSeq& in() const { return *_pd_seq; }
  inline ShortSeq&       inout()    { return *_pd_seq; }
  inline ShortSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline ShortSeq* _retn() { ShortSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class ShortSeq_out;
  
private:
  ShortSeq* _pd_seq;
};

class ShortSeq_out {
public:
  inline ShortSeq_out(ShortSeq*& _s) : _data(_s) { _data = 0; }
  inline ShortSeq_out(ShortSeq_var& _s)
    : _data(_s._pd_seq) { _s = (ShortSeq*) 0; }
  inline ShortSeq_out(const ShortSeq_out& _s) : _data(_s._data) {}
  inline ShortSeq_out& operator = (const ShortSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline ShortSeq_out& operator = (ShortSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator ShortSeq*&()  { return _data; }
  inline ShortSeq*& ptr()       { return _data; }
  inline ShortSeq* operator->() { return _data; }

  inline ::CORBA::Short& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  ShortSeq*& _data;

private:
  ShortSeq_out();
  ShortSeq_out& operator=(const ShortSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_UShortSeq;

class UShortSeq_var;

class UShortSeq : public _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::UShort, 2, 2 >  {
public:
  typedef UShortSeq_var _var_type;
  inline UShortSeq() {}
  inline UShortSeq(const UShortSeq& _s)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::UShort, 2, 2 > (_s) {}

  inline UShortSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::UShort, 2, 2 > (_max) {}
  inline UShortSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::UShort* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::UShort, 2, 2 > (_max, _len, _val, _rel) {}



  inline UShortSeq& operator = (const UShortSeq& _s) {
    _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::UShort, 2, 2 > ::operator=(_s);
    return *this;
  }
};

class UShortSeq_out;

class UShortSeq_var {
public:
  inline UShortSeq_var() : _pd_seq(0) {}
  inline UShortSeq_var(UShortSeq* _s) : _pd_seq(_s) {}
  inline UShortSeq_var(const UShortSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new UShortSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~UShortSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline UShortSeq_var& operator = (UShortSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline UShortSeq_var& operator = (const UShortSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new UShortSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::UShort& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline UShortSeq* operator -> () { return _pd_seq; }
  inline const UShortSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator UShortSeq& () const { return *_pd_seq; }
#else
  inline operator const UShortSeq& () const { return *_pd_seq; }
  inline operator UShortSeq& () { return *_pd_seq; }
#endif
    
  inline const UShortSeq& in() const { return *_pd_seq; }
  inline UShortSeq&       inout()    { return *_pd_seq; }
  inline UShortSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline UShortSeq* _retn() { UShortSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class UShortSeq_out;
  
private:
  UShortSeq* _pd_seq;
};

class UShortSeq_out {
public:
  inline UShortSeq_out(UShortSeq*& _s) : _data(_s) { _data = 0; }
  inline UShortSeq_out(UShortSeq_var& _s)
    : _data(_s._pd_seq) { _s = (UShortSeq*) 0; }
  inline UShortSeq_out(const UShortSeq_out& _s) : _data(_s._data) {}
  inline UShortSeq_out& operator = (const UShortSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline UShortSeq_out& operator = (UShortSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator UShortSeq*&()  { return _data; }
  inline UShortSeq*& ptr()       { return _data; }
  inline UShortSeq* operator->() { return _data; }

  inline ::CORBA::UShort& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  UShortSeq*& _data;

private:
  UShortSeq_out();
  UShortSeq_out& operator=(const UShortSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_LongSeq;

class LongSeq_var;

class LongSeq : public _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Long, 4, 4 >  {
public:
  typedef LongSeq_var _var_type;
  inline LongSeq() {}
  inline LongSeq(const LongSeq& _s)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Long, 4, 4 > (_s) {}

  inline LongSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Long, 4, 4 > (_max) {}
  inline LongSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Long* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Long, 4, 4 > (_max, _len, _val, _rel) {}



  inline LongSeq& operator = (const LongSeq& _s) {
    _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Long, 4, 4 > ::operator=(_s);
    return *this;
  }
};

class LongSeq_out;

class LongSeq_var {
public:
  inline LongSeq_var() : _pd_seq(0) {}
  inline LongSeq_var(LongSeq* _s) : _pd_seq(_s) {}
  inline LongSeq_var(const LongSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new LongSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~LongSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline LongSeq_var& operator = (LongSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline LongSeq_var& operator = (const LongSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new LongSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::Long& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline LongSeq* operator -> () { return _pd_seq; }
  inline const LongSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator LongSeq& () const { return *_pd_seq; }
#else
  inline operator const LongSeq& () const { return *_pd_seq; }
  inline operator LongSeq& () { return *_pd_seq; }
#endif
    
  inline const LongSeq& in() const { return *_pd_seq; }
  inline LongSeq&       inout()    { return *_pd_seq; }
  inline LongSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline LongSeq* _retn() { LongSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class LongSeq_out;
  
private:
  LongSeq* _pd_seq;
};

class LongSeq_out {
public:
  inline LongSeq_out(LongSeq*& _s) : _data(_s) { _data = 0; }
  inline LongSeq_out(LongSeq_var& _s)
    : _data(_s._pd_seq) { _s = (LongSeq*) 0; }
  inline LongSeq_out(const LongSeq_out& _s) : _data(_s._data) {}
  inline LongSeq_out& operator = (const LongSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline LongSeq_out& operator = (LongSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator LongSeq*&()  { return _data; }
  inline LongSeq*& ptr()       { return _data; }
  inline LongSeq* operator->() { return _data; }

  inline ::CORBA::Long& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  LongSeq*& _data;

private:
  LongSeq_out();
  LongSeq_out& operator=(const LongSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ULongSeq;

class ULongSeq_var;

class ULongSeq : public _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULong, 4, 4 >  {
public:
  typedef ULongSeq_var _var_type;
  inline ULongSeq() {}
  inline ULongSeq(const ULongSeq& _s)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULong, 4, 4 > (_s) {}

  inline ULongSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULong, 4, 4 > (_max) {}
  inline ULongSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::ULong* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULong, 4, 4 > (_max, _len, _val, _rel) {}



  inline ULongSeq& operator = (const ULongSeq& _s) {
    _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULong, 4, 4 > ::operator=(_s);
    return *this;
  }
};

class ULongSeq_out;

class ULongSeq_var {
public:
  inline ULongSeq_var() : _pd_seq(0) {}
  inline ULongSeq_var(ULongSeq* _s) : _pd_seq(_s) {}
  inline ULongSeq_var(const ULongSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new ULongSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~ULongSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline ULongSeq_var& operator = (ULongSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline ULongSeq_var& operator = (const ULongSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new ULongSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::ULong& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline ULongSeq* operator -> () { return _pd_seq; }
  inline const ULongSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator ULongSeq& () const { return *_pd_seq; }
#else
  inline operator const ULongSeq& () const { return *_pd_seq; }
  inline operator ULongSeq& () { return *_pd_seq; }
#endif
    
  inline const ULongSeq& in() const { return *_pd_seq; }
  inline ULongSeq&       inout()    { return *_pd_seq; }
  inline ULongSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline ULongSeq* _retn() { ULongSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class ULongSeq_out;
  
private:
  ULongSeq* _pd_seq;
};

class ULongSeq_out {
public:
  inline ULongSeq_out(ULongSeq*& _s) : _data(_s) { _data = 0; }
  inline ULongSeq_out(ULongSeq_var& _s)
    : _data(_s._pd_seq) { _s = (ULongSeq*) 0; }
  inline ULongSeq_out(const ULongSeq_out& _s) : _data(_s._data) {}
  inline ULongSeq_out& operator = (const ULongSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline ULongSeq_out& operator = (ULongSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator ULongSeq*&()  { return _data; }
  inline ULongSeq*& ptr()       { return _data; }
  inline ULongSeq* operator->() { return _data; }

  inline ::CORBA::ULong& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  ULongSeq*& _data;

private:
  ULongSeq_out();
  ULongSeq_out& operator=(const ULongSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_LongLongSeq;

class LongLongSeq_var;

class LongLongSeq : public _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::LongLong, 8, 8 >  {
public:
  typedef LongLongSeq_var _var_type;
  inline LongLongSeq() {}
  inline LongLongSeq(const LongLongSeq& _s)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::LongLong, 8, 8 > (_s) {}

  inline LongLongSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::LongLong, 8, 8 > (_max) {}
  inline LongLongSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::LongLong* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::LongLong, 8, 8 > (_max, _len, _val, _rel) {}



  inline LongLongSeq& operator = (const LongLongSeq& _s) {
    _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::LongLong, 8, 8 > ::operator=(_s);
    return *this;
  }
};

class LongLongSeq_out;

class LongLongSeq_var {
public:
  inline LongLongSeq_var() : _pd_seq(0) {}
  inline LongLongSeq_var(LongLongSeq* _s) : _pd_seq(_s) {}
  inline LongLongSeq_var(const LongLongSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new LongLongSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~LongLongSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline LongLongSeq_var& operator = (LongLongSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline LongLongSeq_var& operator = (const LongLongSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new LongLongSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::LongLong& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline LongLongSeq* operator -> () { return _pd_seq; }
  inline const LongLongSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator LongLongSeq& () const { return *_pd_seq; }
#else
  inline operator const LongLongSeq& () const { return *_pd_seq; }
  inline operator LongLongSeq& () { return *_pd_seq; }
#endif
    
  inline const LongLongSeq& in() const { return *_pd_seq; }
  inline LongLongSeq&       inout()    { return *_pd_seq; }
  inline LongLongSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline LongLongSeq* _retn() { LongLongSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class LongLongSeq_out;
  
private:
  LongLongSeq* _pd_seq;
};

class LongLongSeq_out {
public:
  inline LongLongSeq_out(LongLongSeq*& _s) : _data(_s) { _data = 0; }
  inline LongLongSeq_out(LongLongSeq_var& _s)
    : _data(_s._pd_seq) { _s = (LongLongSeq*) 0; }
  inline LongLongSeq_out(const LongLongSeq_out& _s) : _data(_s._data) {}
  inline LongLongSeq_out& operator = (const LongLongSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline LongLongSeq_out& operator = (LongLongSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator LongLongSeq*&()  { return _data; }
  inline LongLongSeq*& ptr()       { return _data; }
  inline LongLongSeq* operator->() { return _data; }

  inline ::CORBA::LongLong& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  LongLongSeq*& _data;

private:
  LongLongSeq_out();
  LongLongSeq_out& operator=(const LongLongSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ULongLongSeq;

class ULongLongSeq_var;

class ULongLongSeq : public _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULongLong, 8, 8 >  {
public:
  typedef ULongLongSeq_var _var_type;
  inline ULongLongSeq() {}
  inline ULongLongSeq(const ULongLongSeq& _s)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULongLong, 8, 8 > (_s) {}

  inline ULongLongSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULongLong, 8, 8 > (_max) {}
  inline ULongLongSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::ULongLong* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULongLong, 8, 8 > (_max, _len, _val, _rel) {}



  inline ULongLongSeq& operator = (const ULongLongSeq& _s) {
    _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::ULongLong, 8, 8 > ::operator=(_s);
    return *this;
  }
};

class ULongLongSeq_out;

class ULongLongSeq_var {
public:
  inline ULongLongSeq_var() : _pd_seq(0) {}
  inline ULongLongSeq_var(ULongLongSeq* _s) : _pd_seq(_s) {}
  inline ULongLongSeq_var(const ULongLongSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new ULongLongSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~ULongLongSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline ULongLongSeq_var& operator = (ULongLongSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline ULongLongSeq_var& operator = (const ULongLongSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new ULongLongSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::ULongLong& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline ULongLongSeq* operator -> () { return _pd_seq; }
  inline const ULongLongSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator ULongLongSeq& () const { return *_pd_seq; }
#else
  inline operator const ULongLongSeq& () const { return *_pd_seq; }
  inline operator ULongLongSeq& () { return *_pd_seq; }
#endif
    
  inline const ULongLongSeq& in() const { return *_pd_seq; }
  inline ULongLongSeq&       inout()    { return *_pd_seq; }
  inline ULongLongSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline ULongLongSeq* _retn() { ULongLongSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class ULongLongSeq_out;
  
private:
  ULongLongSeq* _pd_seq;
};

class ULongLongSeq_out {
public:
  inline ULongLongSeq_out(ULongLongSeq*& _s) : _data(_s) { _data = 0; }
  inline ULongLongSeq_out(ULongLongSeq_var& _s)
    : _data(_s._pd_seq) { _s = (ULongLongSeq*) 0; }
  inline ULongLongSeq_out(const ULongLongSeq_out& _s) : _data(_s._data) {}
  inline ULongLongSeq_out& operator = (const ULongLongSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline ULongLongSeq_out& operator = (ULongLongSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator ULongLongSeq*&()  { return _data; }
  inline ULongLongSeq*& ptr()       { return _data; }
  inline ULongLongSeq* operator->() { return _data; }

  inline ::CORBA::ULongLong& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  ULongLongSeq*& _data;

private:
  ULongLongSeq_out();
  ULongLongSeq_out& operator=(const ULongLongSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_FloatSeq;

class FloatSeq_var;

class FloatSeq : public _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Float, 4, 4 >  {
public:
  typedef FloatSeq_var _var_type;
  inline FloatSeq() {}
  inline FloatSeq(const FloatSeq& _s)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Float, 4, 4 > (_s) {}

  inline FloatSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Float, 4, 4 > (_max) {}
  inline FloatSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Float* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Float, 4, 4 > (_max, _len, _val, _rel) {}



  inline FloatSeq& operator = (const FloatSeq& _s) {
    _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Float, 4, 4 > ::operator=(_s);
    return *this;
  }
};

class FloatSeq_out;

class FloatSeq_var {
public:
  inline FloatSeq_var() : _pd_seq(0) {}
  inline FloatSeq_var(FloatSeq* _s) : _pd_seq(_s) {}
  inline FloatSeq_var(const FloatSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new FloatSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~FloatSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline FloatSeq_var& operator = (FloatSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline FloatSeq_var& operator = (const FloatSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new FloatSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::Float& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline FloatSeq* operator -> () { return _pd_seq; }
  inline const FloatSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator FloatSeq& () const { return *_pd_seq; }
#else
  inline operator const FloatSeq& () const { return *_pd_seq; }
  inline operator FloatSeq& () { return *_pd_seq; }
#endif
    
  inline const FloatSeq& in() const { return *_pd_seq; }
  inline FloatSeq&       inout()    { return *_pd_seq; }
  inline FloatSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline FloatSeq* _retn() { FloatSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class FloatSeq_out;
  
private:
  FloatSeq* _pd_seq;
};

class FloatSeq_out {
public:
  inline FloatSeq_out(FloatSeq*& _s) : _data(_s) { _data = 0; }
  inline FloatSeq_out(FloatSeq_var& _s)
    : _data(_s._pd_seq) { _s = (FloatSeq*) 0; }
  inline FloatSeq_out(const FloatSeq_out& _s) : _data(_s._data) {}
  inline FloatSeq_out& operator = (const FloatSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline FloatSeq_out& operator = (FloatSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator FloatSeq*&()  { return _data; }
  inline FloatSeq*& ptr()       { return _data; }
  inline FloatSeq* operator->() { return _data; }

  inline ::CORBA::Float& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  FloatSeq*& _data;

private:
  FloatSeq_out();
  FloatSeq_out& operator=(const FloatSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_DoubleSeq;

class DoubleSeq_var;

class DoubleSeq : public _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 >  {
public:
  typedef DoubleSeq_var _var_type;
  inline DoubleSeq() {}
  inline DoubleSeq(const DoubleSeq& _s)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 > (_s) {}

  inline DoubleSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 > (_max) {}
  inline DoubleSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Double* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 > (_max, _len, _val, _rel) {}



  inline DoubleSeq& operator = (const DoubleSeq& _s) {
    _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 > ::operator=(_s);
    return *this;
  }
};

class DoubleSeq_out;

class DoubleSeq_var {
public:
  inline DoubleSeq_var() : _pd_seq(0) {}
  inline DoubleSeq_var(DoubleSeq* _s) : _pd_seq(_s) {}
  inline DoubleSeq_var(const DoubleSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new DoubleSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~DoubleSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline DoubleSeq_var& operator = (DoubleSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline DoubleSeq_var& operator = (const DoubleSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new DoubleSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::Double& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline DoubleSeq* operator -> () { return _pd_seq; }
  inline const DoubleSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator DoubleSeq& () const { return *_pd_seq; }
#else
  inline operator const DoubleSeq& () const { return *_pd_seq; }
  inline operator DoubleSeq& () { return *_pd_seq; }
#endif
    
  inline const DoubleSeq& in() const { return *_pd_seq; }
  inline DoubleSeq&       inout()    { return *_pd_seq; }
  inline DoubleSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline DoubleSeq* _retn() { DoubleSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class DoubleSeq_out;
  
private:
  DoubleSeq* _pd_seq;
};

class DoubleSeq_out {
public:
  inline DoubleSeq_out(DoubleSeq*& _s) : _data(_s) { _data = 0; }
  inline DoubleSeq_out(DoubleSeq_var& _s)
    : _data(_s._pd_seq) { _s = (DoubleSeq*) 0; }
  inline DoubleSeq_out(const DoubleSeq_out& _s) : _data(_s._data) {}
  inline DoubleSeq_out& operator = (const DoubleSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline DoubleSeq_out& operator = (DoubleSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator DoubleSeq*&()  { return _data; }
  inline DoubleSeq*& ptr()       { return _data; }
  inline DoubleSeq* operator->() { return _data; }

  inline ::CORBA::Double& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  DoubleSeq*& _data;

private:
  DoubleSeq_out();
  DoubleSeq_out& operator=(const DoubleSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_LongDoubleSeq;

class LongDoubleSeq_var;

class LongDoubleSeq : public _CORBA_Unbounded_Sequence< ::CORBA::LongDouble >  {
public:
  typedef LongDoubleSeq_var _var_type;
  inline LongDoubleSeq() {}
  inline LongDoubleSeq(const LongDoubleSeq& _s)
    : _CORBA_Unbounded_Sequence< ::CORBA::LongDouble > (_s) {}

  inline LongDoubleSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence< ::CORBA::LongDouble > (_max) {}
  inline LongDoubleSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::LongDouble* _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence< ::CORBA::LongDouble > (_max, _len, _val, _rel) {}



  inline LongDoubleSeq& operator = (const LongDoubleSeq& _s) {
    _CORBA_Unbounded_Sequence< ::CORBA::LongDouble > ::operator=(_s);
    return *this;
  }
};

class LongDoubleSeq_out;

class LongDoubleSeq_var {
public:
  inline LongDoubleSeq_var() : _pd_seq(0) {}
  inline LongDoubleSeq_var(LongDoubleSeq* _s) : _pd_seq(_s) {}
  inline LongDoubleSeq_var(const LongDoubleSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new LongDoubleSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~LongDoubleSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline LongDoubleSeq_var& operator = (LongDoubleSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline LongDoubleSeq_var& operator = (const LongDoubleSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new LongDoubleSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline ::CORBA::LongDouble& operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline LongDoubleSeq* operator -> () { return _pd_seq; }
  inline const LongDoubleSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator LongDoubleSeq& () const { return *_pd_seq; }
#else
  inline operator const LongDoubleSeq& () const { return *_pd_seq; }
  inline operator LongDoubleSeq& () { return *_pd_seq; }
#endif
    
  inline const LongDoubleSeq& in() const { return *_pd_seq; }
  inline LongDoubleSeq&       inout()    { return *_pd_seq; }
  inline LongDoubleSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline LongDoubleSeq* _retn() { LongDoubleSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class LongDoubleSeq_out;
  
private:
  LongDoubleSeq* _pd_seq;
};

class LongDoubleSeq_out {
public:
  inline LongDoubleSeq_out(LongDoubleSeq*& _s) : _data(_s) { _data = 0; }
  inline LongDoubleSeq_out(LongDoubleSeq_var& _s)
    : _data(_s._pd_seq) { _s = (LongDoubleSeq*) 0; }
  inline LongDoubleSeq_out(const LongDoubleSeq_out& _s) : _data(_s._data) {}
  inline LongDoubleSeq_out& operator = (const LongDoubleSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline LongDoubleSeq_out& operator = (LongDoubleSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator LongDoubleSeq*&()  { return _data; }
  inline LongDoubleSeq*& ptr()       { return _data; }
  inline LongDoubleSeq* operator->() { return _data; }

  inline ::CORBA::LongDouble& operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  LongDoubleSeq*& _data;

private:
  LongDoubleSeq_out();
  LongDoubleSeq_out& operator=(const LongDoubleSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_StringSeq;

class StringSeq_var;

class StringSeq : public _CORBA_Unbounded_Sequence_String {
public:
  typedef StringSeq_var _var_type;
  inline StringSeq() {}
  inline StringSeq(const StringSeq& _s)
    : _CORBA_Unbounded_Sequence_String(_s) {}

  inline StringSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_String(_max) {}
  inline StringSeq(_CORBA_ULong _max, _CORBA_ULong _len, char** _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_String(_max, _len, _val, _rel) {}



  inline StringSeq& operator = (const StringSeq& _s) {
    _CORBA_Unbounded_Sequence_String::operator=(_s);
    return *this;
  }
};

class StringSeq_out;

class StringSeq_var {
public:
  inline StringSeq_var() : _pd_seq(0) {}
  inline StringSeq_var(StringSeq* _s) : _pd_seq(_s) {}
  inline StringSeq_var(const StringSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new StringSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~StringSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline StringSeq_var& operator = (StringSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline StringSeq_var& operator = (const StringSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new StringSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline _CORBA_String_element operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline StringSeq* operator -> () { return _pd_seq; }
  inline const StringSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator StringSeq& () const { return *_pd_seq; }
#else
  inline operator const StringSeq& () const { return *_pd_seq; }
  inline operator StringSeq& () { return *_pd_seq; }
#endif
    
  inline const StringSeq& in() const { return *_pd_seq; }
  inline StringSeq&       inout()    { return *_pd_seq; }
  inline StringSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline StringSeq* _retn() { StringSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class StringSeq_out;
  
private:
  StringSeq* _pd_seq;
};

class StringSeq_out {
public:
  inline StringSeq_out(StringSeq*& _s) : _data(_s) { _data = 0; }
  inline StringSeq_out(StringSeq_var& _s)
    : _data(_s._pd_seq) { _s = (StringSeq*) 0; }
  inline StringSeq_out(const StringSeq_out& _s) : _data(_s._data) {}
  inline StringSeq_out& operator = (const StringSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline StringSeq_out& operator = (StringSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator StringSeq*&()  { return _data; }
  inline StringSeq*& ptr()       { return _data; }
  inline StringSeq* operator->() { return _data; }

  inline _CORBA_String_element operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  StringSeq*& _data;

private:
  StringSeq_out();
  StringSeq_out& operator=(const StringSeq_var&);
};

_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_WStringSeq;

class WStringSeq_var;

class WStringSeq : public _CORBA_Unbounded_Sequence_WString {
public:
  typedef WStringSeq_var _var_type;
  inline WStringSeq() {}
  inline WStringSeq(const WStringSeq& _s)
    : _CORBA_Unbounded_Sequence_WString(_s) {}

  inline WStringSeq(_CORBA_ULong _max)
    : _CORBA_Unbounded_Sequence_WString(_max) {}
  inline WStringSeq(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::WChar** _val, _CORBA_Boolean _rel=0)
    : _CORBA_Unbounded_Sequence_WString(_max, _len, _val, _rel) {}



  inline WStringSeq& operator = (const WStringSeq& _s) {
    _CORBA_Unbounded_Sequence_WString::operator=(_s);
    return *this;
  }
};

class WStringSeq_out;

class WStringSeq_var {
public:
  inline WStringSeq_var() : _pd_seq(0) {}
  inline WStringSeq_var(WStringSeq* _s) : _pd_seq(_s) {}
  inline WStringSeq_var(const WStringSeq_var& _s) {
    if( _s._pd_seq )  _pd_seq = new WStringSeq(*_s._pd_seq);
    else              _pd_seq = 0;
  }
  inline ~WStringSeq_var() { if( _pd_seq )  delete _pd_seq; }
    
  inline WStringSeq_var& operator = (WStringSeq* _s) {
    if( _pd_seq )  delete _pd_seq;
    _pd_seq = _s;
    return *this;
  }
  inline WStringSeq_var& operator = (const WStringSeq_var& _s) {
    if( _s._pd_seq ) {
      if( !_pd_seq )  _pd_seq = new WStringSeq;
      *_pd_seq = *_s._pd_seq;
    } else if( _pd_seq ) {
      delete _pd_seq;
      _pd_seq = 0;
    }
    return *this;
  }
  inline _CORBA_WString_element operator [] (_CORBA_ULong _s) {
    return (*_pd_seq)[_s];
  }



  inline WStringSeq* operator -> () { return _pd_seq; }
  inline const WStringSeq* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
  inline operator WStringSeq& () const { return *_pd_seq; }
#else
  inline operator const WStringSeq& () const { return *_pd_seq; }
  inline operator WStringSeq& () { return *_pd_seq; }
#endif
    
  inline const WStringSeq& in() const { return *_pd_seq; }
  inline WStringSeq&       inout()    { return *_pd_seq; }
  inline WStringSeq*&      out() {
    if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
    return _pd_seq;
  }
  inline WStringSeq* _retn() { WStringSeq* tmp = _pd_seq; _pd_seq = 0; return tmp; }
    
  friend class WStringSeq_out;
  
private:
  WStringSeq* _pd_seq;
};

class WStringSeq_out {
public:
  inline WStringSeq_out(WStringSeq*& _s) : _data(_s) { _data = 0; }
  inline WStringSeq_out(WStringSeq_var& _s)
    : _data(_s._pd_seq) { _s = (WStringSeq*) 0; }
  inline WStringSeq_out(const WStringSeq_out& _s) : _data(_s._data) {}
  inline WStringSeq_out& operator = (const WStringSeq_out& _s) {
    _data = _s._data;
    return *this;
  }
  inline WStringSeq_out& operator = (WStringSeq* _s) {
    _data = _s;
    return *this;
  }
  inline operator WStringSeq*&()  { return _data; }
  inline WStringSeq*& ptr()       { return _data; }
  inline WStringSeq* operator->() { return _data; }

  inline _CORBA_WString_element operator [] (_CORBA_ULong _i) {
    return (*_data)[_i];
  }



  WStringSeq*& _data;

private:
  WStringSeq_out();
  WStringSeq_out& operator=(const WStringSeq_var&);
};

#endif