#include "tao/Object.h"
#include "tao/SystemException.h"
#include "tao/Object.inl"
Go to the source code of this file.
Namespaces | |
namespace | TAO |
Defines | |
#define | TAOLIB_ERROR ACELIB_ERROR |
#define | TAOLIB_DEBUG ACELIB_DEBUG |
Functions | |
CORBA::Boolean | operator<< (TAO_OutputCDR &, const CORBA::Object *) |
CORBA::Boolean | operator>> (TAO_InputCDR &, CORBA::Object *&) |
Variables | |
TAO::Object_Proxy_Broker *(* | _TAO_Object_Proxy_Broker_Factory_function_pointer )()=0 |
#define TAOLIB_DEBUG ACELIB_DEBUG |
Definition at line 8 of file Object.cpp.
#define TAOLIB_ERROR ACELIB_ERROR |
Definition at line 7 of file Object.cpp.
CORBA::Boolean operator<< | ( | TAO_OutputCDR & | , | |
const CORBA::Object * | ||||
) |
Definition at line 321 of file Object.cpp.
CORBA::Boolean operator>> | ( | TAO_InputCDR & | , | |
CORBA::Object *& | ||||
) |
Definition at line 333 of file Object.cpp.
TAO::Object_Proxy_Broker*(* _TAO_Object_Proxy_Broker_Factory_function_pointer)()=0 |