IORC.cpp File Reference

#include "tao/IORManipulation/IORManip_Loader.h"
#include "tao/CDR.h"
#include "ace/OS_NS_string.h"

Include dependency graph for IORC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Defines

#define _TAO_IOP_TAO_IOR_MANIPULATION_IORLIST_CS_

Functions

CORBA::Boolean operator<< (TAO_OutputCDR &strm, const TAO_IOP::EmptyProfileList &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &, TAO_IOP::EmptyProfileList &)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const TAO_IOP::NotFound &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &, TAO_IOP::NotFound &)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const TAO_IOP::Duplicate &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &, TAO_IOP::Duplicate &)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const TAO_IOP::Invalid_IOR &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &, TAO_IOP::Invalid_IOR &)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const TAO_IOP::MultiProfileList &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &, TAO_IOP::MultiProfileList &)


Define Documentation

#define _TAO_IOP_TAO_IOR_MANIPULATION_IORLIST_CS_
 

Definition at line 757 of file IORC.cpp.


Function Documentation

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TAO_IOP::MultiProfileList _tao_aggregate
 

Definition at line 997 of file IORC.cpp.

References CORBA::Exception::_rep_id().

01001 {
01002   // Marshal the repository ID.
01003   return (strm << _tao_aggregate._rep_id ());
01004 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TAO_IOP::Invalid_IOR _tao_aggregate
 

Definition at line 977 of file IORC.cpp.

00981 {
00982   // Marshal the repository ID.
00983   return (strm << _tao_aggregate._rep_id ());
00984 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TAO_IOP::Duplicate _tao_aggregate
 

Definition at line 957 of file IORC.cpp.

00961 {
00962   // Marshal the repository ID.
00963   return (strm << _tao_aggregate._rep_id ());
00964 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TAO_IOP::NotFound _tao_aggregate
 

Definition at line 937 of file IORC.cpp.

00941 {
00942   // Marshal the repository ID.
00943   return (strm << _tao_aggregate._rep_id ());
00944 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TAO_IOP::EmptyProfileList _tao_aggregate
 

Definition at line 917 of file IORC.cpp.

00921 {
00922   // Marshal the repository ID.
00923   return (strm << _tao_aggregate._rep_id ());
00924 }

CORBA::Boolean operator>> TAO_InputCDR ,
TAO_IOP::MultiProfileList
 

Definition at line 1006 of file IORC.cpp.

01010 {
01011   return true;
01012 }

CORBA::Boolean operator>> TAO_InputCDR ,
TAO_IOP::Invalid_IOR
 

Definition at line 986 of file IORC.cpp.

00990 {
00991   return true;
00992 }

CORBA::Boolean operator>> TAO_InputCDR ,
TAO_IOP::Duplicate
 

Definition at line 966 of file IORC.cpp.

00970 {
00971   return true;
00972 }

CORBA::Boolean operator>> TAO_InputCDR ,
TAO_IOP::NotFound
 

Definition at line 946 of file IORC.cpp.

00950 {
00951   return true;
00952 }

CORBA::Boolean operator>> TAO_InputCDR ,
TAO_IOP::EmptyProfileList
 

Definition at line 926 of file IORC.cpp.

00930 {
00931   return true;
00932 }


Generated on Thu Nov 9 13:06:07 2006 for TAO_IORManipulation by doxygen 1.3.6