// -*- 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/ // and // Institute for Software Integrated Systems // Vanderbilt University // Nashville, TN // USA // http://www.isis.vanderbilt.edu/ // // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html TAO_BEGIN_VERSIONED_NAMESPACE_DECL // TAO_IDL - Generated from // be\be_visitor_interface/tie_si.cpp:96 template ACE_INLINE POA_CORBA::FixedDef_tie::FixedDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::FixedDef_tie::FixedDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::FixedDef_tie::FixedDef_tie (T *tp, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::FixedDef_tie::FixedDef_tie (T *tp, PortableServer::POA_ptr poa, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::FixedDef_tie::~FixedDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::FixedDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::FixedDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::FixedDef_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::FixedDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::FixedDef_tie::_is_owner ( ::CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::FixedDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (! CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->FixedDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::FixedDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::FixedDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::TypeCode_ptr POA_CORBA::FixedDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UShort POA_CORBA::FixedDef_tie::digits ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->digits ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::FixedDef_tie::digits ( ::CORBA::UShort digits ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->digits ( digits ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Short POA_CORBA::FixedDef_tie::scale ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->scale ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::FixedDef_tie::scale ( ::CORBA::Short scale ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->scale ( scale ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_interface/tie_si.cpp:96 template ACE_INLINE POA_CORBA::ValueMemberDef_tie::ValueMemberDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ValueMemberDef_tie::ValueMemberDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ValueMemberDef_tie::ValueMemberDef_tie (T *tp, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ValueMemberDef_tie::ValueMemberDef_tie (T *tp, PortableServer::POA_ptr poa, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ValueMemberDef_tie::~ValueMemberDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ValueMemberDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ValueMemberDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ValueMemberDef_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::ValueMemberDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ValueMemberDef_tie::_is_owner ( ::CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ValueMemberDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (! CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ValueMemberDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueMemberDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::TypeCode_ptr POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueMemberDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Visibility POA_CORBA::ValueMemberDef_tie::access ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->access ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueMemberDef_tie::access ( ::CORBA::Visibility access ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->access ( access ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_interface/tie_si.cpp:96 template ACE_INLINE POA_CORBA::ValueDef_tie::ValueDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ValueDef_tie::ValueDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ValueDef_tie::ValueDef_tie (T *tp, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ValueDef_tie::ValueDef_tie (T *tp, PortableServer::POA_ptr poa, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ValueDef_tie::~ValueDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ValueDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ValueDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ValueDef_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::ValueDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ValueDef_tie::_is_owner ( ::CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ValueDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (! CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ValueDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::TypeCode_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDefSeq * POA_CORBA::ValueDef_tie::supported_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->supported_interfaces ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_tie::supported_interfaces ( const ::CORBA::InterfaceDefSeq & supported_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->supported_interfaces ( supported_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InitializerSeq * POA_CORBA::ValueDef_tie::initializers ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->initializers ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_tie::initializers ( const ::CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->initializers ( initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::ValueDef_tie::base_value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->base_value ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_tie::base_value ( ::CORBA::ValueDef_ptr base_value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->base_value ( base_value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDefSeq * POA_CORBA::ValueDef_tie::abstract_base_values ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->abstract_base_values ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_tie::abstract_base_values ( const ::CORBA::ValueDefSeq & abstract_base_values ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->abstract_base_values ( abstract_base_values ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Boolean POA_CORBA::ValueDef_tie::is_abstract ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->is_abstract ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_tie::is_abstract ( ::CORBA::Boolean is_abstract ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->is_abstract ( is_abstract ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Boolean POA_CORBA::ValueDef_tie::is_custom ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->is_custom ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_tie::is_custom ( ::CORBA::Boolean is_custom ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->is_custom ( is_custom ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Boolean POA_CORBA::ValueDef_tie::is_truncatable ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->is_truncatable ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueDef_tie::is_truncatable ( ::CORBA::Boolean is_truncatable ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->is_truncatable ( is_truncatable ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Boolean POA_CORBA::ValueDef_tie::is_a ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->is_a ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef::FullValueDescription * POA_CORBA::ValueDef_tie::describe_value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->describe_value ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueMemberDef_ptr POA_CORBA::ValueDef_tie::create_value_member ( const char * id, const char * name, const char * version, ::CORBA::IDLType_ptr type, ::CORBA::Visibility access ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->create_value_member ( id, name, version, type, access ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::OperationDef_ptr POA_CORBA::ValueDef_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 // be\be_visitor_interface/tie_si.cpp:96 template ACE_INLINE POA_CORBA::ExtValueDef_tie::ExtValueDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtValueDef_tie::ExtValueDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ExtValueDef_tie::ExtValueDef_tie (T *tp, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtValueDef_tie::ExtValueDef_tie (T *tp, PortableServer::POA_ptr poa, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ExtValueDef_tie::~ExtValueDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ExtValueDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ExtValueDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ExtValueDef_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::ExtValueDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ExtValueDef_tie::_is_owner ( ::CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ExtValueDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (! CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ExtValueDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ContainedSeq * POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container::DescriptionSeq * POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ModuleDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ConstantDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::StructDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::UnionDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::EnumDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AliasDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueBoxDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExceptionDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::NativeDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AbstractInterfaceDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::LocalInterfaceDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::TypeCode_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InterfaceDefSeq * POA_CORBA::ExtValueDef_tie::supported_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->supported_interfaces ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_tie::supported_interfaces ( const ::CORBA::InterfaceDefSeq & supported_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->supported_interfaces ( supported_interfaces ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::InitializerSeq * POA_CORBA::ExtValueDef_tie::initializers ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->initializers ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_tie::initializers ( const ::CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->initializers ( initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef_ptr POA_CORBA::ExtValueDef_tie::base_value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->base_value ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_tie::base_value ( ::CORBA::ValueDef_ptr base_value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->base_value ( base_value ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDefSeq * POA_CORBA::ExtValueDef_tie::abstract_base_values ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->abstract_base_values ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_tie::abstract_base_values ( const ::CORBA::ValueDefSeq & abstract_base_values ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->abstract_base_values ( abstract_base_values ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Boolean POA_CORBA::ExtValueDef_tie::is_abstract ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->is_abstract ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_tie::is_abstract ( ::CORBA::Boolean is_abstract ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->is_abstract ( is_abstract ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Boolean POA_CORBA::ExtValueDef_tie::is_custom ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->is_custom ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_tie::is_custom ( ::CORBA::Boolean is_custom ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->is_custom ( is_custom ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Boolean POA_CORBA::ExtValueDef_tie::is_truncatable ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->is_truncatable ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_tie::is_truncatable ( ::CORBA::Boolean is_truncatable ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->is_truncatable ( is_truncatable ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Boolean POA_CORBA::ExtValueDef_tie::is_a ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->is_a ( id ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueDef::FullValueDescription * POA_CORBA::ExtValueDef_tie::describe_value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->describe_value ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ValueMemberDef_ptr POA_CORBA::ExtValueDef_tie::create_value_member ( const char * id, const char * name, const char * version, ::CORBA::IDLType_ptr type, ::CORBA::Visibility access ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->create_value_member ( id, name, version, type, access ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::AttributeDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::OperationDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtInitializerSeq * POA_CORBA::ExtValueDef_tie::ext_initializers ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->ext_initializers ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ExtValueDef_tie::ext_initializers ( const ::CORBA::ExtInitializerSeq & ext_initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->ext_initializers ( ext_initializers ACE_ENV_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtValueDef::ExtFullValueDescription * POA_CORBA::ExtValueDef_tie::describe_ext_value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { return this->ptr_->describe_ext_value ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::ExtAttributeDef_ptr POA_CORBA::ExtValueDef_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 // be\be_visitor_interface/tie_si.cpp:96 template ACE_INLINE POA_CORBA::ValueBoxDef_tie::ValueBoxDef_tie (T &t) : ptr_ (&t), poa_ (PortableServer::POA::_nil ()), rel_ (0) {} template ACE_INLINE POA_CORBA::ValueBoxDef_tie::ValueBoxDef_tie (T &t, PortableServer::POA_ptr poa) : ptr_ (&t), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (0) {} template ACE_INLINE POA_CORBA::ValueBoxDef_tie::ValueBoxDef_tie (T *tp, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_nil ()), rel_ (release) {} template ACE_INLINE POA_CORBA::ValueBoxDef_tie::ValueBoxDef_tie (T *tp, PortableServer::POA_ptr poa, ::CORBA::Boolean release) : ptr_ (tp), poa_ (PortableServer::POA::_duplicate (poa)), rel_ (release) {} template ACE_INLINE POA_CORBA::ValueBoxDef_tie::~ValueBoxDef_tie (void) { if (this->rel_) { delete this->ptr_; } } template ACE_INLINE T * POA_CORBA::ValueBoxDef_tie::_tied_object (void) { return this->ptr_; } template ACE_INLINE void POA_CORBA::ValueBoxDef_tie::_tied_object (T &obj) { if (this->rel_) { delete this->ptr_; } this->ptr_ = &obj; this->rel_ = 0; } template ACE_INLINE void POA_CORBA::ValueBoxDef_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::ValueBoxDef_tie::_is_owner (void) { return this->rel_; } template ACE_INLINE void POA_CORBA::ValueBoxDef_tie::_is_owner ( ::CORBA::Boolean b) { this->rel_ = b; } template ACE_INLINE PortableServer::POA_ptr POA_CORBA::ValueBoxDef_tie::_default_POA (ACE_ENV_SINGLE_ARG_DECL) { if (! CORBA::is_nil (this->poa_.in ())) { return PortableServer::POA::_duplicate (this->poa_.in ()); } return this->ValueBoxDef::_default_POA (ACE_ENV_SINGLE_ARG_PARAMETER); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::DefinitionKind POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueBoxDef_tie::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( ::CORBA::SystemException )) { this->ptr_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER ); } // TAO_IDL - Generated from // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Container_ptr POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE char * POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Repository_ptr POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::Contained::Description * POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::TypeCode_ptr POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE ::CORBA::IDLType_ptr POA_CORBA::ValueBoxDef_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 // be\be_visitor_operation/tie_si.cpp:68 template ACE_INLINE void POA_CORBA::ValueBoxDef_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_END_VERSIONED_NAMESPACE_DECL