#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/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 "tao/ORB.i"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.
Namespaces | |
| namespace | CORBA |
| namespace | TAO |
| namespace | TAO::ORB |
Classes | |
| interface | ORB |
| ORB pseudo-object. More... | |
| exception | ORB::InvalidName |
| UserException for resolve_initial_references(). More... | |
Enumerations | |
| enum | TAO_Service_ID { TAO_SERVICEID_NAMESERVICE, TAO_SERVICEID_TRADINGSERVICE, TAO_SERVICEID_IMPLREPOSERVICE, TAO_SERVICEID_INTERFACEREPOSERVICE, TAO_SERVICEID_MCASTSERVER } |
Header file for CORBA's ORB type.
DOC Group - Vanderbilt University
DOC Laboratory - University of California at Irvine
Definition in file ORB.h.
|
|
Definition at line 43 of file ORB.h.
00044 {
00045 TAO_SERVICEID_NAMESERVICE,
00046 TAO_SERVICEID_TRADINGSERVICE,
00047 TAO_SERVICEID_IMPLREPOSERVICE,
00048 TAO_SERVICEID_INTERFACEREPOSERVICE,
00049 TAO_SERVICEID_MCASTSERVER
00050 } TAO_Service_ID;
|
1.3.6