TAO_Implementation_Repository  2.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
AsyncStartupWaiterC.cpp File Reference
#include "AsyncStartupWaiterC.h"
#include "tao/AnyTypeCode/Null_RefCount_Policy.h"
#include "tao/AnyTypeCode/TypeCode_Constants.h"
#include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
#include "tao/AnyTypeCode/Objref_TypeCode_Static.h"
#include "tao/AnyTypeCode/String_TypeCode_Static.h"
#include "tao/AnyTypeCode/Struct_TypeCode_Static.h"
#include "tao/AnyTypeCode/TypeCode_Struct_Field.h"
#include "tao/AnyTypeCode/Value_TypeCode_Static.h"
#include "tao/AnyTypeCode/TypeCode_Value_Field.h"
#include "tao/CDR.h"
#include "tao/Exception_Data.h"
#include "tao/Invocation_Adapter.h"
#include "tao/Object_T.h"
#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/Any_Impl_T.h"
#include "tao/AnyTypeCode/Any_Dual_Impl_T.h"
#include "ace/OS_NS_string.h"
#include "ace/Auto_Ptr.h"

Namespaces

namespace  ImplementationRepository
namespace  TAO

Functions

static TAO::TypeCode::Struct
< char const
*,::CORBA::TypeCode_ptr const
*, TAO::TypeCode::Struct_Field
< char const
*,::CORBA::TypeCode_ptr const * >
const
*, TAO::Null_RefCount_Policy > 
_tao_tc_ImplementationRepository_StartupInfo (::CORBA::tk_struct,"IDL:ImplementationRepository/StartupInfo:1.0","StartupInfo", _tao_fields_ImplementationRepository_StartupInfo, 3)
static TAO::TypeCode::Objref
< char const
*, TAO::Null_RefCount_Policy > 
_tao_tc_ImplementationRepository_AsyncStartupWaiter (::CORBA::tk_objref,"IDL:ImplementationRepository/AsyncStartupWaiter:1.0","AsyncStartupWaiter")
static TAO::TypeCode::Value
< char const
*,::CORBA::TypeCode_ptr const
*, TAO::TypeCode::Value_Field
< char const
*,::CORBA::TypeCode_ptr const * >
const
*, TAO::Null_RefCount_Policy > 
_tao_tc_ImplementationRepository_AMH_AsyncStartupWaiterExceptionHolder (::CORBA::tk_value,"IDL:ImplementationRepository/AMH_AsyncStartupWaiterExceptionHolder:1.0","AMH_AsyncStartupWaiterExceptionHolder",::CORBA::VM_NONE,&::CORBA::_tc_null, _tao_fields_ImplementationRepository_AMH_AsyncStartupWaiterExceptionHolder, 0)
static TAO::TypeCode::Objref
< char const
*, TAO::Null_RefCount_Policy > 
_tao_tc_ImplementationRepository_AMH_AsyncStartupWaiterResponseHandler (::CORBA::tk_local_interface,"IDL:ImplementationRepository/AMH_AsyncStartupWaiterResponseHandler:1.0","AMH_AsyncStartupWaiterResponseHandler")
void operator<<= (::CORBA::Any &_tao_any, const ImplementationRepository::StartupInfo &_tao_elem)
 Copying insertion.
void operator<<= (::CORBA::Any &_tao_any, ImplementationRepository::StartupInfo *_tao_elem)
 Non-copying insertion.
::CORBA::Boolean operator>>= (const ::CORBA::Any &_tao_any, ImplementationRepository::StartupInfo *&_tao_elem)
 Extraction to non-const pointer (deprecated).
::CORBA::Boolean operator>>= (const ::CORBA::Any &_tao_any, const ImplementationRepository::StartupInfo *&_tao_elem)
 Extraction to const pointer.
void operator<<= (::CORBA::Any &_tao_any, ImplementationRepository::AsyncStartupWaiter_ptr _tao_elem)
 Copying insertion.
void operator<<= (::CORBA::Any &_tao_any, ImplementationRepository::AsyncStartupWaiter_ptr *_tao_elem)
 Non-copying insertion.
::CORBA::Boolean operator>>= (const ::CORBA::Any &_tao_any, ImplementationRepository::AsyncStartupWaiter_ptr &_tao_elem)
void operator<<= (::CORBA::Any &_tao_any, ImplementationRepository::AMH_AsyncStartupWaiterExceptionHolder *_tao_elem)
void operator<<= (::CORBA::Any &_tao_any, ImplementationRepository::AMH_AsyncStartupWaiterExceptionHolder **_tao_elem)
::CORBA::Boolean operator>>= (const ::CORBA::Any &_tao_any, ImplementationRepository::AMH_AsyncStartupWaiterExceptionHolder *&_tao_elem)
void operator<<= (::CORBA::Any &_tao_any, ImplementationRepository::AMH_AsyncStartupWaiterResponseHandler_ptr _tao_elem)
 Copying insertion.
void operator<<= (::CORBA::Any &_tao_any, ImplementationRepository::AMH_AsyncStartupWaiterResponseHandler_ptr *_tao_elem)
 Non-copying insertion.
::CORBA::Boolean operator>>= (const ::CORBA::Any &_tao_any, ImplementationRepository::AMH_AsyncStartupWaiterResponseHandler_ptr &_tao_elem)
::CORBA::Boolean operator<< (TAO_OutputCDR &strm, const ImplementationRepository::StartupInfo &_tao_aggregate)
::CORBA::Boolean operator>> (TAO_InputCDR &strm, ImplementationRepository::StartupInfo &_tao_aggregate)
::CORBA::Boolean operator<< (TAO_OutputCDR &strm, const ImplementationRepository::AsyncStartupWaiter_ptr _tao_objref)
::CORBA::Boolean operator>> (TAO_InputCDR &strm, ImplementationRepository::AsyncStartupWaiter_ptr &_tao_objref)
::CORBA::Boolean operator<< (TAO_OutputCDR &strm, const ImplementationRepository::AMH_AsyncStartupWaiterExceptionHolder *_tao_valuetype)
::CORBA::Boolean operator>> (TAO_InputCDR &strm, ImplementationRepository::AMH_AsyncStartupWaiterExceptionHolder *&_tao_valuetype)

Variables

static
TAO::TypeCode::Struct_Field
< char const
*,::CORBA::TypeCode_ptr const * >
const 
_tao_fields_ImplementationRepository_StartupInfo []
::CORBA::TypeCode_ptr const ImplementationRepository::_tc_StartupInfo
::CORBA::TypeCode_ptr const ImplementationRepository::_tc_AsyncStartupWaiter
static
TAO::TypeCode::Value_Field
< char const
*,::CORBA::TypeCode_ptr const * >
const *const 
_tao_fields_ImplementationRepository_AMH_AsyncStartupWaiterExceptionHolder = 0
::CORBA::TypeCode_ptr const ImplementationRepository::_tc_AMH_AsyncStartupWaiterExceptionHolder
::CORBA::TypeCode_ptr const ImplementationRepository::_tc_AMH_AsyncStartupWaiterResponseHandler

Function Documentation

static TAO::TypeCode::Value<char const *, ::CORBA::TypeCode_ptr const *, TAO::TypeCode::Value_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_ImplementationRepository_AMH_AsyncStartupWaiterExceptionHolder ( ::CORBA::tk_value  ,
"IDL:ImplementationRepository/AMH_AsyncStartupWaiterExceptionHolder:1.0"  ,
"AMH_AsyncStartupWaiterExceptionHolder"  ,
::CORBA::VM_NONE  ,
&::CORBA::_tc_null  ,
_tao_fields_ImplementationRepository_AMH_AsyncStartupWaiterExceptionHolder  ,
 
)
static
static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_ImplementationRepository_AMH_AsyncStartupWaiterResponseHandler ( ::CORBA::tk_local_interface  ,
"IDL:ImplementationRepository/AMH_AsyncStartupWaiterResponseHandler:1.0"  ,
"AMH_AsyncStartupWaiterResponseHandler"   
)
static
static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_ImplementationRepository_AsyncStartupWaiter ( ::CORBA::tk_objref  ,
"IDL:ImplementationRepository/AsyncStartupWaiter:1.0"  ,
"AsyncStartupWaiter"   
)
static
static TAO::TypeCode::Struct< char const *, ::CORBA::TypeCode_ptr const *, TAO::TypeCode::Struct_Field< char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_ImplementationRepository_StartupInfo ( ::CORBA::tk_struct  ,
"IDL:ImplementationRepository/StartupInfo:1.0"  ,
"StartupInfo"  ,
_tao_fields_ImplementationRepository_StartupInfo  ,
 
)
static
::CORBA::Boolean operator<< ( TAO_OutputCDR strm,
const ImplementationRepository::StartupInfo _tao_aggregate 
)
::CORBA::Boolean operator<< ( TAO_OutputCDR strm,
const ImplementationRepository::AsyncStartupWaiter_ptr  _tao_objref 
)
void operator<<= ( ::CORBA::Any &  _tao_any,
const ImplementationRepository::StartupInfo _tao_elem 
)

Copying insertion.

void operator<<= ( ::CORBA::Any &  _tao_any,
ImplementationRepository::StartupInfo _tao_elem 
)

Non-copying insertion.

void operator<<= ( ::CORBA::Any &  _tao_any,
ImplementationRepository::AsyncStartupWaiter_ptr  _tao_elem 
)

Copying insertion.

void operator<<= ( ::CORBA::Any &  _tao_any,
ImplementationRepository::AsyncStartupWaiter_ptr _tao_elem 
)

Non-copying insertion.

void operator<<= ( ::CORBA::Any &  _tao_any,
ImplementationRepository::AMH_AsyncStartupWaiterExceptionHolder _tao_elem 
)
void operator<<= ( ::CORBA::Any &  _tao_any,
ImplementationRepository::AMH_AsyncStartupWaiterExceptionHolder **  _tao_elem 
)
void operator<<= ( ::CORBA::Any &  _tao_any,
ImplementationRepository::AMH_AsyncStartupWaiterResponseHandler_ptr  _tao_elem 
)

Copying insertion.

void operator<<= ( ::CORBA::Any &  _tao_any,
ImplementationRepository::AMH_AsyncStartupWaiterResponseHandler_ptr _tao_elem 
)

Non-copying insertion.

::CORBA::Boolean operator>> ( TAO_InputCDR strm,
ImplementationRepository::StartupInfo _tao_aggregate 
)
::CORBA::Boolean operator>>= ( const ::CORBA::Any &  _tao_any,
ImplementationRepository::StartupInfo *&  _tao_elem 
)

Extraction to non-const pointer (deprecated).

::CORBA::Boolean operator>>= ( const ::CORBA::Any &  _tao_any,
const ImplementationRepository::StartupInfo *&  _tao_elem 
)

Extraction to const pointer.

::CORBA::Boolean operator>>= ( const ::CORBA::Any &  _tao_any,
ImplementationRepository::AsyncStartupWaiter_ptr _tao_elem 
)
::CORBA::Boolean operator>>= ( const ::CORBA::Any &  _tao_any,
ImplementationRepository::AMH_AsyncStartupWaiterExceptionHolder *&  _tao_elem 
)
::CORBA::Boolean operator>>= ( const ::CORBA::Any &  _tao_any,
ImplementationRepository::AMH_AsyncStartupWaiterResponseHandler_ptr _tao_elem 
)

Variable Documentation

TAO::TypeCode::Value_Field<char const *, ::CORBA::TypeCode_ptr const *> const* const _tao_fields_ImplementationRepository_AMH_AsyncStartupWaiterExceptionHolder = 0
static
TAO::TypeCode::Struct_Field< char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_ImplementationRepository_StartupInfo[]
static
Initial value:
      {
        { "name", &CORBA::_tc_string },
        { "partial_ior", &CORBA::_tc_string },
        { "ior", &CORBA::_tc_string }
      }

Code generated by the The ACE ORB (TAO) IDL Compiler v2.1.1 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/

Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html