PaCO++  0.05
GaBroIdl.cc
Go to the documentation of this file.
1 // This file is generated by omniidl (C++ backend)- omniORB_4_0. Do not edit.
2 
3 #include "GaBroIdl.h"
4 #include <omniORB4/IOP_S.h>
5 #include <omniORB4/IOP_C.h>
6 #include <omniORB4/callDescriptor.h>
7 #include <omniORB4/callHandle.h>
8 #include <omniORB4/objTracker.h>
9 
10 
11 OMNI_USING_NAMESPACE(omni)
12 
13 static const char* _0RL_library_version = omniORB_4_0;
14 
15 
16 
17 void
18 GaBroLib::GaBroDescr::operator>>= (cdrStream &_n) const
19 {
20  total_data_nb >>= _n;
21  node_data_nb >>= _n;
22  node_position >>= _n;
23  current_data_size >>= _n;
24  sender >>= _n;
25 
26 }
27 
28 void
29 GaBroLib::GaBroDescr::operator<<= (cdrStream &_n)
30 {
31  (CORBA::Long&)total_data_nb <<= _n;
32  (CORBA::Long&)node_data_nb <<= _n;
33  (CORBA::Long&)node_position <<= _n;
34  (CORBA::Long&)current_data_size <<= _n;
35  (CORBA::Short&)sender <<= _n;
36 
37 }
38 
static const char * _0RL_library_version
Definition: GaBroIdl.cc:13