IORTableC.cpp File Reference

#include "tao/IORTable/IORTable.h"
#include "tao/CDR.h"
#include "ace/OS_NS_string.h"

Include dependency graph for IORTableC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Functions

CORBA::Boolean operator<< (TAO_OutputCDR &strm, const IORTable::AlreadyBound &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &, IORTable::AlreadyBound &)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const IORTable::NotFound &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &, IORTable::NotFound &)


Function Documentation

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

Definition at line 528 of file IORTableC.cpp.

References CORBA::Exception::_rep_id().

00532 {
00533   // Marshal the repository ID.
00534   return (strm << _tao_aggregate._rep_id ());
00535 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const IORTable::AlreadyBound _tao_aggregate
 

Definition at line 508 of file IORTableC.cpp.

00512 {
00513   // Marshal the repository ID.
00514   return (strm << _tao_aggregate._rep_id ());
00515 }

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

Definition at line 537 of file IORTableC.cpp.

00541 {
00542   return true;
00543 }

CORBA::Boolean operator>> TAO_InputCDR ,
IORTable::AlreadyBound
 

Definition at line 517 of file IORTableC.cpp.

00521 {
00522   return true;
00523 }


Generated on Thu Nov 9 13:07:11 2006 for TAO_IORTable by doxygen 1.3.6