#include "tao/IORManipulation/IORManip_Loader.h"
#include "tao/CDR.h"
#include "ace/OS_NS_string.h"
Include dependency graph for IORC.cpp:
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 &) |
|
|
|
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 } |
|
Definition at line 977 of file IORC.cpp.
00981 { 00982 // Marshal the repository ID. 00983 return (strm << _tao_aggregate._rep_id ()); 00984 } |
|
Definition at line 957 of file IORC.cpp.
00961 { 00962 // Marshal the repository ID. 00963 return (strm << _tao_aggregate._rep_id ()); 00964 } |
|
Definition at line 937 of file IORC.cpp.
00941 { 00942 // Marshal the repository ID. 00943 return (strm << _tao_aggregate._rep_id ()); 00944 } |
|
Definition at line 917 of file IORC.cpp.
00921 { 00922 // Marshal the repository ID. 00923 return (strm << _tao_aggregate._rep_id ()); 00924 } |
|
Definition at line 1006 of file IORC.cpp.
01010 { 01011 return true; 01012 } |
|
Definition at line 986 of file IORC.cpp.
00990 { 00991 return true; 00992 } |
|
Definition at line 966 of file IORC.cpp.
00970 { 00971 return true; 00972 } |
|
Definition at line 946 of file IORC.cpp.
00950 { 00951 return true; 00952 } |
|
Definition at line 926 of file IORC.cpp.
00930 { 00931 return true; 00932 } |