PaCO++  0.05
IdentityIdl.h
Go to the documentation of this file.
1 // This file is generated by omniidl (C++ backend)- omniORB_4_0. Do not edit.
2 #ifndef __IdentityIdl_hh__
3 #define __IdentityIdl_hh__
4 
5 #ifndef USE_omniORB_logStream
6 #define USE_omniORB_logStream
7 #endif
8 
9 #ifndef __CORBA_H_EXTERNAL_GUARD__
10 #include <omniORB4/CORBA.h>
11 #endif
12 
13 #ifndef USE_core_stub_in_nt_dll
14 # define USE_core_stub_in_nt_dll_NOT_DEFINED_IdentityIdl
15 #endif
16 #ifndef USE_dyn_stub_in_nt_dll
17 # define USE_dyn_stub_in_nt_dll_NOT_DEFINED_IdentityIdl
18 #endif
19 
20 
21 
22 
23 
24 
25 #ifdef USE_stub_in_nt_dll
26 #ifndef USE_core_stub_in_nt_dll
27 #define USE_core_stub_in_nt_dll
28 #endif
29 #ifndef USE_dyn_stub_in_nt_dll
30 #define USE_dyn_stub_in_nt_dll
31 #endif
32 #endif
33 
34 #ifdef _core_attr
35 # error "A local CPP macro _core_attr has already been defined."
36 #else
37 # ifdef USE_core_stub_in_nt_dll
38 # define _core_attr _OMNIORB_NTDLL_IMPORT
39 # else
40 # define _core_attr
41 # endif
42 #endif
43 
44 #ifdef _dyn_attr
45 # error "A local CPP macro _dyn_attr has already been defined."
46 #else
47 # ifdef USE_dyn_stub_in_nt_dll
48 # define _dyn_attr _OMNIORB_NTDLL_IMPORT
49 # else
50 # define _dyn_attr
51 # endif
52 #endif
53 
54 
55 
56 
57 
58 _CORBA_MODULE IdentityLib
59 
60 _CORBA_MODULE_BEG
61 
62  struct IdentityDescr {
63  typedef _CORBA_ConstrType_Fix_Var<IdentityDescr> _var_type;
64 
65 
66  CORBA::Long llen;
67 
68 
69 
70  void operator>>= (cdrStream &) const;
71  void operator<<= (cdrStream &);
72  };
73 
75 
77 
78 _CORBA_MODULE_END
79 
80 
81 
82 _CORBA_MODULE POA_IdentityLib
83 _CORBA_MODULE_BEG
84 
85 _CORBA_MODULE_END
86 
87 
88 
89 
90 
91 #undef _core_attr
92 #undef _dyn_attr
93 
94 
95 
96 
97 
98 #ifdef USE_core_stub_in_nt_dll_NOT_DEFINED_IdentityIdl
99 # undef USE_core_stub_in_nt_dll
100 # undef USE_core_stub_in_nt_dll_NOT_DEFINED_IdentityIdl
101 #endif
102 #ifdef USE_dyn_stub_in_nt_dll_NOT_DEFINED_IdentityIdl
103 # undef USE_dyn_stub_in_nt_dll
104 # undef USE_dyn_stub_in_nt_dll_NOT_DEFINED_IdentityIdl
105 #endif
106 
107 #endif // __IdentityIdl_hh__
108 
IdentityDescr::_var_type IdentityDescr_var
Definition: IdentityIdl.h:74
_CORBA_ConstrType_Fix_Var< IdentityDescr > _var_type
Definition: IdentityIdl.h:63
IdentityDescr & IdentityDescr_out
Definition: IdentityIdl.h:76
void operator<<=(cdrStream &)
Definition: IdentityIdl.cc:25
CORBA::Long llen
Definition: IdentityIdl.h:66
void operator>>=(cdrStream &) const
Definition: IdentityIdl.cc:18