// -*- C++ -*- // // $Id$ // **** Code generated by the The ACE ORB (TAO) IDL Compiler **** // 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 // http://doc.ece.uci.edu/ // // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::Repository_tie::Repository_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::Repository_tie::Repository_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::Repository_tie::Repository_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::Repository_tie::Repository_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::Repository_tie::~Repository_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::Repository_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::Repository_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::Repository_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::Repository_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::Repository_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::Repository_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->Repository::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::Repository_tie::lookup_id ( const char * search_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_id ( search_id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::Repository_tie::get_canonical_typecode ( CORBA::TypeCode_ptr tc ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->get_canonical_typecode ( tc ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::PrimitiveDef_ptr POA_CORBA::Repository_tie::get_primitive ( CORBA::PrimitiveKind kind ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->get_primitive ( kind ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StringDef_ptr POA_CORBA::Repository_tie::create_string ( CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_string ( bound ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::WstringDef_ptr POA_CORBA::Repository_tie::create_wstring ( CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_wstring ( bound ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::SequenceDef_ptr POA_CORBA::Repository_tie::create_sequence ( CORBA::ULong bound, CORBA::IDLType_ptr element_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_sequence ( bound, element_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ArrayDef_ptr POA_CORBA::Repository_tie::create_array ( CORBA::ULong length, CORBA::IDLType_ptr element_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_array ( length, element_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::FixedDef_ptr POA_CORBA::Repository_tie::create_fixed ( CORBA::UShort digits, CORBA::Short scale ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_fixed ( digits, scale ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::Repository_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::Repository_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::Repository_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::Repository_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::Repository_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::Repository_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::Repository_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::Repository_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::Repository_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::Repository_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::Repository_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::Repository_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::Repository_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::Repository_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::Repository_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::Repository_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::Repository_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::Repository_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::Repository_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::Repository_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::ModuleDef_tie::ModuleDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ModuleDef_tie::ModuleDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ModuleDef_tie::ModuleDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ModuleDef_tie::ModuleDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ModuleDef_tie::~ModuleDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ModuleDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ModuleDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ModuleDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::ModuleDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ModuleDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ModuleDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ModuleDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::ModuleDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ModuleDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ModuleDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::ModuleDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::ModuleDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::ModuleDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::ModuleDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::ModuleDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::ModuleDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::ModuleDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::ModuleDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::ModuleDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::ModuleDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::ModuleDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::ModuleDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::ModuleDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::ModuleDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::ModuleDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ModuleDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ModuleDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ModuleDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ModuleDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ModuleDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ModuleDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ModuleDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ModuleDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ModuleDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ModuleDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ModuleDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ModuleDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ModuleDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::ConstantDef_tie::ConstantDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ConstantDef_tie::ConstantDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ConstantDef_tie::ConstantDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ConstantDef_tie::ConstantDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ConstantDef_tie::~ConstantDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ConstantDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ConstantDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ConstantDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::ConstantDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ConstantDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ConstantDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ConstantDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::ConstantDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::ConstantDef_tie::type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type_def ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ConstantDef_tie::type_def ( CORBA::IDLType_ptr type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->type_def ( type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::Any * POA_CORBA::ConstantDef_tie::value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->value ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ConstantDef_tie::value ( const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->value ( value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ConstantDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ConstantDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ConstantDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ConstantDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ConstantDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ConstantDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ConstantDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ConstantDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ConstantDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ConstantDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ConstantDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ConstantDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ConstantDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::StructDef_tie::StructDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::StructDef_tie::StructDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::StructDef_tie::StructDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::StructDef_tie::StructDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::StructDef_tie::~StructDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::StructDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::StructDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::StructDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::StructDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::StructDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::StructDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->StructDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructMemberSeq * POA_CORBA::StructDef_tie::members ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->members ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::StructDef_tie::members ( const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->members ( members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::StructDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::StructDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::StructDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::StructDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::StructDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::StructDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::StructDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::StructDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::StructDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::StructDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::StructDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::StructDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::StructDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::StructDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::StructDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::StructDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::StructDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::StructDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::StructDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::StructDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::StructDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::StructDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::StructDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::StructDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::StructDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::StructDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::StructDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::StructDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::StructDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::StructDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::StructDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::StructDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::UnionDef_tie::UnionDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::UnionDef_tie::UnionDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::UnionDef_tie::UnionDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::UnionDef_tie::UnionDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::UnionDef_tie::~UnionDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::UnionDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::UnionDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::UnionDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::UnionDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::UnionDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::UnionDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->UnionDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::UnionDef_tie::discriminator_type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->discriminator_type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::UnionDef_tie::discriminator_type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->discriminator_type_def ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::UnionDef_tie::discriminator_type_def ( CORBA::IDLType_ptr discriminator_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->discriminator_type_def ( discriminator_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionMemberSeq * POA_CORBA::UnionDef_tie::members ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->members ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::UnionDef_tie::members ( const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->members ( members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::UnionDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::UnionDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::UnionDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::UnionDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::UnionDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::UnionDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::UnionDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::UnionDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::UnionDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::UnionDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::UnionDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::UnionDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::UnionDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::UnionDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::UnionDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::UnionDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::UnionDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::UnionDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::UnionDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::UnionDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::UnionDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::UnionDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::UnionDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::UnionDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::UnionDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::UnionDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::UnionDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::UnionDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::UnionDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::UnionDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::UnionDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::UnionDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::EnumDef_tie::EnumDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::EnumDef_tie::EnumDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::EnumDef_tie::EnumDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::EnumDef_tie::EnumDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::EnumDef_tie::~EnumDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::EnumDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::EnumDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::EnumDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::EnumDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::EnumDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::EnumDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->EnumDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumMemberSeq * POA_CORBA::EnumDef_tie::members ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->members ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::EnumDef_tie::members ( const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->members ( members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::EnumDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::EnumDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::EnumDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::EnumDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::EnumDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::EnumDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::EnumDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::EnumDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::EnumDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::EnumDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::EnumDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::EnumDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::EnumDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::EnumDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::AliasDef_tie::AliasDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::AliasDef_tie::AliasDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::AliasDef_tie::AliasDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::AliasDef_tie::AliasDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::AliasDef_tie::~AliasDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::AliasDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::AliasDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::AliasDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::AliasDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::AliasDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::AliasDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->AliasDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::AliasDef_tie::original_type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->original_type_def ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AliasDef_tie::original_type_def ( CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->original_type_def ( original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AliasDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AliasDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AliasDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AliasDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AliasDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AliasDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::AliasDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AliasDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::AliasDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::AliasDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AliasDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::AliasDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::AliasDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AliasDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::NativeDef_tie::NativeDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::NativeDef_tie::NativeDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::NativeDef_tie::NativeDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::NativeDef_tie::NativeDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::NativeDef_tie::~NativeDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::NativeDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::NativeDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::NativeDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::NativeDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::NativeDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::NativeDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->NativeDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::NativeDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::NativeDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::NativeDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::NativeDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::NativeDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::NativeDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::NativeDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::NativeDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::NativeDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::NativeDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::NativeDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::NativeDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::NativeDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::NativeDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::PrimitiveDef_tie::PrimitiveDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::PrimitiveDef_tie::PrimitiveDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::PrimitiveDef_tie::PrimitiveDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::PrimitiveDef_tie::PrimitiveDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::PrimitiveDef_tie::~PrimitiveDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::PrimitiveDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::PrimitiveDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::PrimitiveDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::PrimitiveDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::PrimitiveDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::PrimitiveDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->PrimitiveDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::PrimitiveKind POA_CORBA::PrimitiveDef_tie::kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::PrimitiveDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::PrimitiveDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::PrimitiveDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::StringDef_tie::StringDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::StringDef_tie::StringDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::StringDef_tie::StringDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::StringDef_tie::StringDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::StringDef_tie::~StringDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::StringDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::StringDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::StringDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::StringDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::StringDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::StringDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->StringDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::ULong POA_CORBA::StringDef_tie::bound ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->bound ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::StringDef_tie::bound ( CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->bound ( bound ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::StringDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::StringDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::StringDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::WstringDef_tie::WstringDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::WstringDef_tie::WstringDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::WstringDef_tie::WstringDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::WstringDef_tie::WstringDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::WstringDef_tie::~WstringDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::WstringDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::WstringDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::WstringDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::WstringDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::WstringDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::WstringDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->WstringDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::ULong POA_CORBA::WstringDef_tie::bound ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->bound ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::WstringDef_tie::bound ( CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->bound ( bound ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::WstringDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::WstringDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::WstringDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::SequenceDef_tie::SequenceDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::SequenceDef_tie::SequenceDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::SequenceDef_tie::SequenceDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::SequenceDef_tie::SequenceDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::SequenceDef_tie::~SequenceDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::SequenceDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::SequenceDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::SequenceDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::SequenceDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::SequenceDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::SequenceDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->SequenceDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::ULong POA_CORBA::SequenceDef_tie::bound ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->bound ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::SequenceDef_tie::bound ( CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->bound ( bound ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::SequenceDef_tie::element_type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->element_type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::SequenceDef_tie::element_type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->element_type_def ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::SequenceDef_tie::element_type_def ( CORBA::IDLType_ptr element_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->element_type_def ( element_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::SequenceDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::SequenceDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::SequenceDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::ArrayDef_tie::ArrayDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ArrayDef_tie::ArrayDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ArrayDef_tie::ArrayDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ArrayDef_tie::ArrayDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ArrayDef_tie::~ArrayDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ArrayDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ArrayDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ArrayDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::ArrayDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ArrayDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ArrayDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ArrayDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::ULong POA_CORBA::ArrayDef_tie::length ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->length ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ArrayDef_tie::length ( CORBA::ULong length ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->length ( length ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::ArrayDef_tie::element_type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->element_type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::ArrayDef_tie::element_type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->element_type_def ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ArrayDef_tie::element_type_def ( CORBA::IDLType_ptr element_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->element_type_def ( element_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::ArrayDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ArrayDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ArrayDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::ExceptionDef_tie::ExceptionDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ExceptionDef_tie::ExceptionDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ExceptionDef_tie::ExceptionDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ExceptionDef_tie::ExceptionDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ExceptionDef_tie::~ExceptionDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ExceptionDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ExceptionDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ExceptionDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::ExceptionDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ExceptionDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ExceptionDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ExceptionDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::ExceptionDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructMemberSeq * POA_CORBA::ExceptionDef_tie::members ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->members ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExceptionDef_tie::members ( const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->members ( members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExceptionDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExceptionDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExceptionDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExceptionDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExceptionDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExceptionDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ExceptionDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExceptionDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ExceptionDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ExceptionDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExceptionDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::ExceptionDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExceptionDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExceptionDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::ExceptionDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::ExceptionDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::ExceptionDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::ExceptionDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::ExceptionDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::ExceptionDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::ExceptionDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::ExceptionDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::ExceptionDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::ExceptionDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::ExceptionDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::ExceptionDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::ExceptionDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::ExceptionDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::ExceptionDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ExceptionDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExceptionDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::AttributeDef_tie::AttributeDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::AttributeDef_tie::AttributeDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::AttributeDef_tie::AttributeDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::AttributeDef_tie::AttributeDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::AttributeDef_tie::~AttributeDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::AttributeDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::AttributeDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::AttributeDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::AttributeDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::AttributeDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::AttributeDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->AttributeDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::AttributeDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::AttributeDef_tie::type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type_def ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AttributeDef_tie::type_def ( CORBA::IDLType_ptr type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->type_def ( type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeMode POA_CORBA::AttributeDef_tie::mode ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->mode ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AttributeDef_tie::mode ( CORBA::AttributeMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->mode ( mode ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AttributeDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AttributeDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AttributeDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AttributeDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AttributeDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AttributeDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::AttributeDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AttributeDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::AttributeDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::AttributeDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AttributeDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::AttributeDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AttributeDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::ExtAttributeDef_tie::ExtAttributeDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtAttributeDef_tie::ExtAttributeDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtAttributeDef_tie::ExtAttributeDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtAttributeDef_tie::ExtAttributeDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtAttributeDef_tie::~ExtAttributeDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ExtAttributeDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::ExtAttributeDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ExtAttributeDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ExtAttributeDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExcDescriptionSeq * POA_CORBA::ExtAttributeDef_tie::get_exceptions ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->get_exceptions ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::get_exceptions ( const CORBA::ExcDescriptionSeq & get_exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->get_exceptions ( get_exceptions ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExcDescriptionSeq * POA_CORBA::ExtAttributeDef_tie::set_exceptions ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->set_exceptions ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::set_exceptions ( const CORBA::ExcDescriptionSeq & set_exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->set_exceptions ( set_exceptions ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtAttributeDescription * POA_CORBA::ExtAttributeDef_tie::describe_attribute ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_attribute ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::ExtAttributeDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::ExtAttributeDef_tie::type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type_def ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::type_def ( CORBA::IDLType_ptr type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->type_def ( type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeMode POA_CORBA::ExtAttributeDef_tie::mode ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->mode ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::mode ( CORBA::AttributeMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->mode ( mode ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtAttributeDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtAttributeDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtAttributeDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ExtAttributeDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtAttributeDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ExtAttributeDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ExtAttributeDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ExtAttributeDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAttributeDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::OperationDef_tie::OperationDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::OperationDef_tie::OperationDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::OperationDef_tie::OperationDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::OperationDef_tie::OperationDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::OperationDef_tie::~OperationDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::OperationDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::OperationDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::OperationDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::OperationDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::OperationDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::OperationDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->OperationDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::OperationDef_tie::result ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->result ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::OperationDef_tie::result_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->result_def ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::result_def ( CORBA::IDLType_ptr result_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->result_def ( result_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ParDescriptionSeq * POA_CORBA::OperationDef_tie::params ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->params ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::params ( const CORBA::ParDescriptionSeq & params ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->params ( params ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::OperationMode POA_CORBA::OperationDef_tie::mode ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->mode ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::mode ( CORBA::OperationMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->mode ( mode ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContextIdSeq * POA_CORBA::OperationDef_tie::contexts ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contexts ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::contexts ( const CORBA::ContextIdSeq & contexts ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->contexts ( contexts ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDefSeq * POA_CORBA::OperationDef_tie::exceptions ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->exceptions ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::exceptions ( const CORBA::ExceptionDefSeq & exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->exceptions ( exceptions ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::OperationDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::OperationDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::OperationDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::OperationDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::OperationDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::OperationDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::OperationDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::OperationDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::OperationDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::InterfaceDef_tie::InterfaceDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::InterfaceDef_tie::InterfaceDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::InterfaceDef_tie::InterfaceDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::InterfaceDef_tie::InterfaceDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::InterfaceDef_tie::~InterfaceDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::InterfaceDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::InterfaceDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::InterfaceDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::InterfaceDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::InterfaceDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::InterfaceDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->InterfaceDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDefSeq * POA_CORBA::InterfaceDef_tie::base_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->base_interfaces ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::InterfaceDef_tie::base_interfaces ( const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->base_interfaces ( base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::Boolean POA_CORBA::InterfaceDef_tie::is_a ( const char * interface_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->is_a ( interface_id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef::FullInterfaceDescription * POA_CORBA::InterfaceDef_tie::describe_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeDef_ptr POA_CORBA::InterfaceDef_tie::create_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_attribute ( id, name, version, type, mode ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::OperationDef_ptr POA_CORBA::InterfaceDef_tie::create_operation ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr result, CORBA::OperationMode mode, const CORBA::ParDescriptionSeq & params, const CORBA::ExceptionDefSeq & exceptions, const CORBA::ContextIdSeq & contexts ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_operation ( id, name, version, result, mode, params, exceptions, contexts ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::InterfaceDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::InterfaceDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::InterfaceDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::InterfaceDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::InterfaceDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::InterfaceDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::InterfaceDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::InterfaceDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::InterfaceDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::InterfaceDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::InterfaceDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::InterfaceDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::InterfaceDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::InterfaceDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::InterfaceDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::InterfaceDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::InterfaceDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::InterfaceDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::InterfaceDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::InterfaceDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::InterfaceDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::InterfaceDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::InterfaceDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::InterfaceDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::InterfaceDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::InterfaceDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::InterfaceDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::InterfaceDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::InterfaceDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::InterfaceDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::InterfaceDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::InterfaceDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::InterfaceAttrExtension_tie::InterfaceAttrExtension_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::InterfaceAttrExtension_tie::InterfaceAttrExtension_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::InterfaceAttrExtension_tie::InterfaceAttrExtension_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::InterfaceAttrExtension_tie::InterfaceAttrExtension_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::InterfaceAttrExtension_tie::~InterfaceAttrExtension_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::InterfaceAttrExtension_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::InterfaceAttrExtension_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::InterfaceAttrExtension_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::InterfaceAttrExtension_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::InterfaceAttrExtension_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::InterfaceAttrExtension_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->InterfaceAttrExtension::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * POA_CORBA::InterfaceAttrExtension_tie::describe_ext_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_ext_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtAttributeDef_ptr POA_CORBA::InterfaceAttrExtension_tie::create_ext_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode, const CORBA::ExceptionDefSeq & get_exceptions, const CORBA::ExceptionDefSeq & set_exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_attribute ( id, name, version, type, mode, get_exceptions, set_exceptions ACE_ENV_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::ExtInterfaceDef_tie::ExtInterfaceDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtInterfaceDef_tie::ExtInterfaceDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtInterfaceDef_tie::ExtInterfaceDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtInterfaceDef_tie::ExtInterfaceDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtInterfaceDef_tie::~ExtInterfaceDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ExtInterfaceDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ExtInterfaceDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ExtInterfaceDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::ExtInterfaceDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ExtInterfaceDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ExtInterfaceDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ExtInterfaceDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDefSeq * POA_CORBA::ExtInterfaceDef_tie::base_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->base_interfaces ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtInterfaceDef_tie::base_interfaces ( const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->base_interfaces ( base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::Boolean POA_CORBA::ExtInterfaceDef_tie::is_a ( const char * interface_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->is_a ( interface_id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef::FullInterfaceDescription * POA_CORBA::ExtInterfaceDef_tie::describe_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_attribute ( id, name, version, type, mode ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::OperationDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_operation ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr result, CORBA::OperationMode mode, const CORBA::ParDescriptionSeq & params, const CORBA::ExceptionDefSeq & exceptions, const CORBA::ContextIdSeq & contexts ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_operation ( id, name, version, result, mode, params, exceptions, contexts ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * POA_CORBA::ExtInterfaceDef_tie::describe_ext_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_ext_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtAttributeDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_ext_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode, const CORBA::ExceptionDefSeq & get_exceptions, const CORBA::ExceptionDefSeq & set_exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_attribute ( id, name, version, type, mode, get_exceptions, set_exceptions ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::ExtInterfaceDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExtInterfaceDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExtInterfaceDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::ExtInterfaceDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::ExtInterfaceDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtInterfaceDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtInterfaceDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtInterfaceDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtInterfaceDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtInterfaceDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtInterfaceDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ExtInterfaceDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtInterfaceDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ExtInterfaceDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ExtInterfaceDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtInterfaceDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::ExtInterfaceDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ExtInterfaceDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtInterfaceDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::AbstractInterfaceDef_tie::AbstractInterfaceDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::AbstractInterfaceDef_tie::AbstractInterfaceDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::AbstractInterfaceDef_tie::AbstractInterfaceDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::AbstractInterfaceDef_tie::AbstractInterfaceDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::AbstractInterfaceDef_tie::~AbstractInterfaceDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::AbstractInterfaceDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::AbstractInterfaceDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::AbstractInterfaceDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::AbstractInterfaceDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::AbstractInterfaceDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::AbstractInterfaceDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->AbstractInterfaceDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDefSeq * POA_CORBA::AbstractInterfaceDef_tie::base_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->base_interfaces ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AbstractInterfaceDef_tie::base_interfaces ( const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->base_interfaces ( base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::Boolean POA_CORBA::AbstractInterfaceDef_tie::is_a ( const char * interface_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->is_a ( interface_id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef::FullInterfaceDescription * POA_CORBA::AbstractInterfaceDef_tie::describe_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_attribute ( id, name, version, type, mode ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::OperationDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_operation ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr result, CORBA::OperationMode mode, const CORBA::ParDescriptionSeq & params, const CORBA::ExceptionDefSeq & exceptions, const CORBA::ContextIdSeq & contexts ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_operation ( id, name, version, result, mode, params, exceptions, contexts ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::AbstractInterfaceDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::AbstractInterfaceDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::AbstractInterfaceDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::AbstractInterfaceDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::AbstractInterfaceDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AbstractInterfaceDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AbstractInterfaceDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AbstractInterfaceDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AbstractInterfaceDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AbstractInterfaceDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AbstractInterfaceDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::AbstractInterfaceDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::AbstractInterfaceDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::AbstractInterfaceDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::AbstractInterfaceDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AbstractInterfaceDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::AbstractInterfaceDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::AbstractInterfaceDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::AbstractInterfaceDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::ExtAbstractInterfaceDef_tie::ExtAbstractInterfaceDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtAbstractInterfaceDef_tie::ExtAbstractInterfaceDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtAbstractInterfaceDef_tie::ExtAbstractInterfaceDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtAbstractInterfaceDef_tie::ExtAbstractInterfaceDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtAbstractInterfaceDef_tie::~ExtAbstractInterfaceDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ExtAbstractInterfaceDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ExtAbstractInterfaceDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ExtAbstractInterfaceDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::ExtAbstractInterfaceDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ExtAbstractInterfaceDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ExtAbstractInterfaceDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * POA_CORBA::ExtAbstractInterfaceDef_tie::describe_ext_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_ext_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtAttributeDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_ext_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode, const CORBA::ExceptionDefSeq & get_exceptions, const CORBA::ExceptionDefSeq & set_exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_attribute ( id, name, version, type, mode, get_exceptions, set_exceptions ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDefSeq * POA_CORBA::ExtAbstractInterfaceDef_tie::base_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->base_interfaces ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAbstractInterfaceDef_tie::base_interfaces ( const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->base_interfaces ( base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::Boolean POA_CORBA::ExtAbstractInterfaceDef_tie::is_a ( const char * interface_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->is_a ( interface_id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef::FullInterfaceDescription * POA_CORBA::ExtAbstractInterfaceDef_tie::describe_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_attribute ( id, name, version, type, mode ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::OperationDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_operation ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr result, CORBA::OperationMode mode, const CORBA::ParDescriptionSeq & params, const CORBA::ExceptionDefSeq & exceptions, const CORBA::ContextIdSeq & contexts ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_operation ( id, name, version, result, mode, params, exceptions, contexts ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExtAbstractInterfaceDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExtAbstractInterfaceDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::ExtAbstractInterfaceDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtAbstractInterfaceDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAbstractInterfaceDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtAbstractInterfaceDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAbstractInterfaceDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtAbstractInterfaceDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAbstractInterfaceDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtAbstractInterfaceDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ExtAbstractInterfaceDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAbstractInterfaceDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::ExtAbstractInterfaceDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ExtAbstractInterfaceDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtAbstractInterfaceDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::LocalInterfaceDef_tie::LocalInterfaceDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::LocalInterfaceDef_tie::LocalInterfaceDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::LocalInterfaceDef_tie::LocalInterfaceDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::LocalInterfaceDef_tie::LocalInterfaceDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::LocalInterfaceDef_tie::~LocalInterfaceDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::LocalInterfaceDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::LocalInterfaceDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::LocalInterfaceDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::LocalInterfaceDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::LocalInterfaceDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::LocalInterfaceDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->LocalInterfaceDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDefSeq * POA_CORBA::LocalInterfaceDef_tie::base_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->base_interfaces ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::LocalInterfaceDef_tie::base_interfaces ( const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->base_interfaces ( base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::Boolean POA_CORBA::LocalInterfaceDef_tie::is_a ( const char * interface_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->is_a ( interface_id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef::FullInterfaceDescription * POA_CORBA::LocalInterfaceDef_tie::describe_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_attribute ( id, name, version, type, mode ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::OperationDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_operation ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr result, CORBA::OperationMode mode, const CORBA::ParDescriptionSeq & params, const CORBA::ExceptionDefSeq & exceptions, const CORBA::ContextIdSeq & contexts ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_operation ( id, name, version, result, mode, params, exceptions, contexts ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::LocalInterfaceDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::LocalInterfaceDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::LocalInterfaceDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::LocalInterfaceDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::LocalInterfaceDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::LocalInterfaceDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::LocalInterfaceDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::LocalInterfaceDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::LocalInterfaceDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::LocalInterfaceDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::LocalInterfaceDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::LocalInterfaceDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::LocalInterfaceDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::LocalInterfaceDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::LocalInterfaceDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::LocalInterfaceDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::LocalInterfaceDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::LocalInterfaceDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::LocalInterfaceDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */ // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/tie_si.cpp:96 #if defined (ACE_HAS_USING_KEYWORD) template ACE_INLINE POA_CORBA::ExtLocalInterfaceDef_tie::ExtLocalInterfaceDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtLocalInterfaceDef_tie::ExtLocalInterfaceDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtLocalInterfaceDef_tie::ExtLocalInterfaceDef_tie (T *tp, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtLocalInterfaceDef_tie::ExtLocalInterfaceDef_tie (T *tp, PortableServer::POA_ptr poa, CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtLocalInterfaceDef_tie::~ExtLocalInterfaceDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ExtLocalInterfaceDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ExtLocalInterfaceDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ExtLocalInterfaceDef_tie::_tied_object (T *obj, CORBA::Boolean release) { if (this->rel_) { delete this->ptr_; } this->ptr_ = obj; this->rel_ = release; } template ACE_INLINE CORBA::Boolean POA_CORBA::ExtLocalInterfaceDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ExtLocalInterfaceDef_tie::_is_owner (CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ExtLocalInterfaceDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (!CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ExtLocalInterfaceDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * POA_CORBA::ExtLocalInterfaceDef_tie::describe_ext_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_ext_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtAttributeDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_ext_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode, const CORBA::ExceptionDefSeq & get_exceptions, const CORBA::ExceptionDefSeq & set_exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_attribute ( id, name, version, type, mode, get_exceptions, set_exceptions ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDefSeq * POA_CORBA::ExtLocalInterfaceDef_tie::base_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->base_interfaces ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtLocalInterfaceDef_tie::base_interfaces ( const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->base_interfaces ( base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::Boolean POA_CORBA::ExtLocalInterfaceDef_tie::is_a ( const char * interface_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->is_a ( interface_id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef::FullInterfaceDescription * POA_CORBA::ExtLocalInterfaceDef_tie::describe_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_interface ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_attribute ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, CORBA::AttributeMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_attribute ( id, name, version, type, mode ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::OperationDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_operation ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr result, CORBA::OperationMode mode, const CORBA::ParDescriptionSeq & params, const CORBA::ExceptionDefSeq & exceptions, const CORBA::ContextIdSeq & contexts ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_operation ( id, name, version, result, mode, params, exceptions, contexts ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::ExtLocalInterfaceDef_tie::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup ( search_name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExtLocalInterfaceDef_tie::contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->contents ( limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExtLocalInterfaceDef_tie::lookup_name ( const char * search_name, CORBA::Long levels_to_search, CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->lookup_name ( search_name, levels_to_search, limit_type, exclude_inherited ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::ExtLocalInterfaceDef_tie::describe_contents ( CORBA::DefinitionKind limit_type, CORBA::Boolean exclude_inherited, CORBA::Long max_returned_objs ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe_contents ( limit_type, exclude_inherited, max_returned_objs ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_module ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_module ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_constant ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr type, const CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_constant ( id, name, version, type, value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_struct ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_struct ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_union ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr discriminator_type, const CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_union ( id, name, version, discriminator_type, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_enum ( const char * id, const char * name, const char * version, const CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_enum ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_alias ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_alias ( id, name, version, original_type ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_value_box ( const char * id, const char * name, const char * version, CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_value_box ( id, name, version, original_type_def ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_exception ( const char * id, const char * name, const char * version, const CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_exception ( id, name, version, members ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_native ( const char * id, const char * name, const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_native ( id, name, version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_abstract_interface ( const char * id, const char * name, const char * version, const CORBA::AbstractInterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_abstract_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_local_interface ( const char * id, const char * name, const char * version, const CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_local_interface ( id, name, version, base_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::ExtLocalInterfaceDef_tie::create_ext_value ( const char * id, const char * name, const char * version, CORBA::Boolean is_custom, CORBA::Boolean is_abstract, CORBA::ValueDef_ptr base_value, CORBA::Boolean is_truncatable, const CORBA::ValueDefSeq & abstract_base_values, const CORBA::InterfaceDefSeq & supported_interfaces, const CORBA::ExtInitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->create_ext_value ( id, name, version, is_custom, is_abstract, base_value, is_truncatable, abstract_base_values, supported_interfaces, initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtLocalInterfaceDef_tie::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->id ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtLocalInterfaceDef_tie::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->id ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtLocalInterfaceDef_tie::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtLocalInterfaceDef_tie::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->name ( name ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtLocalInterfaceDef_tie::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->version ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtLocalInterfaceDef_tie::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->version ( version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ExtLocalInterfaceDef_tie::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->defined_in ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtLocalInterfaceDef_tie::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->absolute_name ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ExtLocalInterfaceDef_tie::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->containing_repository ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ExtLocalInterfaceDef_tie::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->describe ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtLocalInterfaceDef_tie::move ( CORBA::Container_ptr new_container, const char * new_name, const char * new_version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->move ( new_container, new_name, new_version ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE CORBA::TypeCode_ptr POA_CORBA::ExtLocalInterfaceDef_tie::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->type ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ExtLocalInterfaceDef_tie::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { return this->ptr_->def_kind ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtLocalInterfaceDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } #endif /* ACE_HAS_USING_KEYWORD */