#include "tao/TAO_Export.h"
#include "tao/Basic_Types.h"
#include "tao/orbconf.h"
Include dependency graph for CORBA_methods.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
ORB Initialization | |
These could be combined into a single version using an environment macro. | |
TAO_Export ORB_ptr | ORB_init (int &argc, char *argv[], const char *orb_name=0) |
TAO_Export ORB_ptr | ORB_init (int &argc, char *argv[], const char *orb_name, Environment &ACE_TRY_ENV) |
Defines | |
#define | TAO_EXPORT_MACRO TAO_Export |
Typedefs | |
typedef Environment * | Environment_ptr |
typedef NamedValue * | NamedValue_ptr |
typedef NVList * | NVList_ptr |
typedef Principal * | Principal_ptr |
typedef OperationDef * | OperationDef_ptr |
Functions | |
TAO_NAMESPACE_INLINE_FUNCTION Boolean | is_nil (Environment_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION void | release (Environment_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION Boolean | is_nil (NamedValue_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION void | release (NamedValue_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION Boolean | is_nil (NVList_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION void | release (NVList_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION Boolean | is_nil (ORB_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION void | release (ORB_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION Boolean | is_nil (Object_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION void | release (Object_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION Boolean | is_nil (Principal_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION void | release (Principal_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION Boolean | is_nil (TypeCode_ptr) |
TAO_NAMESPACE_INLINE_FUNCTION void | release (TypeCode_ptr) |
Declarations of common methods in the CORBA namespace.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|