diff options
Diffstat (limited to 'TAO/tao/IIOPC.i')
-rw-r--r-- | TAO/tao/IIOPC.i | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/TAO/tao/IIOPC.i b/TAO/tao/IIOPC.i index d6bf0fe1f3c..38aa32569ba 100644 --- a/TAO/tao/IIOPC.i +++ b/TAO/tao/IIOPC.i @@ -26,69 +26,3 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html -// TAO_IDL - Generated from -// be/be_visitor_structure/cdr_op_ci.cpp:70 - -ACE_INLINE -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IIOP::ListenPoint &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.host.in ()) && - (strm << _tao_aggregate.port); -} - -ACE_INLINE -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IIOP::ListenPoint &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.host.out ()) && - (strm >> _tao_aggregate.port); -} - -// TAO_IDL - Generated from -// be/be_visitor_sequence/cdr_op_ci.cpp:81 - -#if !defined _TAO_CDR_OP_IIOP_ListenPointList_I_ -#define _TAO_CDR_OP_IIOP_ListenPointList_I_ - -CORBA::Boolean TAO_Export operator<< ( - TAO_OutputCDR &, - const IIOP::ListenPointList & - ); - -CORBA::Boolean TAO_Export operator>> ( - TAO_InputCDR &, - IIOP::ListenPointList & - ); - -#endif /* _TAO_CDR_OP_IIOP_ListenPointList_I_ */ - -// TAO_IDL - Generated from -// be/be_visitor_structure/cdr_op_ci.cpp:70 - -ACE_INLINE -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IIOP::BiDirIIOPServiceContext &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.listen_points); -} - -ACE_INLINE -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IIOP::BiDirIIOPServiceContext &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.listen_points); -} - |