PaCO++  0.05
GaBroIdl.cc
Go to the documentation of this file.
00001 // This file is generated by omniidl (C++ backend)- omniORB_4_0. Do not edit.
00002 
00003 #include "GaBroIdl.h"
00004 #include <omniORB4/IOP_S.h>
00005 #include <omniORB4/IOP_C.h>
00006 #include <omniORB4/callDescriptor.h>
00007 #include <omniORB4/callHandle.h>
00008 #include <omniORB4/objTracker.h>
00009 
00010 
00011 OMNI_USING_NAMESPACE(omni)
00012 
00013 static const char* _0RL_library_version = omniORB_4_0;
00014 
00015 
00016 
00017 void
00018 GaBroLib::GaBroDescr::operator>>= (cdrStream &_n) const
00019 {
00020   total_data_nb >>= _n;
00021   node_data_nb >>= _n;
00022   node_position >>= _n;
00023   current_data_size >>= _n;
00024   sender >>= _n;
00025 
00026 }
00027 
00028 void
00029 GaBroLib::GaBroDescr::operator<<= (cdrStream &_n)
00030 {
00031   (CORBA::Long&)total_data_nb <<= _n;
00032   (CORBA::Long&)node_data_nb <<= _n;
00033   (CORBA::Long&)node_position <<= _n;
00034   (CORBA::Long&)current_data_size <<= _n;
00035   (CORBA::Short&)sender <<= _n;
00036 
00037 }
00038