ImageOrbSK.cc
00001
00002
00003 #include "ImageOrbSK.hh"
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_1;
00014
00015
00016
00017 void
00018 ImageOrb::operator>>= (cdrStream &_n) const
00019 {
00020 width >>= _n;
00021 height >>= _n;
00022 pix_size >>= _n;
00023 (const _CORBA_Unbounded_Sequence_Octet&) data >>= _n;
00024
00025 }
00026
00027 void
00028 ImageOrb::operator<<= (cdrStream &_n)
00029 {
00030 (::CORBA::Short&)width <<= _n;
00031 (::CORBA::Short&)height <<= _n;
00032 (::CORBA::Short&)pix_size <<= _n;
00033 (_CORBA_Unbounded_Sequence_Octet&)data <<= _n;
00034
00035 }
00036
00037 void
00038 Point2DOrb::operator>>= (cdrStream &_n) const
00039 {
00040 i >>= _n;
00041 j >>= _n;
00042
00043 }
00044
00045 void
00046 Point2DOrb::operator<<= (cdrStream &_n)
00047 {
00048 (::CORBA::Short&)i <<= _n;
00049 (::CORBA::Short&)j <<= _n;
00050
00051 }
00052
00053 void
00054 DimsOrb::operator>>= (cdrStream &_n) const
00055 {
00056 ww >>= _n;
00057 hh >>= _n;
00058
00059 }
00060
00061 void
00062 DimsOrb::operator<<= (cdrStream &_n)
00063 {
00064 (::CORBA::Short&)ww <<= _n;
00065 (::CORBA::Short&)hh <<= _n;
00066
00067 }
00068