#include "tao/UserException.h"
#include "tao/orb_typesC.h"
#include "tao/objectid.h"
#include "tao/CORBA_methods.h"
#include "tao/VarOut_T.h"
#include "tao/Pseudo_VarOut_T.h"
#include "tao/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"
#include "tao/Sequence_T.h"
#include "tao/Policy_ForwardC.h"
#include "tao/ServicesC.h"
#include "ace/Thread_Mutex.h"
#include "ace/Guard_T.h"
#include "ace/Atomic_Op.h"
Include dependency graph for ORB.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Header file for CORBA's ORB type.
DOC Group - Vanderbilt University
DOC Laboratory - University of California at Irvine
Definition in file ORB.h.
enum TAO_Service_ID |
TAO_SERVICEID_NAMESERVICE | |
TAO_SERVICEID_TRADINGSERVICE | |
TAO_SERVICEID_IMPLREPOSERVICE | |
TAO_SERVICEID_INTERFACEREPOSERVICE | |
TAO_SERVICEID_MCASTSERVER |
Definition at line 45 of file ORB.h.
00046 { 00047 TAO_SERVICEID_NAMESERVICE, 00048 TAO_SERVICEID_TRADINGSERVICE, 00049 TAO_SERVICEID_IMPLREPOSERVICE, 00050 TAO_SERVICEID_INTERFACEREPOSERVICE, 00051 TAO_SERVICEID_MCASTSERVER 00052 } TAO_Service_ID;