summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-19 15:02:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-19 15:02:13 +0000
commit6cd20c4e521ceda517fc8c62a6685a7605d78206 (patch)
treeee1e32d1676385fa929fb2e352f6e2a2bab1dae9 /TAO/orbsvcs
parent2907e9860e51b9e615cfc5e95e1c590da1cf13a4 (diff)
downloadATCD-6cd20c4e521ceda517fc8c62a6685a7605d78206.tar.gz
ChangeLogTag: Wed Jul 19 12:17:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.h414
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS_T.h276
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.h3254
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS_T.h2532
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.h2062
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.h1726
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.h804
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS_T.h656
8 files changed, 5862 insertions, 5862 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.h b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.h
index 7e6c7e3f67b..127a633dd20 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.h
@@ -31,7 +31,7 @@
#ifndef _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_BASES_H_
#define _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_BASES_H_
-#include /**/ "ace\pre.h"
+#include /**/ "ace/pro.h"
#include "tao/IFR_Client/IFR_BaseC.h"
#include "tao/orb_typesS.h"
@@ -54,109 +54,109 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace POA_CORBA
{
-
-
+
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class IRObject;
typedef IRObject *IRObject_ptr;
-
+
class IRObject
: public virtual PortableServer::ServantBase
{
protected:
IRObject (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::IRObject _stub_type;
typedef ::CORBA::IRObject_ptr _stub_ptr_type;
typedef ::CORBA::IRObject_var _stub_var_type;
-
+
IRObject (const IRObject& rhs);
virtual ~IRObject (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::IRObject *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_def_kind_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void destroy_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
@@ -164,101 +164,101 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class Contained;
typedef Contained *Contained_ptr;
-
+
class Contained
: public virtual POA_CORBA::IRObject
{
protected:
Contained (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::Contained _stub_type;
typedef ::CORBA::Contained_ptr _stub_ptr_type;
typedef ::CORBA::Contained_var _stub_var_type;
-
+
Contained (const Contained& rhs);
virtual ~Contained (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::Contained *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_id_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -266,34 +266,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_id_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_name_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -301,34 +301,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_name_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_version_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -336,85 +336,85 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_version_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_defined_in_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_absolute_name_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_containing_repository_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void describe_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -424,14 +424,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void move_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -439,96 +439,96 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class Container;
typedef Container *Container_ptr;
-
+
class Container
: public virtual POA_CORBA::IRObject
{
protected:
Container (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::Container _stub_type;
typedef ::CORBA::Container_ptr _stub_ptr_type;
typedef ::CORBA::Container_var _stub_var_type;
-
+
Container (const Container& rhs);
virtual ~Container (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::Container *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -536,17 +536,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void lookup_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -555,17 +555,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void contents_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -576,17 +576,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void lookup_name_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -596,17 +596,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void describe_contents_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -616,17 +616,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_module_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -638,17 +638,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_constant_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -659,17 +659,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_struct_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -681,17 +681,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_union_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -702,17 +702,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_enum_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -723,17 +723,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_alias_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -744,17 +744,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_interface_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -771,17 +771,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_value_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -792,17 +792,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_value_box_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -813,17 +813,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_exception_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -833,17 +833,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_native_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -854,17 +854,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_abstract_interface_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -875,17 +875,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_local_interface_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -902,14 +902,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_ext_value_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -917,110 +917,110 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class IDLType;
typedef IDLType *IDLType_ptr;
-
+
class IDLType
: public virtual POA_CORBA::IRObject
{
protected:
IDLType (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::IDLType _stub_type;
typedef ::CORBA::IDLType_ptr _stub_ptr_type;
typedef ::CORBA::IDLType_var _stub_var_type;
-
+
IDLType (const IDLType& rhs);
virtual ~IDLType (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::IDLType *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -1028,94 +1028,94 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class TypedefDef;
typedef TypedefDef *TypedefDef_ptr;
-
+
class TypedefDef
: public virtual POA_CORBA::Contained,
public virtual POA_CORBA::IDLType
{
protected:
TypedefDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::TypedefDef _stub_type;
typedef ::CORBA::TypedefDef_ptr _stub_ptr_type;
typedef ::CORBA::TypedefDef_var _stub_var_type;
-
+
TypedefDef (const TypedefDef& rhs);
virtual ~TypedefDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::TypedefDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -1123,18 +1123,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -1142,7 +1142,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -1150,7 +1150,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -1158,7 +1158,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -1166,7 +1166,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -1174,7 +1174,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -1182,7 +1182,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -1190,7 +1190,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -1198,7 +1198,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -1206,29 +1206,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -1243,7 +1243,7 @@ namespace POA_CORBA
} // module CORBA
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_codegen.cpp:1219
@@ -1256,6 +1256,6 @@ TAO_END_VERSIONED_NAMESPACE_DECL
#include "IFR_BaseS.inl"
#endif /* defined INLINE */
-#include /**/ "ace\post.h"
+#include /**/ "ace/post.h"
#endif /* ifndef */
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS_T.h b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS_T.h
index 4912df75026..46f2b30547e 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS_T.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS_T.h
@@ -31,21 +31,21 @@
#ifndef _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_BASES_T_H_
#define _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_BASES_T_H_
-#include /**/ "ace\pre.h"
+#include /**/ "ace/pro.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_visitor_root/root_sth.cpp:116
namespace POA_CORBA
{
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class IRObject_tie : public IRObject
@@ -64,7 +64,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~IRObject_tie (void);
// TIE specific functions
/// return the underlying object
@@ -76,46 +76,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
IRObject_tie (const IRObject_tie &);
void operator= (const IRObject_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class Contained_tie : public Contained
@@ -134,7 +134,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~Contained_tie (void);
// TIE specific functions
/// return the underlying object
@@ -146,46 +146,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -193,20 +193,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -214,20 +214,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -235,50 +235,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -288,20 +288,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
Contained_tie (const Contained_tie &);
void operator= (const Contained_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class Container_tie : public Container
@@ -320,7 +320,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~Container_tie (void);
// TIE specific functions
/// return the underlying object
@@ -332,36 +332,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -369,10 +369,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -381,10 +381,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -395,10 +395,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -408,10 +408,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -421,10 +421,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -436,10 +436,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -450,10 +450,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -465,10 +465,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -479,10 +479,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -493,10 +493,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -507,10 +507,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -527,10 +527,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -541,10 +541,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -555,10 +555,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -568,10 +568,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -582,10 +582,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -596,10 +596,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -616,20 +616,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
Container_tie (const Container_tie &);
void operator= (const Container_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class IDLType_tie : public IDLType
@@ -648,7 +648,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~IDLType_tie (void);
// TIE specific functions
/// return the underlying object
@@ -660,56 +660,56 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
IDLType_tie (const IDLType_tie &);
void operator= (const IDLType_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class TypedefDef_tie : public TypedefDef
@@ -728,7 +728,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~TypedefDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -740,46 +740,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -787,20 +787,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -808,20 +808,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -829,50 +829,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -882,29 +882,29 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
TypedefDef_tie (const TypedefDef_tie &);
void operator= (const TypedefDef_tie &);
};
} // module CORBA
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_codegen.cpp:1322
@@ -922,6 +922,6 @@ TAO_END_VERSIONED_NAMESPACE_DECL
#pragma implementation ("IFR_BaseS_T.cpp")
#endif /* defined REQUIRED PRAGMA */
-#include /**/ "ace\post.h"
+#include /**/ "ace/post.h"
#endif /* ifndef */
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.h b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.h
index 5aa7153234a..b8cfab71356 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.h
@@ -31,7 +31,7 @@
#ifndef _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_BASICS_H_
#define _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_BASICS_H_
-#include /**/ "ace\pre.h"
+#include /**/ "ace/pro.h"
#include "tao/IFR_Client/IFR_BasicC.h"
#include "orbsvcs/IFRService/IFR_BaseS.h"
@@ -54,85 +54,85 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace POA_CORBA
{
-
-
+
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class Repository;
typedef Repository *Repository_ptr;
-
+
class Repository
: public virtual POA_CORBA::Container
{
protected:
Repository (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::Repository _stub_type;
typedef ::CORBA::Repository_ptr _stub_ptr_type;
typedef ::CORBA::Repository_var _stub_var_type;
-
+
Repository (const Repository& rhs);
virtual ~Repository (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::Repository *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Contained_ptr lookup_id (
const char * search_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -140,17 +140,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void lookup_id_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr get_canonical_typecode (
::CORBA::TypeCode_ptr tc
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -158,17 +158,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void get_canonical_typecode_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::PrimitiveDef_ptr get_primitive (
::CORBA::PrimitiveKind kind
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -176,17 +176,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void get_primitive_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::StringDef_ptr create_string (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -194,17 +194,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_string_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::WstringDef_ptr create_wstring (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -212,17 +212,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_wstring_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::SequenceDef_ptr create_sequence (
::CORBA::ULong bound,
::CORBA::IDLType_ptr element_type
@@ -231,17 +231,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_sequence_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ArrayDef_ptr create_array (
::CORBA::ULong length,
::CORBA::IDLType_ptr element_type
@@ -250,17 +250,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_array_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::FixedDef_ptr create_fixed (
::CORBA::UShort digits,
::CORBA::Short scale
@@ -269,14 +269,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_fixed_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -284,292 +284,292 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ModuleDef;
typedef ModuleDef *ModuleDef_ptr;
-
+
class ModuleDef
: public virtual POA_CORBA::Container,
public virtual POA_CORBA::Contained
{
protected:
ModuleDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ModuleDef _stub_type;
typedef ::CORBA::ModuleDef_ptr _stub_ptr_type;
typedef ::CORBA::ModuleDef_var _stub_var_type;
-
+
ModuleDef (const ModuleDef& rhs);
virtual ~ModuleDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ModuleDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -577,216 +577,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -794,7 +794,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -802,7 +802,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -810,7 +810,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -818,7 +818,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -826,7 +826,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -834,7 +834,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -842,7 +842,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -850,7 +850,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -858,141 +858,141 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ConstantDef;
typedef ConstantDef *ConstantDef_ptr;
-
+
class ConstantDef
: public virtual POA_CORBA::Contained
{
protected:
ConstantDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ConstantDef _stub_type;
typedef ::CORBA::ConstantDef_ptr _stub_ptr_type;
typedef ::CORBA::ConstantDef_var _stub_var_type;
-
+
ConstantDef (const ConstantDef& rhs);
virtual ~ConstantDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ConstantDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::IDLType_ptr type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void type_def (
::CORBA::IDLType_ptr type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1000,34 +1000,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Any * value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_value_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void value (
const ::CORBA::Any & value
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1035,14 +1035,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_value_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -1050,18 +1050,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -1069,7 +1069,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -1077,7 +1077,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -1085,7 +1085,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -1093,7 +1093,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -1101,7 +1101,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -1109,7 +1109,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -1117,7 +1117,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -1125,7 +1125,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -1133,125 +1133,125 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class StructDef;
typedef StructDef *StructDef_ptr;
-
+
class StructDef
: public virtual POA_CORBA::TypedefDef,
public virtual POA_CORBA::Container
{
protected:
StructDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::StructDef _stub_type;
typedef ::CORBA::StructDef_ptr _stub_ptr_type;
typedef ::CORBA::StructDef_var _stub_var_type;
-
+
StructDef (const StructDef& rhs);
virtual ~StructDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::StructDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::StructMemberSeq * members (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_members_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void members (
const ::CORBA::StructMemberSeq & members
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1259,14 +1259,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_members_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -1274,18 +1274,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -1293,7 +1293,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -1301,7 +1301,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -1309,7 +1309,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -1317,7 +1317,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -1325,7 +1325,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -1333,7 +1333,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -1341,7 +1341,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -1349,7 +1349,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -1357,29 +1357,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -1387,318 +1387,318 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class UnionDef;
typedef UnionDef *UnionDef_ptr;
-
+
class UnionDef
: public virtual POA_CORBA::TypedefDef,
public virtual POA_CORBA::Container
{
protected:
UnionDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::UnionDef _stub_type;
typedef ::CORBA::UnionDef_ptr _stub_ptr_type;
typedef ::CORBA::UnionDef_var _stub_var_type;
-
+
UnionDef (const UnionDef& rhs);
virtual ~UnionDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::UnionDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr discriminator_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_discriminator_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::IDLType_ptr discriminator_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_discriminator_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void discriminator_type_def (
::CORBA::IDLType_ptr discriminator_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1706,34 +1706,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_discriminator_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::UnionMemberSeq * members (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_members_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void members (
const ::CORBA::UnionMemberSeq & members
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1741,14 +1741,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_members_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -1756,18 +1756,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -1775,7 +1775,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -1783,7 +1783,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -1791,7 +1791,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -1799,7 +1799,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -1807,7 +1807,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -1815,7 +1815,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -1823,7 +1823,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -1831,7 +1831,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -1839,29 +1839,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -1869,300 +1869,300 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class EnumDef;
typedef EnumDef *EnumDef_ptr;
-
+
class EnumDef
: public virtual POA_CORBA::TypedefDef
{
protected:
EnumDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::EnumDef _stub_type;
typedef ::CORBA::EnumDef_ptr _stub_ptr_type;
typedef ::CORBA::EnumDef_var _stub_var_type;
-
+
EnumDef (const EnumDef& rhs);
virtual ~EnumDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::EnumDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::EnumMemberSeq * members (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_members_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void members (
const ::CORBA::EnumMemberSeq & members
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2170,14 +2170,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_members_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2185,18 +2185,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -2204,7 +2204,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -2212,7 +2212,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -2220,7 +2220,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -2228,7 +2228,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -2236,7 +2236,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -2244,7 +2244,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -2252,7 +2252,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -2260,7 +2260,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -2268,29 +2268,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -2299,101 +2299,101 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class AliasDef;
typedef AliasDef *AliasDef_ptr;
-
+
class AliasDef
: public virtual POA_CORBA::TypedefDef
{
protected:
AliasDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::AliasDef _stub_type;
typedef ::CORBA::AliasDef_ptr _stub_ptr_type;
typedef ::CORBA::AliasDef_var _stub_var_type;
-
+
AliasDef (const AliasDef& rhs);
virtual ~AliasDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::AliasDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::IDLType_ptr original_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_original_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void original_type_def (
::CORBA::IDLType_ptr original_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2401,14 +2401,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_original_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2416,18 +2416,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -2435,7 +2435,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -2443,7 +2443,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -2451,7 +2451,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -2459,7 +2459,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -2467,7 +2467,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -2475,7 +2475,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -2483,7 +2483,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -2491,7 +2491,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -2499,29 +2499,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -2530,81 +2530,81 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class NativeDef;
typedef NativeDef *NativeDef_ptr;
-
+
class NativeDef
: public virtual POA_CORBA::TypedefDef
{
protected:
NativeDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::NativeDef _stub_type;
typedef ::CORBA::NativeDef_ptr _stub_ptr_type;
typedef ::CORBA::NativeDef_var _stub_var_type;
-
+
NativeDef (const NativeDef& rhs);
virtual ~NativeDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::NativeDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2612,18 +2612,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -2631,7 +2631,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -2639,7 +2639,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -2647,7 +2647,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -2655,7 +2655,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -2663,7 +2663,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -2671,7 +2671,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -2679,7 +2679,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -2687,7 +2687,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -2695,29 +2695,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -2726,98 +2726,98 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class PrimitiveDef;
typedef PrimitiveDef *PrimitiveDef_ptr;
-
+
class PrimitiveDef
: public virtual POA_CORBA::IDLType
{
protected:
PrimitiveDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::PrimitiveDef _stub_type;
typedef ::CORBA::PrimitiveDef_ptr _stub_ptr_type;
typedef ::CORBA::PrimitiveDef_var _stub_var_type;
-
+
PrimitiveDef (const PrimitiveDef& rhs);
virtual ~PrimitiveDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::PrimitiveDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::PrimitiveKind kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_kind_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2825,18 +2825,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -2845,101 +2845,101 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class StringDef;
typedef StringDef *StringDef_ptr;
-
+
class StringDef
: public virtual POA_CORBA::IDLType
{
protected:
StringDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::StringDef _stub_type;
typedef ::CORBA::StringDef_ptr _stub_ptr_type;
typedef ::CORBA::StringDef_var _stub_var_type;
-
+
StringDef (const StringDef& rhs);
virtual ~StringDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::StringDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ULong bound (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_bound_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void bound (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2947,14 +2947,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_bound_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2962,18 +2962,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -2982,101 +2982,101 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class WstringDef;
typedef WstringDef *WstringDef_ptr;
-
+
class WstringDef
: public virtual POA_CORBA::IDLType
{
protected:
WstringDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::WstringDef _stub_type;
typedef ::CORBA::WstringDef_ptr _stub_ptr_type;
typedef ::CORBA::WstringDef_var _stub_var_type;
-
+
WstringDef (const WstringDef& rhs);
virtual ~WstringDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::WstringDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ULong bound (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_bound_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void bound (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3084,14 +3084,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_bound_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -3099,18 +3099,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -3119,101 +3119,101 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class SequenceDef;
typedef SequenceDef *SequenceDef_ptr;
-
+
class SequenceDef
: public virtual POA_CORBA::IDLType
{
protected:
SequenceDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::SequenceDef _stub_type;
typedef ::CORBA::SequenceDef_ptr _stub_ptr_type;
typedef ::CORBA::SequenceDef_var _stub_var_type;
-
+
SequenceDef (const SequenceDef& rhs);
virtual ~SequenceDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::SequenceDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ULong bound (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_bound_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void bound (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3221,51 +3221,51 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_bound_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr element_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_element_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::IDLType_ptr element_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_element_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void element_type_def (
::CORBA::IDLType_ptr element_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3273,14 +3273,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_element_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -3288,18 +3288,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -3308,101 +3308,101 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ArrayDef;
typedef ArrayDef *ArrayDef_ptr;
-
+
class ArrayDef
: public virtual POA_CORBA::IDLType
{
protected:
ArrayDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ArrayDef _stub_type;
typedef ::CORBA::ArrayDef_ptr _stub_ptr_type;
typedef ::CORBA::ArrayDef_var _stub_var_type;
-
+
ArrayDef (const ArrayDef& rhs);
virtual ~ArrayDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ArrayDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ULong length (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_length_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void length (
::CORBA::ULong length
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3410,51 +3410,51 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_length_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr element_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_element_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::IDLType_ptr element_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_element_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void element_type_def (
::CORBA::IDLType_ptr element_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3462,14 +3462,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_element_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -3477,18 +3477,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -3497,119 +3497,119 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ExceptionDef;
typedef ExceptionDef *ExceptionDef_ptr;
-
+
class ExceptionDef
: public virtual POA_CORBA::Contained,
public virtual POA_CORBA::Container
{
protected:
ExceptionDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ExceptionDef _stub_type;
typedef ::CORBA::ExceptionDef_ptr _stub_ptr_type;
typedef ::CORBA::ExceptionDef_var _stub_var_type;
-
+
ExceptionDef (const ExceptionDef& rhs);
virtual ~ExceptionDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ExceptionDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::StructMemberSeq * members (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_members_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void members (
const ::CORBA::StructMemberSeq & members
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3617,14 +3617,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_members_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -3632,18 +3632,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -3651,7 +3651,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -3659,7 +3659,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -3667,7 +3667,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -3675,7 +3675,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -3683,7 +3683,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -3691,7 +3691,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -3699,7 +3699,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -3707,7 +3707,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -3715,339 +3715,339 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class AttributeDef;
typedef AttributeDef *AttributeDef_ptr;
-
+
class AttributeDef
: public virtual POA_CORBA::Contained
{
protected:
AttributeDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::AttributeDef _stub_type;
typedef ::CORBA::AttributeDef_ptr _stub_ptr_type;
typedef ::CORBA::AttributeDef_var _stub_var_type;
-
+
AttributeDef (const AttributeDef& rhs);
virtual ~AttributeDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::AttributeDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::IDLType_ptr type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void type_def (
::CORBA::IDLType_ptr type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4055,34 +4055,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::AttributeMode mode (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_mode_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void mode (
::CORBA::AttributeMode mode
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4090,14 +4090,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_mode_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -4105,18 +4105,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -4124,7 +4124,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -4132,7 +4132,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -4140,7 +4140,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -4148,7 +4148,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -4156,7 +4156,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -4164,7 +4164,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -4172,7 +4172,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -4180,7 +4180,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -4188,124 +4188,124 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ExtAttributeDef;
typedef ExtAttributeDef *ExtAttributeDef_ptr;
-
+
class ExtAttributeDef
: public virtual POA_CORBA::AttributeDef
{
protected:
ExtAttributeDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ExtAttributeDef _stub_type;
typedef ::CORBA::ExtAttributeDef_ptr _stub_ptr_type;
typedef ::CORBA::ExtAttributeDef_var _stub_var_type;
-
+
ExtAttributeDef (const ExtAttributeDef& rhs);
virtual ~ExtAttributeDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ExtAttributeDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExcDescriptionSeq * get_exceptions (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_get_exceptions_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void get_exceptions (
const ::CORBA::ExcDescriptionSeq & get_exceptions
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4313,34 +4313,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_get_exceptions_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExcDescriptionSeq * set_exceptions (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_set_exceptions_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void set_exceptions (
const ::CORBA::ExcDescriptionSeq & set_exceptions
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4348,31 +4348,31 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_set_exceptions_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExtAttributeDescription * describe_attribute (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void describe_attribute_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -4380,18 +4380,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -4399,7 +4399,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -4407,7 +4407,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -4415,7 +4415,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -4423,7 +4423,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -4431,7 +4431,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -4439,7 +4439,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -4447,7 +4447,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -4455,7 +4455,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -4463,29 +4463,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -4493,7 +4493,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_def_skel (
TAO_ServerRequest & server_request,
@@ -4501,7 +4501,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_type_def_skel (
TAO_ServerRequest & server_request,
@@ -4509,7 +4509,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_mode_skel (
TAO_ServerRequest & server_request,
@@ -4517,7 +4517,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_mode_skel (
TAO_ServerRequest & server_request,
@@ -4526,118 +4526,118 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class OperationDef;
typedef OperationDef *OperationDef_ptr;
-
+
class OperationDef
: public virtual POA_CORBA::Contained
{
protected:
OperationDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::OperationDef _stub_type;
typedef ::CORBA::OperationDef_ptr _stub_ptr_type;
typedef ::CORBA::OperationDef_var _stub_var_type;
-
+
OperationDef (const OperationDef& rhs);
virtual ~OperationDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::OperationDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr result (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_result_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::IDLType_ptr result_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_result_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void result_def (
::CORBA::IDLType_ptr result_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4645,34 +4645,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_result_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ParDescriptionSeq * params (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_params_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void params (
const ::CORBA::ParDescriptionSeq & params
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4680,34 +4680,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_params_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::OperationMode mode (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_mode_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void mode (
::CORBA::OperationMode mode
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4715,34 +4715,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_mode_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ContextIdSeq * contexts (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_contexts_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void contexts (
const ::CORBA::ContextIdSeq & contexts
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4750,34 +4750,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_contexts_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExceptionDefSeq * exceptions (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_exceptions_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void exceptions (
const ::CORBA::ExceptionDefSeq & exceptions
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4785,14 +4785,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_exceptions_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -4800,18 +4800,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -4819,7 +4819,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -4827,7 +4827,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -4835,7 +4835,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -4843,7 +4843,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -4851,7 +4851,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -4859,7 +4859,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -4867,7 +4867,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -4875,7 +4875,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -4883,36 +4883,36 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class InterfaceDef;
typedef InterfaceDef *InterfaceDef_ptr;
-
+
class InterfaceDef
: public virtual POA_CORBA::Container,
public virtual POA_CORBA::Contained,
@@ -4920,89 +4920,89 @@ namespace POA_CORBA
{
protected:
InterfaceDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::InterfaceDef _stub_type;
typedef ::CORBA::InterfaceDef_ptr _stub_ptr_type;
typedef ::CORBA::InterfaceDef_var _stub_var_type;
-
+
InterfaceDef (const InterfaceDef& rhs);
virtual ~InterfaceDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::InterfaceDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InterfaceDefSeq * base_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_base_interfaces_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void base_interfaces (
const ::CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5010,17 +5010,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_base_interfaces_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Boolean is_a (
const char * interface_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5028,34 +5028,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void is_a_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void describe_interface_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -5067,17 +5067,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_attribute_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -5092,14 +5092,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_operation_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -5107,216 +5107,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -5324,7 +5324,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -5332,7 +5332,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -5340,7 +5340,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -5348,7 +5348,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -5356,7 +5356,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -5364,7 +5364,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -5372,7 +5372,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -5380,7 +5380,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -5388,29 +5388,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -5419,101 +5419,101 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class InterfaceAttrExtension;
typedef InterfaceAttrExtension *InterfaceAttrExtension_ptr;
-
+
class InterfaceAttrExtension
: public virtual PortableServer::ServantBase
{
protected:
InterfaceAttrExtension (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::InterfaceAttrExtension _stub_type;
typedef ::CORBA::InterfaceAttrExtension_ptr _stub_ptr_type;
typedef ::CORBA::InterfaceAttrExtension_var _stub_var_type;
-
+
InterfaceAttrExtension (const InterfaceAttrExtension& rhs);
virtual ~InterfaceAttrExtension (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::InterfaceAttrExtension *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * describe_ext_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void describe_ext_interface_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -5527,7 +5527,7 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_ext_attribute_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
@@ -5535,82 +5535,82 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ExtInterfaceDef;
typedef ExtInterfaceDef *ExtInterfaceDef_ptr;
-
+
class ExtInterfaceDef
: public virtual POA_CORBA::InterfaceDef,
public virtual POA_CORBA::InterfaceAttrExtension
{
protected:
ExtInterfaceDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ExtInterfaceDef _stub_type;
typedef ::CORBA::ExtInterfaceDef_ptr _stub_ptr_type;
typedef ::CORBA::ExtInterfaceDef_var _stub_var_type;
-
+
ExtInterfaceDef (const ExtInterfaceDef& rhs);
virtual ~ExtInterfaceDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ExtInterfaceDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -5618,216 +5618,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -5835,7 +5835,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -5843,7 +5843,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -5851,7 +5851,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -5859,7 +5859,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -5867,7 +5867,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -5875,7 +5875,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -5883,7 +5883,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -5891,7 +5891,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -5899,29 +5899,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -5929,7 +5929,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -5937,7 +5937,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -5945,148 +5945,148 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_operation_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_ext_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class AbstractInterfaceDef;
typedef AbstractInterfaceDef *AbstractInterfaceDef_ptr;
-
+
class AbstractInterfaceDef
: public virtual POA_CORBA::InterfaceDef
{
protected:
AbstractInterfaceDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::AbstractInterfaceDef _stub_type;
typedef ::CORBA::AbstractInterfaceDef_ptr _stub_ptr_type;
typedef ::CORBA::AbstractInterfaceDef_var _stub_var_type;
-
+
AbstractInterfaceDef (const AbstractInterfaceDef& rhs);
virtual ~AbstractInterfaceDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::AbstractInterfaceDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -6094,216 +6094,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -6311,7 +6311,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -6319,7 +6319,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -6327,7 +6327,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -6335,7 +6335,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -6343,7 +6343,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -6351,7 +6351,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -6359,7 +6359,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -6367,7 +6367,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -6375,29 +6375,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -6405,7 +6405,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -6413,7 +6413,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -6421,127 +6421,127 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_operation_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ExtAbstractInterfaceDef;
typedef ExtAbstractInterfaceDef *ExtAbstractInterfaceDef_ptr;
-
+
class ExtAbstractInterfaceDef
: public virtual POA_CORBA::AbstractInterfaceDef,
public virtual POA_CORBA::InterfaceAttrExtension
{
protected:
ExtAbstractInterfaceDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ExtAbstractInterfaceDef _stub_type;
typedef ::CORBA::ExtAbstractInterfaceDef_ptr _stub_ptr_type;
typedef ::CORBA::ExtAbstractInterfaceDef_var _stub_var_type;
-
+
ExtAbstractInterfaceDef (const ExtAbstractInterfaceDef& rhs);
virtual ~ExtAbstractInterfaceDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ExtAbstractInterfaceDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -6549,216 +6549,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -6766,7 +6766,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -6774,7 +6774,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -6782,7 +6782,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -6790,7 +6790,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -6798,7 +6798,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -6806,7 +6806,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -6814,7 +6814,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -6822,7 +6822,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -6830,29 +6830,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -6860,7 +6860,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -6868,7 +6868,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -6876,148 +6876,148 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_operation_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_ext_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class LocalInterfaceDef;
typedef LocalInterfaceDef *LocalInterfaceDef_ptr;
-
+
class LocalInterfaceDef
: public virtual POA_CORBA::InterfaceDef
{
protected:
LocalInterfaceDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::LocalInterfaceDef _stub_type;
typedef ::CORBA::LocalInterfaceDef_ptr _stub_ptr_type;
typedef ::CORBA::LocalInterfaceDef_var _stub_var_type;
-
+
LocalInterfaceDef (const LocalInterfaceDef& rhs);
virtual ~LocalInterfaceDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::LocalInterfaceDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -7025,216 +7025,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -7242,7 +7242,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -7250,7 +7250,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -7258,7 +7258,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -7266,7 +7266,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -7274,7 +7274,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -7282,7 +7282,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -7290,7 +7290,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -7298,7 +7298,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -7306,29 +7306,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -7336,7 +7336,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -7344,7 +7344,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -7352,127 +7352,127 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_operation_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ExtLocalInterfaceDef;
typedef ExtLocalInterfaceDef *ExtLocalInterfaceDef_ptr;
-
+
class ExtLocalInterfaceDef
: public virtual POA_CORBA::LocalInterfaceDef,
public virtual POA_CORBA::InterfaceAttrExtension
{
protected:
ExtLocalInterfaceDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ExtLocalInterfaceDef _stub_type;
typedef ::CORBA::ExtLocalInterfaceDef_ptr _stub_ptr_type;
typedef ::CORBA::ExtLocalInterfaceDef_var _stub_var_type;
-
+
ExtLocalInterfaceDef (const ExtLocalInterfaceDef& rhs);
virtual ~ExtLocalInterfaceDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ExtLocalInterfaceDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -7480,216 +7480,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -7697,7 +7697,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -7705,7 +7705,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -7713,7 +7713,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -7721,7 +7721,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -7729,7 +7729,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -7737,7 +7737,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -7745,7 +7745,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -7753,7 +7753,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -7761,29 +7761,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -7791,7 +7791,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -7799,7 +7799,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -7807,68 +7807,68 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_operation_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_ext_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7880,7 +7880,7 @@ namespace POA_CORBA
} // module CORBA
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_codegen.cpp:1219
@@ -7893,6 +7893,6 @@ TAO_END_VERSIONED_NAMESPACE_DECL
#include "IFR_BasicS.inl"
#endif /* defined INLINE */
-#include /**/ "ace\post.h"
+#include /**/ "ace/post.h"
#endif /* ifndef */
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS_T.h b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS_T.h
index 68f90907700..f46ab8b6b82 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS_T.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS_T.h
@@ -31,21 +31,21 @@
#ifndef _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_BASICS_T_H_
#define _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_BASICS_T_H_
-#include /**/ "ace\pre.h"
+#include /**/ "ace/pro.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_visitor_root/root_sth.cpp:116
namespace POA_CORBA
{
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class Repository_tie : public Repository
@@ -64,7 +64,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~Repository_tie (void);
// TIE specific functions
/// return the underlying object
@@ -76,36 +76,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -113,10 +113,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -125,10 +125,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -139,10 +139,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -152,10 +152,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -165,10 +165,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -180,10 +180,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -194,10 +194,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -209,10 +209,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -223,10 +223,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -237,10 +237,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -251,10 +251,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -271,10 +271,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -285,10 +285,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -299,10 +299,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -312,10 +312,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -326,10 +326,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -340,10 +340,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -360,10 +360,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup_id (
const char * search_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -371,10 +371,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr get_canonical_typecode (
::CORBA::TypeCode_ptr tc
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -382,10 +382,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::PrimitiveDef_ptr get_primitive (
::CORBA::PrimitiveKind kind
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -393,10 +393,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StringDef_ptr create_string (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -404,10 +404,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::WstringDef_ptr create_wstring (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -415,10 +415,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::SequenceDef_ptr create_sequence (
::CORBA::ULong bound,
::CORBA::IDLType_ptr element_type
@@ -427,10 +427,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ArrayDef_ptr create_array (
::CORBA::ULong length,
::CORBA::IDLType_ptr element_type
@@ -439,10 +439,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::FixedDef_ptr create_fixed (
::CORBA::UShort digits,
::CORBA::Short scale
@@ -451,20 +451,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
Repository_tie (const Repository_tie &);
void operator= (const Repository_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ModuleDef_tie : public ModuleDef
@@ -483,7 +483,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ModuleDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -495,36 +495,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -532,10 +532,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -544,10 +544,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -558,10 +558,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -571,10 +571,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -584,10 +584,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -599,10 +599,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -613,10 +613,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -628,10 +628,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -642,10 +642,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -656,10 +656,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -670,10 +670,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -690,10 +690,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -704,10 +704,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -718,10 +718,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -731,10 +731,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -745,10 +745,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -759,10 +759,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -779,20 +779,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -800,20 +800,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -821,20 +821,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -842,50 +842,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -895,20 +895,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ModuleDef_tie (const ModuleDef_tie &);
void operator= (const ModuleDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ConstantDef_tie : public ConstantDef
@@ -927,7 +927,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ConstantDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -939,46 +939,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -986,20 +986,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1007,20 +1007,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1028,50 +1028,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -1081,30 +1081,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void type_def (
::CORBA::IDLType_ptr type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1112,20 +1112,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Any * value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void value (
const ::CORBA::Any & value
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1133,20 +1133,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ConstantDef_tie (const ConstantDef_tie &);
void operator= (const ConstantDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class StructDef_tie : public StructDef
@@ -1165,7 +1165,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~StructDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -1177,46 +1177,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1224,20 +1224,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1245,20 +1245,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1266,50 +1266,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -1319,20 +1319,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1340,10 +1340,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -1352,10 +1352,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -1366,10 +1366,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -1379,10 +1379,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -1392,10 +1392,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -1407,10 +1407,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -1421,10 +1421,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -1436,10 +1436,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -1450,10 +1450,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -1464,10 +1464,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -1478,10 +1478,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -1498,10 +1498,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -1512,10 +1512,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -1526,10 +1526,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -1539,10 +1539,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -1553,10 +1553,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -1567,10 +1567,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -1587,20 +1587,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructMemberSeq * members (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void members (
const ::CORBA::StructMemberSeq & members
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1608,20 +1608,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
StructDef_tie (const StructDef_tie &);
void operator= (const StructDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class UnionDef_tie : public UnionDef
@@ -1640,7 +1640,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~UnionDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -1652,46 +1652,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1699,20 +1699,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1720,20 +1720,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1741,50 +1741,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -1794,20 +1794,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1815,10 +1815,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -1827,10 +1827,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -1841,10 +1841,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -1854,10 +1854,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -1867,10 +1867,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -1882,10 +1882,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -1896,10 +1896,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -1911,10 +1911,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -1925,10 +1925,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -1939,10 +1939,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -1953,10 +1953,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -1973,10 +1973,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -1987,10 +1987,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -2001,10 +2001,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -2014,10 +2014,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -2028,10 +2028,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -2042,10 +2042,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -2062,30 +2062,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr discriminator_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr discriminator_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void discriminator_type_def (
::CORBA::IDLType_ptr discriminator_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2093,20 +2093,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionMemberSeq * members (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void members (
const ::CORBA::UnionMemberSeq & members
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2114,20 +2114,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
UnionDef_tie (const UnionDef_tie &);
void operator= (const UnionDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class EnumDef_tie : public EnumDef
@@ -2146,7 +2146,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~EnumDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2158,46 +2158,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2205,20 +2205,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2226,20 +2226,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2247,50 +2247,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -2300,30 +2300,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumMemberSeq * members (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void members (
const ::CORBA::EnumMemberSeq & members
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2331,20 +2331,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
EnumDef_tie (const EnumDef_tie &);
void operator= (const EnumDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class AliasDef_tie : public AliasDef
@@ -2363,7 +2363,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~AliasDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2375,46 +2375,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2422,20 +2422,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2443,20 +2443,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2464,50 +2464,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -2517,30 +2517,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr original_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void original_type_def (
::CORBA::IDLType_ptr original_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2548,20 +2548,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
AliasDef_tie (const AliasDef_tie &);
void operator= (const AliasDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class NativeDef_tie : public NativeDef
@@ -2580,7 +2580,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~NativeDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2592,46 +2592,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2639,20 +2639,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2660,20 +2660,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2681,50 +2681,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -2734,30 +2734,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
NativeDef_tie (const NativeDef_tie &);
void operator= (const NativeDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class PrimitiveDef_tie : public PrimitiveDef
@@ -2776,7 +2776,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~PrimitiveDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2788,66 +2788,66 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::PrimitiveKind kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
PrimitiveDef_tie (const PrimitiveDef_tie &);
void operator= (const PrimitiveDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class StringDef_tie : public StringDef
@@ -2866,7 +2866,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~StringDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2878,56 +2878,56 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ULong bound (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void bound (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2935,20 +2935,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
StringDef_tie (const StringDef_tie &);
void operator= (const StringDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class WstringDef_tie : public WstringDef
@@ -2967,7 +2967,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~WstringDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2979,56 +2979,56 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ULong bound (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void bound (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3036,20 +3036,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
WstringDef_tie (const WstringDef_tie &);
void operator= (const WstringDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class SequenceDef_tie : public SequenceDef
@@ -3068,7 +3068,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~SequenceDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -3080,56 +3080,56 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ULong bound (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void bound (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3137,30 +3137,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr element_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr element_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void element_type_def (
::CORBA::IDLType_ptr element_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3168,20 +3168,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
SequenceDef_tie (const SequenceDef_tie &);
void operator= (const SequenceDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ArrayDef_tie : public ArrayDef
@@ -3200,7 +3200,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ArrayDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -3212,56 +3212,56 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ULong length (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void length (
::CORBA::ULong length
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3269,30 +3269,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr element_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr element_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void element_type_def (
::CORBA::IDLType_ptr element_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3300,20 +3300,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ArrayDef_tie (const ArrayDef_tie &);
void operator= (const ArrayDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ExceptionDef_tie : public ExceptionDef
@@ -3332,7 +3332,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ExceptionDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -3344,46 +3344,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3391,20 +3391,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3412,20 +3412,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3433,50 +3433,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -3486,10 +3486,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3497,10 +3497,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -3509,10 +3509,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -3523,10 +3523,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -3536,10 +3536,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -3549,10 +3549,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -3564,10 +3564,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -3578,10 +3578,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -3593,10 +3593,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -3607,10 +3607,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -3621,10 +3621,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -3635,10 +3635,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -3655,10 +3655,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -3669,10 +3669,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -3683,10 +3683,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -3696,10 +3696,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -3710,10 +3710,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -3724,10 +3724,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -3744,30 +3744,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructMemberSeq * members (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void members (
const ::CORBA::StructMemberSeq & members
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3775,20 +3775,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ExceptionDef_tie (const ExceptionDef_tie &);
void operator= (const ExceptionDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class AttributeDef_tie : public AttributeDef
@@ -3807,7 +3807,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~AttributeDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -3819,46 +3819,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3866,20 +3866,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3887,20 +3887,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3908,50 +3908,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -3961,30 +3961,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void type_def (
::CORBA::IDLType_ptr type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3992,20 +3992,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeMode mode (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void mode (
::CORBA::AttributeMode mode
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4013,20 +4013,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
AttributeDef_tie (const AttributeDef_tie &);
void operator= (const AttributeDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ExtAttributeDef_tie : public ExtAttributeDef
@@ -4045,7 +4045,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ExtAttributeDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -4057,46 +4057,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4104,20 +4104,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4125,20 +4125,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4146,50 +4146,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -4199,30 +4199,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void type_def (
::CORBA::IDLType_ptr type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4230,20 +4230,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeMode mode (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void mode (
::CORBA::AttributeMode mode
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4251,20 +4251,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExcDescriptionSeq * get_exceptions (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void get_exceptions (
const ::CORBA::ExcDescriptionSeq & get_exceptions
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4272,20 +4272,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExcDescriptionSeq * set_exceptions (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void set_exceptions (
const ::CORBA::ExcDescriptionSeq & set_exceptions
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4293,30 +4293,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtAttributeDescription * describe_attribute (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ExtAttributeDef_tie (const ExtAttributeDef_tie &);
void operator= (const ExtAttributeDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class OperationDef_tie : public OperationDef
@@ -4335,7 +4335,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~OperationDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -4347,46 +4347,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4394,20 +4394,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4415,20 +4415,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4436,50 +4436,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -4489,30 +4489,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr result (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr result_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void result_def (
::CORBA::IDLType_ptr result_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4520,20 +4520,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ParDescriptionSeq * params (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void params (
const ::CORBA::ParDescriptionSeq & params
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4541,20 +4541,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationMode mode (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void mode (
::CORBA::OperationMode mode
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4562,20 +4562,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContextIdSeq * contexts (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void contexts (
const ::CORBA::ContextIdSeq & contexts
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4583,20 +4583,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDefSeq * exceptions (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void exceptions (
const ::CORBA::ExceptionDefSeq & exceptions
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4604,20 +4604,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
OperationDef_tie (const OperationDef_tie &);
void operator= (const OperationDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class InterfaceDef_tie : public InterfaceDef
@@ -4636,7 +4636,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~InterfaceDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -4648,36 +4648,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4685,10 +4685,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -4697,10 +4697,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -4711,10 +4711,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -4724,10 +4724,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -4737,10 +4737,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -4752,10 +4752,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -4766,10 +4766,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -4781,10 +4781,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -4795,10 +4795,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -4809,10 +4809,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -4823,10 +4823,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -4843,10 +4843,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -4857,10 +4857,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -4871,10 +4871,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -4884,10 +4884,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -4898,10 +4898,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -4912,10 +4912,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -4932,20 +4932,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4953,20 +4953,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4974,20 +4974,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4995,50 +4995,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -5048,30 +5048,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * base_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_interfaces (
const ::CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5079,10 +5079,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * interface_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5090,20 +5090,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -5115,10 +5115,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -5133,20 +5133,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
InterfaceDef_tie (const InterfaceDef_tie &);
void operator= (const InterfaceDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class InterfaceAttrExtension_tie : public InterfaceAttrExtension
@@ -5165,7 +5165,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~InterfaceAttrExtension_tie (void);
// TIE specific functions
/// return the underlying object
@@ -5177,26 +5177,26 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * describe_ext_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -5210,20 +5210,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
InterfaceAttrExtension_tie (const InterfaceAttrExtension_tie &);
void operator= (const InterfaceAttrExtension_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ExtInterfaceDef_tie : public ExtInterfaceDef
@@ -5242,7 +5242,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ExtInterfaceDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -5254,36 +5254,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5291,10 +5291,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -5303,10 +5303,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -5317,10 +5317,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -5330,10 +5330,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -5343,10 +5343,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -5358,10 +5358,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -5372,10 +5372,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -5387,10 +5387,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -5401,10 +5401,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -5415,10 +5415,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -5429,10 +5429,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -5449,10 +5449,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -5463,10 +5463,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -5477,10 +5477,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -5490,10 +5490,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -5504,10 +5504,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -5518,10 +5518,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -5538,20 +5538,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5559,20 +5559,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5580,20 +5580,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5601,50 +5601,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -5654,30 +5654,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * base_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_interfaces (
const ::CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5685,10 +5685,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * interface_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5696,20 +5696,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -5721,10 +5721,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -5739,20 +5739,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * describe_ext_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -5766,20 +5766,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ExtInterfaceDef_tie (const ExtInterfaceDef_tie &);
void operator= (const ExtInterfaceDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class AbstractInterfaceDef_tie : public AbstractInterfaceDef
@@ -5798,7 +5798,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~AbstractInterfaceDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -5810,36 +5810,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5847,10 +5847,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -5859,10 +5859,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -5873,10 +5873,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -5886,10 +5886,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -5899,10 +5899,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -5914,10 +5914,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -5928,10 +5928,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -5943,10 +5943,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -5957,10 +5957,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -5971,10 +5971,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -5985,10 +5985,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -6005,10 +6005,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -6019,10 +6019,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -6033,10 +6033,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -6046,10 +6046,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -6060,10 +6060,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -6074,10 +6074,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -6094,20 +6094,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6115,20 +6115,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6136,20 +6136,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6157,50 +6157,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -6210,30 +6210,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * base_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_interfaces (
const ::CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6241,10 +6241,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * interface_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6252,20 +6252,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -6277,10 +6277,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -6295,20 +6295,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
AbstractInterfaceDef_tie (const AbstractInterfaceDef_tie &);
void operator= (const AbstractInterfaceDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ExtAbstractInterfaceDef_tie : public ExtAbstractInterfaceDef
@@ -6327,7 +6327,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ExtAbstractInterfaceDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -6339,36 +6339,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6376,10 +6376,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -6388,10 +6388,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -6402,10 +6402,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -6415,10 +6415,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -6428,10 +6428,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -6443,10 +6443,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -6457,10 +6457,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -6472,10 +6472,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -6486,10 +6486,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -6500,10 +6500,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -6514,10 +6514,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -6534,10 +6534,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -6548,10 +6548,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -6562,10 +6562,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -6575,10 +6575,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -6589,10 +6589,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -6603,10 +6603,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -6623,20 +6623,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6644,20 +6644,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6665,20 +6665,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6686,50 +6686,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -6739,30 +6739,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * base_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_interfaces (
const ::CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6770,10 +6770,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * interface_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6781,20 +6781,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -6806,10 +6806,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -6824,20 +6824,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * describe_ext_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -6851,20 +6851,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ExtAbstractInterfaceDef_tie (const ExtAbstractInterfaceDef_tie &);
void operator= (const ExtAbstractInterfaceDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class LocalInterfaceDef_tie : public LocalInterfaceDef
@@ -6883,7 +6883,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~LocalInterfaceDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -6895,36 +6895,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -6932,10 +6932,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -6944,10 +6944,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -6958,10 +6958,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -6971,10 +6971,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -6984,10 +6984,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -6999,10 +6999,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -7013,10 +7013,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -7028,10 +7028,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -7042,10 +7042,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -7056,10 +7056,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -7070,10 +7070,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -7090,10 +7090,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -7104,10 +7104,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -7118,10 +7118,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -7131,10 +7131,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -7145,10 +7145,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -7159,10 +7159,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -7179,20 +7179,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7200,20 +7200,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7221,20 +7221,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7242,50 +7242,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -7295,30 +7295,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * base_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_interfaces (
const ::CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7326,10 +7326,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * interface_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7337,20 +7337,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -7362,10 +7362,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -7380,20 +7380,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
LocalInterfaceDef_tie (const LocalInterfaceDef_tie &);
void operator= (const LocalInterfaceDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ExtLocalInterfaceDef_tie : public ExtLocalInterfaceDef
@@ -7412,7 +7412,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ExtLocalInterfaceDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -7424,36 +7424,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7461,10 +7461,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -7473,10 +7473,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -7487,10 +7487,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -7500,10 +7500,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -7513,10 +7513,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -7528,10 +7528,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -7542,10 +7542,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -7557,10 +7557,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -7571,10 +7571,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -7585,10 +7585,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -7599,10 +7599,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -7619,10 +7619,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -7633,10 +7633,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -7647,10 +7647,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -7660,10 +7660,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -7674,10 +7674,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -7688,10 +7688,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -7708,20 +7708,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7729,20 +7729,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7750,20 +7750,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7771,50 +7771,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -7824,30 +7824,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * base_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_interfaces (
const ::CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7855,10 +7855,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * interface_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -7866,20 +7866,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -7891,10 +7891,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -7909,20 +7909,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * describe_ext_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -7936,19 +7936,19 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ExtLocalInterfaceDef_tie (const ExtLocalInterfaceDef_tie &);
void operator= (const ExtLocalInterfaceDef_tie &);
};
} // module CORBA
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_codegen.cpp:1322
@@ -7966,6 +7966,6 @@ TAO_END_VERSIONED_NAMESPACE_DECL
#pragma implementation ("IFR_BasicS_T.cpp")
#endif /* defined REQUIRED PRAGMA */
-#include /**/ "ace\post.h"
+#include /**/ "ace/post.h"
#endif /* ifndef */
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.h b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.h
index c7eee3b0c6a..a95e652985d 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.h
@@ -31,7 +31,7 @@
#ifndef _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_COMPONENTSS_H_
#define _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_COMPONENTSS_H_
-#include /**/ "ace\pre.h"
+#include /**/ "ace/pro.h"
#include "tao/IFR_Client/IFR_ComponentsC.h"
#include "orbsvcs/IFRService/IFR_ExtendedS.h"
@@ -53,89 +53,89 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace POA_CORBA
{
-
-
+
+
// TAO_IDL - Generated from
// be\be_visitor_module/module_sh.cpp:49
-
+
namespace ComponentIR
{
-
-
+
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class EventDef;
typedef EventDef *EventDef_ptr;
-
+
class EventDef
: public virtual POA_CORBA::ExtValueDef
{
protected:
EventDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::EventDef _stub_type;
typedef ::CORBA::ComponentIR::EventDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::EventDef_var _stub_var_type;
-
+
EventDef (const EventDef& rhs);
virtual ~EventDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::EventDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -143,216 +143,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -360,7 +360,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -368,7 +368,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -376,7 +376,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -384,7 +384,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -392,7 +392,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -400,7 +400,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -408,7 +408,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -416,7 +416,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -424,29 +424,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -454,7 +454,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_supported_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -462,7 +462,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_supported_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -470,7 +470,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_initializers_skel (
TAO_ServerRequest & server_request,
@@ -478,7 +478,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_initializers_skel (
TAO_ServerRequest & server_request,
@@ -486,7 +486,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_base_value_skel (
TAO_ServerRequest & server_request,
@@ -494,7 +494,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_base_value_skel (
TAO_ServerRequest & server_request,
@@ -502,7 +502,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_abstract_base_values_skel (
TAO_ServerRequest & server_request,
@@ -510,7 +510,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_abstract_base_values_skel (
TAO_ServerRequest & server_request,
@@ -518,7 +518,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_is_abstract_skel (
TAO_ServerRequest & server_request,
@@ -526,7 +526,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_is_abstract_skel (
TAO_ServerRequest & server_request,
@@ -534,7 +534,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_is_custom_skel (
TAO_ServerRequest & server_request,
@@ -542,7 +542,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_is_custom_skel (
TAO_ServerRequest & server_request,
@@ -550,7 +550,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_is_truncatable_skel (
TAO_ServerRequest & server_request,
@@ -558,7 +558,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_is_truncatable_skel (
TAO_ServerRequest & server_request,
@@ -566,62 +566,62 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_member_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_operation_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_ext_initializers_skel (
TAO_ServerRequest & server_request,
@@ -629,7 +629,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_ext_initializers_skel (
TAO_ServerRequest & server_request,
@@ -637,107 +637,107 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class Container;
typedef Container *Container_ptr;
-
+
class Container
: public virtual POA_CORBA::Container
{
protected:
Container (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::Container _stub_type;
typedef ::CORBA::ComponentIR::Container_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::Container_var _stub_var_type;
-
+
Container (const Container& rhs);
virtual ~Container (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::Container *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::ComponentDef_ptr create_component (
const char * id,
const char * name,
@@ -749,17 +749,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_component_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::HomeDef_ptr create_home (
const char * id,
const char * name,
@@ -773,17 +773,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_home_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::EventDef_ptr create_event (
const char * id,
const char * name,
@@ -800,14 +800,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_event_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -815,292 +815,292 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ModuleDef;
typedef ModuleDef *ModuleDef_ptr;
-
+
class ModuleDef
: public virtual POA_CORBA::ModuleDef,
public virtual POA_CORBA::ComponentIR::Container
{
protected:
ModuleDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::ModuleDef _stub_type;
typedef ::CORBA::ComponentIR::ModuleDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::ModuleDef_var _stub_var_type;
-
+
ModuleDef (const ModuleDef& rhs);
virtual ~ModuleDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::ModuleDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -1108,216 +1108,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -1325,7 +1325,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -1333,7 +1333,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -1341,7 +1341,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -1349,7 +1349,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -1357,7 +1357,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -1365,7 +1365,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -1373,7 +1373,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -1381,7 +1381,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -1389,138 +1389,138 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_component_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_home_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_event_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class Repository;
typedef Repository *Repository_ptr;
-
+
class Repository
: public virtual POA_CORBA::Repository,
public virtual POA_CORBA::ComponentIR::Container
{
protected:
Repository (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::Repository _stub_type;
typedef ::CORBA::ComponentIR::Repository_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::Repository_var _stub_var_type;
-
+
Repository (const Repository& rhs);
virtual ~Repository (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::Repository *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -1528,432 +1528,432 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_id_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
get_canonical_typecode_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
get_primitive_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_string_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_wstring_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_sequence_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_array_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_fixed_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_component_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_home_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_event_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ProvidesDef;
typedef ProvidesDef *ProvidesDef_ptr;
-
+
class ProvidesDef
: public virtual POA_CORBA::Contained
{
protected:
ProvidesDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::ProvidesDef _stub_type;
typedef ::CORBA::ComponentIR::ProvidesDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::ProvidesDef_var _stub_var_type;
-
+
ProvidesDef (const ProvidesDef& rhs);
virtual ~ProvidesDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::ProvidesDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InterfaceDef_ptr interface_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_interface_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void interface_type (
::CORBA::InterfaceDef_ptr interface_type
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1961,14 +1961,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_interface_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -1976,18 +1976,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -1995,7 +1995,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -2003,7 +2003,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -2011,7 +2011,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -2019,7 +2019,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -2027,7 +2027,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -2035,7 +2035,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -2043,7 +2043,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -2051,7 +2051,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -2059,124 +2059,124 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class UsesDef;
typedef UsesDef *UsesDef_ptr;
-
+
class UsesDef
: public virtual POA_CORBA::Contained
{
protected:
UsesDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::UsesDef _stub_type;
typedef ::CORBA::ComponentIR::UsesDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::UsesDef_var _stub_var_type;
-
+
UsesDef (const UsesDef& rhs);
virtual ~UsesDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::UsesDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InterfaceDef_ptr interface_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_interface_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void interface_type (
::CORBA::InterfaceDef_ptr interface_type
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2184,34 +2184,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_interface_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Boolean is_multiple (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_is_multiple_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void is_multiple (
::CORBA::Boolean is_multiple
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2219,14 +2219,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_is_multiple_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2234,18 +2234,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -2253,7 +2253,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -2261,7 +2261,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -2269,7 +2269,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -2277,7 +2277,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -2285,7 +2285,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -2293,7 +2293,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -2301,7 +2301,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -2309,7 +2309,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -2317,124 +2317,124 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class EventPortDef;
typedef EventPortDef *EventPortDef_ptr;
-
+
class EventPortDef
: public virtual POA_CORBA::Contained
{
protected:
EventPortDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::EventPortDef _stub_type;
typedef ::CORBA::ComponentIR::EventPortDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::EventPortDef_var _stub_var_type;
-
+
EventPortDef (const EventPortDef& rhs);
virtual ~EventPortDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::EventPortDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::EventDef_ptr event (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_event_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void event (
::CORBA::ComponentIR::EventDef_ptr event
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2442,17 +2442,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_event_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Boolean is_a (
const char * event_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2460,14 +2460,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void is_a_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2475,18 +2475,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -2494,7 +2494,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -2502,7 +2502,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -2510,7 +2510,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -2518,7 +2518,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -2526,7 +2526,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -2534,7 +2534,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -2542,7 +2542,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -2550,7 +2550,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -2558,104 +2558,104 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class EmitsDef;
typedef EmitsDef *EmitsDef_ptr;
-
+
class EmitsDef
: public virtual POA_CORBA::ComponentIR::EventPortDef
{
protected:
EmitsDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::EmitsDef _stub_type;
typedef ::CORBA::ComponentIR::EmitsDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::EmitsDef_var _stub_var_type;
-
+
EmitsDef (const EmitsDef& rhs);
virtual ~EmitsDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::EmitsDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2663,18 +2663,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -2682,7 +2682,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -2690,7 +2690,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -2698,7 +2698,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -2706,7 +2706,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -2714,7 +2714,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -2722,7 +2722,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -2730,7 +2730,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -2738,7 +2738,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -2746,29 +2746,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_event_skel (
TAO_ServerRequest & server_request,
@@ -2776,7 +2776,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_event_skel (
TAO_ServerRequest & server_request,
@@ -2784,93 +2784,93 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class PublishesDef;
typedef PublishesDef *PublishesDef_ptr;
-
+
class PublishesDef
: public virtual POA_CORBA::ComponentIR::EventPortDef
{
protected:
PublishesDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::PublishesDef _stub_type;
typedef ::CORBA::ComponentIR::PublishesDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::PublishesDef_var _stub_var_type;
-
+
PublishesDef (const PublishesDef& rhs);
virtual ~PublishesDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::PublishesDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2878,18 +2878,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -2897,7 +2897,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -2905,7 +2905,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -2913,7 +2913,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -2921,7 +2921,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -2929,7 +2929,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -2937,7 +2937,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -2945,7 +2945,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -2953,7 +2953,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -2961,29 +2961,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_event_skel (
TAO_ServerRequest & server_request,
@@ -2991,7 +2991,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_event_skel (
TAO_ServerRequest & server_request,
@@ -2999,93 +2999,93 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ConsumesDef;
typedef ConsumesDef *ConsumesDef_ptr;
-
+
class ConsumesDef
: public virtual POA_CORBA::ComponentIR::EventPortDef
{
protected:
ConsumesDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::ConsumesDef _stub_type;
typedef ::CORBA::ComponentIR::ConsumesDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::ConsumesDef_var _stub_var_type;
-
+
ConsumesDef (const ConsumesDef& rhs);
virtual ~ConsumesDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::ConsumesDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -3093,18 +3093,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -3112,7 +3112,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -3120,7 +3120,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -3128,7 +3128,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -3136,7 +3136,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -3144,7 +3144,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -3152,7 +3152,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -3160,7 +3160,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -3168,7 +3168,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -3176,29 +3176,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_event_skel (
TAO_ServerRequest & server_request,
@@ -3206,7 +3206,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_event_skel (
TAO_ServerRequest & server_request,
@@ -3214,113 +3214,113 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ComponentDef;
typedef ComponentDef *ComponentDef_ptr;
-
+
class ComponentDef
: public virtual POA_CORBA::ExtInterfaceDef
{
protected:
ComponentDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::ComponentDef _stub_type;
typedef ::CORBA::ComponentIR::ComponentDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::ComponentDef_var _stub_var_type;
-
+
ComponentDef (const ComponentDef& rhs);
virtual ~ComponentDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::ComponentDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::ComponentDef_ptr base_component (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_base_component_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void base_component (
::CORBA::ComponentIR::ComponentDef_ptr base_component
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3328,34 +3328,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_base_component_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InterfaceDefSeq * supported_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_supported_interfaces_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void supported_interfaces (
const ::CORBA::InterfaceDefSeq & supported_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3363,17 +3363,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_supported_interfaces_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::ProvidesDef_ptr create_provides (
const char * id,
const char * name,
@@ -3384,17 +3384,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_provides_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::UsesDef_ptr create_uses (
const char * id,
const char * name,
@@ -3406,17 +3406,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_uses_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::EmitsDef_ptr create_emits (
const char * id,
const char * name,
@@ -3427,17 +3427,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_emits_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::PublishesDef_ptr create_publishes (
const char * id,
const char * name,
@@ -3448,17 +3448,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_publishes_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::ConsumesDef_ptr create_consumes (
const char * id,
const char * name,
@@ -3469,14 +3469,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_consumes_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -3484,216 +3484,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -3701,7 +3701,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -3709,7 +3709,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -3717,7 +3717,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -3725,7 +3725,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -3733,7 +3733,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -3741,7 +3741,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -3749,7 +3749,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -3757,7 +3757,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -3765,29 +3765,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -3795,7 +3795,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -3803,7 +3803,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -3811,148 +3811,148 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_operation_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_ext_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class FactoryDef;
typedef FactoryDef *FactoryDef_ptr;
-
+
class FactoryDef
: public virtual POA_CORBA::OperationDef
{
protected:
FactoryDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::FactoryDef _stub_type;
typedef ::CORBA::ComponentIR::FactoryDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::FactoryDef_var _stub_var_type;
-
+
FactoryDef (const FactoryDef& rhs);
virtual ~FactoryDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::FactoryDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -3960,18 +3960,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -3979,7 +3979,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -3987,7 +3987,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -3995,7 +3995,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -4003,7 +4003,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -4011,7 +4011,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -4019,7 +4019,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -4027,7 +4027,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -4035,7 +4035,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -4043,29 +4043,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_result_skel (
TAO_ServerRequest & server_request,
@@ -4073,7 +4073,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_result_def_skel (
TAO_ServerRequest & server_request,
@@ -4081,7 +4081,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_result_def_skel (
TAO_ServerRequest & server_request,
@@ -4089,7 +4089,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_params_skel (
TAO_ServerRequest & server_request,
@@ -4097,7 +4097,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_params_skel (
TAO_ServerRequest & server_request,
@@ -4105,7 +4105,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_mode_skel (
TAO_ServerRequest & server_request,
@@ -4113,7 +4113,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_mode_skel (
TAO_ServerRequest & server_request,
@@ -4121,7 +4121,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_contexts_skel (
TAO_ServerRequest & server_request,
@@ -4129,7 +4129,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_contexts_skel (
TAO_ServerRequest & server_request,
@@ -4137,7 +4137,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_exceptions_skel (
TAO_ServerRequest & server_request,
@@ -4145,7 +4145,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_exceptions_skel (
TAO_ServerRequest & server_request,
@@ -4154,81 +4154,81 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class FinderDef;
typedef FinderDef *FinderDef_ptr;
-
+
class FinderDef
: public virtual POA_CORBA::OperationDef
{
protected:
FinderDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::FinderDef _stub_type;
typedef ::CORBA::ComponentIR::FinderDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::FinderDef_var _stub_var_type;
-
+
FinderDef (const FinderDef& rhs);
virtual ~FinderDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::FinderDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -4236,18 +4236,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -4255,7 +4255,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -4263,7 +4263,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -4271,7 +4271,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -4279,7 +4279,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -4287,7 +4287,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -4295,7 +4295,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -4303,7 +4303,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -4311,7 +4311,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -4319,29 +4319,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_result_skel (
TAO_ServerRequest & server_request,
@@ -4349,7 +4349,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_result_def_skel (
TAO_ServerRequest & server_request,
@@ -4357,7 +4357,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_result_def_skel (
TAO_ServerRequest & server_request,
@@ -4365,7 +4365,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_params_skel (
TAO_ServerRequest & server_request,
@@ -4373,7 +4373,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_params_skel (
TAO_ServerRequest & server_request,
@@ -4381,7 +4381,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_mode_skel (
TAO_ServerRequest & server_request,
@@ -4389,7 +4389,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_mode_skel (
TAO_ServerRequest & server_request,
@@ -4397,7 +4397,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_contexts_skel (
TAO_ServerRequest & server_request,
@@ -4405,7 +4405,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_contexts_skel (
TAO_ServerRequest & server_request,
@@ -4413,7 +4413,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_exceptions_skel (
TAO_ServerRequest & server_request,
@@ -4421,7 +4421,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_exceptions_skel (
TAO_ServerRequest & server_request,
@@ -4430,101 +4430,101 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class HomeDef;
typedef HomeDef *HomeDef_ptr;
-
+
class HomeDef
: public virtual POA_CORBA::ExtInterfaceDef
{
protected:
HomeDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ComponentIR::HomeDef _stub_type;
typedef ::CORBA::ComponentIR::HomeDef_ptr _stub_ptr_type;
typedef ::CORBA::ComponentIR::HomeDef_var _stub_var_type;
-
+
HomeDef (const HomeDef& rhs);
virtual ~HomeDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ComponentIR::HomeDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::HomeDef_ptr base_home (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_base_home_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void base_home (
::CORBA::ComponentIR::HomeDef_ptr base_home
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4532,34 +4532,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_base_home_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InterfaceDefSeq * supported_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_supported_interfaces_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void supported_interfaces (
const ::CORBA::InterfaceDefSeq & supported_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4567,34 +4567,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_supported_interfaces_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::ComponentDef_ptr managed_component (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_managed_component_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void managed_component (
::CORBA::ComponentIR::ComponentDef_ptr managed_component
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4602,34 +4602,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_managed_component_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ValueDef_ptr primary_key (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_primary_key_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void primary_key (
::CORBA::ValueDef_ptr primary_key
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4637,17 +4637,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_primary_key_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::FactoryDef_ptr create_factory (
const char * id,
const char * name,
@@ -4659,17 +4659,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_factory_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ComponentIR::FinderDef_ptr create_finder (
const char * id,
const char * name,
@@ -4681,14 +4681,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_finder_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -4696,216 +4696,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -4913,7 +4913,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -4921,7 +4921,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -4929,7 +4929,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -4937,7 +4937,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -4945,7 +4945,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -4953,7 +4953,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -4961,7 +4961,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -4969,7 +4969,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -4977,29 +4977,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -5007,7 +5007,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -5015,7 +5015,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_base_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -5023,77 +5023,77 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_operation_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_ext_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_module/module_sh.cpp:80
-
+
} // module CORBA::ComponentIR
// TAO_IDL - Generated from
@@ -5101,7 +5101,7 @@ namespace POA_CORBA
} // module CORBA
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_codegen.cpp:1219
@@ -5114,6 +5114,6 @@ TAO_END_VERSIONED_NAMESPACE_DECL
#include "IFR_ComponentsS.inl"
#endif /* defined INLINE */
-#include /**/ "ace\post.h"
+#include /**/ "ace/post.h"
#endif /* ifndef */
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.h b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.h
index ae0684881f9..d8eb67733c9 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.h
@@ -31,27 +31,27 @@
#ifndef _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_COMPONENTSS_T_H_
#define _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_COMPONENTSS_T_H_
-#include /**/ "ace\pre.h"
+#include /**/ "ace/pro.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_visitor_root/root_sth.cpp:116
namespace POA_CORBA
{
-
- // TAO_IDL - Generated from
+
+ // TAO_IDL - Generated from
// be\be_visitor_root/root_sth.cpp:116
-
+
namespace ComponentIR
{
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class EventDef_tie : public EventDef
@@ -70,7 +70,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~EventDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -82,36 +82,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -119,10 +119,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -131,10 +131,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -145,10 +145,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -158,10 +158,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -171,10 +171,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -186,10 +186,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -200,10 +200,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -215,10 +215,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -229,10 +229,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -243,10 +243,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -257,10 +257,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -277,10 +277,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -291,10 +291,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -305,10 +305,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -318,10 +318,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -332,10 +332,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -346,10 +346,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -366,20 +366,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -387,20 +387,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -408,20 +408,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -429,50 +429,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -482,30 +482,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * supported_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void supported_interfaces (
const ::CORBA::InterfaceDefSeq & supported_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -513,20 +513,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InitializerSeq * initializers (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void initializers (
const ::CORBA::InitializerSeq & initializers
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -534,20 +534,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr base_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_value (
::CORBA::ValueDef_ptr base_value
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -555,20 +555,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDefSeq * abstract_base_values (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void abstract_base_values (
const ::CORBA::ValueDefSeq & abstract_base_values
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -576,20 +576,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_abstract (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_abstract (
::CORBA::Boolean is_abstract
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -597,20 +597,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_custom (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_custom (
::CORBA::Boolean is_custom
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -618,20 +618,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_truncatable (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_truncatable (
::CORBA::Boolean is_truncatable
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -639,10 +639,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -650,20 +650,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef::FullValueDescription * describe_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueMemberDef_ptr create_value_member (
const char * id,
const char * name,
@@ -675,10 +675,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -690,10 +690,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -708,20 +708,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtInitializerSeq * ext_initializers (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void ext_initializers (
const ::CORBA::ExtInitializerSeq & ext_initializers
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -729,20 +729,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef::ExtFullValueDescription * describe_ext_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -756,20 +756,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
EventDef_tie (const EventDef_tie &);
void operator= (const EventDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class Container_tie : public Container
@@ -788,7 +788,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~Container_tie (void);
// TIE specific functions
/// return the underlying object
@@ -800,36 +800,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -837,10 +837,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -849,10 +849,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -863,10 +863,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -876,10 +876,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -889,10 +889,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -904,10 +904,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -918,10 +918,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -933,10 +933,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -947,10 +947,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -961,10 +961,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -975,10 +975,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -995,10 +995,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -1009,10 +1009,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -1023,10 +1023,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -1036,10 +1036,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -1050,10 +1050,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -1064,10 +1064,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -1084,10 +1084,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::ComponentDef_ptr create_component (
const char * id,
const char * name,
@@ -1099,10 +1099,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::HomeDef_ptr create_home (
const char * id,
const char * name,
@@ -1116,10 +1116,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::EventDef_ptr create_event (
const char * id,
const char * name,
@@ -1136,20 +1136,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
Container_tie (const Container_tie &);
void operator= (const Container_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ModuleDef_tie : public ModuleDef
@@ -1168,7 +1168,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ModuleDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -1180,36 +1180,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1217,10 +1217,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -1229,10 +1229,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -1243,10 +1243,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -1256,10 +1256,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -1269,10 +1269,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -1284,10 +1284,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -1298,10 +1298,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -1313,10 +1313,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -1327,10 +1327,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -1341,10 +1341,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -1355,10 +1355,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -1375,10 +1375,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -1389,10 +1389,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -1403,10 +1403,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -1416,10 +1416,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -1430,10 +1430,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -1444,10 +1444,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -1464,20 +1464,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1485,20 +1485,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1506,20 +1506,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1527,50 +1527,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -1580,10 +1580,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::ComponentDef_ptr create_component (
const char * id,
const char * name,
@@ -1595,10 +1595,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::HomeDef_ptr create_home (
const char * id,
const char * name,
@@ -1612,10 +1612,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::EventDef_ptr create_event (
const char * id,
const char * name,
@@ -1632,20 +1632,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ModuleDef_tie (const ModuleDef_tie &);
void operator= (const ModuleDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class Repository_tie : public Repository
@@ -1664,7 +1664,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~Repository_tie (void);
// TIE specific functions
/// return the underlying object
@@ -1676,36 +1676,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1713,10 +1713,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -1725,10 +1725,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -1739,10 +1739,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -1752,10 +1752,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -1765,10 +1765,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -1780,10 +1780,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -1794,10 +1794,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -1809,10 +1809,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -1823,10 +1823,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -1837,10 +1837,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -1851,10 +1851,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -1871,10 +1871,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -1885,10 +1885,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -1899,10 +1899,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -1912,10 +1912,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -1926,10 +1926,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -1940,10 +1940,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -1960,10 +1960,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup_id (
const char * search_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1971,10 +1971,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr get_canonical_typecode (
::CORBA::TypeCode_ptr tc
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1982,10 +1982,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::PrimitiveDef_ptr get_primitive (
::CORBA::PrimitiveKind kind
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1993,10 +1993,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StringDef_ptr create_string (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2004,10 +2004,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::WstringDef_ptr create_wstring (
::CORBA::ULong bound
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2015,10 +2015,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::SequenceDef_ptr create_sequence (
::CORBA::ULong bound,
::CORBA::IDLType_ptr element_type
@@ -2027,10 +2027,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ArrayDef_ptr create_array (
::CORBA::ULong length,
::CORBA::IDLType_ptr element_type
@@ -2039,10 +2039,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::FixedDef_ptr create_fixed (
::CORBA::UShort digits,
::CORBA::Short scale
@@ -2051,10 +2051,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::ComponentDef_ptr create_component (
const char * id,
const char * name,
@@ -2066,10 +2066,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::HomeDef_ptr create_home (
const char * id,
const char * name,
@@ -2083,10 +2083,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::EventDef_ptr create_event (
const char * id,
const char * name,
@@ -2103,20 +2103,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
Repository_tie (const Repository_tie &);
void operator= (const Repository_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ProvidesDef_tie : public ProvidesDef
@@ -2135,7 +2135,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ProvidesDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2147,46 +2147,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2194,20 +2194,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2215,20 +2215,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2236,50 +2236,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -2289,20 +2289,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr interface_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void interface_type (
::CORBA::InterfaceDef_ptr interface_type
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2310,20 +2310,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ProvidesDef_tie (const ProvidesDef_tie &);
void operator= (const ProvidesDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class UsesDef_tie : public UsesDef
@@ -2342,7 +2342,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~UsesDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2354,46 +2354,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2401,20 +2401,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2422,20 +2422,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2443,50 +2443,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -2496,20 +2496,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr interface_type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void interface_type (
::CORBA::InterfaceDef_ptr interface_type
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2517,20 +2517,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_multiple (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_multiple (
::CORBA::Boolean is_multiple
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2538,20 +2538,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
UsesDef_tie (const UsesDef_tie &);
void operator= (const UsesDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class EventPortDef_tie : public EventPortDef
@@ -2570,7 +2570,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~EventPortDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2582,46 +2582,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2629,20 +2629,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2650,20 +2650,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2671,50 +2671,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -2724,20 +2724,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::EventDef_ptr event (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void event (
::CORBA::ComponentIR::EventDef_ptr event
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2745,10 +2745,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * event_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2756,20 +2756,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
EventPortDef_tie (const EventPortDef_tie &);
void operator= (const EventPortDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class EmitsDef_tie : public EmitsDef
@@ -2788,7 +2788,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~EmitsDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -2800,46 +2800,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2847,20 +2847,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2868,20 +2868,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2889,50 +2889,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -2942,20 +2942,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::EventDef_ptr event (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void event (
::CORBA::ComponentIR::EventDef_ptr event
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2963,10 +2963,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * event_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -2974,20 +2974,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
EmitsDef_tie (const EmitsDef_tie &);
void operator= (const EmitsDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class PublishesDef_tie : public PublishesDef
@@ -3006,7 +3006,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~PublishesDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -3018,46 +3018,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3065,20 +3065,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3086,20 +3086,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3107,50 +3107,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -3160,20 +3160,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::EventDef_ptr event (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void event (
::CORBA::ComponentIR::EventDef_ptr event
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3181,10 +3181,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * event_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3192,20 +3192,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
PublishesDef_tie (const PublishesDef_tie &);
void operator= (const PublishesDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ConsumesDef_tie : public ConsumesDef
@@ -3224,7 +3224,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ConsumesDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -3236,46 +3236,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3283,20 +3283,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3304,20 +3304,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3325,50 +3325,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -3378,20 +3378,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::EventDef_ptr event (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void event (
::CORBA::ComponentIR::EventDef_ptr event
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3399,10 +3399,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * event_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3410,20 +3410,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ConsumesDef_tie (const ConsumesDef_tie &);
void operator= (const ConsumesDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ComponentDef_tie : public ComponentDef
@@ -3442,7 +3442,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ComponentDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -3454,36 +3454,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3491,10 +3491,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -3503,10 +3503,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -3517,10 +3517,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -3530,10 +3530,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -3543,10 +3543,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -3558,10 +3558,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -3572,10 +3572,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -3587,10 +3587,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -3601,10 +3601,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -3615,10 +3615,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -3629,10 +3629,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -3649,10 +3649,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -3663,10 +3663,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -3677,10 +3677,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -3690,10 +3690,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -3704,10 +3704,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -3718,10 +3718,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -3738,20 +3738,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3759,20 +3759,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3780,20 +3780,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3801,50 +3801,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -3854,30 +3854,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * base_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_interfaces (
const ::CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3885,10 +3885,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * interface_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3896,20 +3896,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -3921,10 +3921,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -3939,20 +3939,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * describe_ext_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -3966,20 +3966,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::ComponentDef_ptr base_component (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_component (
::CORBA::ComponentIR::ComponentDef_ptr base_component
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -3987,20 +3987,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * supported_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void supported_interfaces (
const ::CORBA::InterfaceDefSeq & supported_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4008,10 +4008,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::ProvidesDef_ptr create_provides (
const char * id,
const char * name,
@@ -4022,10 +4022,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::UsesDef_ptr create_uses (
const char * id,
const char * name,
@@ -4037,10 +4037,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::EmitsDef_ptr create_emits (
const char * id,
const char * name,
@@ -4051,10 +4051,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::PublishesDef_ptr create_publishes (
const char * id,
const char * name,
@@ -4065,10 +4065,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::ConsumesDef_ptr create_consumes (
const char * id,
const char * name,
@@ -4079,20 +4079,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ComponentDef_tie (const ComponentDef_tie &);
void operator= (const ComponentDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class FactoryDef_tie : public FactoryDef
@@ -4111,7 +4111,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~FactoryDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -4123,46 +4123,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4170,20 +4170,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4191,20 +4191,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4212,50 +4212,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -4265,30 +4265,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr result (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr result_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void result_def (
::CORBA::IDLType_ptr result_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4296,20 +4296,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ParDescriptionSeq * params (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void params (
const ::CORBA::ParDescriptionSeq & params
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4317,20 +4317,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationMode mode (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void mode (
::CORBA::OperationMode mode
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4338,20 +4338,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContextIdSeq * contexts (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void contexts (
const ::CORBA::ContextIdSeq & contexts
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4359,20 +4359,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDefSeq * exceptions (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void exceptions (
const ::CORBA::ExceptionDefSeq & exceptions
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4380,20 +4380,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
FactoryDef_tie (const FactoryDef_tie &);
void operator= (const FactoryDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class FinderDef_tie : public FinderDef
@@ -4412,7 +4412,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~FinderDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -4424,46 +4424,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4471,20 +4471,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4492,20 +4492,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4513,50 +4513,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -4566,30 +4566,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr result (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr result_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void result_def (
::CORBA::IDLType_ptr result_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4597,20 +4597,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ParDescriptionSeq * params (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void params (
const ::CORBA::ParDescriptionSeq & params
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4618,20 +4618,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationMode mode (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void mode (
::CORBA::OperationMode mode
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4639,20 +4639,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContextIdSeq * contexts (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void contexts (
const ::CORBA::ContextIdSeq & contexts
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4660,20 +4660,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDefSeq * exceptions (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void exceptions (
const ::CORBA::ExceptionDefSeq & exceptions
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4681,20 +4681,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
FinderDef_tie (const FinderDef_tie &);
void operator= (const FinderDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class HomeDef_tie : public HomeDef
@@ -4713,7 +4713,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~HomeDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -4725,36 +4725,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -4762,10 +4762,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -4774,10 +4774,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -4788,10 +4788,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -4801,10 +4801,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -4814,10 +4814,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -4829,10 +4829,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -4843,10 +4843,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -4858,10 +4858,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -4872,10 +4872,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -4886,10 +4886,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -4900,10 +4900,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -4920,10 +4920,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -4934,10 +4934,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -4948,10 +4948,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -4961,10 +4961,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -4975,10 +4975,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -4989,10 +4989,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -5009,20 +5009,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5030,20 +5030,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5051,20 +5051,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5072,50 +5072,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -5125,30 +5125,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * base_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_interfaces (
const ::CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5156,10 +5156,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * interface_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5167,20 +5167,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -5192,10 +5192,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -5210,20 +5210,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * describe_ext_interface (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -5237,20 +5237,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::HomeDef_ptr base_home (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_home (
::CORBA::ComponentIR::HomeDef_ptr base_home
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5258,20 +5258,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * supported_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void supported_interfaces (
const ::CORBA::InterfaceDefSeq & supported_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5279,20 +5279,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::ComponentDef_ptr managed_component (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void managed_component (
::CORBA::ComponentIR::ComponentDef_ptr managed_component
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5300,20 +5300,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr primary_key (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void primary_key (
::CORBA::ValueDef_ptr primary_key
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -5321,10 +5321,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::FactoryDef_ptr create_factory (
const char * id,
const char * name,
@@ -5336,10 +5336,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ComponentIR::FinderDef_ptr create_finder (
const char * id,
const char * name,
@@ -5351,12 +5351,12 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
HomeDef_tie (const HomeDef_tie &);
void operator= (const HomeDef_tie &);
@@ -5364,7 +5364,7 @@ namespace POA_CORBA
} // module CORBA::ComponentIR
} // module CORBA
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_codegen.cpp:1322
@@ -5382,6 +5382,6 @@ TAO_END_VERSIONED_NAMESPACE_DECL
#pragma implementation ("IFR_ComponentsS_T.cpp")
#endif /* defined REQUIRED PRAGMA */
-#include /**/ "ace\post.h"
+#include /**/ "ace/post.h"
#endif /* ifndef */
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.h b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.h
index d72dec2ff53..f46f2d18513 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.h
@@ -31,7 +31,7 @@
#ifndef _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_EXTENDEDS_H_
#define _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_EXTENDEDS_H_
-#include /**/ "ace\pre.h"
+#include /**/ "ace/pro.h"
#include "tao/IFR_Client/IFR_ExtendedC.h"
#include "orbsvcs/IFRService/IFR_BasicS.h"
@@ -55,102 +55,102 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace POA_CORBA
{
-
-
+
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class FixedDef;
typedef FixedDef *FixedDef_ptr;
-
+
class FixedDef
: public virtual POA_CORBA::IDLType
{
protected:
FixedDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::FixedDef _stub_type;
typedef ::CORBA::FixedDef_ptr _stub_ptr_type;
typedef ::CORBA::FixedDef_var _stub_var_type;
-
+
FixedDef (const FixedDef& rhs);
virtual ~FixedDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::FixedDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::UShort digits (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_digits_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void digits (
::CORBA::UShort digits
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -158,34 +158,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_digits_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Short scale (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_scale_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void scale (
::CORBA::Short scale
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -193,14 +193,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_scale_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -208,18 +208,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -228,118 +228,118 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ValueMemberDef;
typedef ValueMemberDef *ValueMemberDef_ptr;
-
+
class ValueMemberDef
: public virtual POA_CORBA::Contained
{
protected:
ValueMemberDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ValueMemberDef _stub_type;
typedef ::CORBA::ValueMemberDef_ptr _stub_ptr_type;
typedef ::CORBA::ValueMemberDef_var _stub_var_type;
-
+
ValueMemberDef (const ValueMemberDef& rhs);
virtual ~ValueMemberDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ValueMemberDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_type_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::IDLType_ptr type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void type_def (
::CORBA::IDLType_ptr type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -347,34 +347,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Visibility access (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_access_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void access (
::CORBA::Visibility access
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -382,14 +382,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_access_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -397,18 +397,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -416,7 +416,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -424,7 +424,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -432,7 +432,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -440,7 +440,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -448,7 +448,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -456,7 +456,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -464,7 +464,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -472,7 +472,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -480,36 +480,36 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ValueDef;
typedef ValueDef *ValueDef_ptr;
-
+
class ValueDef
: public virtual POA_CORBA::Container,
public virtual POA_CORBA::Contained,
@@ -517,89 +517,89 @@ namespace POA_CORBA
{
protected:
ValueDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ValueDef _stub_type;
typedef ::CORBA::ValueDef_ptr _stub_ptr_type;
typedef ::CORBA::ValueDef_var _stub_var_type;
-
+
ValueDef (const ValueDef& rhs);
virtual ~ValueDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ValueDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InterfaceDefSeq * supported_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_supported_interfaces_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void supported_interfaces (
const ::CORBA::InterfaceDefSeq & supported_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -607,34 +607,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_supported_interfaces_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::InitializerSeq * initializers (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_initializers_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void initializers (
const ::CORBA::InitializerSeq & initializers
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -642,34 +642,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_initializers_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ValueDef_ptr base_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_base_value_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void base_value (
::CORBA::ValueDef_ptr base_value
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -677,34 +677,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_base_value_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ValueDefSeq * abstract_base_values (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_abstract_base_values_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void abstract_base_values (
const ::CORBA::ValueDefSeq & abstract_base_values
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -712,34 +712,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_abstract_base_values_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Boolean is_abstract (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_is_abstract_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void is_abstract (
::CORBA::Boolean is_abstract
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -747,34 +747,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_is_abstract_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Boolean is_custom (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_is_custom_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void is_custom (
::CORBA::Boolean is_custom
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -782,34 +782,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_is_custom_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Boolean is_truncatable (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_is_truncatable_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void is_truncatable (
::CORBA::Boolean is_truncatable
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -817,17 +817,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_is_truncatable_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::Boolean is_a (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -835,34 +835,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void is_a_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ValueDef::FullValueDescription * describe_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void describe_value_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ValueMemberDef_ptr create_value_member (
const char * id,
const char * name,
@@ -874,17 +874,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_value_member_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -896,17 +896,17 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_attribute_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -921,14 +921,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_operation_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -936,216 +936,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -1153,7 +1153,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -1161,7 +1161,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -1169,7 +1169,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -1177,7 +1177,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -1185,7 +1185,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -1193,7 +1193,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -1201,7 +1201,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -1209,7 +1209,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -1217,29 +1217,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -1248,101 +1248,101 @@ namespace POA_CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ExtValueDef;
typedef ExtValueDef *ExtValueDef_ptr;
-
+
class ExtValueDef
: public virtual POA_CORBA::ValueDef
{
protected:
ExtValueDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ExtValueDef _stub_type;
typedef ::CORBA::ExtValueDef_ptr _stub_ptr_type;
typedef ::CORBA::ExtValueDef_var _stub_var_type;
-
+
ExtValueDef (const ExtValueDef& rhs);
virtual ~ExtValueDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ExtValueDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExtInitializerSeq * ext_initializers (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_ext_initializers_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void ext_initializers (
const ::CORBA::ExtInitializerSeq & ext_initializers
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1350,34 +1350,34 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_ext_initializers_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExtValueDef::ExtFullValueDescription * describe_ext_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void describe_ext_value_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -1391,14 +1391,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void create_ext_attribute_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -1406,216 +1406,216 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
lookup_name_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_contents_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_module_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_constant_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_struct_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_union_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_enum_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_alias_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_box_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_exception_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_native_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_local_interface_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_ext_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -1623,7 +1623,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -1631,7 +1631,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -1639,7 +1639,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -1647,7 +1647,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -1655,7 +1655,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -1663,7 +1663,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -1671,7 +1671,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -1679,7 +1679,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -1687,29 +1687,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -1717,7 +1717,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_supported_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -1725,7 +1725,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_supported_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -1733,7 +1733,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_initializers_skel (
TAO_ServerRequest & server_request,
@@ -1741,7 +1741,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_initializers_skel (
TAO_ServerRequest & server_request,
@@ -1749,7 +1749,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_base_value_skel (
TAO_ServerRequest & server_request,
@@ -1757,7 +1757,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_base_value_skel (
TAO_ServerRequest & server_request,
@@ -1765,7 +1765,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_abstract_base_values_skel (
TAO_ServerRequest & server_request,
@@ -1773,7 +1773,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_abstract_base_values_skel (
TAO_ServerRequest & server_request,
@@ -1781,7 +1781,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_is_abstract_skel (
TAO_ServerRequest & server_request,
@@ -1789,7 +1789,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_is_abstract_skel (
TAO_ServerRequest & server_request,
@@ -1797,7 +1797,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_is_custom_skel (
TAO_ServerRequest & server_request,
@@ -1805,7 +1805,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_is_custom_skel (
TAO_ServerRequest & server_request,
@@ -1813,7 +1813,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_is_truncatable_skel (
TAO_ServerRequest & server_request,
@@ -1821,7 +1821,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_is_truncatable_skel (
TAO_ServerRequest & server_request,
@@ -1829,157 +1829,157 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
is_a_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_value_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_value_member_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_attribute_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
create_operation_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_sh.cpp:87
-
+
class ValueBoxDef;
typedef ValueBoxDef *ValueBoxDef_ptr;
-
+
class ValueBoxDef
: public virtual POA_CORBA::TypedefDef
{
protected:
ValueBoxDef (void);
-
+
public:
// Useful for template programming.
typedef ::CORBA::ValueBoxDef _stub_type;
typedef ::CORBA::ValueBoxDef_ptr _stub_ptr_type;
typedef ::CORBA::ValueBoxDef_var _stub_var_type;
-
+
ValueBoxDef (const ValueBoxDef& rhs);
virtual ~ValueBoxDef (void);
-
+
virtual ::CORBA::Boolean _is_a (
const char* logical_type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void _is_a_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _non_existent_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _interface_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _component_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void _repository_id_skel (
TAO_ServerRequest & req,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
virtual void _dispatch (
TAO_ServerRequest & req,
void * servant_upcall
ACE_ENV_ARG_DECL
);
-
+
::CORBA::ValueBoxDef *_this (
-
+
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual ::CORBA::IDLType_ptr original_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _get_original_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_sh.cpp:45
-
+
virtual void original_type_def (
::CORBA::IDLType_ptr original_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1987,14 +1987,14 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
)) = 0;
-
+
static void _set_original_type_def_skel (
TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL
);
-
+
static void
_get_def_kind_skel (
TAO_ServerRequest & server_request,
@@ -2002,18 +2002,18 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
destroy_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_id_skel (
TAO_ServerRequest & server_request,
@@ -2021,7 +2021,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_id_skel (
TAO_ServerRequest & server_request,
@@ -2029,7 +2029,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_name_skel (
TAO_ServerRequest & server_request,
@@ -2037,7 +2037,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_name_skel (
TAO_ServerRequest & server_request,
@@ -2045,7 +2045,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_version_skel (
TAO_ServerRequest & server_request,
@@ -2053,7 +2053,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_set_version_skel (
TAO_ServerRequest & server_request,
@@ -2061,7 +2061,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_defined_in_skel (
TAO_ServerRequest & server_request,
@@ -2069,7 +2069,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_absolute_name_skel (
TAO_ServerRequest & server_request,
@@ -2077,7 +2077,7 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_containing_repository_skel (
TAO_ServerRequest & server_request,
@@ -2085,29 +2085,29 @@ namespace POA_CORBA
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
describe_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:1955
-
+
static void
move_skel (
- TAO_ServerRequest & server_request,
+ TAO_ServerRequest & server_request,
void * servant_upcall,
void * servant
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static void
_get_type_skel (
TAO_ServerRequest & server_request,
@@ -2122,7 +2122,7 @@ namespace POA_CORBA
} // module CORBA
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_codegen.cpp:1219
@@ -2135,6 +2135,6 @@ TAO_END_VERSIONED_NAMESPACE_DECL
#include "IFR_ExtendedS.inl"
#endif /* defined INLINE */
-#include /**/ "ace\post.h"
+#include /**/ "ace/post.h"
#endif /* ifndef */
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS_T.h b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS_T.h
index 4cef88ad8dc..5618a3dee02 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS_T.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS_T.h
@@ -31,21 +31,21 @@
#ifndef _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_EXTENDEDS_T_H_
#define _TAO_IDL____ORBSVCS_ORBSVCS_IFRSERVICE_IFR_EXTENDEDS_T_H_
-#include /**/ "ace\pre.h"
+#include /**/ "ace/pro.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_visitor_root/root_sth.cpp:116
namespace POA_CORBA
{
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class FixedDef_tie : public FixedDef
@@ -64,7 +64,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~FixedDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -76,56 +76,56 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UShort digits (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void digits (
::CORBA::UShort digits
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -133,20 +133,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Short scale (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void scale (
::CORBA::Short scale
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -154,20 +154,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
FixedDef_tie (const FixedDef_tie &);
void operator= (const FixedDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ValueMemberDef_tie : public ValueMemberDef
@@ -186,7 +186,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ValueMemberDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -198,46 +198,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -245,20 +245,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -266,20 +266,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -287,50 +287,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -340,30 +340,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void type_def (
::CORBA::IDLType_ptr type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -371,20 +371,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Visibility access (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void access (
::CORBA::Visibility access
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -392,20 +392,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ValueMemberDef_tie (const ValueMemberDef_tie &);
void operator= (const ValueMemberDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ValueDef_tie : public ValueDef
@@ -424,7 +424,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ValueDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -436,36 +436,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -473,10 +473,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -485,10 +485,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -499,10 +499,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -512,10 +512,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -525,10 +525,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -540,10 +540,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -554,10 +554,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -569,10 +569,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -583,10 +583,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -597,10 +597,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -611,10 +611,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -631,10 +631,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -645,10 +645,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -659,10 +659,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -672,10 +672,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -686,10 +686,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -700,10 +700,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -720,20 +720,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -741,20 +741,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -762,20 +762,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -783,50 +783,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -836,30 +836,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * supported_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void supported_interfaces (
const ::CORBA::InterfaceDefSeq & supported_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -867,20 +867,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InitializerSeq * initializers (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void initializers (
const ::CORBA::InitializerSeq & initializers
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -888,20 +888,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr base_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_value (
::CORBA::ValueDef_ptr base_value
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -909,20 +909,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDefSeq * abstract_base_values (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void abstract_base_values (
const ::CORBA::ValueDefSeq & abstract_base_values
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -930,20 +930,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_abstract (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_abstract (
::CORBA::Boolean is_abstract
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -951,20 +951,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_custom (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_custom (
::CORBA::Boolean is_custom
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -972,20 +972,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_truncatable (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_truncatable (
::CORBA::Boolean is_truncatable
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -993,10 +993,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1004,20 +1004,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef::FullValueDescription * describe_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueMemberDef_ptr create_value_member (
const char * id,
const char * name,
@@ -1029,10 +1029,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -1044,10 +1044,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -1062,20 +1062,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ValueDef_tie (const ValueDef_tie &);
void operator= (const ValueDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ExtValueDef_tie : public ExtValueDef
@@ -1094,7 +1094,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ExtValueDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -1106,36 +1106,36 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained_ptr lookup (
const char * search_name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1143,10 +1143,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited
@@ -1155,10 +1155,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ContainedSeq * lookup_name (
const char * search_name,
::CORBA::Long levels_to_search,
@@ -1169,10 +1169,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container::DescriptionSeq * describe_contents (
::CORBA::DefinitionKind limit_type,
::CORBA::Boolean exclude_inherited,
@@ -1182,10 +1182,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ModuleDef_ptr create_module (
const char * id,
const char * name,
@@ -1195,10 +1195,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ConstantDef_ptr create_constant (
const char * id,
const char * name,
@@ -1210,10 +1210,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::StructDef_ptr create_struct (
const char * id,
const char * name,
@@ -1224,10 +1224,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::UnionDef_ptr create_union (
const char * id,
const char * name,
@@ -1239,10 +1239,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::EnumDef_ptr create_enum (
const char * id,
const char * name,
@@ -1253,10 +1253,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AliasDef_ptr create_alias (
const char * id,
const char * name,
@@ -1267,10 +1267,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDef_ptr create_interface (
const char * id,
const char * name,
@@ -1281,10 +1281,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr create_value (
const char * id,
const char * name,
@@ -1301,10 +1301,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueBoxDef_ptr create_value_box (
const char * id,
const char * name,
@@ -1315,10 +1315,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExceptionDef_ptr create_exception (
const char * id,
const char * name,
@@ -1329,10 +1329,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::NativeDef_ptr create_native (
const char * id,
const char * name,
@@ -1342,10 +1342,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AbstractInterfaceDef_ptr create_abstract_interface (
const char * id,
const char * name,
@@ -1356,10 +1356,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::LocalInterfaceDef_ptr create_local_interface (
const char * id,
const char * name,
@@ -1370,10 +1370,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef_ptr create_ext_value (
const char * id,
const char * name,
@@ -1390,20 +1390,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1411,20 +1411,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1432,20 +1432,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1453,50 +1453,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -1506,30 +1506,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InterfaceDefSeq * supported_interfaces (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void supported_interfaces (
const ::CORBA::InterfaceDefSeq & supported_interfaces
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1537,20 +1537,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::InitializerSeq * initializers (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void initializers (
const ::CORBA::InitializerSeq & initializers
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1558,20 +1558,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef_ptr base_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void base_value (
::CORBA::ValueDef_ptr base_value
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1579,20 +1579,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDefSeq * abstract_base_values (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void abstract_base_values (
const ::CORBA::ValueDefSeq & abstract_base_values
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1600,20 +1600,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_abstract (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_abstract (
::CORBA::Boolean is_abstract
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1621,20 +1621,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_custom (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_custom (
::CORBA::Boolean is_custom
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1642,20 +1642,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_truncatable (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void is_truncatable (
::CORBA::Boolean is_truncatable
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1663,10 +1663,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Boolean is_a (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1674,20 +1674,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueDef::FullValueDescription * describe_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ValueMemberDef_ptr create_value_member (
const char * id,
const char * name,
@@ -1699,10 +1699,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::AttributeDef_ptr create_attribute (
const char * id,
const char * name,
@@ -1714,10 +1714,10 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::OperationDef_ptr create_operation (
const char * id,
const char * name,
@@ -1732,20 +1732,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtInitializerSeq * ext_initializers (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void ext_initializers (
const ::CORBA::ExtInitializerSeq & ext_initializers
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1753,20 +1753,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtValueDef::ExtFullValueDescription * describe_ext_value (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::ExtAttributeDef_ptr create_ext_attribute (
const char * id,
const char * name,
@@ -1780,20 +1780,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ExtValueDef_tie (const ExtValueDef_tie &);
void operator= (const ExtValueDef_tie &);
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/tie_sh.cpp:87
-
+
// TIE class: Refer to CORBA v2.2, Section 20.34.4
template <class T>
class ValueBoxDef_tie : public ValueBoxDef
@@ -1812,7 +1812,7 @@ namespace POA_CORBA
::CORBA::Boolean release = true
);
/// dtor
-
+
~ValueBoxDef_tie (void);
// TIE specific functions
/// return the underlying object
@@ -1824,46 +1824,46 @@ namespace POA_CORBA
/// do we own it
::CORBA::Boolean _is_owner (void);
/// set the ownership
-
+
void _is_owner ( ::CORBA::Boolean b);
// overridden ServantBase operations
PortableServer::POA_ptr _default_POA (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::DefinitionKind def_kind (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * id (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void id (
const char * id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1871,20 +1871,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void name (
const char * name
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1892,20 +1892,20 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * version (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void version (
const char * version
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1913,50 +1913,50 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Container_ptr defined_in (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
char * absolute_name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Repository_ptr containing_repository (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::Contained::Description * describe (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void move (
::CORBA::Container_ptr new_container,
const char * new_name,
@@ -1966,30 +1966,30 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
::CORBA::IDLType_ptr original_type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/tie_sh.cpp:60
-
+
void original_type_def (
::CORBA::IDLType_ptr original_type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
@@ -1997,19 +1997,19 @@ namespace POA_CORBA
ACE_THROW_SPEC ((
::CORBA::SystemException
));
-
+
private:
T *ptr_;
PortableServer::POA_var poa_;
::CORBA::Boolean rel_;
-
+
// copy and assignment are not allowed
ValueBoxDef_tie (const ValueBoxDef_tie &);
void operator= (const ValueBoxDef_tie &);
};
} // module CORBA
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_codegen.cpp:1322
@@ -2027,6 +2027,6 @@ TAO_END_VERSIONED_NAMESPACE_DECL
#pragma implementation ("IFR_ExtendedS_T.cpp")
#endif /* defined REQUIRED PRAGMA */
-#include /**/ "ace\post.h"
+#include /**/ "ace/post.h"
#endif /* ifndef */