PaCO++  0.05
BasicBCIdl.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 "BasicBCIdl.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 BasicBCLib::BasicBCDescr::operator>>= (cdrStream &_n) const
00019 {
00020   glen >>= _n;
00021   bsz >>= _n;
00022   (const ids_t&) ids >>= _n;
00023 
00024 }
00025 
00026 void
00027 BasicBCLib::BasicBCDescr::operator<<= (cdrStream &_n)
00028 {
00029   (CORBA::ULong&)glen <<= _n;
00030   (CORBA::ULong&)bsz <<= _n;
00031   (ids_t&)ids <<= _n;
00032 
00033 }
00034