// -*- C++ -*- // // $Id$ // **** Code generated by the The ACE ORB (TAO) IDL Compiler **** // TAO and the TAO IDL Compiler have been developed by: // Center for Distributed Object Computing // Washington University // St. Louis, MO // USA // http://www.cs.wustl.edu/~schmidt/doc-center.html // and // Distributed Object Computing Laboratory // University of California at Irvine // Irvine, CA // USA // http://doc.ece.uci.edu/ // // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_structure/cdr_op_ci.cpp:71 ACE_INLINE CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ServiceDetail &_tao_aggregate ) { if ( (strm << _tao_aggregate.service_detail_type) && (strm << _tao_aggregate.service_detail) ) { return 1; } else { return 0; } } ACE_INLINE CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ServiceDetail &_tao_aggregate ) { if ( (strm >> _tao_aggregate.service_detail_type) && (strm >> _tao_aggregate.service_detail) ) { return 1; } else { return 0; } } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_sequence/cdr_op_ci.cpp:84 #if !defined _TAO_CDR_OP_CORBA_ServiceInformation__tao_seq_ServiceOption_I_ #define _TAO_CDR_OP_CORBA_ServiceInformation__tao_seq_ServiceOption_I_ CORBA::Boolean TAO_Export operator<< ( TAO_OutputCDR &, const CORBA::ServiceInformation::_tao_seq_ServiceOption & ); CORBA::Boolean TAO_Export operator>> ( TAO_InputCDR &, CORBA::ServiceInformation::_tao_seq_ServiceOption & ); #endif /* _TAO_CDR_OP_CORBA_ServiceInformation__tao_seq_ServiceOption_I_ */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_sequence/cdr_op_ci.cpp:84 #if !defined _TAO_CDR_OP_CORBA_ServiceInformation__tao_seq_ServiceDetail_I_ #define _TAO_CDR_OP_CORBA_ServiceInformation__tao_seq_ServiceDetail_I_ CORBA::Boolean TAO_Export operator<< ( TAO_OutputCDR &, const CORBA::ServiceInformation::_tao_seq_ServiceDetail & ); CORBA::Boolean TAO_Export operator>> ( TAO_InputCDR &, CORBA::ServiceInformation::_tao_seq_ServiceDetail & ); #endif /* _TAO_CDR_OP_CORBA_ServiceInformation__tao_seq_ServiceDetail_I_ */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_structure/cdr_op_ci.cpp:71 ACE_INLINE CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ServiceInformation &_tao_aggregate ) { if ( (strm << _tao_aggregate.service_options) && (strm << _tao_aggregate.service_details) ) { return 1; } else { return 0; } } ACE_INLINE CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ServiceInformation &_tao_aggregate ) { if ( (strm >> _tao_aggregate.service_options) && (strm >> _tao_aggregate.service_details) ) { return 1; } else { return 0; } }