/usr/include/omniORB4/omniConnectionData.hh is in libomniorb4-dev 4.1.6-2.
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 | // This file is generated by omniidl (C++ backend)- omniORB_4_1. Do not edit.
#ifndef __omniConnectionData_hh__
#define __omniConnectionData_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_omniConnectionData
#endif
#ifndef USE_core_stub_in_nt_dll
# define USE_core_stub_in_nt_dll_NOT_DEFINED_omniConnectionData
#endif
#ifndef USE_dyn_stub_in_nt_dll
# define USE_dyn_stub_in_nt_dll_NOT_DEFINED_omniConnectionData
#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 omniConnectionData
_CORBA_MODULE_BEG
struct ComponentData {
typedef _CORBA_ConstrType_Fix_Var<ComponentData> _var_type;
::CORBA::Octet version;
::CORBA::UShort flags;
::CORBA::ULong connection_id;
::CORBA::ULong max_connections;
::CORBA::ULong max_threads;
void operator>>= (cdrStream &) const;
void operator<<= (cdrStream &);
};
typedef ComponentData::_var_type ComponentData_var;
typedef ComponentData& ComponentData_out;
_CORBA_MODULE_VARINT const ::CORBA::UShort COMP_DATA_BATCH _init_in_decl_( = 1 );
_CORBA_MODULE_VARINT const ::CORBA::UShort COMP_PERMIT_INTERLEAVED _init_in_decl_( = 2 );
_CORBA_MODULE_VARINT const ::CORBA::UShort COMP_SERVER_HOLD_OPEN _init_in_decl_( = 4 );
_CORBA_MODULE_VARINT const ::CORBA::ULong TAG_RESTRICTED_CONNECTION _init_in_decl_( = 1096045572U );
struct ServiceData {
typedef _CORBA_ConstrType_Fix_Var<ServiceData> _var_type;
::CORBA::Octet version;
::CORBA::UShort flags;
::CORBA::ULong connection_id;
::CORBA::ULong max_threads;
void operator>>= (cdrStream &) const;
void operator<<= (cdrStream &);
};
typedef ServiceData::_var_type ServiceData_var;
typedef ServiceData& ServiceData_out;
_CORBA_MODULE_VARINT const ::CORBA::UShort SVC_HOLD_OPEN _init_in_decl_( = 1 );
_CORBA_MODULE_VARINT const ::CORBA::ULong SVC_RESTRICTED_CONNECTION _init_in_decl_( = 1096045572U );
_CORBA_MODULE_END
_CORBA_MODULE POA_omniConnectionData
_CORBA_MODULE_BEG
_CORBA_MODULE_END
_CORBA_MODULE OBV_omniConnectionData
_CORBA_MODULE_BEG
_CORBA_MODULE_END
#undef _core_attr
#undef _dyn_attr
#ifdef USE_stub_in_nt_dll_NOT_DEFINED_omniConnectionData
# undef USE_stub_in_nt_dll
# undef USE_stub_in_nt_dll_NOT_DEFINED_omniConnectionData
#endif
#ifdef USE_core_stub_in_nt_dll_NOT_DEFINED_omniConnectionData
# undef USE_core_stub_in_nt_dll
# undef USE_core_stub_in_nt_dll_NOT_DEFINED_omniConnectionData
#endif
#ifdef USE_dyn_stub_in_nt_dll_NOT_DEFINED_omniConnectionData
# undef USE_dyn_stub_in_nt_dll
# undef USE_dyn_stub_in_nt_dll_NOT_DEFINED_omniConnectionData
#endif
#endif // __omniConnectionData_hh__
|