#include "ace/pre.h"
#include "tao/corbafwd.h"
#include "tao/Object_Proxy_Broker.h"
#include "tao/Policy_ForwardC.h"
#include "ace/post.h"
Include dependency graph for Object.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | CORBA_Object |
class | CORBA_Object_out |
class | CORBA_Object_var |
Functions | |
TAO_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const CORBA_Object *) |
TAO_Export CORBA::Boolean | operator>> (TAO_InputCDR &, CORBA_Object *&) |
Variables | |
TAO_Export TAO_Object_Proxy_Broker *(* | _TAO_collocation_Object_Proxy_Broker_Factory_function_pointer )(CORBA::Object_ptr obj) |
Object.h,v 1.71 2002/02/08 01:07:34 coryan Exp
Header file for Win32 interface to CORBA's base "Object" type.
A "Object" is an entity that can be the target of an invocation using an ORB. All CORBA objects provide this functionality. See the CORBA 2.0 specification for details.
|
|
|
|
|
|