#include "tao/Resource_Factory.h"
#include "tao/Collocation_Strategy.h"
#include "tao/params.h"
#include "tao/ORB_Constants.h"
#include "tao/PolicyFactory_Registry.h"
#include "tao/Parser_Registry.h"
#include "tao/ORBInitializer_Registry.h"
#include "tao/Service_Callbacks.h"
#include "tao/Fault_Tolerance_Service.h"
#include "tao/Cleanup_Func_Registry.h"
#include "tao/Object_Ref_Table.h"
#include "tao/ObjectKey_Table.h"
#include "tao/Messaging_SyncScopeC.h"
#include "tao/Object.h"
#include "tao/Invocation_Utils.h"
#include "tao/Adapter_Registry.h"
#include "Interceptor_List.h"
#include "PICurrent.h"
#include "ace/Thread_Manager.h"
#include "ace/Lock_Adapter_T.h"
Include dependency graph for ORB_Core.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | TAO |
namespace | CORBA |
namespace | IOP |
namespace | PortableInterceptor |
Classes | |
class | TAO_ORB_Core_TSS_Resources |
The TSS resoures of an ORB core. More... | |
class | TAO_ORB_Core |
Encapsulates the state of an ORB. More... | |
class | TAO_ORB_Core_Static_Resources |
The static (global) resoures of all ORB cores. More... | |
Functions | |
TAO_Export TAO_ORB_Core * | TAO_ORB_Core_instance (void) |
DOC Laboratory - University of California at Irvine
|
Obtain an instance of the first ORB core registered in the ORB table. |