#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 "tao/ORB.inl"

Go to the source code of this file.
Header file for CORBA's ORB type.
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.
{
TAO_SERVICEID_NAMESERVICE,
TAO_SERVICEID_TRADINGSERVICE,
TAO_SERVICEID_IMPLREPOSERVICE,
TAO_SERVICEID_INTERFACEREPOSERVICE,
TAO_SERVICEID_MCASTSERVER
} TAO_Service_ID;
1.7.0