/usr/include/salome/SALOME_Component.hh is in salome-kernel-dev 6.5.0-7ubuntu2.
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 | // This file is generated by omniidl (C++ backend)- omniORB_4_1. Do not edit.
#ifndef __SALOME__Component_hh__
#define __SALOME__Component_hh__
#ifndef __CORBA_H_EXTERNAL_GUARD__
#include <omniORB4/CORBA.h>
#endif
#ifndef USE_stub_in_nt_dll
# define USE_stub_in_nt_dll_NOT_DEFINED_SALOME__Component
#endif
#ifndef USE_core_stub_in_nt_dll
# define USE_core_stub_in_nt_dll_NOT_DEFINED_SALOME__Component
#endif
#ifndef USE_dyn_stub_in_nt_dll
# define USE_dyn_stub_in_nt_dll_NOT_DEFINED_SALOME__Component
#endif
#ifndef __SALOME__GenericObj_hh_EXTERNAL_GUARD__
#define __SALOME__GenericObj_hh_EXTERNAL_GUARD__
#include <SALOME_GenericObj.hh>
#endif
#ifndef __SALOME__Exception_hh_EXTERNAL_GUARD__
#define __SALOME__Exception_hh_EXTERNAL_GUARD__
#include <SALOME_Exception.hh>
#endif
#ifndef __SALOMEDS_hh_EXTERNAL_GUARD__
#define __SALOMEDS_hh_EXTERNAL_GUARD__
#include <SALOMEDS.hh>
#endif
#ifndef __SALOME__PyNode_hh_EXTERNAL_GUARD__
#define __SALOME__PyNode_hh_EXTERNAL_GUARD__
#include <SALOME_PyNode.hh>
#endif
#ifdef USE_stub_in_nt_dll
# ifndef USE_core_stub_in_nt_dll
# define USE_core_stub_in_nt_dll
# endif
# ifndef USE_dyn_stub_in_nt_dll
# define USE_dyn_stub_in_nt_dll
# endif
#endif
#ifdef _core_attr
# error "A local CPP macro _core_attr has already been defined."
#else
# ifdef USE_core_stub_in_nt_dll
# define _core_attr _OMNIORB_NTDLL_IMPORT
# else
# define _core_attr
# endif
#endif
#ifdef _dyn_attr
# error "A local CPP macro _dyn_attr has already been defined."
#else
# ifdef USE_dyn_stub_in_nt_dll
# define _dyn_attr _OMNIORB_NTDLL_IMPORT
# else
# define _dyn_attr
# endif
#endif
_CORBA_MODULE Engines
_CORBA_MODULE_BEG
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_TMPFile;
class TMPFile_var;
class TMPFile : public _CORBA_Unbounded_Sequence_Octet {
public:
typedef TMPFile_var _var_type;
inline TMPFile() {}
inline TMPFile(const TMPFile& _s)
: _CORBA_Unbounded_Sequence_Octet(_s) {}
inline TMPFile(_CORBA_ULong _max)
: _CORBA_Unbounded_Sequence_Octet(_max) {}
inline TMPFile(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Octet* _val, _CORBA_Boolean _rel=0)
: _CORBA_Unbounded_Sequence_Octet(_max, _len, _val, _rel) {}
inline TMPFile& operator = (const TMPFile& _s) {
_CORBA_Unbounded_Sequence_Octet::operator=(_s);
return *this;
}
};
class TMPFile_out;
class TMPFile_var {
public:
inline TMPFile_var() : _pd_seq(0) {}
inline TMPFile_var(TMPFile* _s) : _pd_seq(_s) {}
inline TMPFile_var(const TMPFile_var& _s) {
if( _s._pd_seq ) _pd_seq = new TMPFile(*_s._pd_seq);
else _pd_seq = 0;
}
inline ~TMPFile_var() { if( _pd_seq ) delete _pd_seq; }
inline TMPFile_var& operator = (TMPFile* _s) {
if( _pd_seq ) delete _pd_seq;
_pd_seq = _s;
return *this;
}
inline TMPFile_var& operator = (const TMPFile_var& _s) {
if( _s._pd_seq ) {
if( !_pd_seq ) _pd_seq = new TMPFile;
*_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 TMPFile* operator -> () { return _pd_seq; }
inline const TMPFile* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
inline operator TMPFile& () const { return *_pd_seq; }
#else
inline operator const TMPFile& () const { return *_pd_seq; }
inline operator TMPFile& () { return *_pd_seq; }
#endif
inline const TMPFile& in() const { return *_pd_seq; }
inline TMPFile& inout() { return *_pd_seq; }
inline TMPFile*& out() {
if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
return _pd_seq;
}
inline TMPFile* _retn() { TMPFile* tmp = _pd_seq; _pd_seq = 0; return tmp; }
friend class TMPFile_out;
private:
TMPFile* _pd_seq;
};
class TMPFile_out {
public:
inline TMPFile_out(TMPFile*& _s) : _data(_s) { _data = 0; }
inline TMPFile_out(TMPFile_var& _s)
: _data(_s._pd_seq) { _s = (TMPFile*) 0; }
inline TMPFile_out(const TMPFile_out& _s) : _data(_s._data) {}
inline TMPFile_out& operator = (const TMPFile_out& _s) {
_data = _s._data;
return *this;
}
inline TMPFile_out& operator = (TMPFile* _s) {
_data = _s;
return *this;
}
inline operator TMPFile*&() { return _data; }
inline TMPFile*& ptr() { return _data; }
inline TMPFile* operator->() { return _data; }
inline ::CORBA::Octet& operator [] (_CORBA_ULong _i) {
return (*_data)[_i];
}
TMPFile*& _data;
private:
TMPFile_out();
TMPFile_out& operator=(const TMPFile_var&);
};
struct KeyValuePair {
typedef _CORBA_ConstrType_Variable_Var<KeyValuePair> _var_type;
::CORBA::String_member key;
::CORBA::Any value;
void operator>>= (cdrStream &) const;
void operator<<= (cdrStream &);
};
typedef KeyValuePair::_var_type KeyValuePair_var;
typedef _CORBA_ConstrType_Variable_OUT_arg< KeyValuePair,KeyValuePair_var > KeyValuePair_out;
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_KeyValuePair;
struct dataref {
typedef _CORBA_ConstrType_Variable_Var<dataref> _var_type;
::CORBA::String_member ref;
void operator>>= (cdrStream &) const;
void operator<<= (cdrStream &);
};
typedef dataref::_var_type dataref_var;
typedef _CORBA_ConstrType_Variable_OUT_arg< dataref,dataref_var > dataref_out;
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_dataref;
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_FieldsDict;
class FieldsDict_var;
class FieldsDict : public _CORBA_Unbounded_Sequence< KeyValuePair > {
public:
typedef FieldsDict_var _var_type;
inline FieldsDict() {}
inline FieldsDict(const FieldsDict& _s)
: _CORBA_Unbounded_Sequence< KeyValuePair > (_s) {}
inline FieldsDict(_CORBA_ULong _max)
: _CORBA_Unbounded_Sequence< KeyValuePair > (_max) {}
inline FieldsDict(_CORBA_ULong _max, _CORBA_ULong _len, KeyValuePair* _val, _CORBA_Boolean _rel=0)
: _CORBA_Unbounded_Sequence< KeyValuePair > (_max, _len, _val, _rel) {}
inline FieldsDict& operator = (const FieldsDict& _s) {
_CORBA_Unbounded_Sequence< KeyValuePair > ::operator=(_s);
return *this;
}
};
class FieldsDict_out;
class FieldsDict_var {
public:
inline FieldsDict_var() : _pd_seq(0) {}
inline FieldsDict_var(FieldsDict* _s) : _pd_seq(_s) {}
inline FieldsDict_var(const FieldsDict_var& _s) {
if( _s._pd_seq ) _pd_seq = new FieldsDict(*_s._pd_seq);
else _pd_seq = 0;
}
inline ~FieldsDict_var() { if( _pd_seq ) delete _pd_seq; }
inline FieldsDict_var& operator = (FieldsDict* _s) {
if( _pd_seq ) delete _pd_seq;
_pd_seq = _s;
return *this;
}
inline FieldsDict_var& operator = (const FieldsDict_var& _s) {
if( _s._pd_seq ) {
if( !_pd_seq ) _pd_seq = new FieldsDict;
*_pd_seq = *_s._pd_seq;
} else if( _pd_seq ) {
delete _pd_seq;
_pd_seq = 0;
}
return *this;
}
inline KeyValuePair& operator [] (_CORBA_ULong _s) {
return (*_pd_seq)[_s];
}
inline FieldsDict* operator -> () { return _pd_seq; }
inline const FieldsDict* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
inline operator FieldsDict& () const { return *_pd_seq; }
#else
inline operator const FieldsDict& () const { return *_pd_seq; }
inline operator FieldsDict& () { return *_pd_seq; }
#endif
inline const FieldsDict& in() const { return *_pd_seq; }
inline FieldsDict& inout() { return *_pd_seq; }
inline FieldsDict*& out() {
if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
return _pd_seq;
}
inline FieldsDict* _retn() { FieldsDict* tmp = _pd_seq; _pd_seq = 0; return tmp; }
friend class FieldsDict_out;
private:
FieldsDict* _pd_seq;
};
class FieldsDict_out {
public:
inline FieldsDict_out(FieldsDict*& _s) : _data(_s) { _data = 0; }
inline FieldsDict_out(FieldsDict_var& _s)
: _data(_s._pd_seq) { _s = (FieldsDict*) 0; }
inline FieldsDict_out(const FieldsDict_out& _s) : _data(_s._data) {}
inline FieldsDict_out& operator = (const FieldsDict_out& _s) {
_data = _s._data;
return *this;
}
inline FieldsDict_out& operator = (FieldsDict* _s) {
_data = _s;
return *this;
}
inline operator FieldsDict*&() { return _data; }
inline FieldsDict*& ptr() { return _data; }
inline FieldsDict* operator->() { return _data; }
inline KeyValuePair& operator [] (_CORBA_ULong _i) {
return (*_data)[_i];
}
FieldsDict*& _data;
private:
FieldsDict_out();
FieldsDict_out& operator=(const FieldsDict_var&);
};
#ifndef __Engines_mEngineComponent__
#define __Engines_mEngineComponent__
class EngineComponent;
class _objref_EngineComponent;
class _impl_EngineComponent;
typedef _objref_EngineComponent* EngineComponent_ptr;
typedef EngineComponent_ptr EngineComponentRef;
class EngineComponent_Helper {
public:
typedef EngineComponent_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_EngineComponent, EngineComponent_Helper> EngineComponent_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_EngineComponent,EngineComponent_Helper > EngineComponent_out;
#endif
#ifndef __Engines_mfileRef__
#define __Engines_mfileRef__
class fileRef;
class _objref_fileRef;
class _impl_fileRef;
typedef _objref_fileRef* fileRef_ptr;
typedef fileRef_ptr fileRefRef;
class fileRef_Helper {
public:
typedef fileRef_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_fileRef, fileRef_Helper> fileRef_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_fileRef,fileRef_Helper > fileRef_out;
#endif
#ifndef __Engines_mfileTransfer__
#define __Engines_mfileTransfer__
class fileTransfer;
class _objref_fileTransfer;
class _impl_fileTransfer;
typedef _objref_fileTransfer* fileTransfer_ptr;
typedef fileTransfer_ptr fileTransferRef;
class fileTransfer_Helper {
public:
typedef fileTransfer_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_fileTransfer, fileTransfer_Helper> fileTransfer_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_fileTransfer,fileTransfer_Helper > fileTransfer_out;
#endif
#ifndef __Engines_mSalome__file__
#define __Engines_mSalome__file__
class Salome_file;
class _objref_Salome_file;
class _impl_Salome_file;
typedef _objref_Salome_file* Salome_file_ptr;
typedef Salome_file_ptr Salome_fileRef;
class Salome_file_Helper {
public:
typedef Salome_file_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_Salome_file, Salome_file_Helper> Salome_file_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_Salome_file,Salome_file_Helper > Salome_file_out;
#endif
#ifndef __Engines_mContainer__
#define __Engines_mContainer__
class Container;
class _objref_Container;
class _impl_Container;
typedef _objref_Container* Container_ptr;
typedef Container_ptr ContainerRef;
class Container_Helper {
public:
typedef Container_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_Container, Container_Helper> Container_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_Container,Container_Helper > Container_out;
#endif
// interface Container
class Container {
public:
// Declarations for this interface type.
typedef Container_ptr _ptr_type;
typedef Container_var _var_type;
static _ptr_type _duplicate(_ptr_type);
static _ptr_type _narrow(::CORBA::Object_ptr);
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
static _ptr_type _nil();
static inline void _marshalObjRef(_ptr_type, cdrStream&);
static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
if (o)
return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
else
return _nil();
}
static _core_attr const char* _PD_repoId;
// Other IDL defined within this scope.
};
class _objref_Container :
public virtual ::CORBA::Object,
public virtual omniObjRef
{
public:
::CORBA::Boolean load_component_Library(const char* componentName, ::CORBA::String_out reason);
EngineComponent_ptr create_component_instance(const char* componentName, ::CORBA::Long studyId);
EngineComponent_ptr create_component_instance_env(const char* componentName, ::CORBA::Long studyId, const ::Engines::FieldsDict& env, ::CORBA::String_out reason);
EngineComponent_ptr find_component_instance(const char* registeredName, ::CORBA::Long studyId);
EngineComponent_ptr load_impl(const char* nameToRegister, const char* componentName);
void remove_impl(::Engines::EngineComponent_ptr component_i);
void finalize_removal();
void ping();
void Shutdown();
char* getHostName();
::CORBA::Long getPID();
::CORBA::Boolean Kill_impl();
fileRef_ptr createFileRef(const char* origFileName);
Salome_file_ptr createSalome_file(const char* origFileName);
fileTransfer_ptr getFileTransfer();
void copyFile(::Engines::Container_ptr contai, const char* remoteFile, const char* localFile);
PyNode_ptr createPyNode(const char* nodeName, const char* code);
PyScriptNode_ptr createPyScriptNode(const char* nodeName, const char* code);
char* name();
char* workingdir();
char* logfilename();
void logfilename(const char* _v);
inline _objref_Container() { _PR_setobj(0); } // nil
_objref_Container(omniIOR*, omniIdentity*);
protected:
virtual ~_objref_Container();
private:
virtual void* _ptrToObjRef(const char*);
_objref_Container(const _objref_Container&);
_objref_Container& operator = (const _objref_Container&);
// not implemented
friend class Container;
};
class _pof_Container : public _OMNI_NS(proxyObjectFactory) {
public:
inline _pof_Container() : _OMNI_NS(proxyObjectFactory)(Container::_PD_repoId) {}
virtual ~_pof_Container();
virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
virtual _CORBA_Boolean is_a(const char*) const;
};
class _impl_Container :
public virtual omniServant
{
public:
virtual ~_impl_Container();
virtual ::CORBA::Boolean load_component_Library(const char* componentName, ::CORBA::String_out reason) = 0;
virtual EngineComponent_ptr create_component_instance(const char* componentName, ::CORBA::Long studyId) = 0;
virtual EngineComponent_ptr create_component_instance_env(const char* componentName, ::CORBA::Long studyId, const ::Engines::FieldsDict& env, ::CORBA::String_out reason) = 0;
virtual EngineComponent_ptr find_component_instance(const char* registeredName, ::CORBA::Long studyId) = 0;
virtual EngineComponent_ptr load_impl(const char* nameToRegister, const char* componentName) = 0;
virtual void remove_impl(::Engines::EngineComponent_ptr component_i) = 0;
virtual void finalize_removal() = 0;
virtual void ping() = 0;
virtual void Shutdown() = 0;
virtual char* getHostName() = 0;
virtual ::CORBA::Long getPID() = 0;
virtual ::CORBA::Boolean Kill_impl() = 0;
virtual fileRef_ptr createFileRef(const char* origFileName) = 0;
virtual Salome_file_ptr createSalome_file(const char* origFileName) = 0;
virtual fileTransfer_ptr getFileTransfer() = 0;
virtual void copyFile(::Engines::Container_ptr contai, const char* remoteFile, const char* localFile) = 0;
virtual PyNode_ptr createPyNode(const char* nodeName, const char* code) = 0;
virtual PyScriptNode_ptr createPyScriptNode(const char* nodeName, const char* code) = 0;
virtual char* name() = 0;
virtual char* workingdir() = 0;
virtual char* logfilename() = 0;
virtual void logfilename(const char* _v) = 0;
public: // Really protected, workaround for xlC
virtual _CORBA_Boolean _dispatch(omniCallHandle&);
private:
virtual void* _ptrToInterface(const char*);
virtual const char* _mostDerivedRepoId();
};
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_Container;
#ifndef __Engines_mEngineComponent__
#define __Engines_mEngineComponent__
class EngineComponent;
class _objref_EngineComponent;
class _impl_EngineComponent;
typedef _objref_EngineComponent* EngineComponent_ptr;
typedef EngineComponent_ptr EngineComponentRef;
class EngineComponent_Helper {
public:
typedef EngineComponent_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_EngineComponent, EngineComponent_Helper> EngineComponent_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_EngineComponent,EngineComponent_Helper > EngineComponent_out;
#endif
// interface EngineComponent
class EngineComponent {
public:
// Declarations for this interface type.
typedef EngineComponent_ptr _ptr_type;
typedef EngineComponent_var _var_type;
static _ptr_type _duplicate(_ptr_type);
static _ptr_type _narrow(::CORBA::Object_ptr);
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
static _ptr_type _nil();
static inline void _marshalObjRef(_ptr_type, cdrStream&);
static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
if (o)
return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
else
return _nil();
}
static _core_attr const char* _PD_repoId;
// Other IDL defined within this scope.
};
class _objref_EngineComponent :
public virtual ::CORBA::Object,
public virtual omniObjRef
{
public:
void ping();
::CORBA::Long getStudyId();
void destroy();
Container_ptr GetContainerRef();
void setProperties(const ::Engines::FieldsDict& dico);
FieldsDict* getProperties();
void SetOption(const char* optionName, const char* value);
char* GetOption(const char* optionName);
void Names(const char* aGraphName, const char* aNodeName);
::CORBA::Boolean Kill_impl();
::CORBA::Boolean Stop_impl();
::CORBA::Boolean Suspend_impl();
::CORBA::Boolean Resume_impl();
::CORBA::Long CpuUsed_impl();
TMPFile* DumpPython(::CORBA::Object_ptr theStudy, ::CORBA::Boolean isPublished, ::CORBA::Boolean isMultiFile, ::CORBA::Boolean& isValidScript);
Salome_file_ptr getInputFileToService(const char* service_name, const char* Salome_file_name);
void checkInputFilesToService(const char* service_name);
Salome_file_ptr setInputFileToService(const char* service_name, const char* Salome_file_name);
Salome_file_ptr getOutputFileToService(const char* service_name, const char* Salome_file_name);
void checkOutputFilesToService(const char* service_name);
Salome_file_ptr setOutputFileToService(const char* service_name, const char* Salome_file_name);
::CORBA::Boolean hasObjectInfo();
char* getObjectInfo(::CORBA::Long studyId, const char* entry);
char* instanceName();
char* interfaceName();
inline _objref_EngineComponent() { _PR_setobj(0); } // nil
_objref_EngineComponent(omniIOR*, omniIdentity*);
protected:
virtual ~_objref_EngineComponent();
private:
virtual void* _ptrToObjRef(const char*);
_objref_EngineComponent(const _objref_EngineComponent&);
_objref_EngineComponent& operator = (const _objref_EngineComponent&);
// not implemented
friend class EngineComponent;
};
class _pof_EngineComponent : public _OMNI_NS(proxyObjectFactory) {
public:
inline _pof_EngineComponent() : _OMNI_NS(proxyObjectFactory)(EngineComponent::_PD_repoId) {}
virtual ~_pof_EngineComponent();
virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
virtual _CORBA_Boolean is_a(const char*) const;
};
class _impl_EngineComponent :
public virtual omniServant
{
public:
virtual ~_impl_EngineComponent();
virtual void ping() = 0;
virtual ::CORBA::Long getStudyId() = 0;
virtual void destroy() = 0;
virtual Container_ptr GetContainerRef() = 0;
virtual void setProperties(const ::Engines::FieldsDict& dico) = 0;
virtual FieldsDict* getProperties() = 0;
virtual void SetOption(const char* optionName, const char* value) = 0;
virtual char* GetOption(const char* optionName) = 0;
virtual void Names(const char* aGraphName, const char* aNodeName) = 0;
virtual ::CORBA::Boolean Kill_impl() = 0;
virtual ::CORBA::Boolean Stop_impl() = 0;
virtual ::CORBA::Boolean Suspend_impl() = 0;
virtual ::CORBA::Boolean Resume_impl() = 0;
virtual ::CORBA::Long CpuUsed_impl() = 0;
virtual TMPFile* DumpPython(::CORBA::Object_ptr theStudy, ::CORBA::Boolean isPublished, ::CORBA::Boolean isMultiFile, ::CORBA::Boolean& isValidScript) = 0;
virtual Salome_file_ptr getInputFileToService(const char* service_name, const char* Salome_file_name) = 0;
virtual void checkInputFilesToService(const char* service_name) = 0;
virtual Salome_file_ptr setInputFileToService(const char* service_name, const char* Salome_file_name) = 0;
virtual Salome_file_ptr getOutputFileToService(const char* service_name, const char* Salome_file_name) = 0;
virtual void checkOutputFilesToService(const char* service_name) = 0;
virtual Salome_file_ptr setOutputFileToService(const char* service_name, const char* Salome_file_name) = 0;
virtual ::CORBA::Boolean hasObjectInfo() = 0;
virtual char* getObjectInfo(::CORBA::Long studyId, const char* entry) = 0;
virtual char* instanceName() = 0;
virtual char* interfaceName() = 0;
public: // Really protected, workaround for xlC
virtual _CORBA_Boolean _dispatch(omniCallHandle&);
private:
virtual void* _ptrToInterface(const char*);
virtual const char* _mostDerivedRepoId();
};
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_EngineComponent;
#ifndef __Engines_mImportableComponent__
#define __Engines_mImportableComponent__
class ImportableComponent;
class _objref_ImportableComponent;
class _impl_ImportableComponent;
typedef _objref_ImportableComponent* ImportableComponent_ptr;
typedef ImportableComponent_ptr ImportableComponentRef;
class ImportableComponent_Helper {
public:
typedef ImportableComponent_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_ImportableComponent, ImportableComponent_Helper> ImportableComponent_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_ImportableComponent,ImportableComponent_Helper > ImportableComponent_out;
#endif
// interface ImportableComponent
class ImportableComponent {
public:
// Declarations for this interface type.
typedef ImportableComponent_ptr _ptr_type;
typedef ImportableComponent_var _var_type;
static _ptr_type _duplicate(_ptr_type);
static _ptr_type _narrow(::CORBA::Object_ptr);
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
static _ptr_type _nil();
static inline void _marshalObjRef(_ptr_type, cdrStream&);
static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
if (o)
return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
else
return _nil();
}
static _core_attr const char* _PD_repoId;
// Other IDL defined within this scope.
};
class _objref_ImportableComponent :
public virtual ::CORBA::Object,
public virtual omniObjRef
{
public:
SALOME::StringSeq* GetImportableFormats();
::CORBA::Boolean ImportDataAs(const char* format, ::SALOME::GenericObj_ptr exporter);
inline _objref_ImportableComponent() { _PR_setobj(0); } // nil
_objref_ImportableComponent(omniIOR*, omniIdentity*);
protected:
virtual ~_objref_ImportableComponent();
private:
virtual void* _ptrToObjRef(const char*);
_objref_ImportableComponent(const _objref_ImportableComponent&);
_objref_ImportableComponent& operator = (const _objref_ImportableComponent&);
// not implemented
friend class ImportableComponent;
};
class _pof_ImportableComponent : public _OMNI_NS(proxyObjectFactory) {
public:
inline _pof_ImportableComponent() : _OMNI_NS(proxyObjectFactory)(ImportableComponent::_PD_repoId) {}
virtual ~_pof_ImportableComponent();
virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
virtual _CORBA_Boolean is_a(const char*) const;
};
class _impl_ImportableComponent :
public virtual omniServant
{
public:
virtual ~_impl_ImportableComponent();
virtual SALOME::StringSeq* GetImportableFormats() = 0;
virtual ::CORBA::Boolean ImportDataAs(const char* format, ::SALOME::GenericObj_ptr exporter) = 0;
public: // Really protected, workaround for xlC
virtual _CORBA_Boolean _dispatch(omniCallHandle&);
private:
virtual void* _ptrToInterface(const char*);
virtual const char* _mostDerivedRepoId();
};
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ImportableComponent;
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_fileBlock;
class fileBlock_var;
class fileBlock : public _CORBA_Unbounded_Sequence_Octet {
public:
typedef fileBlock_var _var_type;
inline fileBlock() {}
inline fileBlock(const fileBlock& _s)
: _CORBA_Unbounded_Sequence_Octet(_s) {}
inline fileBlock(_CORBA_ULong _max)
: _CORBA_Unbounded_Sequence_Octet(_max) {}
inline fileBlock(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Octet* _val, _CORBA_Boolean _rel=0)
: _CORBA_Unbounded_Sequence_Octet(_max, _len, _val, _rel) {}
inline fileBlock& operator = (const fileBlock& _s) {
_CORBA_Unbounded_Sequence_Octet::operator=(_s);
return *this;
}
};
class fileBlock_out;
class fileBlock_var {
public:
inline fileBlock_var() : _pd_seq(0) {}
inline fileBlock_var(fileBlock* _s) : _pd_seq(_s) {}
inline fileBlock_var(const fileBlock_var& _s) {
if( _s._pd_seq ) _pd_seq = new fileBlock(*_s._pd_seq);
else _pd_seq = 0;
}
inline ~fileBlock_var() { if( _pd_seq ) delete _pd_seq; }
inline fileBlock_var& operator = (fileBlock* _s) {
if( _pd_seq ) delete _pd_seq;
_pd_seq = _s;
return *this;
}
inline fileBlock_var& operator = (const fileBlock_var& _s) {
if( _s._pd_seq ) {
if( !_pd_seq ) _pd_seq = new fileBlock;
*_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 fileBlock* operator -> () { return _pd_seq; }
inline const fileBlock* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
inline operator fileBlock& () const { return *_pd_seq; }
#else
inline operator const fileBlock& () const { return *_pd_seq; }
inline operator fileBlock& () { return *_pd_seq; }
#endif
inline const fileBlock& in() const { return *_pd_seq; }
inline fileBlock& inout() { return *_pd_seq; }
inline fileBlock*& out() {
if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
return _pd_seq;
}
inline fileBlock* _retn() { fileBlock* tmp = _pd_seq; _pd_seq = 0; return tmp; }
friend class fileBlock_out;
private:
fileBlock* _pd_seq;
};
class fileBlock_out {
public:
inline fileBlock_out(fileBlock*& _s) : _data(_s) { _data = 0; }
inline fileBlock_out(fileBlock_var& _s)
: _data(_s._pd_seq) { _s = (fileBlock*) 0; }
inline fileBlock_out(const fileBlock_out& _s) : _data(_s._data) {}
inline fileBlock_out& operator = (const fileBlock_out& _s) {
_data = _s._data;
return *this;
}
inline fileBlock_out& operator = (fileBlock* _s) {
_data = _s;
return *this;
}
inline operator fileBlock*&() { return _data; }
inline fileBlock*& ptr() { return _data; }
inline fileBlock* operator->() { return _data; }
inline ::CORBA::Octet& operator [] (_CORBA_ULong _i) {
return (*_data)[_i];
}
fileBlock*& _data;
private:
fileBlock_out();
fileBlock_out& operator=(const fileBlock_var&);
};
#ifndef __Engines_mfileTransfer__
#define __Engines_mfileTransfer__
class fileTransfer;
class _objref_fileTransfer;
class _impl_fileTransfer;
typedef _objref_fileTransfer* fileTransfer_ptr;
typedef fileTransfer_ptr fileTransferRef;
class fileTransfer_Helper {
public:
typedef fileTransfer_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_fileTransfer, fileTransfer_Helper> fileTransfer_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_fileTransfer,fileTransfer_Helper > fileTransfer_out;
#endif
// interface fileTransfer
class fileTransfer {
public:
// Declarations for this interface type.
typedef fileTransfer_ptr _ptr_type;
typedef fileTransfer_var _var_type;
static _ptr_type _duplicate(_ptr_type);
static _ptr_type _narrow(::CORBA::Object_ptr);
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
static _ptr_type _nil();
static inline void _marshalObjRef(_ptr_type, cdrStream&);
static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
if (o)
return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
else
return _nil();
}
static _core_attr const char* _PD_repoId;
// Other IDL defined within this scope.
};
class _objref_fileTransfer :
public virtual SALOME::_objref_GenericObj
{
public:
::CORBA::Long open(const char* fileName);
::CORBA::Long openW(const char* fileName);
void close(::CORBA::Long fileId);
fileBlock* getBlock(::CORBA::Long fileId);
void putBlock(::CORBA::Long fileId, const ::Engines::fileBlock& block);
inline _objref_fileTransfer() { _PR_setobj(0); } // nil
_objref_fileTransfer(omniIOR*, omniIdentity*);
protected:
virtual ~_objref_fileTransfer();
private:
virtual void* _ptrToObjRef(const char*);
_objref_fileTransfer(const _objref_fileTransfer&);
_objref_fileTransfer& operator = (const _objref_fileTransfer&);
// not implemented
friend class fileTransfer;
};
class _pof_fileTransfer : public _OMNI_NS(proxyObjectFactory) {
public:
inline _pof_fileTransfer() : _OMNI_NS(proxyObjectFactory)(fileTransfer::_PD_repoId) {}
virtual ~_pof_fileTransfer();
virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
virtual _CORBA_Boolean is_a(const char*) const;
};
class _impl_fileTransfer :
public virtual SALOME::_impl_GenericObj
{
public:
virtual ~_impl_fileTransfer();
virtual ::CORBA::Long open(const char* fileName) = 0;
virtual ::CORBA::Long openW(const char* fileName) = 0;
virtual void close(::CORBA::Long fileId) = 0;
virtual fileBlock* getBlock(::CORBA::Long fileId) = 0;
virtual void putBlock(::CORBA::Long fileId, const ::Engines::fileBlock& block) = 0;
public: // Really protected, workaround for xlC
virtual _CORBA_Boolean _dispatch(omniCallHandle&);
private:
virtual void* _ptrToInterface(const char*);
virtual const char* _mostDerivedRepoId();
};
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_fileTransfer;
struct file {
typedef _CORBA_ConstrType_Variable_Var<file> _var_type;
::CORBA::String_member file_name;
::CORBA::String_member path;
::CORBA::String_member type;
::CORBA::String_member source_file_name;
::CORBA::String_member status;
::CORBA::Long node;
_CORBA_ObjRef_Member< Engines::_objref_Container, Engines::Container_Helper> container;
void operator>>= (cdrStream &) const;
void operator<<= (cdrStream &);
};
typedef file::_var_type file_var;
typedef _CORBA_ConstrType_Variable_OUT_arg< file,file_var > file_out;
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_file;
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_files;
class files_var;
class files : public _CORBA_Unbounded_Sequence< file > {
public:
typedef files_var _var_type;
inline files() {}
inline files(const files& _s)
: _CORBA_Unbounded_Sequence< file > (_s) {}
inline files(_CORBA_ULong _max)
: _CORBA_Unbounded_Sequence< file > (_max) {}
inline files(_CORBA_ULong _max, _CORBA_ULong _len, file* _val, _CORBA_Boolean _rel=0)
: _CORBA_Unbounded_Sequence< file > (_max, _len, _val, _rel) {}
inline files& operator = (const files& _s) {
_CORBA_Unbounded_Sequence< file > ::operator=(_s);
return *this;
}
};
class files_out;
class files_var {
public:
inline files_var() : _pd_seq(0) {}
inline files_var(files* _s) : _pd_seq(_s) {}
inline files_var(const files_var& _s) {
if( _s._pd_seq ) _pd_seq = new files(*_s._pd_seq);
else _pd_seq = 0;
}
inline ~files_var() { if( _pd_seq ) delete _pd_seq; }
inline files_var& operator = (files* _s) {
if( _pd_seq ) delete _pd_seq;
_pd_seq = _s;
return *this;
}
inline files_var& operator = (const files_var& _s) {
if( _s._pd_seq ) {
if( !_pd_seq ) _pd_seq = new files;
*_pd_seq = *_s._pd_seq;
} else if( _pd_seq ) {
delete _pd_seq;
_pd_seq = 0;
}
return *this;
}
inline file& operator [] (_CORBA_ULong _s) {
return (*_pd_seq)[_s];
}
inline files* operator -> () { return _pd_seq; }
inline const files* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
inline operator files& () const { return *_pd_seq; }
#else
inline operator const files& () const { return *_pd_seq; }
inline operator files& () { return *_pd_seq; }
#endif
inline const files& in() const { return *_pd_seq; }
inline files& inout() { return *_pd_seq; }
inline files*& out() {
if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
return _pd_seq;
}
inline files* _retn() { files* tmp = _pd_seq; _pd_seq = 0; return tmp; }
friend class files_out;
private:
files* _pd_seq;
};
class files_out {
public:
inline files_out(files*& _s) : _data(_s) { _data = 0; }
inline files_out(files_var& _s)
: _data(_s._pd_seq) { _s = (files*) 0; }
inline files_out(const files_out& _s) : _data(_s._data) {}
inline files_out& operator = (const files_out& _s) {
_data = _s._data;
return *this;
}
inline files_out& operator = (files* _s) {
_data = _s;
return *this;
}
inline operator files*&() { return _data; }
inline files*& ptr() { return _data; }
inline files* operator->() { return _data; }
inline file& operator [] (_CORBA_ULong _i) {
return (*_data)[_i];
}
files*& _data;
private:
files_out();
files_out& operator=(const files_var&);
};
struct SfState {
typedef _CORBA_ConstrType_Variable_Var<SfState> _var_type;
::CORBA::String_member name;
::CORBA::String_member hdf5_file_name;
::CORBA::Long number_of_files;
::CORBA::Boolean files_ok;
void operator>>= (cdrStream &) const;
void operator<<= (cdrStream &);
};
typedef SfState::_var_type SfState_var;
typedef _CORBA_ConstrType_Variable_OUT_arg< SfState,SfState_var > SfState_out;
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_SfState;
#ifndef __Engines_mSalome__file__
#define __Engines_mSalome__file__
class Salome_file;
class _objref_Salome_file;
class _impl_Salome_file;
typedef _objref_Salome_file* Salome_file_ptr;
typedef Salome_file_ptr Salome_fileRef;
class Salome_file_Helper {
public:
typedef Salome_file_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_Salome_file, Salome_file_Helper> Salome_file_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_Salome_file,Salome_file_Helper > Salome_file_out;
#endif
// interface Salome_file
class Salome_file {
public:
// Declarations for this interface type.
typedef Salome_file_ptr _ptr_type;
typedef Salome_file_var _var_type;
static _ptr_type _duplicate(_ptr_type);
static _ptr_type _narrow(::CORBA::Object_ptr);
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
static _ptr_type _nil();
static inline void _marshalObjRef(_ptr_type, cdrStream&);
static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
if (o)
return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
else
return _nil();
}
static _core_attr const char* _PD_repoId;
// Other IDL defined within this scope.
};
class _objref_Salome_file :
public virtual _objref_fileTransfer
{
public:
void load(const char* hdf5_file);
void save(const char* hdf5_file);
void save_all(const char* hdf5_file);
void setLocalFile(const char* comp_file_name);
void setDistributedFile(const char* comp_file_name);
void connect(::Engines::Salome_file_ptr source_Salome_file);
void connectDistributedFile(const char* file_name, ::Engines::Salome_file_ptr source_Salome_file);
void setDistributedSourceFile(const char* file_name, const char* source_file_name);
void recvFiles();
void removeFile(const char* file_name);
void removeFiles();
files* getFilesInfos();
file* getFileInfos(const char* file_name);
SfState* getSalome_fileState();
void setContainer(::Engines::Container_ptr container);
inline _objref_Salome_file() { _PR_setobj(0); } // nil
_objref_Salome_file(omniIOR*, omniIdentity*);
protected:
virtual ~_objref_Salome_file();
private:
virtual void* _ptrToObjRef(const char*);
_objref_Salome_file(const _objref_Salome_file&);
_objref_Salome_file& operator = (const _objref_Salome_file&);
// not implemented
friend class Salome_file;
};
class _pof_Salome_file : public _OMNI_NS(proxyObjectFactory) {
public:
inline _pof_Salome_file() : _OMNI_NS(proxyObjectFactory)(Salome_file::_PD_repoId) {}
virtual ~_pof_Salome_file();
virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
virtual _CORBA_Boolean is_a(const char*) const;
};
class _impl_Salome_file :
public virtual _impl_fileTransfer
{
public:
virtual ~_impl_Salome_file();
virtual void load(const char* hdf5_file) = 0;
virtual void save(const char* hdf5_file) = 0;
virtual void save_all(const char* hdf5_file) = 0;
virtual void setLocalFile(const char* comp_file_name) = 0;
virtual void setDistributedFile(const char* comp_file_name) = 0;
virtual void connect(::Engines::Salome_file_ptr source_Salome_file) = 0;
virtual void connectDistributedFile(const char* file_name, ::Engines::Salome_file_ptr source_Salome_file) = 0;
virtual void setDistributedSourceFile(const char* file_name, const char* source_file_name) = 0;
virtual void recvFiles() = 0;
virtual void removeFile(const char* file_name) = 0;
virtual void removeFiles() = 0;
virtual files* getFilesInfos() = 0;
virtual file* getFileInfos(const char* file_name) = 0;
virtual SfState* getSalome_fileState() = 0;
virtual void setContainer(::Engines::Container_ptr container) = 0;
public: // Really protected, workaround for xlC
virtual _CORBA_Boolean _dispatch(omniCallHandle&);
private:
virtual void* _ptrToInterface(const char*);
virtual const char* _mostDerivedRepoId();
};
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_Salome_file;
#ifndef __Engines_mfileRef__
#define __Engines_mfileRef__
class fileRef;
class _objref_fileRef;
class _impl_fileRef;
typedef _objref_fileRef* fileRef_ptr;
typedef fileRef_ptr fileRefRef;
class fileRef_Helper {
public:
typedef fileRef_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_fileRef, fileRef_Helper> fileRef_var;
typedef _CORBA_ObjRef_OUT_arg<_objref_fileRef,fileRef_Helper > fileRef_out;
#endif
// interface fileRef
class fileRef {
public:
// Declarations for this interface type.
typedef fileRef_ptr _ptr_type;
typedef fileRef_var _var_type;
static _ptr_type _duplicate(_ptr_type);
static _ptr_type _narrow(::CORBA::Object_ptr);
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
static _ptr_type _nil();
static inline void _marshalObjRef(_ptr_type, cdrStream&);
static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
if (o)
return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
else
return _nil();
}
static _core_attr const char* _PD_repoId;
// Other IDL defined within this scope.
};
class _objref_fileRef :
public virtual ::CORBA::Object,
public virtual omniObjRef
{
public:
Container_ptr getContainer();
::CORBA::Boolean addRef(const char* machine, const char* fileName);
char* getRef(const char* machine);
char* origFileName();
char* refMachine();
inline _objref_fileRef() { _PR_setobj(0); } // nil
_objref_fileRef(omniIOR*, omniIdentity*);
protected:
virtual ~_objref_fileRef();
private:
virtual void* _ptrToObjRef(const char*);
_objref_fileRef(const _objref_fileRef&);
_objref_fileRef& operator = (const _objref_fileRef&);
// not implemented
friend class fileRef;
};
class _pof_fileRef : public _OMNI_NS(proxyObjectFactory) {
public:
inline _pof_fileRef() : _OMNI_NS(proxyObjectFactory)(fileRef::_PD_repoId) {}
virtual ~_pof_fileRef();
virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
virtual _CORBA_Boolean is_a(const char*) const;
};
class _impl_fileRef :
public virtual omniServant
{
public:
virtual ~_impl_fileRef();
virtual Container_ptr getContainer() = 0;
virtual ::CORBA::Boolean addRef(const char* machine, const char* fileName) = 0;
virtual char* getRef(const char* machine) = 0;
virtual char* origFileName() = 0;
virtual char* refMachine() = 0;
public: // Really protected, workaround for xlC
virtual _CORBA_Boolean _dispatch(omniCallHandle&);
private:
virtual void* _ptrToInterface(const char*);
virtual const char* _mostDerivedRepoId();
};
_CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_fileRef;
_CORBA_MODULE_END
_CORBA_MODULE POA_Engines
_CORBA_MODULE_BEG
class Container :
public virtual Engines::_impl_Container,
public virtual ::PortableServer::ServantBase
{
public:
virtual ~Container();
inline ::Engines::Container_ptr _this() {
return (::Engines::Container_ptr) _do_this(::Engines::Container::_PD_repoId);
}
};
class EngineComponent :
public virtual Engines::_impl_EngineComponent,
public virtual ::PortableServer::ServantBase
{
public:
virtual ~EngineComponent();
inline ::Engines::EngineComponent_ptr _this() {
return (::Engines::EngineComponent_ptr) _do_this(::Engines::EngineComponent::_PD_repoId);
}
};
class ImportableComponent :
public virtual Engines::_impl_ImportableComponent,
public virtual ::PortableServer::ServantBase
{
public:
virtual ~ImportableComponent();
inline ::Engines::ImportableComponent_ptr _this() {
return (::Engines::ImportableComponent_ptr) _do_this(::Engines::ImportableComponent::_PD_repoId);
}
};
class fileTransfer :
public virtual Engines::_impl_fileTransfer,
public virtual POA_SALOME::GenericObj
{
public:
virtual ~fileTransfer();
inline ::Engines::fileTransfer_ptr _this() {
return (::Engines::fileTransfer_ptr) _do_this(::Engines::fileTransfer::_PD_repoId);
}
};
class Salome_file :
public virtual Engines::_impl_Salome_file,
public virtual fileTransfer
{
public:
virtual ~Salome_file();
inline ::Engines::Salome_file_ptr _this() {
return (::Engines::Salome_file_ptr) _do_this(::Engines::Salome_file::_PD_repoId);
}
};
class fileRef :
public virtual Engines::_impl_fileRef,
public virtual ::PortableServer::ServantBase
{
public:
virtual ~fileRef();
inline ::Engines::fileRef_ptr _this() {
return (::Engines::fileRef_ptr) _do_this(::Engines::fileRef::_PD_repoId);
}
};
_CORBA_MODULE_END
_CORBA_MODULE OBV_Engines
_CORBA_MODULE_BEG
_CORBA_MODULE_END
#undef _core_attr
#undef _dyn_attr
void operator<<=(::CORBA::Any& _a, const Engines::TMPFile& _s);
void operator<<=(::CORBA::Any& _a, Engines::TMPFile* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::TMPFile*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const Engines::TMPFile*& _sp);
extern void operator<<=(::CORBA::Any& _a, const Engines::KeyValuePair& _s);
extern void operator<<=(::CORBA::Any& _a, Engines::KeyValuePair* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::KeyValuePair*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const Engines::KeyValuePair*& _sp);
extern void operator<<=(::CORBA::Any& _a, const Engines::dataref& _s);
extern void operator<<=(::CORBA::Any& _a, Engines::dataref* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::dataref*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const Engines::dataref*& _sp);
void operator<<=(::CORBA::Any& _a, const Engines::FieldsDict& _s);
void operator<<=(::CORBA::Any& _a, Engines::FieldsDict* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::FieldsDict*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const Engines::FieldsDict*& _sp);
void operator<<=(::CORBA::Any& _a, Engines::Container_ptr _s);
void operator<<=(::CORBA::Any& _a, Engines::Container_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::Container_ptr& _s);
void operator<<=(::CORBA::Any& _a, Engines::EngineComponent_ptr _s);
void operator<<=(::CORBA::Any& _a, Engines::EngineComponent_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::EngineComponent_ptr& _s);
void operator<<=(::CORBA::Any& _a, Engines::ImportableComponent_ptr _s);
void operator<<=(::CORBA::Any& _a, Engines::ImportableComponent_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::ImportableComponent_ptr& _s);
void operator<<=(::CORBA::Any& _a, const Engines::fileBlock& _s);
void operator<<=(::CORBA::Any& _a, Engines::fileBlock* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::fileBlock*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const Engines::fileBlock*& _sp);
void operator<<=(::CORBA::Any& _a, Engines::fileTransfer_ptr _s);
void operator<<=(::CORBA::Any& _a, Engines::fileTransfer_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::fileTransfer_ptr& _s);
extern void operator<<=(::CORBA::Any& _a, const Engines::file& _s);
extern void operator<<=(::CORBA::Any& _a, Engines::file* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::file*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const Engines::file*& _sp);
void operator<<=(::CORBA::Any& _a, const Engines::files& _s);
void operator<<=(::CORBA::Any& _a, Engines::files* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::files*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const Engines::files*& _sp);
extern void operator<<=(::CORBA::Any& _a, const Engines::SfState& _s);
extern void operator<<=(::CORBA::Any& _a, Engines::SfState* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::SfState*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const Engines::SfState*& _sp);
void operator<<=(::CORBA::Any& _a, Engines::Salome_file_ptr _s);
void operator<<=(::CORBA::Any& _a, Engines::Salome_file_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::Salome_file_ptr& _s);
void operator<<=(::CORBA::Any& _a, Engines::fileRef_ptr _s);
void operator<<=(::CORBA::Any& _a, Engines::fileRef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, Engines::fileRef_ptr& _s);
inline void
Engines::Container::_marshalObjRef(::Engines::Container_ptr obj, cdrStream& s) {
omniObjRef::_marshal(obj->_PR_getobj(),s);
}
inline void
Engines::EngineComponent::_marshalObjRef(::Engines::EngineComponent_ptr obj, cdrStream& s) {
omniObjRef::_marshal(obj->_PR_getobj(),s);
}
inline void
Engines::ImportableComponent::_marshalObjRef(::Engines::ImportableComponent_ptr obj, cdrStream& s) {
omniObjRef::_marshal(obj->_PR_getobj(),s);
}
inline void
Engines::fileTransfer::_marshalObjRef(::Engines::fileTransfer_ptr obj, cdrStream& s) {
omniObjRef::_marshal(obj->_PR_getobj(),s);
}
inline void
Engines::Salome_file::_marshalObjRef(::Engines::Salome_file_ptr obj, cdrStream& s) {
omniObjRef::_marshal(obj->_PR_getobj(),s);
}
inline void
Engines::fileRef::_marshalObjRef(::Engines::fileRef_ptr obj, cdrStream& s) {
omniObjRef::_marshal(obj->_PR_getobj(),s);
}
#ifdef USE_stub_in_nt_dll_NOT_DEFINED_SALOME__Component
# undef USE_stub_in_nt_dll
# undef USE_stub_in_nt_dll_NOT_DEFINED_SALOME__Component
#endif
#ifdef USE_core_stub_in_nt_dll_NOT_DEFINED_SALOME__Component
# undef USE_core_stub_in_nt_dll
# undef USE_core_stub_in_nt_dll_NOT_DEFINED_SALOME__Component
#endif
#ifdef USE_dyn_stub_in_nt_dll_NOT_DEFINED_SALOME__Component
# undef USE_dyn_stub_in_nt_dll
# undef USE_dyn_stub_in_nt_dll_NOT_DEFINED_SALOME__Component
#endif
#endif // __SALOME__Component_hh__
|