IIOPC.cpp File Reference

#include "tao/IIOPC.h"
#include "tao/CDR.h"

Include dependency graph for IIOPC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Defines

#define _IIOP_LISTENPOINTLIST_CS_

Functions

CORBA::Boolean operator<< (TAO_OutputCDR &strm, const IIOP::ListenPoint &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &strm, IIOP::ListenPoint &_tao_aggregate)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const IIOP::ListenPointList &_tao_sequence)
CORBA::Boolean operator>> (TAO_InputCDR &strm, IIOP::ListenPointList &_tao_sequence)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const IIOP::BiDirIIOPServiceContext &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &strm, IIOP::BiDirIIOPServiceContext &_tao_aggregate)


Define Documentation

#define _IIOP_LISTENPOINTLIST_CS_
 

Definition at line 63 of file IIOPC.cpp.


Function Documentation

CORBA::Boolean operator<< TAO_OutputCDR strm,
const IIOP::BiDirIIOPServiceContext _tao_aggregate
 

Definition at line 175 of file IIOPC.cpp.

00179 {
00180   return
00181     (strm << _tao_aggregate.listen_points);
00182 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const IIOP::ListenPointList _tao_sequence
 

Definition at line 154 of file IIOPC.cpp.

00158 {
00159   return TAO::marshal_sequence(strm, _tao_sequence);
00160 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const IIOP::ListenPoint _tao_aggregate
 

Definition at line 128 of file IIOPC.cpp.

00132 {
00133   return
00134     (strm << _tao_aggregate.host.in ()) &&
00135     (strm << _tao_aggregate.port);
00136 }

CORBA::Boolean operator>> TAO_InputCDR strm,
IIOP::BiDirIIOPServiceContext _tao_aggregate
 

Definition at line 184 of file IIOPC.cpp.

00188 {
00189   return
00190     (strm >> _tao_aggregate.listen_points);
00191 }

CORBA::Boolean operator>> TAO_InputCDR strm,
IIOP::ListenPointList _tao_sequence
 

Definition at line 162 of file IIOPC.cpp.

00166 {
00167   return TAO::demarshal_sequence(strm, _tao_sequence);
00168 }

CORBA::Boolean operator>> TAO_InputCDR strm,
IIOP::ListenPoint _tao_aggregate
 

Definition at line 138 of file IIOPC.cpp.

00142 {
00143   return
00144     (strm >> _tao_aggregate.host.out ()) &&
00145     (strm >> _tao_aggregate.port);
00146 }


Generated on Thu Nov 9 12:00:22 2006 for TAO by doxygen 1.3.6