ObjectIdListC.cpp File Reference

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

Include dependency graph for ObjectIdListC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Defines

#define _CORBA_ORB_OBJECTIDLIST_CS_

Functions

CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::ORB_ObjectIdList &_tao_sequence)
CORBA::Boolean operator>> (TAO_InputCDR &strm, CORBA::ORB_ObjectIdList &_tao_sequence)


Define Documentation

#define _CORBA_ORB_OBJECTIDLIST_CS_
 

Definition at line 54 of file ObjectIdListC.cpp.


Function Documentation

CORBA::Boolean operator<< TAO_OutputCDR strm,
const CORBA::ORB_ObjectIdList _tao_sequence
 

Definition at line 94 of file ObjectIdListC.cpp.

00098 {
00099   return TAO::marshal_sequence(strm, _tao_sequence);
00100 }

CORBA::Boolean operator>> TAO_InputCDR strm,
CORBA::ORB_ObjectIdList _tao_sequence
 

Definition at line 102 of file ObjectIdListC.cpp.

00106 {
00107   return TAO::demarshal_sequence(strm, _tao_sequence);
00108 }


Generated on Thu Nov 9 12:03:15 2006 for TAO by doxygen 1.3.6