#include "tao/DynamicInterface/dynamicinterface_export.h"
#include "tao/CORBA_methods.h"
Include dependency graph for DII_CORBA_methods.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
Defines | |
#define | TAO_EXPORT_MACRO TAO_DynamicInterface_Export |
Typedefs | |
typedef ContextList * | CORBA::ContextList_ptr |
typedef Context * | CORBA::Context_ptr |
typedef ExceptionList * | CORBA::ExceptionList_ptr |
typedef Request * | CORBA::Request_ptr |
Functions | |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE void | CORBA::release (CORBA::Context_ptr x) |
ACE_INLINE CORBA::Boolean | CORBA::is_nil (CORBA::Context_ptr x) |
TAO_NAMESPACE_INLINE_FUNCTION void | CORBA::release (ContextList_ptr) |
ACE_INLINE CORBA::Boolean | CORBA::is_nil (CORBA::ContextList_ptr x) |
TAO_NAMESPACE_INLINE_FUNCTION void | CORBA::release (ExceptionList_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION Boolean | CORBA::is_nil (ExceptionList_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION void | CORBA::release (Request_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION Boolean | CORBA::is_nil (Request_ptr) |
Declarations of DII methods in the CORBA namespace.
#define TAO_EXPORT_MACRO TAO_DynamicInterface_Export |