#include "tao/IORTable/IORTable.h"
#include "tao/CDR.h"
#include "ace/OS_NS_string.h"
Include dependency graph for IORTableC.cpp:
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 &) |
|
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 } |
|
Definition at line 508 of file IORTableC.cpp.
00512 { 00513 // Marshal the repository ID. 00514 return (strm << _tao_aggregate._rep_id ()); 00515 } |
|
Definition at line 537 of file IORTableC.cpp.
00541 { 00542 return true; 00543 } |
|
Definition at line 517 of file IORTableC.cpp.
00521 { 00522 return true; 00523 } |