#include "tao/DynamicInterface/dynamicinterface_export.h"
#include "tao/DynamicInterface/DII_CORBA_methods.h"
#include "tao/AnyTypeCode/AnyTypeCode_methods.h"
#include "tao/Pseudo_VarOut_T.h"
#include "tao/orbconf.h"
#include "tao/Basic_Types.h"
#include "tao/ORB_Constants.h"
#include "tao/default_environment.h"
#include "ace/Unbounded_Queue.h"
#include "ace/Atomic_Op.h"
#include "ace/CORBA_macros.h"
#include "ace/Synch_Traits.h"
#include "tao/DynamicInterface/Context.inl"
Include dependency graph for Context.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
Classes | |
class | CORBA::Context |
CORBA::Context. More... | |
class | CORBA::ContextList |
ContextList definition taken from CORBA v2.3a Dec 1998. More... | |
Defines | |
#define | TAO_EXPORT_MACRO TAO_DynamicInterface_Export |
Typedefs | |
typedef ULong | CORBA::Flags |
typedef NVList * | CORBA::NVList_ptr |
typedef TAO_Pseudo_Var_T< Context > | CORBA::Context_var |
typedef TAO_Pseudo_Out_T< Context > | CORBA::Context_out |
typedef TAO_Pseudo_Var_T< ContextList > | CORBA::ContextList_var |
typedef TAO_Pseudo_Out_T< ContextList > | CORBA::ContextList_out |
Header file for CORBA Context class.
#define TAO_EXPORT_MACRO TAO_DynamicInterface_Export |