PaCO++  0.05
ControlledIdl.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 "ControlledIdl.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 ControlledLib::ControlledDescr::operator>>= (cdrStream &_n) const
00019 {
00020   llen >>= _n;
00021   (const _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::Long, 4, 4 > &) lens >>= _n;
00022 
00023 }
00024 
00025 void
00026 ControlledLib::ControlledDescr::operator<<= (cdrStream &_n)
00027 {
00028   (CORBA::ULong&)llen <<= _n;
00029   (_CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::Long, 4, 4 > &)lens <<= _n;
00030 
00031 }
00032