// -*- 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 #ifndef _TAO_IDL__________ORBSVCS_IFR_SERVICE_ORIG_IFR_EXTENDEDS_H_ #define _TAO_IDL__________ORBSVCS_IFR_SERVICE_ORIG_IFR_EXTENDEDS_H_ #include "ace/pre.h" #include "IFR_BasicS.h" #include "tao/IFR_Client/IFR_ExtendedC.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "tao/PortableServer/PortableServer.h" #include "tao/PortableServer/Servant_Base.h" #include "tao/PortableServer/Collocated_Object.h" #include "tao/PortableServer/ThruPOA_Object_Proxy_Impl.h" #include "tao/PortableServer/Direct_Object_Proxy_Impl.h" #if defined(_MSC_VER) #if (_MSC_VER >= 1200) #pragma warning(push) #endif /* _MSC_VER >= 1200 */ #pragma warning(disable:4250) #endif /* _MSC_VER */ #if defined (__BORLANDC__) #pragma option push -w-rvl -w-rch -w-ccc -w-inl #endif /* __BORLANDC__ */ class POA_CORBA_FixedDef; typedef POA_CORBA_FixedDef *POA_CORBA_FixedDef_ptr; // Forward Classes Declaration class _TAO_CORBA_FixedDef_ThruPOA_Proxy_Impl; class _TAO_CORBA_FixedDef_Strategized_Proxy_Broker; class POA_CORBA_FixedDef : public virtual POA_CORBA_IDLType { protected: POA_CORBA_FixedDef (void); public: POA_CORBA_FixedDef (const POA_CORBA_FixedDef& rhs); virtual ~POA_CORBA_FixedDef (void); virtual CORBA::Boolean _is_a ( const char* logical_type_id, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); virtual void* _downcast ( const char* logical_type_id ); static void _is_a_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _non_existent_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _interface_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void _dispatch ( TAO_ServerRequest &req, void *_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); ::CORBA_FixedDef *_this ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); virtual const char* _interface_repository_id (void) const; virtual CORBA::UShort digits ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_digits_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void digits ( CORBA::UShort digits, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_digits_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA::Short scale ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_scale_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void scale ( CORBA::Short scale, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_scale_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _get_type_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_def_kind_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void destroy_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); }; /////////////////////////////////////////////////////////////////////// // Strategized Proxy Broker Declaration // class _TAO_CORBA_FixedDef_Strategized_Proxy_Broker : public virtual ::_TAO_CORBA_FixedDef_Proxy_Broker { public: _TAO_CORBA_FixedDef_Strategized_Proxy_Broker (void); virtual ~_TAO_CORBA_FixedDef_Strategized_Proxy_Broker (void); virtual ::_TAO_CORBA_FixedDef_Proxy_Impl &select_proxy ( ::CORBA_FixedDef *object, CORBA_Environment &ACE_TRY_ENV ); private: // Helper methods that takes care to create the proxy // as soon as their use is necessary. void create_proxy ( int collocation_strategy, CORBA::Environment &ACE_TRY_ENV ); private: // Caches the proxy implementations. The proxy implementation // are totally stateless, and those can be shared by all the // instances of a given IDL interface type. ::_TAO_CORBA_FixedDef_Proxy_Impl *proxy_cache_[TAO_Collocation_Strategies::CS_LAST]; TAO_SYNCH_MUTEX mutex_; // This funxtion is used to get an handle to the unique instance // of the Strategized Proxy Broker that is available for a given // interface. public: static _TAO_CORBA_FixedDef_Strategized_Proxy_Broker *the_TAO_CORBA_FixedDef_Strategized_Proxy_Broker (void); }; // // End Strategized Proxy Broker Declaration /////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// // ThruPOA Impl. Declaration // class _TAO_CORBA_FixedDef_ThruPOA_Proxy_Impl : public virtual ::_TAO_CORBA_FixedDef_Proxy_Impl, public virtual TAO_ThruPOA_Object_Proxy_Impl, public virtual ::_TAO_CORBA_IDLType_ThruPOA_Proxy_Impl { public: _TAO_CORBA_FixedDef_ThruPOA_Proxy_Impl (void); virtual ~_TAO_CORBA_FixedDef_ThruPOA_Proxy_Impl (void) { } virtual CORBA::UShort digits ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void digits ( CORBA_Object *_collocated_tao_target_, CORBA::UShort digits, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA::Short scale ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void scale ( CORBA_Object *_collocated_tao_target_, CORBA::Short scale, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); }; // // ThruPOA Proxy Impl. Declaration /////////////////////////////////////////////////////////////////////// class POA_CORBA_ValueMemberDef; typedef POA_CORBA_ValueMemberDef *POA_CORBA_ValueMemberDef_ptr; // Forward Classes Declaration class _TAO_CORBA_ValueMemberDef_ThruPOA_Proxy_Impl; class _TAO_CORBA_ValueMemberDef_Strategized_Proxy_Broker; class POA_CORBA_ValueMemberDef : public virtual POA_CORBA_Contained { protected: POA_CORBA_ValueMemberDef (void); public: POA_CORBA_ValueMemberDef (const POA_CORBA_ValueMemberDef& rhs); virtual ~POA_CORBA_ValueMemberDef (void); virtual CORBA::Boolean _is_a ( const char* logical_type_id, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); virtual void* _downcast ( const char* logical_type_id ); static void _is_a_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _non_existent_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _interface_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void _dispatch ( TAO_ServerRequest &req, void *_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); ::CORBA_ValueMemberDef *_this ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); virtual const char* _interface_repository_id (void) const; virtual CORBA::TypeCode_ptr type ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_type_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA_IDLType_ptr type_def ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_type_def_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void type_def ( CORBA_IDLType_ptr type_def, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_type_def_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA::Visibility access ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_access_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void access ( CORBA::Visibility access, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_access_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _get_id_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _set_id_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _set_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_version_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _set_version_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_defined_in_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_absolute_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_containing_repository_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void describe_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void move_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_def_kind_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void destroy_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); }; /////////////////////////////////////////////////////////////////////// // Strategized Proxy Broker Declaration // class _TAO_CORBA_ValueMemberDef_Strategized_Proxy_Broker : public virtual ::_TAO_CORBA_ValueMemberDef_Proxy_Broker { public: _TAO_CORBA_ValueMemberDef_Strategized_Proxy_Broker (void); virtual ~_TAO_CORBA_ValueMemberDef_Strategized_Proxy_Broker (void); virtual ::_TAO_CORBA_ValueMemberDef_Proxy_Impl &select_proxy ( ::CORBA_ValueMemberDef *object, CORBA_Environment &ACE_TRY_ENV ); private: // Helper methods that takes care to create the proxy // as soon as their use is necessary. void create_proxy ( int collocation_strategy, CORBA::Environment &ACE_TRY_ENV ); private: // Caches the proxy implementations. The proxy implementation // are totally stateless, and those can be shared by all the // instances of a given IDL interface type. ::_TAO_CORBA_ValueMemberDef_Proxy_Impl *proxy_cache_[TAO_Collocation_Strategies::CS_LAST]; TAO_SYNCH_MUTEX mutex_; // This funxtion is used to get an handle to the unique instance // of the Strategized Proxy Broker that is available for a given // interface. public: static _TAO_CORBA_ValueMemberDef_Strategized_Proxy_Broker *the_TAO_CORBA_ValueMemberDef_Strategized_Proxy_Broker (void); }; // // End Strategized Proxy Broker Declaration /////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// // ThruPOA Impl. Declaration // class _TAO_CORBA_ValueMemberDef_ThruPOA_Proxy_Impl : public virtual ::_TAO_CORBA_ValueMemberDef_Proxy_Impl, public virtual TAO_ThruPOA_Object_Proxy_Impl, public virtual ::_TAO_CORBA_Contained_ThruPOA_Proxy_Impl { public: _TAO_CORBA_ValueMemberDef_ThruPOA_Proxy_Impl (void); virtual ~_TAO_CORBA_ValueMemberDef_ThruPOA_Proxy_Impl (void) { } virtual CORBA::TypeCode_ptr type ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA_IDLType_ptr type_def ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void type_def ( CORBA_Object *_collocated_tao_target_, CORBA_IDLType_ptr type_def, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA::Visibility access ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void access ( CORBA_Object *_collocated_tao_target_, CORBA::Visibility access, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); }; // // ThruPOA Proxy Impl. Declaration /////////////////////////////////////////////////////////////////////// class POA_CORBA_ValueDef; typedef POA_CORBA_ValueDef *POA_CORBA_ValueDef_ptr; // Forward Classes Declaration class _TAO_CORBA_ValueDef_ThruPOA_Proxy_Impl; class _TAO_CORBA_ValueDef_Strategized_Proxy_Broker; class POA_CORBA_ValueDef : public virtual POA_CORBA_Container, public virtual POA_CORBA_Contained, public virtual POA_CORBA_IDLType { protected: POA_CORBA_ValueDef (void); public: POA_CORBA_ValueDef (const POA_CORBA_ValueDef& rhs); virtual ~POA_CORBA_ValueDef (void); virtual CORBA::Boolean _is_a ( const char* logical_type_id, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); virtual void* _downcast ( const char* logical_type_id ); static void _is_a_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _non_existent_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _interface_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void _dispatch ( TAO_ServerRequest &req, void *_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); ::CORBA_ValueDef *_this ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); virtual const char* _interface_repository_id (void) const; virtual CORBA_InterfaceDefSeq * supported_interfaces ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_supported_interfaces_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void supported_interfaces ( const CORBA_InterfaceDefSeq & supported_interfaces, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_supported_interfaces_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA_InitializerSeq * initializers ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_initializers_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void initializers ( const CORBA_InitializerSeq & initializers, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_initializers_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA_ValueDef_ptr base_value ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_base_value_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void base_value ( CORBA_ValueDef_ptr base_value, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_base_value_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA_ValueDefSeq * abstract_base_values ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_abstract_base_values_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void abstract_base_values ( const CORBA_ValueDefSeq & abstract_base_values, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_abstract_base_values_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA::Boolean is_abstract ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_is_abstract_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void is_abstract ( CORBA::Boolean is_abstract, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_is_abstract_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA::Boolean is_custom ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_is_custom_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void is_custom ( CORBA::Boolean is_custom, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_is_custom_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA::Boolean is_truncatable ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_is_truncatable_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void is_truncatable ( CORBA::Boolean is_truncatable, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_is_truncatable_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA::Boolean is_a ( const char * id, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void is_a_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA_ValueDef::FullValueDescription * describe_value ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void describe_value_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA_ValueMemberDef_ptr create_value_member ( const char * id, const char * name, const char * version, CORBA_IDLType_ptr type, CORBA::Visibility access, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void create_value_member_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA_AttributeDef_ptr create_attribute ( const char * id, const char * name, const char * version, CORBA_IDLType_ptr type, CORBA::AttributeMode mode, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void create_attribute_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual CORBA_OperationDef_ptr 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, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void create_operation_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void lookup_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void contents_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void lookup_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void describe_contents_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_module_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_constant_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_struct_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_union_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_enum_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_alias_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_interface_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_value_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_value_box_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_exception_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_native_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_abstract_interface_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void create_local_interface_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_id_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _set_id_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _set_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_version_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _set_version_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_defined_in_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_absolute_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_containing_repository_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void describe_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void move_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_type_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_def_kind_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void destroy_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); }; /////////////////////////////////////////////////////////////////////// // Strategized Proxy Broker Declaration // class _TAO_CORBA_ValueDef_Strategized_Proxy_Broker : public virtual ::_TAO_CORBA_ValueDef_Proxy_Broker { public: _TAO_CORBA_ValueDef_Strategized_Proxy_Broker (void); virtual ~_TAO_CORBA_ValueDef_Strategized_Proxy_Broker (void); virtual ::_TAO_CORBA_ValueDef_Proxy_Impl &select_proxy ( ::CORBA_ValueDef *object, CORBA_Environment &ACE_TRY_ENV ); private: // Helper methods that takes care to create the proxy // as soon as their use is necessary. void create_proxy ( int collocation_strategy, CORBA::Environment &ACE_TRY_ENV ); private: // Caches the proxy implementations. The proxy implementation // are totally stateless, and those can be shared by all the // instances of a given IDL interface type. ::_TAO_CORBA_ValueDef_Proxy_Impl *proxy_cache_[TAO_Collocation_Strategies::CS_LAST]; TAO_SYNCH_MUTEX mutex_; // This funxtion is used to get an handle to the unique instance // of the Strategized Proxy Broker that is available for a given // interface. public: static _TAO_CORBA_ValueDef_Strategized_Proxy_Broker *the_TAO_CORBA_ValueDef_Strategized_Proxy_Broker (void); }; // // End Strategized Proxy Broker Declaration /////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// // ThruPOA Impl. Declaration // class _TAO_CORBA_ValueDef_ThruPOA_Proxy_Impl : public virtual ::_TAO_CORBA_ValueDef_Proxy_Impl, public virtual TAO_ThruPOA_Object_Proxy_Impl, public virtual ::_TAO_CORBA_Container_ThruPOA_Proxy_Impl, public virtual ::_TAO_CORBA_Contained_ThruPOA_Proxy_Impl, public virtual ::_TAO_CORBA_IDLType_ThruPOA_Proxy_Impl { public: _TAO_CORBA_ValueDef_ThruPOA_Proxy_Impl (void); virtual ~_TAO_CORBA_ValueDef_ThruPOA_Proxy_Impl (void) { } virtual CORBA_InterfaceDefSeq * supported_interfaces ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void supported_interfaces ( CORBA_Object *_collocated_tao_target_, const CORBA_InterfaceDefSeq & supported_interfaces, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA_InitializerSeq * initializers ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void initializers ( CORBA_Object *_collocated_tao_target_, const CORBA_InitializerSeq & initializers, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA_ValueDef_ptr base_value ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void base_value ( CORBA_Object *_collocated_tao_target_, CORBA_ValueDef_ptr base_value, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA_ValueDefSeq * abstract_base_values ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void abstract_base_values ( CORBA_Object *_collocated_tao_target_, const CORBA_ValueDefSeq & abstract_base_values, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA::Boolean is_abstract ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void is_abstract ( CORBA_Object *_collocated_tao_target_, CORBA::Boolean is_abstract, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA::Boolean is_custom ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void is_custom ( CORBA_Object *_collocated_tao_target_, CORBA::Boolean is_custom, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA::Boolean is_truncatable ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void is_truncatable ( CORBA_Object *_collocated_tao_target_, CORBA::Boolean is_truncatable, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA::Boolean is_a ( CORBA_Object *_collocated_tao_target_, const char * id, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA_ValueDef::FullValueDescription * describe_value ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA_ValueMemberDef_ptr create_value_member ( CORBA_Object *_collocated_tao_target_, const char * id, const char * name, const char * version, CORBA_IDLType_ptr type, CORBA::Visibility access, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA_AttributeDef_ptr create_attribute ( CORBA_Object *_collocated_tao_target_, const char * id, const char * name, const char * version, CORBA_IDLType_ptr type, CORBA::AttributeMode mode, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual CORBA_OperationDef_ptr create_operation ( CORBA_Object *_collocated_tao_target_, 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, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); }; // // ThruPOA Proxy Impl. Declaration /////////////////////////////////////////////////////////////////////// class POA_CORBA_ValueBoxDef; typedef POA_CORBA_ValueBoxDef *POA_CORBA_ValueBoxDef_ptr; // Forward Classes Declaration class _TAO_CORBA_ValueBoxDef_ThruPOA_Proxy_Impl; class _TAO_CORBA_ValueBoxDef_Strategized_Proxy_Broker; class POA_CORBA_ValueBoxDef : public virtual POA_CORBA_TypedefDef { protected: POA_CORBA_ValueBoxDef (void); public: POA_CORBA_ValueBoxDef (const POA_CORBA_ValueBoxDef& rhs); virtual ~POA_CORBA_ValueBoxDef (void); virtual CORBA::Boolean _is_a ( const char* logical_type_id, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); virtual void* _downcast ( const char* logical_type_id ); static void _is_a_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _non_existent_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _interface_skel ( TAO_ServerRequest &req, void *obj, void *servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void _dispatch ( TAO_ServerRequest &req, void *_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); ::CORBA_ValueBoxDef *_this ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); virtual const char* _interface_repository_id (void) const; virtual CORBA_IDLType_ptr original_type_def ( CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _get_original_type_def_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); virtual void original_type_def ( CORBA_IDLType_ptr original_type_def, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) ACE_THROW_SPEC (( CORBA::SystemException )) = 0; static void _set_original_type_def_skel ( TAO_ServerRequest &_tao_req, void *_tao_obj, void *_tao_servant_upcall, CORBA::Environment &ACE_TRY_ENV ); static void _get_id_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _set_id_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _set_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_version_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _set_version_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_defined_in_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_absolute_name_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_containing_repository_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void describe_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void move_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_type_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void _get_def_kind_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); static void destroy_skel ( TAO_ServerRequest &req, void *obj, void *context, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ); }; /////////////////////////////////////////////////////////////////////// // Strategized Proxy Broker Declaration // class _TAO_CORBA_ValueBoxDef_Strategized_Proxy_Broker : public virtual ::_TAO_CORBA_ValueBoxDef_Proxy_Broker { public: _TAO_CORBA_ValueBoxDef_Strategized_Proxy_Broker (void); virtual ~_TAO_CORBA_ValueBoxDef_Strategized_Proxy_Broker (void); virtual ::_TAO_CORBA_ValueBoxDef_Proxy_Impl &select_proxy ( ::CORBA_ValueBoxDef *object, CORBA_Environment &ACE_TRY_ENV ); private: // Helper methods that takes care to create the proxy // as soon as their use is necessary. void create_proxy ( int collocation_strategy, CORBA::Environment &ACE_TRY_ENV ); private: // Caches the proxy implementations. The proxy implementation // are totally stateless, and those can be shared by all the // instances of a given IDL interface type. ::_TAO_CORBA_ValueBoxDef_Proxy_Impl *proxy_cache_[TAO_Collocation_Strategies::CS_LAST]; TAO_SYNCH_MUTEX mutex_; // This funxtion is used to get an handle to the unique instance // of the Strategized Proxy Broker that is available for a given // interface. public: static _TAO_CORBA_ValueBoxDef_Strategized_Proxy_Broker *the_TAO_CORBA_ValueBoxDef_Strategized_Proxy_Broker (void); }; // // End Strategized Proxy Broker Declaration /////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// // ThruPOA Impl. Declaration // class _TAO_CORBA_ValueBoxDef_ThruPOA_Proxy_Impl : public virtual ::_TAO_CORBA_ValueBoxDef_Proxy_Impl, public virtual TAO_ThruPOA_Object_Proxy_Impl, public virtual ::_TAO_CORBA_TypedefDef_ThruPOA_Proxy_Impl { public: _TAO_CORBA_ValueBoxDef_ThruPOA_Proxy_Impl (void); virtual ~_TAO_CORBA_ValueBoxDef_ThruPOA_Proxy_Impl (void) { } virtual CORBA_IDLType_ptr original_type_def ( CORBA_Object *_collocated_tao_target_, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); virtual void original_type_def ( CORBA_Object *_collocated_tao_target_, CORBA_IDLType_ptr original_type_def, CORBA::Environment &ACE_TRY_ENV ) ACE_THROW_SPEC (( CORBA::SystemException )); }; // // ThruPOA Proxy Impl. Declaration /////////////////////////////////////////////////////////////////////// #include "IFR_ExtendedS_T.h" #if defined (__ACE_INLINE__) #include "IFR_ExtendedS.i" #endif /* defined INLINE */ #if defined(_MSC_VER) && (_MSC_VER >= 1200) #pragma warning(pop) #endif /* _MSC_VER */ #if defined (__BORLANDC__) #pragma option pop #endif /* __BORLANDC__ */ #include "ace/post.h" #endif /* ifndef */