summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-21 09:14:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-21 09:14:50 +0000
commit91013673b11621f47b102b8923ec4606fc46a21b (patch)
tree6794a3d79821c7afcf74a5fd0a2aaf8f30f79c22
parent8c8bada39b8ac79718ea80c66530a5dff56776ff (diff)
downloadATCD-91013673b11621f47b102b8923ec4606fc46a21b.tar.gz
ChangeLogTag: Mon Mar 20 09:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.cpp1864
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.cpp5478
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.cpp8050
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.cpp1948
4 files changed, 8720 insertions, 8620 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.cpp b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.cpp
index 557dc71f92f..610ff31cad6 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BaseS.cpp
@@ -1254,7 +1254,7 @@ TAO_CORBA_IRObject_Perfect_Hash_OpTable::lookup (const char *str, unsigned int l
static TAO_CORBA_IRObject_Perfect_Hash_OpTable tao_CORBA_IRObject_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_IRObject_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -1300,28 +1300,18 @@ POA_CORBA::IRObject::IRObject (const IRObject& rhs)
POA_CORBA::IRObject::~IRObject (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::IRObject::_get_def_kind_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_def_kind_IRObject
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_def_kind_IRObject (
POA_CORBA::IRObject * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1346,12 +1336,25 @@ void POA_CORBA::IRObject::_get_def_kind_skel (
}
private:
-
POA_CORBA::IRObject * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::IRObject::_get_def_kind_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1368,10 +1371,9 @@ void POA_CORBA::IRObject::_get_def_kind_skel (
static size_t const nargs = 1;
POA_CORBA::IRObject * const impl =
- static_cast<
- POA_CORBA::IRObject *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::IRObject *> (servant);
+
+ _get_def_kind_IRObject command (
impl,
server_request.operation_details (),
args);
@@ -1381,39 +1383,27 @@ void POA_CORBA::IRObject::_get_def_kind_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::IRObject::destroy_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class destroy_IRObject
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline destroy_IRObject (
POA_CORBA::IRObject * servant)
: servant_ (servant)
{
@@ -1427,10 +1417,23 @@ void POA_CORBA::IRObject::destroy_skel (
}
private:
-
POA_CORBA::IRObject * const servant_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::IRObject::destroy_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1447,10 +1450,9 @@ void POA_CORBA::IRObject::destroy_skel (
static size_t const nargs = 1;
POA_CORBA::IRObject * const impl =
- static_cast<
- POA_CORBA::IRObject *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::IRObject *> (servant);
+
+ destroy_IRObject command (
impl);
TAO::Upcall_Wrapper upcall_wrapper;
@@ -1458,13 +1460,11 @@ void POA_CORBA::IRObject::destroy_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -1473,24 +1473,18 @@ void POA_CORBA::IRObject::destroy_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::IRObject::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_IRObject_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_IRObject_Upcall_Command (
POA_CORBA::IRObject * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1522,12 +1516,20 @@ void POA_CORBA::IRObject::_is_a_skel (
}
private:
-
POA_CORBA::IRObject * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::IRObject::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1546,10 +1548,9 @@ void POA_CORBA::IRObject::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::IRObject * const impl =
- static_cast<
- POA_CORBA::IRObject *> (servant);
+ static_cast<POA_CORBA::IRObject *> (servant);
- Upcall_Command command (
+ _is_a_IRObject_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -1559,36 +1560,28 @@ void POA_CORBA::IRObject::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::IRObject::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_IRObject_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_IRObject_Upcall_Command (
POA_CORBA::IRObject * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1613,12 +1606,20 @@ void POA_CORBA::IRObject::_non_existent_skel (
}
private:
-
POA_CORBA::IRObject * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::IRObject::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1635,10 +1636,9 @@ void POA_CORBA::IRObject::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::IRObject * const impl =
- static_cast<
- POA_CORBA::IRObject *> (servant);
+ static_cast<POA_CORBA::IRObject *> (servant);
- Upcall_Command command (
+ _non_existent_IRObject_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -1648,13 +1648,11 @@ void POA_CORBA::IRObject::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -1663,7 +1661,7 @@ void POA_CORBA::IRObject::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -1686,8 +1684,7 @@ void POA_CORBA::IRObject::_interface_skel (
}
POA_CORBA::IRObject * const impl =
- static_cast<
- POA_CORBA::IRObject *> (servant);
+ static_cast<POA_CORBA::IRObject *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -1709,24 +1706,18 @@ void POA_CORBA::IRObject::_interface_skel (
}
}
-void POA_CORBA::IRObject::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_IRObject_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_IRObject_Upcall_Command (
POA_CORBA::IRObject * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1751,12 +1742,20 @@ void POA_CORBA::IRObject::_component_skel (
}
private:
-
POA_CORBA::IRObject * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::IRObject::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1773,10 +1772,9 @@ void POA_CORBA::IRObject::_component_skel (
static size_t const nargs = 1;
POA_CORBA::IRObject * const impl =
- static_cast<
- POA_CORBA::IRObject *> (servant);
+ static_cast<POA_CORBA::IRObject *> (servant);
- Upcall_Command command (
+ _get_component_IRObject_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -1786,13 +1784,11 @@ void POA_CORBA::IRObject::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -1822,7 +1818,7 @@ const char* POA_CORBA::IRObject::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::IRObject::_dispatch (
TAO_ServerRequest & req,
@@ -1837,7 +1833,7 @@ void POA_CORBA::IRObject::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::IRObject *
POA_CORBA::IRObject::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -2013,7 +2009,7 @@ TAO_CORBA_Contained_Perfect_Hash_OpTable::lookup (const char *str, unsigned int
static TAO_CORBA_Contained_Perfect_Hash_OpTable tao_CORBA_Contained_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_Contained_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -2060,28 +2056,18 @@ POA_CORBA::Contained::Contained (const Contained& rhs)
POA_CORBA::Contained::~Contained (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::_get_id_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_id_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_id_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2106,12 +2092,25 @@ void POA_CORBA::Contained::_get_id_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::_get_id_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2128,10 +2127,9 @@ void POA_CORBA::Contained::_get_id_skel (
static size_t const nargs = 1;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ _get_id_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2141,39 +2139,27 @@ void POA_CORBA::Contained::_get_id_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::_set_id_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_id_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_id_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2198,12 +2184,25 @@ void POA_CORBA::Contained::_set_id_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::_set_id_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2222,10 +2221,9 @@ void POA_CORBA::Contained::_set_id_skel (
static size_t const nargs = 2;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ _set_id_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2235,39 +2233,27 @@ void POA_CORBA::Contained::_set_id_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::_get_name_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_name_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_name_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2292,12 +2278,25 @@ void POA_CORBA::Contained::_get_name_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::_get_name_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2314,10 +2313,9 @@ void POA_CORBA::Contained::_get_name_skel (
static size_t const nargs = 1;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ _get_name_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2327,39 +2325,27 @@ void POA_CORBA::Contained::_get_name_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::_set_name_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_name_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_name_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2384,12 +2370,25 @@ void POA_CORBA::Contained::_set_name_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::_set_name_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2408,10 +2407,9 @@ void POA_CORBA::Contained::_set_name_skel (
static size_t const nargs = 2;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ _set_name_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2421,39 +2419,27 @@ void POA_CORBA::Contained::_set_name_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::_get_version_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_version_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_version_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2478,12 +2464,25 @@ void POA_CORBA::Contained::_get_version_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::_get_version_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2500,10 +2499,9 @@ void POA_CORBA::Contained::_get_version_skel (
static size_t const nargs = 1;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ _get_version_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2513,39 +2511,27 @@ void POA_CORBA::Contained::_get_version_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::_set_version_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_version_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_version_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2570,12 +2556,25 @@ void POA_CORBA::Contained::_set_version_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::_set_version_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2594,10 +2593,9 @@ void POA_CORBA::Contained::_set_version_skel (
static size_t const nargs = 2;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ _set_version_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2607,39 +2605,27 @@ void POA_CORBA::Contained::_set_version_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::_get_defined_in_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_defined_in_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_defined_in_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2664,12 +2650,25 @@ void POA_CORBA::Contained::_get_defined_in_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::_get_defined_in_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2686,10 +2685,9 @@ void POA_CORBA::Contained::_get_defined_in_skel (
static size_t const nargs = 1;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ _get_defined_in_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2699,39 +2697,27 @@ void POA_CORBA::Contained::_get_defined_in_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::_get_absolute_name_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_absolute_name_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_absolute_name_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2756,12 +2742,25 @@ void POA_CORBA::Contained::_get_absolute_name_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::_get_absolute_name_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2778,10 +2777,9 @@ void POA_CORBA::Contained::_get_absolute_name_skel (
static size_t const nargs = 1;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ _get_absolute_name_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2791,39 +2789,27 @@ void POA_CORBA::Contained::_get_absolute_name_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::_get_containing_repository_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_containing_repository_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_containing_repository_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2848,12 +2834,25 @@ void POA_CORBA::Contained::_get_containing_repository_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::_get_containing_repository_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2870,10 +2869,9 @@ void POA_CORBA::Contained::_get_containing_repository_skel (
static size_t const nargs = 1;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ _get_containing_repository_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2883,39 +2881,27 @@ void POA_CORBA::Contained::_get_containing_repository_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::describe_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class describe_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline describe_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2940,12 +2926,25 @@ void POA_CORBA::Contained::describe_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::describe_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2962,10 +2961,9 @@ void POA_CORBA::Contained::describe_skel (
static size_t const nargs = 1;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ describe_Contained command (
impl,
server_request.operation_details (),
args);
@@ -2975,39 +2973,27 @@ void POA_CORBA::Contained::describe_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Contained::move_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class move_Contained
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline move_Contained (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3046,12 +3032,25 @@ void POA_CORBA::Contained::move_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Contained::move_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3074,10 +3073,9 @@ void POA_CORBA::Contained::move_skel (
static size_t const nargs = 4;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Contained *> (servant);
+
+ move_Contained command (
impl,
server_request.operation_details (),
args);
@@ -3087,13 +3085,11 @@ void POA_CORBA::Contained::move_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -3102,24 +3098,18 @@ void POA_CORBA::Contained::move_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::Contained::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_Contained_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_Contained_Upcall_Command (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3151,12 +3141,20 @@ void POA_CORBA::Contained::_is_a_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::Contained::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3175,10 +3173,9 @@ void POA_CORBA::Contained::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
+ static_cast<POA_CORBA::Contained *> (servant);
- Upcall_Command command (
+ _is_a_Contained_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3188,36 +3185,28 @@ void POA_CORBA::Contained::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::Contained::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_Contained_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_Contained_Upcall_Command (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3242,12 +3231,20 @@ void POA_CORBA::Contained::_non_existent_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::Contained::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3264,10 +3261,9 @@ void POA_CORBA::Contained::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
+ static_cast<POA_CORBA::Contained *> (servant);
- Upcall_Command command (
+ _non_existent_Contained_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3277,13 +3273,11 @@ void POA_CORBA::Contained::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -3292,7 +3286,7 @@ void POA_CORBA::Contained::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -3315,8 +3309,7 @@ void POA_CORBA::Contained::_interface_skel (
}
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
+ static_cast<POA_CORBA::Contained *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -3338,24 +3331,18 @@ void POA_CORBA::Contained::_interface_skel (
}
}
-void POA_CORBA::Contained::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_Contained_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_Contained_Upcall_Command (
POA_CORBA::Contained * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3380,12 +3367,20 @@ void POA_CORBA::Contained::_component_skel (
}
private:
-
POA_CORBA::Contained * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::Contained::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3402,10 +3397,9 @@ void POA_CORBA::Contained::_component_skel (
static size_t const nargs = 1;
POA_CORBA::Contained * const impl =
- static_cast<
- POA_CORBA::Contained *> (servant);
+ static_cast<POA_CORBA::Contained *> (servant);
- Upcall_Command command (
+ _get_component_Contained_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3415,13 +3409,11 @@ void POA_CORBA::Contained::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -3455,7 +3447,7 @@ const char* POA_CORBA::Contained::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::Contained::_dispatch (
TAO_ServerRequest & req,
@@ -3470,7 +3462,7 @@ void POA_CORBA::Contained::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::Contained *
POA_CORBA::Contained::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -3653,7 +3645,7 @@ TAO_CORBA_Container_Perfect_Hash_OpTable::lookup (const char *str, unsigned int
static TAO_CORBA_Container_Perfect_Hash_OpTable tao_CORBA_Container_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_Container_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -3700,28 +3692,18 @@ POA_CORBA::Container::Container (const Container& rhs)
POA_CORBA::Container::~Container (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::lookup_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class lookup_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline lookup_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3753,12 +3735,25 @@ void POA_CORBA::Container::lookup_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::lookup_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3777,10 +3772,9 @@ void POA_CORBA::Container::lookup_skel (
static size_t const nargs = 2;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ lookup_Container command (
impl,
server_request.operation_details (),
args);
@@ -3790,39 +3784,27 @@ void POA_CORBA::Container::lookup_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::contents_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class contents_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline contents_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3861,12 +3843,25 @@ void POA_CORBA::Container::contents_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::contents_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3887,10 +3882,9 @@ void POA_CORBA::Container::contents_skel (
static size_t const nargs = 3;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ contents_Container command (
impl,
server_request.operation_details (),
args);
@@ -3900,39 +3894,27 @@ void POA_CORBA::Container::contents_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::lookup_name_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class lookup_name_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline lookup_name_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3985,12 +3967,25 @@ void POA_CORBA::Container::lookup_name_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::lookup_name_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4015,10 +4010,9 @@ void POA_CORBA::Container::lookup_name_skel (
static size_t const nargs = 5;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ lookup_name_Container command (
impl,
server_request.operation_details (),
args);
@@ -4028,39 +4022,27 @@ void POA_CORBA::Container::lookup_name_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::describe_contents_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class describe_contents_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline describe_contents_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4106,12 +4088,25 @@ void POA_CORBA::Container::describe_contents_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::describe_contents_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4134,10 +4129,9 @@ void POA_CORBA::Container::describe_contents_skel (
static size_t const nargs = 4;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ describe_contents_Container command (
impl,
server_request.operation_details (),
args);
@@ -4147,39 +4141,27 @@ void POA_CORBA::Container::describe_contents_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_module_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_module_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_module_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4225,12 +4207,25 @@ void POA_CORBA::Container::create_module_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_module_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4253,10 +4248,9 @@ void POA_CORBA::Container::create_module_skel (
static size_t const nargs = 4;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_module_Container command (
impl,
server_request.operation_details (),
args);
@@ -4266,39 +4260,27 @@ void POA_CORBA::Container::create_module_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_constant_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_constant_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_constant_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4358,12 +4340,25 @@ void POA_CORBA::Container::create_constant_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_constant_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4390,10 +4385,9 @@ void POA_CORBA::Container::create_constant_skel (
static size_t const nargs = 6;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_constant_Container command (
impl,
server_request.operation_details (),
args);
@@ -4403,39 +4397,27 @@ void POA_CORBA::Container::create_constant_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_struct_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_struct_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_struct_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4488,12 +4470,25 @@ void POA_CORBA::Container::create_struct_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_struct_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4518,10 +4513,9 @@ void POA_CORBA::Container::create_struct_skel (
static size_t const nargs = 5;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_struct_Container command (
impl,
server_request.operation_details (),
args);
@@ -4531,39 +4525,27 @@ void POA_CORBA::Container::create_struct_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_union_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_union_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_union_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4623,12 +4605,25 @@ void POA_CORBA::Container::create_union_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_union_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4655,10 +4650,9 @@ void POA_CORBA::Container::create_union_skel (
static size_t const nargs = 6;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_union_Container command (
impl,
server_request.operation_details (),
args);
@@ -4668,39 +4662,27 @@ void POA_CORBA::Container::create_union_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_enum_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_enum_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_enum_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4753,12 +4735,25 @@ void POA_CORBA::Container::create_enum_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_enum_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4783,10 +4778,9 @@ void POA_CORBA::Container::create_enum_skel (
static size_t const nargs = 5;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_enum_Container command (
impl,
server_request.operation_details (),
args);
@@ -4796,39 +4790,27 @@ void POA_CORBA::Container::create_enum_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_alias_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_alias_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_alias_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4881,12 +4863,25 @@ void POA_CORBA::Container::create_alias_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_alias_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4911,10 +4906,9 @@ void POA_CORBA::Container::create_alias_skel (
static size_t const nargs = 5;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_alias_Container command (
impl,
server_request.operation_details (),
args);
@@ -4924,39 +4918,27 @@ void POA_CORBA::Container::create_alias_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_interface_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_interface_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_interface_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5009,12 +4991,25 @@ void POA_CORBA::Container::create_interface_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_interface_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5039,10 +5034,9 @@ void POA_CORBA::Container::create_interface_skel (
static size_t const nargs = 5;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_interface_Container command (
impl,
server_request.operation_details (),
args);
@@ -5052,39 +5046,27 @@ void POA_CORBA::Container::create_interface_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_value_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_value_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_value_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5179,12 +5161,25 @@ void POA_CORBA::Container::create_value_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_value_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5221,10 +5216,9 @@ void POA_CORBA::Container::create_value_skel (
static size_t const nargs = 11;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_value_Container command (
impl,
server_request.operation_details (),
args);
@@ -5234,39 +5228,27 @@ void POA_CORBA::Container::create_value_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_value_box_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_value_box_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_value_box_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5319,12 +5301,25 @@ void POA_CORBA::Container::create_value_box_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_value_box_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5349,10 +5344,9 @@ void POA_CORBA::Container::create_value_box_skel (
static size_t const nargs = 5;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_value_box_Container command (
impl,
server_request.operation_details (),
args);
@@ -5362,39 +5356,27 @@ void POA_CORBA::Container::create_value_box_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_exception_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_exception_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_exception_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5447,12 +5429,25 @@ void POA_CORBA::Container::create_exception_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_exception_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5477,10 +5472,9 @@ void POA_CORBA::Container::create_exception_skel (
static size_t const nargs = 5;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_exception_Container command (
impl,
server_request.operation_details (),
args);
@@ -5490,39 +5484,27 @@ void POA_CORBA::Container::create_exception_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_native_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_native_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_native_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5568,12 +5550,25 @@ void POA_CORBA::Container::create_native_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_native_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5596,10 +5591,9 @@ void POA_CORBA::Container::create_native_skel (
static size_t const nargs = 4;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_native_Container command (
impl,
server_request.operation_details (),
args);
@@ -5609,39 +5603,27 @@ void POA_CORBA::Container::create_native_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_abstract_interface_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_abstract_interface_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_abstract_interface_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5694,12 +5676,25 @@ void POA_CORBA::Container::create_abstract_interface_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_abstract_interface_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5724,10 +5719,9 @@ void POA_CORBA::Container::create_abstract_interface_skel (
static size_t const nargs = 5;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_abstract_interface_Container command (
impl,
server_request.operation_details (),
args);
@@ -5737,39 +5731,27 @@ void POA_CORBA::Container::create_abstract_interface_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_local_interface_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_local_interface_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_local_interface_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5822,12 +5804,25 @@ void POA_CORBA::Container::create_local_interface_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_local_interface_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5852,10 +5847,9 @@ void POA_CORBA::Container::create_local_interface_skel (
static size_t const nargs = 5;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_local_interface_Container command (
impl,
server_request.operation_details (),
args);
@@ -5865,39 +5859,27 @@ void POA_CORBA::Container::create_local_interface_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Container::create_ext_value_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_ext_value_Container
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_ext_value_Container (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5992,12 +5974,25 @@ void POA_CORBA::Container::create_ext_value_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Container::create_ext_value_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6034,10 +6029,9 @@ void POA_CORBA::Container::create_ext_value_skel (
static size_t const nargs = 11;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Container *> (servant);
+
+ create_ext_value_Container command (
impl,
server_request.operation_details (),
args);
@@ -6047,13 +6041,11 @@ void POA_CORBA::Container::create_ext_value_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6062,24 +6054,18 @@ void POA_CORBA::Container::create_ext_value_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::Container::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_Container_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_Container_Upcall_Command (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6111,12 +6097,20 @@ void POA_CORBA::Container::_is_a_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::Container::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6135,10 +6129,9 @@ void POA_CORBA::Container::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
+ static_cast<POA_CORBA::Container *> (servant);
- Upcall_Command command (
+ _is_a_Container_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6148,36 +6141,28 @@ void POA_CORBA::Container::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::Container::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_Container_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_Container_Upcall_Command (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6202,12 +6187,20 @@ void POA_CORBA::Container::_non_existent_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::Container::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6224,10 +6217,9 @@ void POA_CORBA::Container::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
+ static_cast<POA_CORBA::Container *> (servant);
- Upcall_Command command (
+ _non_existent_Container_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6237,13 +6229,11 @@ void POA_CORBA::Container::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6252,7 +6242,7 @@ void POA_CORBA::Container::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -6275,8 +6265,7 @@ void POA_CORBA::Container::_interface_skel (
}
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
+ static_cast<POA_CORBA::Container *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -6298,24 +6287,18 @@ void POA_CORBA::Container::_interface_skel (
}
}
-void POA_CORBA::Container::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_Container_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_Container_Upcall_Command (
POA_CORBA::Container * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6340,12 +6323,20 @@ void POA_CORBA::Container::_component_skel (
}
private:
-
POA_CORBA::Container * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::Container::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6362,10 +6353,9 @@ void POA_CORBA::Container::_component_skel (
static size_t const nargs = 1;
POA_CORBA::Container * const impl =
- static_cast<
- POA_CORBA::Container *> (servant);
+ static_cast<POA_CORBA::Container *> (servant);
- Upcall_Command command (
+ _get_component_Container_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6375,13 +6365,11 @@ void POA_CORBA::Container::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6415,7 +6403,7 @@ const char* POA_CORBA::Container::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::Container::_dispatch (
TAO_ServerRequest & req,
@@ -6430,7 +6418,7 @@ void POA_CORBA::Container::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::Container *
POA_CORBA::Container::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -6575,7 +6563,7 @@ TAO_CORBA_IDLType_Perfect_Hash_OpTable::lookup (const char *str, unsigned int le
static TAO_CORBA_IDLType_Perfect_Hash_OpTable tao_CORBA_IDLType_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_IDLType_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -6622,28 +6610,18 @@ POA_CORBA::IDLType::IDLType (const IDLType& rhs)
POA_CORBA::IDLType::~IDLType (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::IDLType::_get_type_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_type_IDLType
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_type_IDLType (
POA_CORBA::IDLType * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6668,12 +6646,25 @@ void POA_CORBA::IDLType::_get_type_skel (
}
private:
-
POA_CORBA::IDLType * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::IDLType::_get_type_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6690,10 +6681,9 @@ void POA_CORBA::IDLType::_get_type_skel (
static size_t const nargs = 1;
POA_CORBA::IDLType * const impl =
- static_cast<
- POA_CORBA::IDLType *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::IDLType *> (servant);
+
+ _get_type_IDLType command (
impl,
server_request.operation_details (),
args);
@@ -6703,13 +6693,11 @@ void POA_CORBA::IDLType::_get_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6718,24 +6706,18 @@ void POA_CORBA::IDLType::_get_type_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::IDLType::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_IDLType_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_IDLType_Upcall_Command (
POA_CORBA::IDLType * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6767,12 +6749,20 @@ void POA_CORBA::IDLType::_is_a_skel (
}
private:
-
POA_CORBA::IDLType * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::IDLType::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6791,10 +6781,9 @@ void POA_CORBA::IDLType::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::IDLType * const impl =
- static_cast<
- POA_CORBA::IDLType *> (servant);
+ static_cast<POA_CORBA::IDLType *> (servant);
- Upcall_Command command (
+ _is_a_IDLType_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6804,36 +6793,28 @@ void POA_CORBA::IDLType::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::IDLType::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_IDLType_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_IDLType_Upcall_Command (
POA_CORBA::IDLType * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6858,12 +6839,20 @@ void POA_CORBA::IDLType::_non_existent_skel (
}
private:
-
POA_CORBA::IDLType * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::IDLType::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6880,10 +6869,9 @@ void POA_CORBA::IDLType::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::IDLType * const impl =
- static_cast<
- POA_CORBA::IDLType *> (servant);
+ static_cast<POA_CORBA::IDLType *> (servant);
- Upcall_Command command (
+ _non_existent_IDLType_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6893,13 +6881,11 @@ void POA_CORBA::IDLType::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6908,7 +6894,7 @@ void POA_CORBA::IDLType::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -6931,8 +6917,7 @@ void POA_CORBA::IDLType::_interface_skel (
}
POA_CORBA::IDLType * const impl =
- static_cast<
- POA_CORBA::IDLType *> (servant);
+ static_cast<POA_CORBA::IDLType *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -6954,24 +6939,18 @@ void POA_CORBA::IDLType::_interface_skel (
}
}
-void POA_CORBA::IDLType::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_IDLType_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_IDLType_Upcall_Command (
POA_CORBA::IDLType * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6996,12 +6975,20 @@ void POA_CORBA::IDLType::_component_skel (
}
private:
-
POA_CORBA::IDLType * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::IDLType::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7018,10 +7005,9 @@ void POA_CORBA::IDLType::_component_skel (
static size_t const nargs = 1;
POA_CORBA::IDLType * const impl =
- static_cast<
- POA_CORBA::IDLType *> (servant);
+ static_cast<POA_CORBA::IDLType *> (servant);
- Upcall_Command command (
+ _get_component_IDLType_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7031,13 +7017,11 @@ void POA_CORBA::IDLType::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7071,7 +7055,7 @@ const char* POA_CORBA::IDLType::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::IDLType::_dispatch (
TAO_ServerRequest & req,
@@ -7086,7 +7070,7 @@ void POA_CORBA::IDLType::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::IDLType *
POA_CORBA::IDLType::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -7263,7 +7247,7 @@ TAO_CORBA_TypedefDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int
static TAO_CORBA_TypedefDef_Perfect_Hash_OpTable tao_CORBA_TypedefDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_TypedefDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -7316,24 +7300,18 @@ POA_CORBA::TypedefDef::~TypedefDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::TypedefDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_TypedefDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_TypedefDef_Upcall_Command (
POA_CORBA::TypedefDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7365,12 +7343,20 @@ void POA_CORBA::TypedefDef::_is_a_skel (
}
private:
-
POA_CORBA::TypedefDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::TypedefDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7389,10 +7375,9 @@ void POA_CORBA::TypedefDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::TypedefDef * const impl =
- static_cast<
- POA_CORBA::TypedefDef *> (servant);
+ static_cast<POA_CORBA::TypedefDef *> (servant);
- Upcall_Command command (
+ _is_a_TypedefDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7402,36 +7387,28 @@ void POA_CORBA::TypedefDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::TypedefDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_TypedefDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_TypedefDef_Upcall_Command (
POA_CORBA::TypedefDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7456,12 +7433,20 @@ void POA_CORBA::TypedefDef::_non_existent_skel (
}
private:
-
POA_CORBA::TypedefDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::TypedefDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7478,10 +7463,9 @@ void POA_CORBA::TypedefDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::TypedefDef * const impl =
- static_cast<
- POA_CORBA::TypedefDef *> (servant);
+ static_cast<POA_CORBA::TypedefDef *> (servant);
- Upcall_Command command (
+ _non_existent_TypedefDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7491,13 +7475,11 @@ void POA_CORBA::TypedefDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7506,7 +7488,7 @@ void POA_CORBA::TypedefDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -7529,8 +7511,7 @@ void POA_CORBA::TypedefDef::_interface_skel (
}
POA_CORBA::TypedefDef * const impl =
- static_cast<
- POA_CORBA::TypedefDef *> (servant);
+ static_cast<POA_CORBA::TypedefDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -7552,24 +7533,18 @@ void POA_CORBA::TypedefDef::_interface_skel (
}
}
-void POA_CORBA::TypedefDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_TypedefDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_TypedefDef_Upcall_Command (
POA_CORBA::TypedefDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7594,12 +7569,20 @@ void POA_CORBA::TypedefDef::_component_skel (
}
private:
-
POA_CORBA::TypedefDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::TypedefDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7616,10 +7599,9 @@ void POA_CORBA::TypedefDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::TypedefDef * const impl =
- static_cast<
- POA_CORBA::TypedefDef *> (servant);
+ static_cast<POA_CORBA::TypedefDef *> (servant);
- Upcall_Command command (
+ _get_component_TypedefDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7629,13 +7611,11 @@ void POA_CORBA::TypedefDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7677,7 +7657,7 @@ const char* POA_CORBA::TypedefDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::TypedefDef::_dispatch (
TAO_ServerRequest & req,
@@ -7692,7 +7672,7 @@ void POA_CORBA::TypedefDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::TypedefDef *
POA_CORBA::TypedefDef::_this (ACE_ENV_SINGLE_ARG_DECL)
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.cpp b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.cpp
index d9266e3f34e..a8cb88b72e7 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_BasicS.cpp
@@ -1239,7 +1239,7 @@ TAO_CORBA_Repository_Perfect_Hash_OpTable::lookup (const char *str, unsigned int
static TAO_CORBA_Repository_Perfect_Hash_OpTable tao_CORBA_Repository_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_Repository_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -1287,28 +1287,18 @@ POA_CORBA::Repository::Repository (const Repository& rhs)
POA_CORBA::Repository::~Repository (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Repository::lookup_id_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class lookup_id_Repository
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline lookup_id_Repository (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1340,12 +1330,25 @@ void POA_CORBA::Repository::lookup_id_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Repository::lookup_id_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1364,10 +1367,9 @@ void POA_CORBA::Repository::lookup_id_skel (
static size_t const nargs = 2;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Repository *> (servant);
+
+ lookup_id_Repository command (
impl,
server_request.operation_details (),
args);
@@ -1377,39 +1379,27 @@ void POA_CORBA::Repository::lookup_id_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Repository::get_canonical_typecode_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class get_canonical_typecode_Repository
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline get_canonical_typecode_Repository (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1441,12 +1431,25 @@ void POA_CORBA::Repository::get_canonical_typecode_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Repository::get_canonical_typecode_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1465,10 +1468,9 @@ void POA_CORBA::Repository::get_canonical_typecode_skel (
static size_t const nargs = 2;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Repository *> (servant);
+
+ get_canonical_typecode_Repository command (
impl,
server_request.operation_details (),
args);
@@ -1478,39 +1480,27 @@ void POA_CORBA::Repository::get_canonical_typecode_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Repository::get_primitive_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class get_primitive_Repository
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline get_primitive_Repository (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1542,12 +1532,25 @@ void POA_CORBA::Repository::get_primitive_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Repository::get_primitive_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1566,10 +1569,9 @@ void POA_CORBA::Repository::get_primitive_skel (
static size_t const nargs = 2;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Repository *> (servant);
+
+ get_primitive_Repository command (
impl,
server_request.operation_details (),
args);
@@ -1579,39 +1581,27 @@ void POA_CORBA::Repository::get_primitive_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Repository::create_string_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_string_Repository
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_string_Repository (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1643,12 +1633,25 @@ void POA_CORBA::Repository::create_string_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Repository::create_string_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1667,10 +1670,9 @@ void POA_CORBA::Repository::create_string_skel (
static size_t const nargs = 2;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Repository *> (servant);
+
+ create_string_Repository command (
impl,
server_request.operation_details (),
args);
@@ -1680,39 +1682,27 @@ void POA_CORBA::Repository::create_string_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Repository::create_wstring_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_wstring_Repository
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_wstring_Repository (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1744,12 +1734,25 @@ void POA_CORBA::Repository::create_wstring_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Repository::create_wstring_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1768,10 +1771,9 @@ void POA_CORBA::Repository::create_wstring_skel (
static size_t const nargs = 2;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Repository *> (servant);
+
+ create_wstring_Repository command (
impl,
server_request.operation_details (),
args);
@@ -1781,39 +1783,27 @@ void POA_CORBA::Repository::create_wstring_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Repository::create_sequence_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_sequence_Repository
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_sequence_Repository (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1852,12 +1842,25 @@ void POA_CORBA::Repository::create_sequence_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Repository::create_sequence_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1878,10 +1881,9 @@ void POA_CORBA::Repository::create_sequence_skel (
static size_t const nargs = 3;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Repository *> (servant);
+
+ create_sequence_Repository command (
impl,
server_request.operation_details (),
args);
@@ -1891,39 +1893,27 @@ void POA_CORBA::Repository::create_sequence_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Repository::create_array_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_array_Repository
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_array_Repository (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1962,12 +1952,25 @@ void POA_CORBA::Repository::create_array_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Repository::create_array_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1988,10 +1991,9 @@ void POA_CORBA::Repository::create_array_skel (
static size_t const nargs = 3;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Repository *> (servant);
+
+ create_array_Repository command (
impl,
server_request.operation_details (),
args);
@@ -2001,39 +2003,27 @@ void POA_CORBA::Repository::create_array_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::Repository::create_fixed_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_fixed_Repository
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_fixed_Repository (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2072,12 +2062,25 @@ void POA_CORBA::Repository::create_fixed_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::Repository::create_fixed_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2098,10 +2101,9 @@ void POA_CORBA::Repository::create_fixed_skel (
static size_t const nargs = 3;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::Repository *> (servant);
+
+ create_fixed_Repository command (
impl,
server_request.operation_details (),
args);
@@ -2111,13 +2113,11 @@ void POA_CORBA::Repository::create_fixed_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2126,24 +2126,18 @@ void POA_CORBA::Repository::create_fixed_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::Repository::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_Repository_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_Repository_Upcall_Command (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2175,12 +2169,20 @@ void POA_CORBA::Repository::_is_a_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::Repository::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2199,10 +2201,9 @@ void POA_CORBA::Repository::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
+ static_cast<POA_CORBA::Repository *> (servant);
- Upcall_Command command (
+ _is_a_Repository_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2212,36 +2213,28 @@ void POA_CORBA::Repository::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::Repository::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_Repository_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_Repository_Upcall_Command (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2266,12 +2259,20 @@ void POA_CORBA::Repository::_non_existent_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::Repository::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2288,10 +2289,9 @@ void POA_CORBA::Repository::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
+ static_cast<POA_CORBA::Repository *> (servant);
- Upcall_Command command (
+ _non_existent_Repository_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2301,13 +2301,11 @@ void POA_CORBA::Repository::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2316,7 +2314,7 @@ void POA_CORBA::Repository::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -2339,8 +2337,7 @@ void POA_CORBA::Repository::_interface_skel (
}
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
+ static_cast<POA_CORBA::Repository *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -2362,24 +2359,18 @@ void POA_CORBA::Repository::_interface_skel (
}
}
-void POA_CORBA::Repository::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_Repository_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_Repository_Upcall_Command (
POA_CORBA::Repository * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2404,12 +2395,20 @@ void POA_CORBA::Repository::_component_skel (
}
private:
-
POA_CORBA::Repository * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::Repository::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2426,10 +2425,9 @@ void POA_CORBA::Repository::_component_skel (
static size_t const nargs = 1;
POA_CORBA::Repository * const impl =
- static_cast<
- POA_CORBA::Repository *> (servant);
+ static_cast<POA_CORBA::Repository *> (servant);
- Upcall_Command command (
+ _get_component_Repository_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2439,13 +2437,11 @@ void POA_CORBA::Repository::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2483,7 +2479,7 @@ const char* POA_CORBA::Repository::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::Repository::_dispatch (
TAO_ServerRequest & req,
@@ -2498,7 +2494,7 @@ void POA_CORBA::Repository::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::Repository *
POA_CORBA::Repository::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -2694,7 +2690,7 @@ TAO_CORBA_ModuleDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int
static TAO_CORBA_ModuleDef_Perfect_Hash_OpTable tao_CORBA_ModuleDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ModuleDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -2747,24 +2743,18 @@ POA_CORBA::ModuleDef::~ModuleDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ModuleDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ModuleDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ModuleDef_Upcall_Command (
POA_CORBA::ModuleDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2796,12 +2786,20 @@ void POA_CORBA::ModuleDef::_is_a_skel (
}
private:
-
POA_CORBA::ModuleDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ModuleDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2820,10 +2818,9 @@ void POA_CORBA::ModuleDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ModuleDef * const impl =
- static_cast<
- POA_CORBA::ModuleDef *> (servant);
+ static_cast<POA_CORBA::ModuleDef *> (servant);
- Upcall_Command command (
+ _is_a_ModuleDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2833,36 +2830,28 @@ void POA_CORBA::ModuleDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ModuleDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ModuleDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ModuleDef_Upcall_Command (
POA_CORBA::ModuleDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2887,12 +2876,20 @@ void POA_CORBA::ModuleDef::_non_existent_skel (
}
private:
-
POA_CORBA::ModuleDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ModuleDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2909,10 +2906,9 @@ void POA_CORBA::ModuleDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ModuleDef * const impl =
- static_cast<
- POA_CORBA::ModuleDef *> (servant);
+ static_cast<POA_CORBA::ModuleDef *> (servant);
- Upcall_Command command (
+ _non_existent_ModuleDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2922,13 +2918,11 @@ void POA_CORBA::ModuleDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2937,7 +2931,7 @@ void POA_CORBA::ModuleDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -2960,8 +2954,7 @@ void POA_CORBA::ModuleDef::_interface_skel (
}
POA_CORBA::ModuleDef * const impl =
- static_cast<
- POA_CORBA::ModuleDef *> (servant);
+ static_cast<POA_CORBA::ModuleDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -2983,24 +2976,18 @@ void POA_CORBA::ModuleDef::_interface_skel (
}
}
-void POA_CORBA::ModuleDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ModuleDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ModuleDef_Upcall_Command (
POA_CORBA::ModuleDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3025,12 +3012,20 @@ void POA_CORBA::ModuleDef::_component_skel (
}
private:
-
POA_CORBA::ModuleDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ModuleDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3047,10 +3042,9 @@ void POA_CORBA::ModuleDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ModuleDef * const impl =
- static_cast<
- POA_CORBA::ModuleDef *> (servant);
+ static_cast<POA_CORBA::ModuleDef *> (servant);
- Upcall_Command command (
+ _get_component_ModuleDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3060,13 +3054,11 @@ void POA_CORBA::ModuleDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -3108,7 +3100,7 @@ const char* POA_CORBA::ModuleDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ModuleDef::_dispatch (
TAO_ServerRequest & req,
@@ -3123,7 +3115,7 @@ void POA_CORBA::ModuleDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ModuleDef *
POA_CORBA::ModuleDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -3304,7 +3296,7 @@ TAO_CORBA_ConstantDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned in
static TAO_CORBA_ConstantDef_Perfect_Hash_OpTable tao_CORBA_ConstantDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ConstantDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -3352,28 +3344,18 @@ POA_CORBA::ConstantDef::ConstantDef (const ConstantDef& rhs)
POA_CORBA::ConstantDef::~ConstantDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ConstantDef::_get_type_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_type_ConstantDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_type_ConstantDef (
POA_CORBA::ConstantDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3398,12 +3380,25 @@ void POA_CORBA::ConstantDef::_get_type_skel (
}
private:
-
POA_CORBA::ConstantDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ConstantDef::_get_type_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3420,10 +3415,9 @@ void POA_CORBA::ConstantDef::_get_type_skel (
static size_t const nargs = 1;
POA_CORBA::ConstantDef * const impl =
- static_cast<
- POA_CORBA::ConstantDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ConstantDef *> (servant);
+
+ _get_type_ConstantDef command (
impl,
server_request.operation_details (),
args);
@@ -3433,39 +3427,27 @@ void POA_CORBA::ConstantDef::_get_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ConstantDef::_get_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_type_def_ConstantDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_type_def_ConstantDef (
POA_CORBA::ConstantDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3490,12 +3472,25 @@ void POA_CORBA::ConstantDef::_get_type_def_skel (
}
private:
-
POA_CORBA::ConstantDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ConstantDef::_get_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3512,10 +3507,9 @@ void POA_CORBA::ConstantDef::_get_type_def_skel (
static size_t const nargs = 1;
POA_CORBA::ConstantDef * const impl =
- static_cast<
- POA_CORBA::ConstantDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ConstantDef *> (servant);
+
+ _get_type_def_ConstantDef command (
impl,
server_request.operation_details (),
args);
@@ -3525,39 +3519,27 @@ void POA_CORBA::ConstantDef::_get_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ConstantDef::_set_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_type_def_ConstantDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_type_def_ConstantDef (
POA_CORBA::ConstantDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3582,12 +3564,25 @@ void POA_CORBA::ConstantDef::_set_type_def_skel (
}
private:
-
POA_CORBA::ConstantDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ConstantDef::_set_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3606,10 +3601,9 @@ void POA_CORBA::ConstantDef::_set_type_def_skel (
static size_t const nargs = 2;
POA_CORBA::ConstantDef * const impl =
- static_cast<
- POA_CORBA::ConstantDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ConstantDef *> (servant);
+
+ _set_type_def_ConstantDef command (
impl,
server_request.operation_details (),
args);
@@ -3619,39 +3613,27 @@ void POA_CORBA::ConstantDef::_set_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ConstantDef::_get_value_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_value_ConstantDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_value_ConstantDef (
POA_CORBA::ConstantDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3676,12 +3658,25 @@ void POA_CORBA::ConstantDef::_get_value_skel (
}
private:
-
POA_CORBA::ConstantDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ConstantDef::_get_value_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3698,10 +3693,9 @@ void POA_CORBA::ConstantDef::_get_value_skel (
static size_t const nargs = 1;
POA_CORBA::ConstantDef * const impl =
- static_cast<
- POA_CORBA::ConstantDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ConstantDef *> (servant);
+
+ _get_value_ConstantDef command (
impl,
server_request.operation_details (),
args);
@@ -3711,39 +3705,27 @@ void POA_CORBA::ConstantDef::_get_value_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ConstantDef::_set_value_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_value_ConstantDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_value_ConstantDef (
POA_CORBA::ConstantDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3768,12 +3750,25 @@ void POA_CORBA::ConstantDef::_set_value_skel (
}
private:
-
POA_CORBA::ConstantDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ConstantDef::_set_value_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3792,10 +3787,9 @@ void POA_CORBA::ConstantDef::_set_value_skel (
static size_t const nargs = 2;
POA_CORBA::ConstantDef * const impl =
- static_cast<
- POA_CORBA::ConstantDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ConstantDef *> (servant);
+
+ _set_value_ConstantDef command (
impl,
server_request.operation_details (),
args);
@@ -3805,13 +3799,11 @@ void POA_CORBA::ConstantDef::_set_value_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -3820,24 +3812,18 @@ void POA_CORBA::ConstantDef::_set_value_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ConstantDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ConstantDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ConstantDef_Upcall_Command (
POA_CORBA::ConstantDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3869,12 +3855,20 @@ void POA_CORBA::ConstantDef::_is_a_skel (
}
private:
-
POA_CORBA::ConstantDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ConstantDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3893,10 +3887,9 @@ void POA_CORBA::ConstantDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ConstantDef * const impl =
- static_cast<
- POA_CORBA::ConstantDef *> (servant);
+ static_cast<POA_CORBA::ConstantDef *> (servant);
- Upcall_Command command (
+ _is_a_ConstantDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3906,36 +3899,28 @@ void POA_CORBA::ConstantDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ConstantDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ConstantDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ConstantDef_Upcall_Command (
POA_CORBA::ConstantDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3960,12 +3945,20 @@ void POA_CORBA::ConstantDef::_non_existent_skel (
}
private:
-
POA_CORBA::ConstantDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ConstantDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3982,10 +3975,9 @@ void POA_CORBA::ConstantDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ConstantDef * const impl =
- static_cast<
- POA_CORBA::ConstantDef *> (servant);
+ static_cast<POA_CORBA::ConstantDef *> (servant);
- Upcall_Command command (
+ _non_existent_ConstantDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3995,13 +3987,11 @@ void POA_CORBA::ConstantDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -4010,7 +4000,7 @@ void POA_CORBA::ConstantDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -4033,8 +4023,7 @@ void POA_CORBA::ConstantDef::_interface_skel (
}
POA_CORBA::ConstantDef * const impl =
- static_cast<
- POA_CORBA::ConstantDef *> (servant);
+ static_cast<POA_CORBA::ConstantDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -4056,24 +4045,18 @@ void POA_CORBA::ConstantDef::_interface_skel (
}
}
-void POA_CORBA::ConstantDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ConstantDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ConstantDef_Upcall_Command (
POA_CORBA::ConstantDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4098,12 +4081,20 @@ void POA_CORBA::ConstantDef::_component_skel (
}
private:
-
POA_CORBA::ConstantDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ConstantDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4120,10 +4111,9 @@ void POA_CORBA::ConstantDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ConstantDef * const impl =
- static_cast<
- POA_CORBA::ConstantDef *> (servant);
+ static_cast<POA_CORBA::ConstantDef *> (servant);
- Upcall_Command command (
+ _get_component_ConstantDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -4133,13 +4123,11 @@ void POA_CORBA::ConstantDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -4177,7 +4165,7 @@ const char* POA_CORBA::ConstantDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ConstantDef::_dispatch (
TAO_ServerRequest & req,
@@ -4192,7 +4180,7 @@ void POA_CORBA::ConstantDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ConstantDef *
POA_CORBA::ConstantDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -4391,7 +4379,7 @@ TAO_CORBA_StructDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int
static TAO_CORBA_StructDef_Perfect_Hash_OpTable tao_CORBA_StructDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_StructDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -4442,28 +4430,18 @@ POA_CORBA::StructDef::StructDef (const StructDef& rhs)
POA_CORBA::StructDef::~StructDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::StructDef::_get_members_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_members_StructDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_members_StructDef (
POA_CORBA::StructDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4488,12 +4466,25 @@ void POA_CORBA::StructDef::_get_members_skel (
}
private:
-
POA_CORBA::StructDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::StructDef::_get_members_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4510,10 +4501,9 @@ void POA_CORBA::StructDef::_get_members_skel (
static size_t const nargs = 1;
POA_CORBA::StructDef * const impl =
- static_cast<
- POA_CORBA::StructDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::StructDef *> (servant);
+
+ _get_members_StructDef command (
impl,
server_request.operation_details (),
args);
@@ -4523,39 +4513,27 @@ void POA_CORBA::StructDef::_get_members_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::StructDef::_set_members_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_members_StructDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_members_StructDef (
POA_CORBA::StructDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4580,12 +4558,25 @@ void POA_CORBA::StructDef::_set_members_skel (
}
private:
-
POA_CORBA::StructDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::StructDef::_set_members_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4604,10 +4595,9 @@ void POA_CORBA::StructDef::_set_members_skel (
static size_t const nargs = 2;
POA_CORBA::StructDef * const impl =
- static_cast<
- POA_CORBA::StructDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::StructDef *> (servant);
+
+ _set_members_StructDef command (
impl,
server_request.operation_details (),
args);
@@ -4617,13 +4607,11 @@ void POA_CORBA::StructDef::_set_members_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -4632,24 +4620,18 @@ void POA_CORBA::StructDef::_set_members_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::StructDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_StructDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_StructDef_Upcall_Command (
POA_CORBA::StructDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4681,12 +4663,20 @@ void POA_CORBA::StructDef::_is_a_skel (
}
private:
-
POA_CORBA::StructDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::StructDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4705,10 +4695,9 @@ void POA_CORBA::StructDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::StructDef * const impl =
- static_cast<
- POA_CORBA::StructDef *> (servant);
+ static_cast<POA_CORBA::StructDef *> (servant);
- Upcall_Command command (
+ _is_a_StructDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -4718,36 +4707,28 @@ void POA_CORBA::StructDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::StructDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_StructDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_StructDef_Upcall_Command (
POA_CORBA::StructDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4772,12 +4753,20 @@ void POA_CORBA::StructDef::_non_existent_skel (
}
private:
-
POA_CORBA::StructDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::StructDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4794,10 +4783,9 @@ void POA_CORBA::StructDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::StructDef * const impl =
- static_cast<
- POA_CORBA::StructDef *> (servant);
+ static_cast<POA_CORBA::StructDef *> (servant);
- Upcall_Command command (
+ _non_existent_StructDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -4807,13 +4795,11 @@ void POA_CORBA::StructDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -4822,7 +4808,7 @@ void POA_CORBA::StructDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -4845,8 +4831,7 @@ void POA_CORBA::StructDef::_interface_skel (
}
POA_CORBA::StructDef * const impl =
- static_cast<
- POA_CORBA::StructDef *> (servant);
+ static_cast<POA_CORBA::StructDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -4868,24 +4853,18 @@ void POA_CORBA::StructDef::_interface_skel (
}
}
-void POA_CORBA::StructDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_StructDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_StructDef_Upcall_Command (
POA_CORBA::StructDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4910,12 +4889,20 @@ void POA_CORBA::StructDef::_component_skel (
}
private:
-
POA_CORBA::StructDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::StructDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4932,10 +4919,9 @@ void POA_CORBA::StructDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::StructDef * const impl =
- static_cast<
- POA_CORBA::StructDef *> (servant);
+ static_cast<POA_CORBA::StructDef *> (servant);
- Upcall_Command command (
+ _get_component_StructDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -4945,13 +4931,11 @@ void POA_CORBA::StructDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -5001,7 +4985,7 @@ const char* POA_CORBA::StructDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::StructDef::_dispatch (
TAO_ServerRequest & req,
@@ -5016,7 +5000,7 @@ void POA_CORBA::StructDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::StructDef *
POA_CORBA::StructDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -5220,7 +5204,7 @@ TAO_CORBA_UnionDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int l
static TAO_CORBA_UnionDef_Perfect_Hash_OpTable tao_CORBA_UnionDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_UnionDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -5271,28 +5255,18 @@ POA_CORBA::UnionDef::UnionDef (const UnionDef& rhs)
POA_CORBA::UnionDef::~UnionDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::UnionDef::_get_discriminator_type_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_discriminator_type_UnionDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_discriminator_type_UnionDef (
POA_CORBA::UnionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5317,12 +5291,25 @@ void POA_CORBA::UnionDef::_get_discriminator_type_skel (
}
private:
-
POA_CORBA::UnionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::UnionDef::_get_discriminator_type_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5339,10 +5326,9 @@ void POA_CORBA::UnionDef::_get_discriminator_type_skel (
static size_t const nargs = 1;
POA_CORBA::UnionDef * const impl =
- static_cast<
- POA_CORBA::UnionDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::UnionDef *> (servant);
+
+ _get_discriminator_type_UnionDef command (
impl,
server_request.operation_details (),
args);
@@ -5352,39 +5338,27 @@ void POA_CORBA::UnionDef::_get_discriminator_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::UnionDef::_get_discriminator_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_discriminator_type_def_UnionDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_discriminator_type_def_UnionDef (
POA_CORBA::UnionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5409,12 +5383,25 @@ void POA_CORBA::UnionDef::_get_discriminator_type_def_skel (
}
private:
-
POA_CORBA::UnionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::UnionDef::_get_discriminator_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5431,10 +5418,9 @@ void POA_CORBA::UnionDef::_get_discriminator_type_def_skel (
static size_t const nargs = 1;
POA_CORBA::UnionDef * const impl =
- static_cast<
- POA_CORBA::UnionDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::UnionDef *> (servant);
+
+ _get_discriminator_type_def_UnionDef command (
impl,
server_request.operation_details (),
args);
@@ -5444,39 +5430,27 @@ void POA_CORBA::UnionDef::_get_discriminator_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::UnionDef::_set_discriminator_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_discriminator_type_def_UnionDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_discriminator_type_def_UnionDef (
POA_CORBA::UnionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5501,12 +5475,25 @@ void POA_CORBA::UnionDef::_set_discriminator_type_def_skel (
}
private:
-
POA_CORBA::UnionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::UnionDef::_set_discriminator_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5525,10 +5512,9 @@ void POA_CORBA::UnionDef::_set_discriminator_type_def_skel (
static size_t const nargs = 2;
POA_CORBA::UnionDef * const impl =
- static_cast<
- POA_CORBA::UnionDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::UnionDef *> (servant);
+
+ _set_discriminator_type_def_UnionDef command (
impl,
server_request.operation_details (),
args);
@@ -5538,39 +5524,27 @@ void POA_CORBA::UnionDef::_set_discriminator_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::UnionDef::_get_members_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_members_UnionDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_members_UnionDef (
POA_CORBA::UnionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5595,12 +5569,25 @@ void POA_CORBA::UnionDef::_get_members_skel (
}
private:
-
POA_CORBA::UnionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::UnionDef::_get_members_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5617,10 +5604,9 @@ void POA_CORBA::UnionDef::_get_members_skel (
static size_t const nargs = 1;
POA_CORBA::UnionDef * const impl =
- static_cast<
- POA_CORBA::UnionDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::UnionDef *> (servant);
+
+ _get_members_UnionDef command (
impl,
server_request.operation_details (),
args);
@@ -5630,39 +5616,27 @@ void POA_CORBA::UnionDef::_get_members_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::UnionDef::_set_members_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_members_UnionDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_members_UnionDef (
POA_CORBA::UnionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5687,12 +5661,25 @@ void POA_CORBA::UnionDef::_set_members_skel (
}
private:
-
POA_CORBA::UnionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::UnionDef::_set_members_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5711,10 +5698,9 @@ void POA_CORBA::UnionDef::_set_members_skel (
static size_t const nargs = 2;
POA_CORBA::UnionDef * const impl =
- static_cast<
- POA_CORBA::UnionDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::UnionDef *> (servant);
+
+ _set_members_UnionDef command (
impl,
server_request.operation_details (),
args);
@@ -5724,13 +5710,11 @@ void POA_CORBA::UnionDef::_set_members_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -5739,24 +5723,18 @@ void POA_CORBA::UnionDef::_set_members_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::UnionDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_UnionDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_UnionDef_Upcall_Command (
POA_CORBA::UnionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5788,12 +5766,20 @@ void POA_CORBA::UnionDef::_is_a_skel (
}
private:
-
POA_CORBA::UnionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::UnionDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5812,10 +5798,9 @@ void POA_CORBA::UnionDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::UnionDef * const impl =
- static_cast<
- POA_CORBA::UnionDef *> (servant);
+ static_cast<POA_CORBA::UnionDef *> (servant);
- Upcall_Command command (
+ _is_a_UnionDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -5825,36 +5810,28 @@ void POA_CORBA::UnionDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::UnionDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_UnionDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_UnionDef_Upcall_Command (
POA_CORBA::UnionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5879,12 +5856,20 @@ void POA_CORBA::UnionDef::_non_existent_skel (
}
private:
-
POA_CORBA::UnionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::UnionDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5901,10 +5886,9 @@ void POA_CORBA::UnionDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::UnionDef * const impl =
- static_cast<
- POA_CORBA::UnionDef *> (servant);
+ static_cast<POA_CORBA::UnionDef *> (servant);
- Upcall_Command command (
+ _non_existent_UnionDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -5914,13 +5898,11 @@ void POA_CORBA::UnionDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -5929,7 +5911,7 @@ void POA_CORBA::UnionDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -5952,8 +5934,7 @@ void POA_CORBA::UnionDef::_interface_skel (
}
POA_CORBA::UnionDef * const impl =
- static_cast<
- POA_CORBA::UnionDef *> (servant);
+ static_cast<POA_CORBA::UnionDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -5975,24 +5956,18 @@ void POA_CORBA::UnionDef::_interface_skel (
}
}
-void POA_CORBA::UnionDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_UnionDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_UnionDef_Upcall_Command (
POA_CORBA::UnionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6017,12 +5992,20 @@ void POA_CORBA::UnionDef::_component_skel (
}
private:
-
POA_CORBA::UnionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::UnionDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6039,10 +6022,9 @@ void POA_CORBA::UnionDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::UnionDef * const impl =
- static_cast<
- POA_CORBA::UnionDef *> (servant);
+ static_cast<POA_CORBA::UnionDef *> (servant);
- Upcall_Command command (
+ _get_component_UnionDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6052,13 +6034,11 @@ void POA_CORBA::UnionDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6108,7 +6088,7 @@ const char* POA_CORBA::UnionDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::UnionDef::_dispatch (
TAO_ServerRequest & req,
@@ -6123,7 +6103,7 @@ void POA_CORBA::UnionDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::UnionDef *
POA_CORBA::UnionDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -6302,7 +6282,7 @@ TAO_CORBA_EnumDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int le
static TAO_CORBA_EnumDef_Perfect_Hash_OpTable tao_CORBA_EnumDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_EnumDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -6352,28 +6332,18 @@ POA_CORBA::EnumDef::EnumDef (const EnumDef& rhs)
POA_CORBA::EnumDef::~EnumDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::EnumDef::_get_members_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_members_EnumDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_members_EnumDef (
POA_CORBA::EnumDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6398,12 +6368,25 @@ void POA_CORBA::EnumDef::_get_members_skel (
}
private:
-
POA_CORBA::EnumDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::EnumDef::_get_members_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6420,10 +6403,9 @@ void POA_CORBA::EnumDef::_get_members_skel (
static size_t const nargs = 1;
POA_CORBA::EnumDef * const impl =
- static_cast<
- POA_CORBA::EnumDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::EnumDef *> (servant);
+
+ _get_members_EnumDef command (
impl,
server_request.operation_details (),
args);
@@ -6433,39 +6415,27 @@ void POA_CORBA::EnumDef::_get_members_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::EnumDef::_set_members_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_members_EnumDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_members_EnumDef (
POA_CORBA::EnumDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6490,12 +6460,25 @@ void POA_CORBA::EnumDef::_set_members_skel (
}
private:
-
POA_CORBA::EnumDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::EnumDef::_set_members_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6514,10 +6497,9 @@ void POA_CORBA::EnumDef::_set_members_skel (
static size_t const nargs = 2;
POA_CORBA::EnumDef * const impl =
- static_cast<
- POA_CORBA::EnumDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::EnumDef *> (servant);
+
+ _set_members_EnumDef command (
impl,
server_request.operation_details (),
args);
@@ -6527,13 +6509,11 @@ void POA_CORBA::EnumDef::_set_members_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6542,24 +6522,18 @@ void POA_CORBA::EnumDef::_set_members_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::EnumDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_EnumDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_EnumDef_Upcall_Command (
POA_CORBA::EnumDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6591,12 +6565,20 @@ void POA_CORBA::EnumDef::_is_a_skel (
}
private:
-
POA_CORBA::EnumDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::EnumDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6615,10 +6597,9 @@ void POA_CORBA::EnumDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::EnumDef * const impl =
- static_cast<
- POA_CORBA::EnumDef *> (servant);
+ static_cast<POA_CORBA::EnumDef *> (servant);
- Upcall_Command command (
+ _is_a_EnumDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6628,36 +6609,28 @@ void POA_CORBA::EnumDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::EnumDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_EnumDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_EnumDef_Upcall_Command (
POA_CORBA::EnumDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6682,12 +6655,20 @@ void POA_CORBA::EnumDef::_non_existent_skel (
}
private:
-
POA_CORBA::EnumDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::EnumDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6704,10 +6685,9 @@ void POA_CORBA::EnumDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::EnumDef * const impl =
- static_cast<
- POA_CORBA::EnumDef *> (servant);
+ static_cast<POA_CORBA::EnumDef *> (servant);
- Upcall_Command command (
+ _non_existent_EnumDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6717,13 +6697,11 @@ void POA_CORBA::EnumDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6732,7 +6710,7 @@ void POA_CORBA::EnumDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -6755,8 +6733,7 @@ void POA_CORBA::EnumDef::_interface_skel (
}
POA_CORBA::EnumDef * const impl =
- static_cast<
- POA_CORBA::EnumDef *> (servant);
+ static_cast<POA_CORBA::EnumDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -6778,24 +6755,18 @@ void POA_CORBA::EnumDef::_interface_skel (
}
}
-void POA_CORBA::EnumDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_EnumDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_EnumDef_Upcall_Command (
POA_CORBA::EnumDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6820,12 +6791,20 @@ void POA_CORBA::EnumDef::_component_skel (
}
private:
-
POA_CORBA::EnumDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::EnumDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6842,10 +6821,9 @@ void POA_CORBA::EnumDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::EnumDef * const impl =
- static_cast<
- POA_CORBA::EnumDef *> (servant);
+ static_cast<POA_CORBA::EnumDef *> (servant);
- Upcall_Command command (
+ _get_component_EnumDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6855,13 +6833,11 @@ void POA_CORBA::EnumDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6907,7 +6883,7 @@ const char* POA_CORBA::EnumDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::EnumDef::_dispatch (
TAO_ServerRequest & req,
@@ -6922,7 +6898,7 @@ void POA_CORBA::EnumDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::EnumDef *
POA_CORBA::EnumDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -7101,7 +7077,7 @@ TAO_CORBA_AliasDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int l
static TAO_CORBA_AliasDef_Perfect_Hash_OpTable tao_CORBA_AliasDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_AliasDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -7151,28 +7127,18 @@ POA_CORBA::AliasDef::AliasDef (const AliasDef& rhs)
POA_CORBA::AliasDef::~AliasDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::AliasDef::_get_original_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_original_type_def_AliasDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_original_type_def_AliasDef (
POA_CORBA::AliasDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7197,12 +7163,25 @@ void POA_CORBA::AliasDef::_get_original_type_def_skel (
}
private:
-
POA_CORBA::AliasDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::AliasDef::_get_original_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7219,10 +7198,9 @@ void POA_CORBA::AliasDef::_get_original_type_def_skel (
static size_t const nargs = 1;
POA_CORBA::AliasDef * const impl =
- static_cast<
- POA_CORBA::AliasDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::AliasDef *> (servant);
+
+ _get_original_type_def_AliasDef command (
impl,
server_request.operation_details (),
args);
@@ -7232,39 +7210,27 @@ void POA_CORBA::AliasDef::_get_original_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::AliasDef::_set_original_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_original_type_def_AliasDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_original_type_def_AliasDef (
POA_CORBA::AliasDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7289,12 +7255,25 @@ void POA_CORBA::AliasDef::_set_original_type_def_skel (
}
private:
-
POA_CORBA::AliasDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::AliasDef::_set_original_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7313,10 +7292,9 @@ void POA_CORBA::AliasDef::_set_original_type_def_skel (
static size_t const nargs = 2;
POA_CORBA::AliasDef * const impl =
- static_cast<
- POA_CORBA::AliasDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::AliasDef *> (servant);
+
+ _set_original_type_def_AliasDef command (
impl,
server_request.operation_details (),
args);
@@ -7326,13 +7304,11 @@ void POA_CORBA::AliasDef::_set_original_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7341,24 +7317,18 @@ void POA_CORBA::AliasDef::_set_original_type_def_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::AliasDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_AliasDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_AliasDef_Upcall_Command (
POA_CORBA::AliasDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7390,12 +7360,20 @@ void POA_CORBA::AliasDef::_is_a_skel (
}
private:
-
POA_CORBA::AliasDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::AliasDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7414,10 +7392,9 @@ void POA_CORBA::AliasDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::AliasDef * const impl =
- static_cast<
- POA_CORBA::AliasDef *> (servant);
+ static_cast<POA_CORBA::AliasDef *> (servant);
- Upcall_Command command (
+ _is_a_AliasDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7427,36 +7404,28 @@ void POA_CORBA::AliasDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::AliasDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_AliasDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_AliasDef_Upcall_Command (
POA_CORBA::AliasDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7481,12 +7450,20 @@ void POA_CORBA::AliasDef::_non_existent_skel (
}
private:
-
POA_CORBA::AliasDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::AliasDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7503,10 +7480,9 @@ void POA_CORBA::AliasDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::AliasDef * const impl =
- static_cast<
- POA_CORBA::AliasDef *> (servant);
+ static_cast<POA_CORBA::AliasDef *> (servant);
- Upcall_Command command (
+ _non_existent_AliasDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7516,13 +7492,11 @@ void POA_CORBA::AliasDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7531,7 +7505,7 @@ void POA_CORBA::AliasDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -7554,8 +7528,7 @@ void POA_CORBA::AliasDef::_interface_skel (
}
POA_CORBA::AliasDef * const impl =
- static_cast<
- POA_CORBA::AliasDef *> (servant);
+ static_cast<POA_CORBA::AliasDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -7577,24 +7550,18 @@ void POA_CORBA::AliasDef::_interface_skel (
}
}
-void POA_CORBA::AliasDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_AliasDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_AliasDef_Upcall_Command (
POA_CORBA::AliasDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7619,12 +7586,20 @@ void POA_CORBA::AliasDef::_component_skel (
}
private:
-
POA_CORBA::AliasDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::AliasDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7641,10 +7616,9 @@ void POA_CORBA::AliasDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::AliasDef * const impl =
- static_cast<
- POA_CORBA::AliasDef *> (servant);
+ static_cast<POA_CORBA::AliasDef *> (servant);
- Upcall_Command command (
+ _get_component_AliasDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7654,13 +7628,11 @@ void POA_CORBA::AliasDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7706,7 +7678,7 @@ const char* POA_CORBA::AliasDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::AliasDef::_dispatch (
TAO_ServerRequest & req,
@@ -7721,7 +7693,7 @@ void POA_CORBA::AliasDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::AliasDef *
POA_CORBA::AliasDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -7898,7 +7870,7 @@ TAO_CORBA_NativeDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int
static TAO_CORBA_NativeDef_Perfect_Hash_OpTable tao_CORBA_NativeDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_NativeDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -7952,24 +7924,18 @@ POA_CORBA::NativeDef::~NativeDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::NativeDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_NativeDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_NativeDef_Upcall_Command (
POA_CORBA::NativeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -8001,12 +7967,20 @@ void POA_CORBA::NativeDef::_is_a_skel (
}
private:
-
POA_CORBA::NativeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::NativeDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -8025,10 +7999,9 @@ void POA_CORBA::NativeDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::NativeDef * const impl =
- static_cast<
- POA_CORBA::NativeDef *> (servant);
+ static_cast<POA_CORBA::NativeDef *> (servant);
- Upcall_Command command (
+ _is_a_NativeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -8038,36 +8011,28 @@ void POA_CORBA::NativeDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::NativeDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_NativeDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_NativeDef_Upcall_Command (
POA_CORBA::NativeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -8092,12 +8057,20 @@ void POA_CORBA::NativeDef::_non_existent_skel (
}
private:
-
POA_CORBA::NativeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::NativeDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -8114,10 +8087,9 @@ void POA_CORBA::NativeDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::NativeDef * const impl =
- static_cast<
- POA_CORBA::NativeDef *> (servant);
+ static_cast<POA_CORBA::NativeDef *> (servant);
- Upcall_Command command (
+ _non_existent_NativeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -8127,13 +8099,11 @@ void POA_CORBA::NativeDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -8142,7 +8112,7 @@ void POA_CORBA::NativeDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -8165,8 +8135,7 @@ void POA_CORBA::NativeDef::_interface_skel (
}
POA_CORBA::NativeDef * const impl =
- static_cast<
- POA_CORBA::NativeDef *> (servant);
+ static_cast<POA_CORBA::NativeDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -8188,24 +8157,18 @@ void POA_CORBA::NativeDef::_interface_skel (
}
}
-void POA_CORBA::NativeDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_NativeDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_NativeDef_Upcall_Command (
POA_CORBA::NativeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -8230,12 +8193,20 @@ void POA_CORBA::NativeDef::_component_skel (
}
private:
-
POA_CORBA::NativeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::NativeDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -8252,10 +8223,9 @@ void POA_CORBA::NativeDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::NativeDef * const impl =
- static_cast<
- POA_CORBA::NativeDef *> (servant);
+ static_cast<POA_CORBA::NativeDef *> (servant);
- Upcall_Command command (
+ _get_component_NativeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -8265,13 +8235,11 @@ void POA_CORBA::NativeDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -8317,7 +8285,7 @@ const char* POA_CORBA::NativeDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::NativeDef::_dispatch (
TAO_ServerRequest & req,
@@ -8332,7 +8300,7 @@ void POA_CORBA::NativeDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::NativeDef *
POA_CORBA::NativeDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -8480,7 +8448,7 @@ TAO_CORBA_PrimitiveDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned i
static TAO_CORBA_PrimitiveDef_Perfect_Hash_OpTable tao_CORBA_PrimitiveDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_PrimitiveDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -8528,28 +8496,18 @@ POA_CORBA::PrimitiveDef::PrimitiveDef (const PrimitiveDef& rhs)
POA_CORBA::PrimitiveDef::~PrimitiveDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::PrimitiveDef::_get_kind_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_kind_PrimitiveDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_kind_PrimitiveDef (
POA_CORBA::PrimitiveDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -8574,12 +8532,25 @@ void POA_CORBA::PrimitiveDef::_get_kind_skel (
}
private:
-
POA_CORBA::PrimitiveDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::PrimitiveDef::_get_kind_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -8596,10 +8567,9 @@ void POA_CORBA::PrimitiveDef::_get_kind_skel (
static size_t const nargs = 1;
POA_CORBA::PrimitiveDef * const impl =
- static_cast<
- POA_CORBA::PrimitiveDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::PrimitiveDef *> (servant);
+
+ _get_kind_PrimitiveDef command (
impl,
server_request.operation_details (),
args);
@@ -8609,13 +8579,11 @@ void POA_CORBA::PrimitiveDef::_get_kind_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -8624,24 +8592,18 @@ void POA_CORBA::PrimitiveDef::_get_kind_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::PrimitiveDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_PrimitiveDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_PrimitiveDef_Upcall_Command (
POA_CORBA::PrimitiveDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -8673,12 +8635,20 @@ void POA_CORBA::PrimitiveDef::_is_a_skel (
}
private:
-
POA_CORBA::PrimitiveDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::PrimitiveDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -8697,10 +8667,9 @@ void POA_CORBA::PrimitiveDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::PrimitiveDef * const impl =
- static_cast<
- POA_CORBA::PrimitiveDef *> (servant);
+ static_cast<POA_CORBA::PrimitiveDef *> (servant);
- Upcall_Command command (
+ _is_a_PrimitiveDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -8710,36 +8679,28 @@ void POA_CORBA::PrimitiveDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::PrimitiveDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_PrimitiveDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_PrimitiveDef_Upcall_Command (
POA_CORBA::PrimitiveDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -8764,12 +8725,20 @@ void POA_CORBA::PrimitiveDef::_non_existent_skel (
}
private:
-
POA_CORBA::PrimitiveDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::PrimitiveDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -8786,10 +8755,9 @@ void POA_CORBA::PrimitiveDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::PrimitiveDef * const impl =
- static_cast<
- POA_CORBA::PrimitiveDef *> (servant);
+ static_cast<POA_CORBA::PrimitiveDef *> (servant);
- Upcall_Command command (
+ _non_existent_PrimitiveDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -8799,13 +8767,11 @@ void POA_CORBA::PrimitiveDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -8814,7 +8780,7 @@ void POA_CORBA::PrimitiveDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -8837,8 +8803,7 @@ void POA_CORBA::PrimitiveDef::_interface_skel (
}
POA_CORBA::PrimitiveDef * const impl =
- static_cast<
- POA_CORBA::PrimitiveDef *> (servant);
+ static_cast<POA_CORBA::PrimitiveDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -8860,24 +8825,18 @@ void POA_CORBA::PrimitiveDef::_interface_skel (
}
}
-void POA_CORBA::PrimitiveDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_PrimitiveDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_PrimitiveDef_Upcall_Command (
POA_CORBA::PrimitiveDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -8902,12 +8861,20 @@ void POA_CORBA::PrimitiveDef::_component_skel (
}
private:
-
POA_CORBA::PrimitiveDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::PrimitiveDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -8924,10 +8891,9 @@ void POA_CORBA::PrimitiveDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::PrimitiveDef * const impl =
- static_cast<
- POA_CORBA::PrimitiveDef *> (servant);
+ static_cast<POA_CORBA::PrimitiveDef *> (servant);
- Upcall_Command command (
+ _get_component_PrimitiveDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -8937,13 +8903,11 @@ void POA_CORBA::PrimitiveDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -8981,7 +8945,7 @@ const char* POA_CORBA::PrimitiveDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::PrimitiveDef::_dispatch (
TAO_ServerRequest & req,
@@ -8996,7 +8960,7 @@ void POA_CORBA::PrimitiveDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::PrimitiveDef *
POA_CORBA::PrimitiveDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -9163,7 +9127,7 @@ TAO_CORBA_StringDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int
static TAO_CORBA_StringDef_Perfect_Hash_OpTable tao_CORBA_StringDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_StringDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -9211,28 +9175,18 @@ POA_CORBA::StringDef::StringDef (const StringDef& rhs)
POA_CORBA::StringDef::~StringDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::StringDef::_get_bound_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_bound_StringDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_bound_StringDef (
POA_CORBA::StringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -9257,12 +9211,25 @@ void POA_CORBA::StringDef::_get_bound_skel (
}
private:
-
POA_CORBA::StringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::StringDef::_get_bound_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -9279,10 +9246,9 @@ void POA_CORBA::StringDef::_get_bound_skel (
static size_t const nargs = 1;
POA_CORBA::StringDef * const impl =
- static_cast<
- POA_CORBA::StringDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::StringDef *> (servant);
+
+ _get_bound_StringDef command (
impl,
server_request.operation_details (),
args);
@@ -9292,39 +9258,27 @@ void POA_CORBA::StringDef::_get_bound_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::StringDef::_set_bound_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_bound_StringDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_bound_StringDef (
POA_CORBA::StringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -9349,12 +9303,25 @@ void POA_CORBA::StringDef::_set_bound_skel (
}
private:
-
POA_CORBA::StringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::StringDef::_set_bound_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -9373,10 +9340,9 @@ void POA_CORBA::StringDef::_set_bound_skel (
static size_t const nargs = 2;
POA_CORBA::StringDef * const impl =
- static_cast<
- POA_CORBA::StringDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::StringDef *> (servant);
+
+ _set_bound_StringDef command (
impl,
server_request.operation_details (),
args);
@@ -9386,13 +9352,11 @@ void POA_CORBA::StringDef::_set_bound_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -9401,24 +9365,18 @@ void POA_CORBA::StringDef::_set_bound_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::StringDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_StringDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_StringDef_Upcall_Command (
POA_CORBA::StringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -9450,12 +9408,20 @@ void POA_CORBA::StringDef::_is_a_skel (
}
private:
-
POA_CORBA::StringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::StringDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -9474,10 +9440,9 @@ void POA_CORBA::StringDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::StringDef * const impl =
- static_cast<
- POA_CORBA::StringDef *> (servant);
+ static_cast<POA_CORBA::StringDef *> (servant);
- Upcall_Command command (
+ _is_a_StringDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -9487,36 +9452,28 @@ void POA_CORBA::StringDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::StringDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_StringDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_StringDef_Upcall_Command (
POA_CORBA::StringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -9541,12 +9498,20 @@ void POA_CORBA::StringDef::_non_existent_skel (
}
private:
-
POA_CORBA::StringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::StringDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -9563,10 +9528,9 @@ void POA_CORBA::StringDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::StringDef * const impl =
- static_cast<
- POA_CORBA::StringDef *> (servant);
+ static_cast<POA_CORBA::StringDef *> (servant);
- Upcall_Command command (
+ _non_existent_StringDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -9576,13 +9540,11 @@ void POA_CORBA::StringDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -9591,7 +9553,7 @@ void POA_CORBA::StringDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -9614,8 +9576,7 @@ void POA_CORBA::StringDef::_interface_skel (
}
POA_CORBA::StringDef * const impl =
- static_cast<
- POA_CORBA::StringDef *> (servant);
+ static_cast<POA_CORBA::StringDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -9637,24 +9598,18 @@ void POA_CORBA::StringDef::_interface_skel (
}
}
-void POA_CORBA::StringDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_StringDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_StringDef_Upcall_Command (
POA_CORBA::StringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -9679,12 +9634,20 @@ void POA_CORBA::StringDef::_component_skel (
}
private:
-
POA_CORBA::StringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::StringDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -9701,10 +9664,9 @@ void POA_CORBA::StringDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::StringDef * const impl =
- static_cast<
- POA_CORBA::StringDef *> (servant);
+ static_cast<POA_CORBA::StringDef *> (servant);
- Upcall_Command command (
+ _get_component_StringDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -9714,13 +9676,11 @@ void POA_CORBA::StringDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -9758,7 +9718,7 @@ const char* POA_CORBA::StringDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::StringDef::_dispatch (
TAO_ServerRequest & req,
@@ -9773,7 +9733,7 @@ void POA_CORBA::StringDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::StringDef *
POA_CORBA::StringDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -9940,7 +9900,7 @@ TAO_CORBA_WstringDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int
static TAO_CORBA_WstringDef_Perfect_Hash_OpTable tao_CORBA_WstringDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_WstringDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -9988,28 +9948,18 @@ POA_CORBA::WstringDef::WstringDef (const WstringDef& rhs)
POA_CORBA::WstringDef::~WstringDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::WstringDef::_get_bound_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_bound_WstringDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_bound_WstringDef (
POA_CORBA::WstringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -10034,12 +9984,25 @@ void POA_CORBA::WstringDef::_get_bound_skel (
}
private:
-
POA_CORBA::WstringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::WstringDef::_get_bound_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -10056,10 +10019,9 @@ void POA_CORBA::WstringDef::_get_bound_skel (
static size_t const nargs = 1;
POA_CORBA::WstringDef * const impl =
- static_cast<
- POA_CORBA::WstringDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::WstringDef *> (servant);
+
+ _get_bound_WstringDef command (
impl,
server_request.operation_details (),
args);
@@ -10069,39 +10031,27 @@ void POA_CORBA::WstringDef::_get_bound_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::WstringDef::_set_bound_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_bound_WstringDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_bound_WstringDef (
POA_CORBA::WstringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -10126,12 +10076,25 @@ void POA_CORBA::WstringDef::_set_bound_skel (
}
private:
-
POA_CORBA::WstringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::WstringDef::_set_bound_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -10150,10 +10113,9 @@ void POA_CORBA::WstringDef::_set_bound_skel (
static size_t const nargs = 2;
POA_CORBA::WstringDef * const impl =
- static_cast<
- POA_CORBA::WstringDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::WstringDef *> (servant);
+
+ _set_bound_WstringDef command (
impl,
server_request.operation_details (),
args);
@@ -10163,13 +10125,11 @@ void POA_CORBA::WstringDef::_set_bound_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -10178,24 +10138,18 @@ void POA_CORBA::WstringDef::_set_bound_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::WstringDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_WstringDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_WstringDef_Upcall_Command (
POA_CORBA::WstringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -10227,12 +10181,20 @@ void POA_CORBA::WstringDef::_is_a_skel (
}
private:
-
POA_CORBA::WstringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::WstringDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -10251,10 +10213,9 @@ void POA_CORBA::WstringDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::WstringDef * const impl =
- static_cast<
- POA_CORBA::WstringDef *> (servant);
+ static_cast<POA_CORBA::WstringDef *> (servant);
- Upcall_Command command (
+ _is_a_WstringDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -10264,36 +10225,28 @@ void POA_CORBA::WstringDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::WstringDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_WstringDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_WstringDef_Upcall_Command (
POA_CORBA::WstringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -10318,12 +10271,20 @@ void POA_CORBA::WstringDef::_non_existent_skel (
}
private:
-
POA_CORBA::WstringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::WstringDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -10340,10 +10301,9 @@ void POA_CORBA::WstringDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::WstringDef * const impl =
- static_cast<
- POA_CORBA::WstringDef *> (servant);
+ static_cast<POA_CORBA::WstringDef *> (servant);
- Upcall_Command command (
+ _non_existent_WstringDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -10353,13 +10313,11 @@ void POA_CORBA::WstringDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -10368,7 +10326,7 @@ void POA_CORBA::WstringDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -10391,8 +10349,7 @@ void POA_CORBA::WstringDef::_interface_skel (
}
POA_CORBA::WstringDef * const impl =
- static_cast<
- POA_CORBA::WstringDef *> (servant);
+ static_cast<POA_CORBA::WstringDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -10414,24 +10371,18 @@ void POA_CORBA::WstringDef::_interface_skel (
}
}
-void POA_CORBA::WstringDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_WstringDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_WstringDef_Upcall_Command (
POA_CORBA::WstringDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -10456,12 +10407,20 @@ void POA_CORBA::WstringDef::_component_skel (
}
private:
-
POA_CORBA::WstringDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::WstringDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -10478,10 +10437,9 @@ void POA_CORBA::WstringDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::WstringDef * const impl =
- static_cast<
- POA_CORBA::WstringDef *> (servant);
+ static_cast<POA_CORBA::WstringDef *> (servant);
- Upcall_Command command (
+ _get_component_WstringDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -10491,13 +10449,11 @@ void POA_CORBA::WstringDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -10535,7 +10491,7 @@ const char* POA_CORBA::WstringDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::WstringDef::_dispatch (
TAO_ServerRequest & req,
@@ -10550,7 +10506,7 @@ void POA_CORBA::WstringDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::WstringDef *
POA_CORBA::WstringDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -10720,7 +10676,7 @@ TAO_CORBA_SequenceDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned in
static TAO_CORBA_SequenceDef_Perfect_Hash_OpTable tao_CORBA_SequenceDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_SequenceDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -10768,28 +10724,18 @@ POA_CORBA::SequenceDef::SequenceDef (const SequenceDef& rhs)
POA_CORBA::SequenceDef::~SequenceDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::SequenceDef::_get_bound_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_bound_SequenceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_bound_SequenceDef (
POA_CORBA::SequenceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -10814,12 +10760,25 @@ void POA_CORBA::SequenceDef::_get_bound_skel (
}
private:
-
POA_CORBA::SequenceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::SequenceDef::_get_bound_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -10836,10 +10795,9 @@ void POA_CORBA::SequenceDef::_get_bound_skel (
static size_t const nargs = 1;
POA_CORBA::SequenceDef * const impl =
- static_cast<
- POA_CORBA::SequenceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::SequenceDef *> (servant);
+
+ _get_bound_SequenceDef command (
impl,
server_request.operation_details (),
args);
@@ -10849,39 +10807,27 @@ void POA_CORBA::SequenceDef::_get_bound_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::SequenceDef::_set_bound_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_bound_SequenceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_bound_SequenceDef (
POA_CORBA::SequenceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -10906,12 +10852,25 @@ void POA_CORBA::SequenceDef::_set_bound_skel (
}
private:
-
POA_CORBA::SequenceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::SequenceDef::_set_bound_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -10930,10 +10889,9 @@ void POA_CORBA::SequenceDef::_set_bound_skel (
static size_t const nargs = 2;
POA_CORBA::SequenceDef * const impl =
- static_cast<
- POA_CORBA::SequenceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::SequenceDef *> (servant);
+
+ _set_bound_SequenceDef command (
impl,
server_request.operation_details (),
args);
@@ -10943,39 +10901,27 @@ void POA_CORBA::SequenceDef::_set_bound_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::SequenceDef::_get_element_type_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_element_type_SequenceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_element_type_SequenceDef (
POA_CORBA::SequenceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -11000,12 +10946,25 @@ void POA_CORBA::SequenceDef::_get_element_type_skel (
}
private:
-
POA_CORBA::SequenceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::SequenceDef::_get_element_type_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -11022,10 +10981,9 @@ void POA_CORBA::SequenceDef::_get_element_type_skel (
static size_t const nargs = 1;
POA_CORBA::SequenceDef * const impl =
- static_cast<
- POA_CORBA::SequenceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::SequenceDef *> (servant);
+
+ _get_element_type_SequenceDef command (
impl,
server_request.operation_details (),
args);
@@ -11035,39 +10993,27 @@ void POA_CORBA::SequenceDef::_get_element_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::SequenceDef::_get_element_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_element_type_def_SequenceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_element_type_def_SequenceDef (
POA_CORBA::SequenceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -11092,12 +11038,25 @@ void POA_CORBA::SequenceDef::_get_element_type_def_skel (
}
private:
-
POA_CORBA::SequenceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::SequenceDef::_get_element_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -11114,10 +11073,9 @@ void POA_CORBA::SequenceDef::_get_element_type_def_skel (
static size_t const nargs = 1;
POA_CORBA::SequenceDef * const impl =
- static_cast<
- POA_CORBA::SequenceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::SequenceDef *> (servant);
+
+ _get_element_type_def_SequenceDef command (
impl,
server_request.operation_details (),
args);
@@ -11127,39 +11085,27 @@ void POA_CORBA::SequenceDef::_get_element_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::SequenceDef::_set_element_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_element_type_def_SequenceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_element_type_def_SequenceDef (
POA_CORBA::SequenceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -11184,12 +11130,25 @@ void POA_CORBA::SequenceDef::_set_element_type_def_skel (
}
private:
-
POA_CORBA::SequenceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::SequenceDef::_set_element_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -11208,10 +11167,9 @@ void POA_CORBA::SequenceDef::_set_element_type_def_skel (
static size_t const nargs = 2;
POA_CORBA::SequenceDef * const impl =
- static_cast<
- POA_CORBA::SequenceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::SequenceDef *> (servant);
+
+ _set_element_type_def_SequenceDef command (
impl,
server_request.operation_details (),
args);
@@ -11221,13 +11179,11 @@ void POA_CORBA::SequenceDef::_set_element_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -11236,24 +11192,18 @@ void POA_CORBA::SequenceDef::_set_element_type_def_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::SequenceDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_SequenceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_SequenceDef_Upcall_Command (
POA_CORBA::SequenceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -11285,12 +11235,20 @@ void POA_CORBA::SequenceDef::_is_a_skel (
}
private:
-
POA_CORBA::SequenceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::SequenceDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -11309,10 +11267,9 @@ void POA_CORBA::SequenceDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::SequenceDef * const impl =
- static_cast<
- POA_CORBA::SequenceDef *> (servant);
+ static_cast<POA_CORBA::SequenceDef *> (servant);
- Upcall_Command command (
+ _is_a_SequenceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -11322,36 +11279,28 @@ void POA_CORBA::SequenceDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::SequenceDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_SequenceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_SequenceDef_Upcall_Command (
POA_CORBA::SequenceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -11376,12 +11325,20 @@ void POA_CORBA::SequenceDef::_non_existent_skel (
}
private:
-
POA_CORBA::SequenceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::SequenceDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -11398,10 +11355,9 @@ void POA_CORBA::SequenceDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::SequenceDef * const impl =
- static_cast<
- POA_CORBA::SequenceDef *> (servant);
+ static_cast<POA_CORBA::SequenceDef *> (servant);
- Upcall_Command command (
+ _non_existent_SequenceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -11411,13 +11367,11 @@ void POA_CORBA::SequenceDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -11426,7 +11380,7 @@ void POA_CORBA::SequenceDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -11449,8 +11403,7 @@ void POA_CORBA::SequenceDef::_interface_skel (
}
POA_CORBA::SequenceDef * const impl =
- static_cast<
- POA_CORBA::SequenceDef *> (servant);
+ static_cast<POA_CORBA::SequenceDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -11472,24 +11425,18 @@ void POA_CORBA::SequenceDef::_interface_skel (
}
}
-void POA_CORBA::SequenceDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_SequenceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_SequenceDef_Upcall_Command (
POA_CORBA::SequenceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -11514,12 +11461,20 @@ void POA_CORBA::SequenceDef::_component_skel (
}
private:
-
POA_CORBA::SequenceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::SequenceDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -11536,10 +11491,9 @@ void POA_CORBA::SequenceDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::SequenceDef * const impl =
- static_cast<
- POA_CORBA::SequenceDef *> (servant);
+ static_cast<POA_CORBA::SequenceDef *> (servant);
- Upcall_Command command (
+ _get_component_SequenceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -11549,13 +11503,11 @@ void POA_CORBA::SequenceDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -11593,7 +11545,7 @@ const char* POA_CORBA::SequenceDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::SequenceDef::_dispatch (
TAO_ServerRequest & req,
@@ -11608,7 +11560,7 @@ void POA_CORBA::SequenceDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::SequenceDef *
POA_CORBA::SequenceDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -11778,7 +11730,7 @@ TAO_CORBA_ArrayDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int l
static TAO_CORBA_ArrayDef_Perfect_Hash_OpTable tao_CORBA_ArrayDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ArrayDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -11826,28 +11778,18 @@ POA_CORBA::ArrayDef::ArrayDef (const ArrayDef& rhs)
POA_CORBA::ArrayDef::~ArrayDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ArrayDef::_get_length_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_length_ArrayDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_length_ArrayDef (
POA_CORBA::ArrayDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -11872,12 +11814,25 @@ void POA_CORBA::ArrayDef::_get_length_skel (
}
private:
-
POA_CORBA::ArrayDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ArrayDef::_get_length_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -11894,10 +11849,9 @@ void POA_CORBA::ArrayDef::_get_length_skel (
static size_t const nargs = 1;
POA_CORBA::ArrayDef * const impl =
- static_cast<
- POA_CORBA::ArrayDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ArrayDef *> (servant);
+
+ _get_length_ArrayDef command (
impl,
server_request.operation_details (),
args);
@@ -11907,39 +11861,27 @@ void POA_CORBA::ArrayDef::_get_length_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ArrayDef::_set_length_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_length_ArrayDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_length_ArrayDef (
POA_CORBA::ArrayDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -11964,12 +11906,25 @@ void POA_CORBA::ArrayDef::_set_length_skel (
}
private:
-
POA_CORBA::ArrayDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ArrayDef::_set_length_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -11988,10 +11943,9 @@ void POA_CORBA::ArrayDef::_set_length_skel (
static size_t const nargs = 2;
POA_CORBA::ArrayDef * const impl =
- static_cast<
- POA_CORBA::ArrayDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ArrayDef *> (servant);
+
+ _set_length_ArrayDef command (
impl,
server_request.operation_details (),
args);
@@ -12001,39 +11955,27 @@ void POA_CORBA::ArrayDef::_set_length_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ArrayDef::_get_element_type_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_element_type_ArrayDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_element_type_ArrayDef (
POA_CORBA::ArrayDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -12058,12 +12000,25 @@ void POA_CORBA::ArrayDef::_get_element_type_skel (
}
private:
-
POA_CORBA::ArrayDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ArrayDef::_get_element_type_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -12080,10 +12035,9 @@ void POA_CORBA::ArrayDef::_get_element_type_skel (
static size_t const nargs = 1;
POA_CORBA::ArrayDef * const impl =
- static_cast<
- POA_CORBA::ArrayDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ArrayDef *> (servant);
+
+ _get_element_type_ArrayDef command (
impl,
server_request.operation_details (),
args);
@@ -12093,39 +12047,27 @@ void POA_CORBA::ArrayDef::_get_element_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ArrayDef::_get_element_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_element_type_def_ArrayDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_element_type_def_ArrayDef (
POA_CORBA::ArrayDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -12150,12 +12092,25 @@ void POA_CORBA::ArrayDef::_get_element_type_def_skel (
}
private:
-
POA_CORBA::ArrayDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ArrayDef::_get_element_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -12172,10 +12127,9 @@ void POA_CORBA::ArrayDef::_get_element_type_def_skel (
static size_t const nargs = 1;
POA_CORBA::ArrayDef * const impl =
- static_cast<
- POA_CORBA::ArrayDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ArrayDef *> (servant);
+
+ _get_element_type_def_ArrayDef command (
impl,
server_request.operation_details (),
args);
@@ -12185,39 +12139,27 @@ void POA_CORBA::ArrayDef::_get_element_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ArrayDef::_set_element_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_element_type_def_ArrayDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_element_type_def_ArrayDef (
POA_CORBA::ArrayDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -12242,12 +12184,25 @@ void POA_CORBA::ArrayDef::_set_element_type_def_skel (
}
private:
-
POA_CORBA::ArrayDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ArrayDef::_set_element_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -12266,10 +12221,9 @@ void POA_CORBA::ArrayDef::_set_element_type_def_skel (
static size_t const nargs = 2;
POA_CORBA::ArrayDef * const impl =
- static_cast<
- POA_CORBA::ArrayDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ArrayDef *> (servant);
+
+ _set_element_type_def_ArrayDef command (
impl,
server_request.operation_details (),
args);
@@ -12279,13 +12233,11 @@ void POA_CORBA::ArrayDef::_set_element_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -12294,24 +12246,18 @@ void POA_CORBA::ArrayDef::_set_element_type_def_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ArrayDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ArrayDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ArrayDef_Upcall_Command (
POA_CORBA::ArrayDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -12343,12 +12289,20 @@ void POA_CORBA::ArrayDef::_is_a_skel (
}
private:
-
POA_CORBA::ArrayDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ArrayDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -12367,10 +12321,9 @@ void POA_CORBA::ArrayDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ArrayDef * const impl =
- static_cast<
- POA_CORBA::ArrayDef *> (servant);
+ static_cast<POA_CORBA::ArrayDef *> (servant);
- Upcall_Command command (
+ _is_a_ArrayDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -12380,36 +12333,28 @@ void POA_CORBA::ArrayDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ArrayDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ArrayDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ArrayDef_Upcall_Command (
POA_CORBA::ArrayDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -12434,12 +12379,20 @@ void POA_CORBA::ArrayDef::_non_existent_skel (
}
private:
-
POA_CORBA::ArrayDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ArrayDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -12456,10 +12409,9 @@ void POA_CORBA::ArrayDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ArrayDef * const impl =
- static_cast<
- POA_CORBA::ArrayDef *> (servant);
+ static_cast<POA_CORBA::ArrayDef *> (servant);
- Upcall_Command command (
+ _non_existent_ArrayDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -12469,13 +12421,11 @@ void POA_CORBA::ArrayDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -12484,7 +12434,7 @@ void POA_CORBA::ArrayDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -12507,8 +12457,7 @@ void POA_CORBA::ArrayDef::_interface_skel (
}
POA_CORBA::ArrayDef * const impl =
- static_cast<
- POA_CORBA::ArrayDef *> (servant);
+ static_cast<POA_CORBA::ArrayDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -12530,24 +12479,18 @@ void POA_CORBA::ArrayDef::_interface_skel (
}
}
-void POA_CORBA::ArrayDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ArrayDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ArrayDef_Upcall_Command (
POA_CORBA::ArrayDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -12572,12 +12515,20 @@ void POA_CORBA::ArrayDef::_component_skel (
}
private:
-
POA_CORBA::ArrayDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ArrayDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -12594,10 +12545,9 @@ void POA_CORBA::ArrayDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ArrayDef * const impl =
- static_cast<
- POA_CORBA::ArrayDef *> (servant);
+ static_cast<POA_CORBA::ArrayDef *> (servant);
- Upcall_Command command (
+ _get_component_ArrayDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -12607,13 +12557,11 @@ void POA_CORBA::ArrayDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -12651,7 +12599,7 @@ const char* POA_CORBA::ArrayDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ArrayDef::_dispatch (
TAO_ServerRequest & req,
@@ -12666,7 +12614,7 @@ void POA_CORBA::ArrayDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ArrayDef *
POA_CORBA::ArrayDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -12865,7 +12813,7 @@ TAO_CORBA_ExceptionDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned i
static TAO_CORBA_ExceptionDef_Perfect_Hash_OpTable tao_CORBA_ExceptionDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ExceptionDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -12914,28 +12862,18 @@ POA_CORBA::ExceptionDef::ExceptionDef (const ExceptionDef& rhs)
POA_CORBA::ExceptionDef::~ExceptionDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExceptionDef::_get_type_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_type_ExceptionDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_type_ExceptionDef (
POA_CORBA::ExceptionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -12960,12 +12898,25 @@ void POA_CORBA::ExceptionDef::_get_type_skel (
}
private:
-
POA_CORBA::ExceptionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExceptionDef::_get_type_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -12982,10 +12933,9 @@ void POA_CORBA::ExceptionDef::_get_type_skel (
static size_t const nargs = 1;
POA_CORBA::ExceptionDef * const impl =
- static_cast<
- POA_CORBA::ExceptionDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExceptionDef *> (servant);
+
+ _get_type_ExceptionDef command (
impl,
server_request.operation_details (),
args);
@@ -12995,39 +12945,27 @@ void POA_CORBA::ExceptionDef::_get_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExceptionDef::_get_members_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_members_ExceptionDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_members_ExceptionDef (
POA_CORBA::ExceptionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -13052,12 +12990,25 @@ void POA_CORBA::ExceptionDef::_get_members_skel (
}
private:
-
POA_CORBA::ExceptionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExceptionDef::_get_members_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -13074,10 +13025,9 @@ void POA_CORBA::ExceptionDef::_get_members_skel (
static size_t const nargs = 1;
POA_CORBA::ExceptionDef * const impl =
- static_cast<
- POA_CORBA::ExceptionDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExceptionDef *> (servant);
+
+ _get_members_ExceptionDef command (
impl,
server_request.operation_details (),
args);
@@ -13087,39 +13037,27 @@ void POA_CORBA::ExceptionDef::_get_members_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExceptionDef::_set_members_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_members_ExceptionDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_members_ExceptionDef (
POA_CORBA::ExceptionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -13144,12 +13082,25 @@ void POA_CORBA::ExceptionDef::_set_members_skel (
}
private:
-
POA_CORBA::ExceptionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExceptionDef::_set_members_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -13168,10 +13119,9 @@ void POA_CORBA::ExceptionDef::_set_members_skel (
static size_t const nargs = 2;
POA_CORBA::ExceptionDef * const impl =
- static_cast<
- POA_CORBA::ExceptionDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExceptionDef *> (servant);
+
+ _set_members_ExceptionDef command (
impl,
server_request.operation_details (),
args);
@@ -13181,13 +13131,11 @@ void POA_CORBA::ExceptionDef::_set_members_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -13196,24 +13144,18 @@ void POA_CORBA::ExceptionDef::_set_members_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ExceptionDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ExceptionDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ExceptionDef_Upcall_Command (
POA_CORBA::ExceptionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -13245,12 +13187,20 @@ void POA_CORBA::ExceptionDef::_is_a_skel (
}
private:
-
POA_CORBA::ExceptionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExceptionDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -13269,10 +13219,9 @@ void POA_CORBA::ExceptionDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ExceptionDef * const impl =
- static_cast<
- POA_CORBA::ExceptionDef *> (servant);
+ static_cast<POA_CORBA::ExceptionDef *> (servant);
- Upcall_Command command (
+ _is_a_ExceptionDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -13282,36 +13231,28 @@ void POA_CORBA::ExceptionDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ExceptionDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ExceptionDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ExceptionDef_Upcall_Command (
POA_CORBA::ExceptionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -13336,12 +13277,20 @@ void POA_CORBA::ExceptionDef::_non_existent_skel (
}
private:
-
POA_CORBA::ExceptionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExceptionDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -13358,10 +13307,9 @@ void POA_CORBA::ExceptionDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ExceptionDef * const impl =
- static_cast<
- POA_CORBA::ExceptionDef *> (servant);
+ static_cast<POA_CORBA::ExceptionDef *> (servant);
- Upcall_Command command (
+ _non_existent_ExceptionDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -13371,13 +13319,11 @@ void POA_CORBA::ExceptionDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -13386,7 +13332,7 @@ void POA_CORBA::ExceptionDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -13409,8 +13355,7 @@ void POA_CORBA::ExceptionDef::_interface_skel (
}
POA_CORBA::ExceptionDef * const impl =
- static_cast<
- POA_CORBA::ExceptionDef *> (servant);
+ static_cast<POA_CORBA::ExceptionDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -13432,24 +13377,18 @@ void POA_CORBA::ExceptionDef::_interface_skel (
}
}
-void POA_CORBA::ExceptionDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ExceptionDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ExceptionDef_Upcall_Command (
POA_CORBA::ExceptionDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -13474,12 +13413,20 @@ void POA_CORBA::ExceptionDef::_component_skel (
}
private:
-
POA_CORBA::ExceptionDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExceptionDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -13496,10 +13443,9 @@ void POA_CORBA::ExceptionDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ExceptionDef * const impl =
- static_cast<
- POA_CORBA::ExceptionDef *> (servant);
+ static_cast<POA_CORBA::ExceptionDef *> (servant);
- Upcall_Command command (
+ _get_component_ExceptionDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -13509,13 +13455,11 @@ void POA_CORBA::ExceptionDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -13557,7 +13501,7 @@ const char* POA_CORBA::ExceptionDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ExceptionDef::_dispatch (
TAO_ServerRequest & req,
@@ -13572,7 +13516,7 @@ void POA_CORBA::ExceptionDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ExceptionDef *
POA_CORBA::ExceptionDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -13753,7 +13697,7 @@ TAO_CORBA_AttributeDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned i
static TAO_CORBA_AttributeDef_Perfect_Hash_OpTable tao_CORBA_AttributeDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_AttributeDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -13801,28 +13745,18 @@ POA_CORBA::AttributeDef::AttributeDef (const AttributeDef& rhs)
POA_CORBA::AttributeDef::~AttributeDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::AttributeDef::_get_type_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_type_AttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_type_AttributeDef (
POA_CORBA::AttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -13847,12 +13781,25 @@ void POA_CORBA::AttributeDef::_get_type_skel (
}
private:
-
POA_CORBA::AttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::AttributeDef::_get_type_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -13869,10 +13816,9 @@ void POA_CORBA::AttributeDef::_get_type_skel (
static size_t const nargs = 1;
POA_CORBA::AttributeDef * const impl =
- static_cast<
- POA_CORBA::AttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::AttributeDef *> (servant);
+
+ _get_type_AttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -13882,39 +13828,27 @@ void POA_CORBA::AttributeDef::_get_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::AttributeDef::_get_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_type_def_AttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_type_def_AttributeDef (
POA_CORBA::AttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -13939,12 +13873,25 @@ void POA_CORBA::AttributeDef::_get_type_def_skel (
}
private:
-
POA_CORBA::AttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::AttributeDef::_get_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -13961,10 +13908,9 @@ void POA_CORBA::AttributeDef::_get_type_def_skel (
static size_t const nargs = 1;
POA_CORBA::AttributeDef * const impl =
- static_cast<
- POA_CORBA::AttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::AttributeDef *> (servant);
+
+ _get_type_def_AttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -13974,39 +13920,27 @@ void POA_CORBA::AttributeDef::_get_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::AttributeDef::_set_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_type_def_AttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_type_def_AttributeDef (
POA_CORBA::AttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -14031,12 +13965,25 @@ void POA_CORBA::AttributeDef::_set_type_def_skel (
}
private:
-
POA_CORBA::AttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::AttributeDef::_set_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -14055,10 +14002,9 @@ void POA_CORBA::AttributeDef::_set_type_def_skel (
static size_t const nargs = 2;
POA_CORBA::AttributeDef * const impl =
- static_cast<
- POA_CORBA::AttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::AttributeDef *> (servant);
+
+ _set_type_def_AttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -14068,39 +14014,27 @@ void POA_CORBA::AttributeDef::_set_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::AttributeDef::_get_mode_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_mode_AttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_mode_AttributeDef (
POA_CORBA::AttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -14125,12 +14059,25 @@ void POA_CORBA::AttributeDef::_get_mode_skel (
}
private:
-
POA_CORBA::AttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::AttributeDef::_get_mode_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -14147,10 +14094,9 @@ void POA_CORBA::AttributeDef::_get_mode_skel (
static size_t const nargs = 1;
POA_CORBA::AttributeDef * const impl =
- static_cast<
- POA_CORBA::AttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::AttributeDef *> (servant);
+
+ _get_mode_AttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -14160,39 +14106,27 @@ void POA_CORBA::AttributeDef::_get_mode_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::AttributeDef::_set_mode_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_mode_AttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_mode_AttributeDef (
POA_CORBA::AttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -14217,12 +14151,25 @@ void POA_CORBA::AttributeDef::_set_mode_skel (
}
private:
-
POA_CORBA::AttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::AttributeDef::_set_mode_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -14241,10 +14188,9 @@ void POA_CORBA::AttributeDef::_set_mode_skel (
static size_t const nargs = 2;
POA_CORBA::AttributeDef * const impl =
- static_cast<
- POA_CORBA::AttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::AttributeDef *> (servant);
+
+ _set_mode_AttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -14254,13 +14200,11 @@ void POA_CORBA::AttributeDef::_set_mode_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -14269,24 +14213,18 @@ void POA_CORBA::AttributeDef::_set_mode_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::AttributeDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_AttributeDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_AttributeDef_Upcall_Command (
POA_CORBA::AttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -14318,12 +14256,20 @@ void POA_CORBA::AttributeDef::_is_a_skel (
}
private:
-
POA_CORBA::AttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::AttributeDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -14342,10 +14288,9 @@ void POA_CORBA::AttributeDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::AttributeDef * const impl =
- static_cast<
- POA_CORBA::AttributeDef *> (servant);
+ static_cast<POA_CORBA::AttributeDef *> (servant);
- Upcall_Command command (
+ _is_a_AttributeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -14355,36 +14300,28 @@ void POA_CORBA::AttributeDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::AttributeDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_AttributeDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_AttributeDef_Upcall_Command (
POA_CORBA::AttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -14409,12 +14346,20 @@ void POA_CORBA::AttributeDef::_non_existent_skel (
}
private:
-
POA_CORBA::AttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::AttributeDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -14431,10 +14376,9 @@ void POA_CORBA::AttributeDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::AttributeDef * const impl =
- static_cast<
- POA_CORBA::AttributeDef *> (servant);
+ static_cast<POA_CORBA::AttributeDef *> (servant);
- Upcall_Command command (
+ _non_existent_AttributeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -14444,13 +14388,11 @@ void POA_CORBA::AttributeDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -14459,7 +14401,7 @@ void POA_CORBA::AttributeDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -14482,8 +14424,7 @@ void POA_CORBA::AttributeDef::_interface_skel (
}
POA_CORBA::AttributeDef * const impl =
- static_cast<
- POA_CORBA::AttributeDef *> (servant);
+ static_cast<POA_CORBA::AttributeDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -14505,24 +14446,18 @@ void POA_CORBA::AttributeDef::_interface_skel (
}
}
-void POA_CORBA::AttributeDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_AttributeDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_AttributeDef_Upcall_Command (
POA_CORBA::AttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -14547,12 +14482,20 @@ void POA_CORBA::AttributeDef::_component_skel (
}
private:
-
POA_CORBA::AttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::AttributeDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -14569,10 +14512,9 @@ void POA_CORBA::AttributeDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::AttributeDef * const impl =
- static_cast<
- POA_CORBA::AttributeDef *> (servant);
+ static_cast<POA_CORBA::AttributeDef *> (servant);
- Upcall_Command command (
+ _get_component_AttributeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -14582,13 +14524,11 @@ void POA_CORBA::AttributeDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -14626,7 +14566,7 @@ const char* POA_CORBA::AttributeDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::AttributeDef::_dispatch (
TAO_ServerRequest & req,
@@ -14641,7 +14581,7 @@ void POA_CORBA::AttributeDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::AttributeDef *
POA_CORBA::AttributeDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -14827,7 +14767,7 @@ TAO_CORBA_ExtAttributeDef_Perfect_Hash_OpTable::lookup (const char *str, unsigne
static TAO_CORBA_ExtAttributeDef_Perfect_Hash_OpTable tao_CORBA_ExtAttributeDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ExtAttributeDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -14876,28 +14816,18 @@ POA_CORBA::ExtAttributeDef::ExtAttributeDef (const ExtAttributeDef& rhs)
POA_CORBA::ExtAttributeDef::~ExtAttributeDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExtAttributeDef::_get_get_exceptions_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_get_exceptions_ExtAttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_get_exceptions_ExtAttributeDef (
POA_CORBA::ExtAttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -14922,12 +14852,25 @@ void POA_CORBA::ExtAttributeDef::_get_get_exceptions_skel (
}
private:
-
POA_CORBA::ExtAttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExtAttributeDef::_get_get_exceptions_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -14944,10 +14887,9 @@ void POA_CORBA::ExtAttributeDef::_get_get_exceptions_skel (
static size_t const nargs = 1;
POA_CORBA::ExtAttributeDef * const impl =
- static_cast<
- POA_CORBA::ExtAttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExtAttributeDef *> (servant);
+
+ _get_get_exceptions_ExtAttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -14957,39 +14899,27 @@ void POA_CORBA::ExtAttributeDef::_get_get_exceptions_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExtAttributeDef::_set_get_exceptions_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_get_exceptions_ExtAttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_get_exceptions_ExtAttributeDef (
POA_CORBA::ExtAttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -15014,12 +14944,25 @@ void POA_CORBA::ExtAttributeDef::_set_get_exceptions_skel (
}
private:
-
POA_CORBA::ExtAttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExtAttributeDef::_set_get_exceptions_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -15038,10 +14981,9 @@ void POA_CORBA::ExtAttributeDef::_set_get_exceptions_skel (
static size_t const nargs = 2;
POA_CORBA::ExtAttributeDef * const impl =
- static_cast<
- POA_CORBA::ExtAttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExtAttributeDef *> (servant);
+
+ _set_get_exceptions_ExtAttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -15051,39 +14993,27 @@ void POA_CORBA::ExtAttributeDef::_set_get_exceptions_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExtAttributeDef::_get_set_exceptions_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_set_exceptions_ExtAttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_set_exceptions_ExtAttributeDef (
POA_CORBA::ExtAttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -15108,12 +15038,25 @@ void POA_CORBA::ExtAttributeDef::_get_set_exceptions_skel (
}
private:
-
POA_CORBA::ExtAttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExtAttributeDef::_get_set_exceptions_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -15130,10 +15073,9 @@ void POA_CORBA::ExtAttributeDef::_get_set_exceptions_skel (
static size_t const nargs = 1;
POA_CORBA::ExtAttributeDef * const impl =
- static_cast<
- POA_CORBA::ExtAttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExtAttributeDef *> (servant);
+
+ _get_set_exceptions_ExtAttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -15143,39 +15085,27 @@ void POA_CORBA::ExtAttributeDef::_get_set_exceptions_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExtAttributeDef::_set_set_exceptions_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_set_exceptions_ExtAttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_set_exceptions_ExtAttributeDef (
POA_CORBA::ExtAttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -15200,12 +15130,25 @@ void POA_CORBA::ExtAttributeDef::_set_set_exceptions_skel (
}
private:
-
POA_CORBA::ExtAttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExtAttributeDef::_set_set_exceptions_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -15224,10 +15167,9 @@ void POA_CORBA::ExtAttributeDef::_set_set_exceptions_skel (
static size_t const nargs = 2;
POA_CORBA::ExtAttributeDef * const impl =
- static_cast<
- POA_CORBA::ExtAttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExtAttributeDef *> (servant);
+
+ _set_set_exceptions_ExtAttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -15237,39 +15179,27 @@ void POA_CORBA::ExtAttributeDef::_set_set_exceptions_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExtAttributeDef::describe_attribute_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class describe_attribute_ExtAttributeDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline describe_attribute_ExtAttributeDef (
POA_CORBA::ExtAttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -15294,12 +15224,25 @@ void POA_CORBA::ExtAttributeDef::describe_attribute_skel (
}
private:
-
POA_CORBA::ExtAttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExtAttributeDef::describe_attribute_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -15316,10 +15259,9 @@ void POA_CORBA::ExtAttributeDef::describe_attribute_skel (
static size_t const nargs = 1;
POA_CORBA::ExtAttributeDef * const impl =
- static_cast<
- POA_CORBA::ExtAttributeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExtAttributeDef *> (servant);
+
+ describe_attribute_ExtAttributeDef command (
impl,
server_request.operation_details (),
args);
@@ -15329,13 +15271,11 @@ void POA_CORBA::ExtAttributeDef::describe_attribute_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -15344,24 +15284,18 @@ void POA_CORBA::ExtAttributeDef::describe_attribute_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ExtAttributeDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ExtAttributeDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ExtAttributeDef_Upcall_Command (
POA_CORBA::ExtAttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -15393,12 +15327,20 @@ void POA_CORBA::ExtAttributeDef::_is_a_skel (
}
private:
-
POA_CORBA::ExtAttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtAttributeDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -15417,10 +15359,9 @@ void POA_CORBA::ExtAttributeDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ExtAttributeDef * const impl =
- static_cast<
- POA_CORBA::ExtAttributeDef *> (servant);
+ static_cast<POA_CORBA::ExtAttributeDef *> (servant);
- Upcall_Command command (
+ _is_a_ExtAttributeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -15430,36 +15371,28 @@ void POA_CORBA::ExtAttributeDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ExtAttributeDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ExtAttributeDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ExtAttributeDef_Upcall_Command (
POA_CORBA::ExtAttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -15484,12 +15417,20 @@ void POA_CORBA::ExtAttributeDef::_non_existent_skel (
}
private:
-
POA_CORBA::ExtAttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtAttributeDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -15506,10 +15447,9 @@ void POA_CORBA::ExtAttributeDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ExtAttributeDef * const impl =
- static_cast<
- POA_CORBA::ExtAttributeDef *> (servant);
+ static_cast<POA_CORBA::ExtAttributeDef *> (servant);
- Upcall_Command command (
+ _non_existent_ExtAttributeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -15519,13 +15459,11 @@ void POA_CORBA::ExtAttributeDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -15534,7 +15472,7 @@ void POA_CORBA::ExtAttributeDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -15557,8 +15495,7 @@ void POA_CORBA::ExtAttributeDef::_interface_skel (
}
POA_CORBA::ExtAttributeDef * const impl =
- static_cast<
- POA_CORBA::ExtAttributeDef *> (servant);
+ static_cast<POA_CORBA::ExtAttributeDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -15580,24 +15517,18 @@ void POA_CORBA::ExtAttributeDef::_interface_skel (
}
}
-void POA_CORBA::ExtAttributeDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ExtAttributeDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ExtAttributeDef_Upcall_Command (
POA_CORBA::ExtAttributeDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -15622,12 +15553,20 @@ void POA_CORBA::ExtAttributeDef::_component_skel (
}
private:
-
POA_CORBA::ExtAttributeDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtAttributeDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -15644,10 +15583,9 @@ void POA_CORBA::ExtAttributeDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ExtAttributeDef * const impl =
- static_cast<
- POA_CORBA::ExtAttributeDef *> (servant);
+ static_cast<POA_CORBA::ExtAttributeDef *> (servant);
- Upcall_Command command (
+ _get_component_ExtAttributeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -15657,13 +15595,11 @@ void POA_CORBA::ExtAttributeDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -15705,7 +15641,7 @@ const char* POA_CORBA::ExtAttributeDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ExtAttributeDef::_dispatch (
TAO_ServerRequest & req,
@@ -15720,7 +15656,7 @@ void POA_CORBA::ExtAttributeDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ExtAttributeDef *
POA_CORBA::ExtAttributeDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -15960,7 +15896,7 @@ TAO_CORBA_OperationDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned i
static TAO_CORBA_OperationDef_Perfect_Hash_OpTable tao_CORBA_OperationDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_OperationDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -16008,28 +15944,18 @@ POA_CORBA::OperationDef::OperationDef (const OperationDef& rhs)
POA_CORBA::OperationDef::~OperationDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_get_result_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_result_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_result_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16054,12 +15980,25 @@ void POA_CORBA::OperationDef::_get_result_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_get_result_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16076,10 +16015,9 @@ void POA_CORBA::OperationDef::_get_result_skel (
static size_t const nargs = 1;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _get_result_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16089,39 +16027,27 @@ void POA_CORBA::OperationDef::_get_result_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_get_result_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_result_def_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_result_def_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16146,12 +16072,25 @@ void POA_CORBA::OperationDef::_get_result_def_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_get_result_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16168,10 +16107,9 @@ void POA_CORBA::OperationDef::_get_result_def_skel (
static size_t const nargs = 1;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _get_result_def_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16181,39 +16119,27 @@ void POA_CORBA::OperationDef::_get_result_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_set_result_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_result_def_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_result_def_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16238,12 +16164,25 @@ void POA_CORBA::OperationDef::_set_result_def_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_set_result_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16262,10 +16201,9 @@ void POA_CORBA::OperationDef::_set_result_def_skel (
static size_t const nargs = 2;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _set_result_def_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16275,39 +16213,27 @@ void POA_CORBA::OperationDef::_set_result_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_get_params_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_params_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_params_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16332,12 +16258,25 @@ void POA_CORBA::OperationDef::_get_params_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_get_params_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16354,10 +16293,9 @@ void POA_CORBA::OperationDef::_get_params_skel (
static size_t const nargs = 1;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _get_params_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16367,39 +16305,27 @@ void POA_CORBA::OperationDef::_get_params_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_set_params_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_params_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_params_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16424,12 +16350,25 @@ void POA_CORBA::OperationDef::_set_params_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_set_params_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16448,10 +16387,9 @@ void POA_CORBA::OperationDef::_set_params_skel (
static size_t const nargs = 2;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _set_params_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16461,39 +16399,27 @@ void POA_CORBA::OperationDef::_set_params_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_get_mode_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_mode_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_mode_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16518,12 +16444,25 @@ void POA_CORBA::OperationDef::_get_mode_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_get_mode_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16540,10 +16479,9 @@ void POA_CORBA::OperationDef::_get_mode_skel (
static size_t const nargs = 1;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _get_mode_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16553,39 +16491,27 @@ void POA_CORBA::OperationDef::_get_mode_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_set_mode_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_mode_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_mode_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16610,12 +16536,25 @@ void POA_CORBA::OperationDef::_set_mode_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_set_mode_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16634,10 +16573,9 @@ void POA_CORBA::OperationDef::_set_mode_skel (
static size_t const nargs = 2;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _set_mode_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16647,39 +16585,27 @@ void POA_CORBA::OperationDef::_set_mode_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_get_contexts_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_contexts_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_contexts_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16704,12 +16630,25 @@ void POA_CORBA::OperationDef::_get_contexts_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_get_contexts_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16726,10 +16665,9 @@ void POA_CORBA::OperationDef::_get_contexts_skel (
static size_t const nargs = 1;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _get_contexts_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16739,39 +16677,27 @@ void POA_CORBA::OperationDef::_get_contexts_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_set_contexts_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_contexts_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_contexts_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16796,12 +16722,25 @@ void POA_CORBA::OperationDef::_set_contexts_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_set_contexts_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16820,10 +16759,9 @@ void POA_CORBA::OperationDef::_set_contexts_skel (
static size_t const nargs = 2;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _set_contexts_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16833,39 +16771,27 @@ void POA_CORBA::OperationDef::_set_contexts_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_get_exceptions_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_exceptions_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_exceptions_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16890,12 +16816,25 @@ void POA_CORBA::OperationDef::_get_exceptions_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_get_exceptions_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -16912,10 +16851,9 @@ void POA_CORBA::OperationDef::_get_exceptions_skel (
static size_t const nargs = 1;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _get_exceptions_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -16925,39 +16863,27 @@ void POA_CORBA::OperationDef::_get_exceptions_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::OperationDef::_set_exceptions_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_exceptions_OperationDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_exceptions_OperationDef (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -16982,12 +16908,25 @@ void POA_CORBA::OperationDef::_set_exceptions_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::OperationDef::_set_exceptions_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -17006,10 +16945,9 @@ void POA_CORBA::OperationDef::_set_exceptions_skel (
static size_t const nargs = 2;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::OperationDef *> (servant);
+
+ _set_exceptions_OperationDef command (
impl,
server_request.operation_details (),
args);
@@ -17019,13 +16957,11 @@ void POA_CORBA::OperationDef::_set_exceptions_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -17034,24 +16970,18 @@ void POA_CORBA::OperationDef::_set_exceptions_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::OperationDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_OperationDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_OperationDef_Upcall_Command (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -17083,12 +17013,20 @@ void POA_CORBA::OperationDef::_is_a_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::OperationDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -17107,10 +17045,9 @@ void POA_CORBA::OperationDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
+ static_cast<POA_CORBA::OperationDef *> (servant);
- Upcall_Command command (
+ _is_a_OperationDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -17120,36 +17057,28 @@ void POA_CORBA::OperationDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::OperationDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_OperationDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_OperationDef_Upcall_Command (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -17174,12 +17103,20 @@ void POA_CORBA::OperationDef::_non_existent_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::OperationDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -17196,10 +17133,9 @@ void POA_CORBA::OperationDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
+ static_cast<POA_CORBA::OperationDef *> (servant);
- Upcall_Command command (
+ _non_existent_OperationDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -17209,13 +17145,11 @@ void POA_CORBA::OperationDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -17224,7 +17158,7 @@ void POA_CORBA::OperationDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -17247,8 +17181,7 @@ void POA_CORBA::OperationDef::_interface_skel (
}
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
+ static_cast<POA_CORBA::OperationDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -17270,24 +17203,18 @@ void POA_CORBA::OperationDef::_interface_skel (
}
}
-void POA_CORBA::OperationDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_OperationDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_OperationDef_Upcall_Command (
POA_CORBA::OperationDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -17312,12 +17239,20 @@ void POA_CORBA::OperationDef::_component_skel (
}
private:
-
POA_CORBA::OperationDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::OperationDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -17334,10 +17269,9 @@ void POA_CORBA::OperationDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::OperationDef * const impl =
- static_cast<
- POA_CORBA::OperationDef *> (servant);
+ static_cast<POA_CORBA::OperationDef *> (servant);
- Upcall_Command command (
+ _get_component_OperationDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -17347,13 +17281,11 @@ void POA_CORBA::OperationDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -17391,7 +17323,7 @@ const char* POA_CORBA::OperationDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::OperationDef::_dispatch (
TAO_ServerRequest & req,
@@ -17406,7 +17338,7 @@ void POA_CORBA::OperationDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::OperationDef *
POA_CORBA::OperationDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -17610,7 +17542,7 @@ TAO_CORBA_InterfaceDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned i
static TAO_CORBA_InterfaceDef_Perfect_Hash_OpTable tao_CORBA_InterfaceDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_InterfaceDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -17660,28 +17592,18 @@ POA_CORBA::InterfaceDef::InterfaceDef (const InterfaceDef& rhs)
POA_CORBA::InterfaceDef::~InterfaceDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::InterfaceDef::_get_base_interfaces_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_base_interfaces_InterfaceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_base_interfaces_InterfaceDef (
POA_CORBA::InterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -17706,12 +17628,25 @@ void POA_CORBA::InterfaceDef::_get_base_interfaces_skel (
}
private:
-
POA_CORBA::InterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::InterfaceDef::_get_base_interfaces_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -17728,10 +17663,9 @@ void POA_CORBA::InterfaceDef::_get_base_interfaces_skel (
static size_t const nargs = 1;
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
+
+ _get_base_interfaces_InterfaceDef command (
impl,
server_request.operation_details (),
args);
@@ -17741,39 +17675,27 @@ void POA_CORBA::InterfaceDef::_get_base_interfaces_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::InterfaceDef::_set_base_interfaces_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_base_interfaces_InterfaceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_base_interfaces_InterfaceDef (
POA_CORBA::InterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -17798,12 +17720,25 @@ void POA_CORBA::InterfaceDef::_set_base_interfaces_skel (
}
private:
-
POA_CORBA::InterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::InterfaceDef::_set_base_interfaces_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -17822,10 +17757,9 @@ void POA_CORBA::InterfaceDef::_set_base_interfaces_skel (
static size_t const nargs = 2;
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
+
+ _set_base_interfaces_InterfaceDef command (
impl,
server_request.operation_details (),
args);
@@ -17835,39 +17769,27 @@ void POA_CORBA::InterfaceDef::_set_base_interfaces_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::InterfaceDef::is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class is_a_InterfaceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline is_a_InterfaceDef (
POA_CORBA::InterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -17899,12 +17821,25 @@ void POA_CORBA::InterfaceDef::is_a_skel (
}
private:
-
POA_CORBA::InterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::InterfaceDef::is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -17923,10 +17858,9 @@ void POA_CORBA::InterfaceDef::is_a_skel (
static size_t const nargs = 2;
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
+
+ is_a_InterfaceDef command (
impl,
server_request.operation_details (),
args);
@@ -17936,39 +17870,27 @@ void POA_CORBA::InterfaceDef::is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::InterfaceDef::describe_interface_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class describe_interface_InterfaceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline describe_interface_InterfaceDef (
POA_CORBA::InterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -17993,12 +17915,25 @@ void POA_CORBA::InterfaceDef::describe_interface_skel (
}
private:
-
POA_CORBA::InterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::InterfaceDef::describe_interface_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -18015,10 +17950,9 @@ void POA_CORBA::InterfaceDef::describe_interface_skel (
static size_t const nargs = 1;
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
+
+ describe_interface_InterfaceDef command (
impl,
server_request.operation_details (),
args);
@@ -18028,39 +17962,27 @@ void POA_CORBA::InterfaceDef::describe_interface_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::InterfaceDef::create_attribute_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_attribute_InterfaceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_attribute_InterfaceDef (
POA_CORBA::InterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -18120,12 +18042,25 @@ void POA_CORBA::InterfaceDef::create_attribute_skel (
}
private:
-
POA_CORBA::InterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::InterfaceDef::create_attribute_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -18152,10 +18087,9 @@ void POA_CORBA::InterfaceDef::create_attribute_skel (
static size_t const nargs = 6;
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
+
+ create_attribute_InterfaceDef command (
impl,
server_request.operation_details (),
args);
@@ -18165,39 +18099,27 @@ void POA_CORBA::InterfaceDef::create_attribute_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::InterfaceDef::create_operation_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_operation_InterfaceDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_operation_InterfaceDef (
POA_CORBA::InterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -18278,12 +18200,25 @@ void POA_CORBA::InterfaceDef::create_operation_skel (
}
private:
-
POA_CORBA::InterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::InterfaceDef::create_operation_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -18316,10 +18251,9 @@ void POA_CORBA::InterfaceDef::create_operation_skel (
static size_t const nargs = 9;
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
+
+ create_operation_InterfaceDef command (
impl,
server_request.operation_details (),
args);
@@ -18329,13 +18263,11 @@ void POA_CORBA::InterfaceDef::create_operation_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -18344,24 +18276,18 @@ void POA_CORBA::InterfaceDef::create_operation_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::InterfaceDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_InterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_InterfaceDef_Upcall_Command (
POA_CORBA::InterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -18393,12 +18319,20 @@ void POA_CORBA::InterfaceDef::_is_a_skel (
}
private:
-
POA_CORBA::InterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::InterfaceDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -18417,10 +18351,9 @@ void POA_CORBA::InterfaceDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
- Upcall_Command command (
+ _is_a_InterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -18430,36 +18363,28 @@ void POA_CORBA::InterfaceDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::InterfaceDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_InterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_InterfaceDef_Upcall_Command (
POA_CORBA::InterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -18484,12 +18409,20 @@ void POA_CORBA::InterfaceDef::_non_existent_skel (
}
private:
-
POA_CORBA::InterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::InterfaceDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -18506,10 +18439,9 @@ void POA_CORBA::InterfaceDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
- Upcall_Command command (
+ _non_existent_InterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -18519,13 +18451,11 @@ void POA_CORBA::InterfaceDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -18534,7 +18464,7 @@ void POA_CORBA::InterfaceDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -18557,8 +18487,7 @@ void POA_CORBA::InterfaceDef::_interface_skel (
}
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -18580,24 +18509,18 @@ void POA_CORBA::InterfaceDef::_interface_skel (
}
}
-void POA_CORBA::InterfaceDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_InterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_InterfaceDef_Upcall_Command (
POA_CORBA::InterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -18622,12 +18545,20 @@ void POA_CORBA::InterfaceDef::_component_skel (
}
private:
-
POA_CORBA::InterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::InterfaceDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -18644,10 +18575,9 @@ void POA_CORBA::InterfaceDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::InterfaceDef * const impl =
- static_cast<
- POA_CORBA::InterfaceDef *> (servant);
+ static_cast<POA_CORBA::InterfaceDef *> (servant);
- Upcall_Command command (
+ _get_component_InterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -18657,13 +18587,11 @@ void POA_CORBA::InterfaceDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -18709,7 +18637,7 @@ const char* POA_CORBA::InterfaceDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::InterfaceDef::_dispatch (
TAO_ServerRequest & req,
@@ -18724,7 +18652,7 @@ void POA_CORBA::InterfaceDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::InterfaceDef *
POA_CORBA::InterfaceDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -18870,7 +18798,7 @@ TAO_CORBA_InterfaceAttrExtension_Perfect_Hash_OpTable::lookup (const char *str,
static TAO_CORBA_InterfaceAttrExtension_Perfect_Hash_OpTable tao_CORBA_InterfaceAttrExtension_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_InterfaceAttrExtension_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -18916,28 +18844,18 @@ POA_CORBA::InterfaceAttrExtension::InterfaceAttrExtension (const InterfaceAttrEx
POA_CORBA::InterfaceAttrExtension::~InterfaceAttrExtension (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::InterfaceAttrExtension::describe_ext_interface_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class describe_ext_interface_InterfaceAttrExtension
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline describe_ext_interface_InterfaceAttrExtension (
POA_CORBA::InterfaceAttrExtension * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -18962,12 +18880,25 @@ void POA_CORBA::InterfaceAttrExtension::describe_ext_interface_skel (
}
private:
-
POA_CORBA::InterfaceAttrExtension * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::InterfaceAttrExtension::describe_ext_interface_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -18984,10 +18915,9 @@ void POA_CORBA::InterfaceAttrExtension::describe_ext_interface_skel (
static size_t const nargs = 1;
POA_CORBA::InterfaceAttrExtension * const impl =
- static_cast<
- POA_CORBA::InterfaceAttrExtension *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::InterfaceAttrExtension *> (servant);
+
+ describe_ext_interface_InterfaceAttrExtension command (
impl,
server_request.operation_details (),
args);
@@ -18997,39 +18927,27 @@ void POA_CORBA::InterfaceAttrExtension::describe_ext_interface_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::InterfaceAttrExtension::create_ext_attribute_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_ext_attribute_InterfaceAttrExtension
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_ext_attribute_InterfaceAttrExtension (
POA_CORBA::InterfaceAttrExtension * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -19103,12 +19021,25 @@ void POA_CORBA::InterfaceAttrExtension::create_ext_attribute_skel (
}
private:
-
POA_CORBA::InterfaceAttrExtension * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::InterfaceAttrExtension::create_ext_attribute_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -19139,10 +19070,9 @@ void POA_CORBA::InterfaceAttrExtension::create_ext_attribute_skel (
static size_t const nargs = 8;
POA_CORBA::InterfaceAttrExtension * const impl =
- static_cast<
- POA_CORBA::InterfaceAttrExtension *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::InterfaceAttrExtension *> (servant);
+
+ create_ext_attribute_InterfaceAttrExtension command (
impl,
server_request.operation_details (),
args);
@@ -19152,13 +19082,11 @@ void POA_CORBA::InterfaceAttrExtension::create_ext_attribute_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -19167,24 +19095,18 @@ void POA_CORBA::InterfaceAttrExtension::create_ext_attribute_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::InterfaceAttrExtension::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_InterfaceAttrExtension_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_InterfaceAttrExtension_Upcall_Command (
POA_CORBA::InterfaceAttrExtension * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -19216,12 +19138,20 @@ void POA_CORBA::InterfaceAttrExtension::_is_a_skel (
}
private:
-
POA_CORBA::InterfaceAttrExtension * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::InterfaceAttrExtension::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -19240,10 +19170,9 @@ void POA_CORBA::InterfaceAttrExtension::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::InterfaceAttrExtension * const impl =
- static_cast<
- POA_CORBA::InterfaceAttrExtension *> (servant);
+ static_cast<POA_CORBA::InterfaceAttrExtension *> (servant);
- Upcall_Command command (
+ _is_a_InterfaceAttrExtension_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -19253,36 +19182,28 @@ void POA_CORBA::InterfaceAttrExtension::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::InterfaceAttrExtension::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_InterfaceAttrExtension_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_InterfaceAttrExtension_Upcall_Command (
POA_CORBA::InterfaceAttrExtension * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -19307,12 +19228,20 @@ void POA_CORBA::InterfaceAttrExtension::_non_existent_skel (
}
private:
-
POA_CORBA::InterfaceAttrExtension * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::InterfaceAttrExtension::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -19329,10 +19258,9 @@ void POA_CORBA::InterfaceAttrExtension::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::InterfaceAttrExtension * const impl =
- static_cast<
- POA_CORBA::InterfaceAttrExtension *> (servant);
+ static_cast<POA_CORBA::InterfaceAttrExtension *> (servant);
- Upcall_Command command (
+ _non_existent_InterfaceAttrExtension_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -19342,13 +19270,11 @@ void POA_CORBA::InterfaceAttrExtension::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -19357,7 +19283,7 @@ void POA_CORBA::InterfaceAttrExtension::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -19380,8 +19306,7 @@ void POA_CORBA::InterfaceAttrExtension::_interface_skel (
}
POA_CORBA::InterfaceAttrExtension * const impl =
- static_cast<
- POA_CORBA::InterfaceAttrExtension *> (servant);
+ static_cast<POA_CORBA::InterfaceAttrExtension *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -19403,24 +19328,18 @@ void POA_CORBA::InterfaceAttrExtension::_interface_skel (
}
}
-void POA_CORBA::InterfaceAttrExtension::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_InterfaceAttrExtension_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_InterfaceAttrExtension_Upcall_Command (
POA_CORBA::InterfaceAttrExtension * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -19445,12 +19364,20 @@ void POA_CORBA::InterfaceAttrExtension::_component_skel (
}
private:
-
POA_CORBA::InterfaceAttrExtension * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::InterfaceAttrExtension::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -19467,10 +19394,9 @@ void POA_CORBA::InterfaceAttrExtension::_component_skel (
static size_t const nargs = 1;
POA_CORBA::InterfaceAttrExtension * const impl =
- static_cast<
- POA_CORBA::InterfaceAttrExtension *> (servant);
+ static_cast<POA_CORBA::InterfaceAttrExtension *> (servant);
- Upcall_Command command (
+ _get_component_InterfaceAttrExtension_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -19480,13 +19406,11 @@ void POA_CORBA::InterfaceAttrExtension::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -19516,7 +19440,7 @@ const char* POA_CORBA::InterfaceAttrExtension::_interface_repository_id (void) c
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::InterfaceAttrExtension::_dispatch (
TAO_ServerRequest & req,
@@ -19531,7 +19455,7 @@ void POA_CORBA::InterfaceAttrExtension::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::InterfaceAttrExtension *
POA_CORBA::InterfaceAttrExtension::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -19737,7 +19661,7 @@ TAO_CORBA_ExtInterfaceDef_Perfect_Hash_OpTable::lookup (const char *str, unsigne
static TAO_CORBA_ExtInterfaceDef_Perfect_Hash_OpTable tao_CORBA_ExtInterfaceDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ExtInterfaceDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -19793,24 +19717,18 @@ POA_CORBA::ExtInterfaceDef::~ExtInterfaceDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ExtInterfaceDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ExtInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ExtInterfaceDef_Upcall_Command (
POA_CORBA::ExtInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -19842,12 +19760,20 @@ void POA_CORBA::ExtInterfaceDef::_is_a_skel (
}
private:
-
POA_CORBA::ExtInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtInterfaceDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -19866,10 +19792,9 @@ void POA_CORBA::ExtInterfaceDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ExtInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtInterfaceDef *> (servant);
- Upcall_Command command (
+ _is_a_ExtInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -19879,36 +19804,28 @@ void POA_CORBA::ExtInterfaceDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ExtInterfaceDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ExtInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ExtInterfaceDef_Upcall_Command (
POA_CORBA::ExtInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -19933,12 +19850,20 @@ void POA_CORBA::ExtInterfaceDef::_non_existent_skel (
}
private:
-
POA_CORBA::ExtInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtInterfaceDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -19955,10 +19880,9 @@ void POA_CORBA::ExtInterfaceDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ExtInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtInterfaceDef *> (servant);
- Upcall_Command command (
+ _non_existent_ExtInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -19968,13 +19892,11 @@ void POA_CORBA::ExtInterfaceDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -19983,7 +19905,7 @@ void POA_CORBA::ExtInterfaceDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -20006,8 +19928,7 @@ void POA_CORBA::ExtInterfaceDef::_interface_skel (
}
POA_CORBA::ExtInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtInterfaceDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -20029,24 +19950,18 @@ void POA_CORBA::ExtInterfaceDef::_interface_skel (
}
}
-void POA_CORBA::ExtInterfaceDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ExtInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ExtInterfaceDef_Upcall_Command (
POA_CORBA::ExtInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -20071,12 +19986,20 @@ void POA_CORBA::ExtInterfaceDef::_component_skel (
}
private:
-
POA_CORBA::ExtInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtInterfaceDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -20093,10 +20016,9 @@ void POA_CORBA::ExtInterfaceDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ExtInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtInterfaceDef *> (servant);
- Upcall_Command command (
+ _get_component_ExtInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -20106,13 +20028,11 @@ void POA_CORBA::ExtInterfaceDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -20166,7 +20086,7 @@ const char* POA_CORBA::ExtInterfaceDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ExtInterfaceDef::_dispatch (
TAO_ServerRequest & req,
@@ -20181,7 +20101,7 @@ void POA_CORBA::ExtInterfaceDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ExtInterfaceDef *
POA_CORBA::ExtInterfaceDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -20385,7 +20305,7 @@ TAO_CORBA_AbstractInterfaceDef_Perfect_Hash_OpTable::lookup (const char *str, un
static TAO_CORBA_AbstractInterfaceDef_Perfect_Hash_OpTable tao_CORBA_AbstractInterfaceDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_AbstractInterfaceDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -20440,24 +20360,18 @@ POA_CORBA::AbstractInterfaceDef::~AbstractInterfaceDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::AbstractInterfaceDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_AbstractInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_AbstractInterfaceDef_Upcall_Command (
POA_CORBA::AbstractInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -20489,12 +20403,20 @@ void POA_CORBA::AbstractInterfaceDef::_is_a_skel (
}
private:
-
POA_CORBA::AbstractInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::AbstractInterfaceDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -20513,10 +20435,9 @@ void POA_CORBA::AbstractInterfaceDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::AbstractInterfaceDef * const impl =
- static_cast<
- POA_CORBA::AbstractInterfaceDef *> (servant);
+ static_cast<POA_CORBA::AbstractInterfaceDef *> (servant);
- Upcall_Command command (
+ _is_a_AbstractInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -20526,36 +20447,28 @@ void POA_CORBA::AbstractInterfaceDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::AbstractInterfaceDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_AbstractInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_AbstractInterfaceDef_Upcall_Command (
POA_CORBA::AbstractInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -20580,12 +20493,20 @@ void POA_CORBA::AbstractInterfaceDef::_non_existent_skel (
}
private:
-
POA_CORBA::AbstractInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::AbstractInterfaceDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -20602,10 +20523,9 @@ void POA_CORBA::AbstractInterfaceDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::AbstractInterfaceDef * const impl =
- static_cast<
- POA_CORBA::AbstractInterfaceDef *> (servant);
+ static_cast<POA_CORBA::AbstractInterfaceDef *> (servant);
- Upcall_Command command (
+ _non_existent_AbstractInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -20615,13 +20535,11 @@ void POA_CORBA::AbstractInterfaceDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -20630,7 +20548,7 @@ void POA_CORBA::AbstractInterfaceDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -20653,8 +20571,7 @@ void POA_CORBA::AbstractInterfaceDef::_interface_skel (
}
POA_CORBA::AbstractInterfaceDef * const impl =
- static_cast<
- POA_CORBA::AbstractInterfaceDef *> (servant);
+ static_cast<POA_CORBA::AbstractInterfaceDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -20676,24 +20593,18 @@ void POA_CORBA::AbstractInterfaceDef::_interface_skel (
}
}
-void POA_CORBA::AbstractInterfaceDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_AbstractInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_AbstractInterfaceDef_Upcall_Command (
POA_CORBA::AbstractInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -20718,12 +20629,20 @@ void POA_CORBA::AbstractInterfaceDef::_component_skel (
}
private:
-
POA_CORBA::AbstractInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::AbstractInterfaceDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -20740,10 +20659,9 @@ void POA_CORBA::AbstractInterfaceDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::AbstractInterfaceDef * const impl =
- static_cast<
- POA_CORBA::AbstractInterfaceDef *> (servant);
+ static_cast<POA_CORBA::AbstractInterfaceDef *> (servant);
- Upcall_Command command (
+ _get_component_AbstractInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -20753,13 +20671,11 @@ void POA_CORBA::AbstractInterfaceDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -20809,7 +20725,7 @@ const char* POA_CORBA::AbstractInterfaceDef::_interface_repository_id (void) con
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::AbstractInterfaceDef::_dispatch (
TAO_ServerRequest & req,
@@ -20824,7 +20740,7 @@ void POA_CORBA::AbstractInterfaceDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::AbstractInterfaceDef *
POA_CORBA::AbstractInterfaceDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -21030,7 +20946,7 @@ TAO_CORBA_ExtAbstractInterfaceDef_Perfect_Hash_OpTable::lookup (const char *str,
static TAO_CORBA_ExtAbstractInterfaceDef_Perfect_Hash_OpTable tao_CORBA_ExtAbstractInterfaceDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ExtAbstractInterfaceDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -21087,24 +21003,18 @@ POA_CORBA::ExtAbstractInterfaceDef::~ExtAbstractInterfaceDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ExtAbstractInterfaceDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ExtAbstractInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ExtAbstractInterfaceDef_Upcall_Command (
POA_CORBA::ExtAbstractInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -21136,12 +21046,20 @@ void POA_CORBA::ExtAbstractInterfaceDef::_is_a_skel (
}
private:
-
POA_CORBA::ExtAbstractInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtAbstractInterfaceDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -21160,10 +21078,9 @@ void POA_CORBA::ExtAbstractInterfaceDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ExtAbstractInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtAbstractInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtAbstractInterfaceDef *> (servant);
- Upcall_Command command (
+ _is_a_ExtAbstractInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -21173,36 +21090,28 @@ void POA_CORBA::ExtAbstractInterfaceDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ExtAbstractInterfaceDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ExtAbstractInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ExtAbstractInterfaceDef_Upcall_Command (
POA_CORBA::ExtAbstractInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -21227,12 +21136,20 @@ void POA_CORBA::ExtAbstractInterfaceDef::_non_existent_skel (
}
private:
-
POA_CORBA::ExtAbstractInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtAbstractInterfaceDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -21249,10 +21166,9 @@ void POA_CORBA::ExtAbstractInterfaceDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ExtAbstractInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtAbstractInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtAbstractInterfaceDef *> (servant);
- Upcall_Command command (
+ _non_existent_ExtAbstractInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -21262,13 +21178,11 @@ void POA_CORBA::ExtAbstractInterfaceDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -21277,7 +21191,7 @@ void POA_CORBA::ExtAbstractInterfaceDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -21300,8 +21214,7 @@ void POA_CORBA::ExtAbstractInterfaceDef::_interface_skel (
}
POA_CORBA::ExtAbstractInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtAbstractInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtAbstractInterfaceDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -21323,24 +21236,18 @@ void POA_CORBA::ExtAbstractInterfaceDef::_interface_skel (
}
}
-void POA_CORBA::ExtAbstractInterfaceDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ExtAbstractInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ExtAbstractInterfaceDef_Upcall_Command (
POA_CORBA::ExtAbstractInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -21365,12 +21272,20 @@ void POA_CORBA::ExtAbstractInterfaceDef::_component_skel (
}
private:
-
POA_CORBA::ExtAbstractInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtAbstractInterfaceDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -21387,10 +21302,9 @@ void POA_CORBA::ExtAbstractInterfaceDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ExtAbstractInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtAbstractInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtAbstractInterfaceDef *> (servant);
- Upcall_Command command (
+ _get_component_ExtAbstractInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -21400,13 +21314,11 @@ void POA_CORBA::ExtAbstractInterfaceDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -21464,7 +21376,7 @@ const char* POA_CORBA::ExtAbstractInterfaceDef::_interface_repository_id (void)
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ExtAbstractInterfaceDef::_dispatch (
TAO_ServerRequest & req,
@@ -21479,7 +21391,7 @@ void POA_CORBA::ExtAbstractInterfaceDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ExtAbstractInterfaceDef *
POA_CORBA::ExtAbstractInterfaceDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -21683,7 +21595,7 @@ TAO_CORBA_LocalInterfaceDef_Perfect_Hash_OpTable::lookup (const char *str, unsig
static TAO_CORBA_LocalInterfaceDef_Perfect_Hash_OpTable tao_CORBA_LocalInterfaceDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_LocalInterfaceDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -21738,24 +21650,18 @@ POA_CORBA::LocalInterfaceDef::~LocalInterfaceDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::LocalInterfaceDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_LocalInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_LocalInterfaceDef_Upcall_Command (
POA_CORBA::LocalInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -21787,12 +21693,20 @@ void POA_CORBA::LocalInterfaceDef::_is_a_skel (
}
private:
-
POA_CORBA::LocalInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::LocalInterfaceDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -21811,10 +21725,9 @@ void POA_CORBA::LocalInterfaceDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::LocalInterfaceDef * const impl =
- static_cast<
- POA_CORBA::LocalInterfaceDef *> (servant);
+ static_cast<POA_CORBA::LocalInterfaceDef *> (servant);
- Upcall_Command command (
+ _is_a_LocalInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -21824,36 +21737,28 @@ void POA_CORBA::LocalInterfaceDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::LocalInterfaceDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_LocalInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_LocalInterfaceDef_Upcall_Command (
POA_CORBA::LocalInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -21878,12 +21783,20 @@ void POA_CORBA::LocalInterfaceDef::_non_existent_skel (
}
private:
-
POA_CORBA::LocalInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::LocalInterfaceDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -21900,10 +21813,9 @@ void POA_CORBA::LocalInterfaceDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::LocalInterfaceDef * const impl =
- static_cast<
- POA_CORBA::LocalInterfaceDef *> (servant);
+ static_cast<POA_CORBA::LocalInterfaceDef *> (servant);
- Upcall_Command command (
+ _non_existent_LocalInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -21913,13 +21825,11 @@ void POA_CORBA::LocalInterfaceDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -21928,7 +21838,7 @@ void POA_CORBA::LocalInterfaceDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -21951,8 +21861,7 @@ void POA_CORBA::LocalInterfaceDef::_interface_skel (
}
POA_CORBA::LocalInterfaceDef * const impl =
- static_cast<
- POA_CORBA::LocalInterfaceDef *> (servant);
+ static_cast<POA_CORBA::LocalInterfaceDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -21974,24 +21883,18 @@ void POA_CORBA::LocalInterfaceDef::_interface_skel (
}
}
-void POA_CORBA::LocalInterfaceDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_LocalInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_LocalInterfaceDef_Upcall_Command (
POA_CORBA::LocalInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -22016,12 +21919,20 @@ void POA_CORBA::LocalInterfaceDef::_component_skel (
}
private:
-
POA_CORBA::LocalInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::LocalInterfaceDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -22038,10 +21949,9 @@ void POA_CORBA::LocalInterfaceDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::LocalInterfaceDef * const impl =
- static_cast<
- POA_CORBA::LocalInterfaceDef *> (servant);
+ static_cast<POA_CORBA::LocalInterfaceDef *> (servant);
- Upcall_Command command (
+ _get_component_LocalInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -22051,13 +21961,11 @@ void POA_CORBA::LocalInterfaceDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -22107,7 +22015,7 @@ const char* POA_CORBA::LocalInterfaceDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::LocalInterfaceDef::_dispatch (
TAO_ServerRequest & req,
@@ -22122,7 +22030,7 @@ void POA_CORBA::LocalInterfaceDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::LocalInterfaceDef *
POA_CORBA::LocalInterfaceDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -22328,7 +22236,7 @@ TAO_CORBA_ExtLocalInterfaceDef_Perfect_Hash_OpTable::lookup (const char *str, un
static TAO_CORBA_ExtLocalInterfaceDef_Perfect_Hash_OpTable tao_CORBA_ExtLocalInterfaceDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ExtLocalInterfaceDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -22385,24 +22293,18 @@ POA_CORBA::ExtLocalInterfaceDef::~ExtLocalInterfaceDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ExtLocalInterfaceDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ExtLocalInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ExtLocalInterfaceDef_Upcall_Command (
POA_CORBA::ExtLocalInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -22434,12 +22336,20 @@ void POA_CORBA::ExtLocalInterfaceDef::_is_a_skel (
}
private:
-
POA_CORBA::ExtLocalInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtLocalInterfaceDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -22458,10 +22368,9 @@ void POA_CORBA::ExtLocalInterfaceDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ExtLocalInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtLocalInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtLocalInterfaceDef *> (servant);
- Upcall_Command command (
+ _is_a_ExtLocalInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -22471,36 +22380,28 @@ void POA_CORBA::ExtLocalInterfaceDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ExtLocalInterfaceDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ExtLocalInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ExtLocalInterfaceDef_Upcall_Command (
POA_CORBA::ExtLocalInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -22525,12 +22426,20 @@ void POA_CORBA::ExtLocalInterfaceDef::_non_existent_skel (
}
private:
-
POA_CORBA::ExtLocalInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtLocalInterfaceDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -22547,10 +22456,9 @@ void POA_CORBA::ExtLocalInterfaceDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ExtLocalInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtLocalInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtLocalInterfaceDef *> (servant);
- Upcall_Command command (
+ _non_existent_ExtLocalInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -22560,13 +22468,11 @@ void POA_CORBA::ExtLocalInterfaceDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -22575,7 +22481,7 @@ void POA_CORBA::ExtLocalInterfaceDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -22598,8 +22504,7 @@ void POA_CORBA::ExtLocalInterfaceDef::_interface_skel (
}
POA_CORBA::ExtLocalInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtLocalInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtLocalInterfaceDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -22621,24 +22526,18 @@ void POA_CORBA::ExtLocalInterfaceDef::_interface_skel (
}
}
-void POA_CORBA::ExtLocalInterfaceDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ExtLocalInterfaceDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ExtLocalInterfaceDef_Upcall_Command (
POA_CORBA::ExtLocalInterfaceDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -22663,12 +22562,20 @@ void POA_CORBA::ExtLocalInterfaceDef::_component_skel (
}
private:
-
POA_CORBA::ExtLocalInterfaceDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtLocalInterfaceDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -22685,10 +22592,9 @@ void POA_CORBA::ExtLocalInterfaceDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ExtLocalInterfaceDef * const impl =
- static_cast<
- POA_CORBA::ExtLocalInterfaceDef *> (servant);
+ static_cast<POA_CORBA::ExtLocalInterfaceDef *> (servant);
- Upcall_Command command (
+ _get_component_ExtLocalInterfaceDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -22698,13 +22604,11 @@ void POA_CORBA::ExtLocalInterfaceDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -22762,7 +22666,7 @@ const char* POA_CORBA::ExtLocalInterfaceDef::_interface_repository_id (void) con
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ExtLocalInterfaceDef::_dispatch (
TAO_ServerRequest & req,
@@ -22777,7 +22681,7 @@ void POA_CORBA::ExtLocalInterfaceDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ExtLocalInterfaceDef *
POA_CORBA::ExtLocalInterfaceDef::_this (ACE_ENV_SINGLE_ARG_DECL)
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.cpp b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.cpp
index 90debae51de..189a11f289e 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.cpp
@@ -1112,7 +1112,7 @@ TAO_CORBA_ComponentIR_EventDef_Perfect_Hash_OpTable::lookup (const char *str, un
static TAO_CORBA_ComponentIR_EventDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_EventDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_EventDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -1168,6 +1168,59 @@ POA_CORBA::ComponentIR::EventDef::~EventDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_EventDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_EventDef_Upcall_Command (
+ POA_CORBA::ComponentIR::EventDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EventDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::EventDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -1177,53 +1230,6 @@ void POA_CORBA::ComponentIR::EventDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EventDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EventDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -1241,10 +1247,9 @@ void POA_CORBA::ComponentIR::EventDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::EventDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EventDef *> (servant);
- Upcall_Command command (
+ _is_a_EventDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -1254,18 +1259,62 @@ void POA_CORBA::ComponentIR::EventDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_EventDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_EventDef_Upcall_Command (
+ POA_CORBA::ComponentIR::EventDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EventDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::EventDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -1275,46 +1324,6 @@ void POA_CORBA::ComponentIR::EventDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EventDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EventDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -1330,10 +1339,9 @@ void POA_CORBA::ComponentIR::EventDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::EventDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EventDef *> (servant);
- Upcall_Command command (
+ _non_existent_EventDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -1343,13 +1351,11 @@ void POA_CORBA::ComponentIR::EventDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -1358,7 +1364,7 @@ void POA_CORBA::ComponentIR::EventDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -1381,8 +1387,7 @@ void POA_CORBA::ComponentIR::EventDef::_interface_skel (
}
POA_CORBA::ComponentIR::EventDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EventDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -1404,6 +1409,52 @@ void POA_CORBA::ComponentIR::EventDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_EventDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_EventDef_Upcall_Command (
+ POA_CORBA::ComponentIR::EventDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EventDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::EventDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -1413,46 +1464,6 @@ void POA_CORBA::ComponentIR::EventDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EventDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EventDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -1468,10 +1479,9 @@ void POA_CORBA::ComponentIR::EventDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::EventDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EventDef *> (servant);
- Upcall_Command command (
+ _get_component_EventDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -1481,13 +1491,11 @@ void POA_CORBA::ComponentIR::EventDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -1541,7 +1549,7 @@ const char* POA_CORBA::ComponentIR::EventDef::_interface_repository_id (void) co
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::EventDef::_dispatch (
TAO_ServerRequest & req,
@@ -1556,7 +1564,7 @@ void POA_CORBA::ComponentIR::EventDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::EventDef *
POA_CORBA::ComponentIR::EventDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -1743,7 +1751,7 @@ TAO_CORBA_ComponentIR_Container_Perfect_Hash_OpTable::lookup (const char *str, u
static TAO_CORBA_ComponentIR_Container_Perfect_Hash_OpTable tao_CORBA_ComponentIR_Container_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_Container_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -1791,9 +1799,91 @@ POA_CORBA::ComponentIR::Container::Container (const Container& rhs)
POA_CORBA::ComponentIR::Container::~Container (void)
{
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_component_Container
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_component_Container (
+ POA_CORBA::ComponentIR::Container * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+ TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_5 =
+ TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 5);
+
+
+ retval =
+ this->servant_->create_component (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ , arg_5
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::Container * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::Container::create_component_skel (
TAO_ServerRequest & server_request,
@@ -1804,81 +1894,6 @@ void POA_CORBA::ComponentIR::Container::create_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::Container * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
- TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_5 =
- TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 5);
-
-
- retval =
- this->servant_->create_component (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- , arg_5
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::Container * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -1904,10 +1919,9 @@ void POA_CORBA::ComponentIR::Container::create_component_skel (
static size_t const nargs = 6;
POA_CORBA::ComponentIR::Container * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::Container *> (servant);
+
+ create_component_Container command (
impl,
server_request.operation_details (),
args);
@@ -1917,20 +1931,114 @@ void POA_CORBA::ComponentIR::Container::create_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_home_Container
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_home_Container (
+ POA_CORBA::ComponentIR::Container * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::HomeDef, TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::HomeDef, TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+ TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type arg_5 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 5);
+
+ TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_6 =
+ TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 6);
+
+ TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type arg_7 =
+ TAO::Portable_Server::get_in_arg< CORBA::ValueDef, TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 7);
+
+
+ retval =
+ this->servant_->create_home (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ , arg_5
+ , arg_6
+ , arg_7
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::Container * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::Container::create_home_skel (
TAO_ServerRequest & server_request,
@@ -1941,95 +2049,6 @@ void POA_CORBA::ComponentIR::Container::create_home_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::Container * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::HomeDef, TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::HomeDef, TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
- TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type arg_5 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 5);
-
- TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_6 =
- TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 6);
-
- TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type arg_7 =
- TAO::Portable_Server::get_in_arg< CORBA::ValueDef, TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 7);
-
-
- retval =
- this->servant_->create_home (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- , arg_5
- , arg_6
- , arg_7
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::Container * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -2059,10 +2078,9 @@ void POA_CORBA::ComponentIR::Container::create_home_skel (
static size_t const nargs = 8;
POA_CORBA::ComponentIR::Container * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::Container *> (servant);
+
+ create_home_Container command (
impl,
server_request.operation_details (),
args);
@@ -2072,20 +2090,135 @@ void POA_CORBA::ComponentIR::Container::create_home_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_event_Container
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_event_Container (
+ POA_CORBA::ComponentIR::Container * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_5 =
+ TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 5);
+
+ TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type arg_6 =
+ TAO::Portable_Server::get_in_arg< CORBA::ValueDef, TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 6);
+
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_7 =
+ TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 7);
+
+ TAO::SArg_Traits< CORBA::ValueDefSeq>::in_arg_type arg_8 =
+ TAO::Portable_Server::get_in_arg< CORBA::ValueDefSeq, TAO::SArg_Traits< CORBA::ValueDefSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 8);
+
+ TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_9 =
+ TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 9);
+
+ TAO::SArg_Traits< CORBA::ExtInitializerSeq>::in_arg_type arg_10 =
+ TAO::Portable_Server::get_in_arg< CORBA::ExtInitializerSeq, TAO::SArg_Traits< CORBA::ExtInitializerSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 10);
+
+
+ retval =
+ this->servant_->create_event (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ , arg_5
+ , arg_6
+ , arg_7
+ , arg_8
+ , arg_9
+ , arg_10
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::Container * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::Container::create_event_skel (
TAO_ServerRequest & server_request,
@@ -2096,116 +2229,6 @@ void POA_CORBA::ComponentIR::Container::create_event_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::Container * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_5 =
- TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 5);
-
- TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type arg_6 =
- TAO::Portable_Server::get_in_arg< CORBA::ValueDef, TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 6);
-
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_7 =
- TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 7);
-
- TAO::SArg_Traits< CORBA::ValueDefSeq>::in_arg_type arg_8 =
- TAO::Portable_Server::get_in_arg< CORBA::ValueDefSeq, TAO::SArg_Traits< CORBA::ValueDefSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 8);
-
- TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_9 =
- TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 9);
-
- TAO::SArg_Traits< CORBA::ExtInitializerSeq>::in_arg_type arg_10 =
- TAO::Portable_Server::get_in_arg< CORBA::ExtInitializerSeq, TAO::SArg_Traits< CORBA::ExtInitializerSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 10);
-
-
- retval =
- this->servant_->create_event (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- , arg_5
- , arg_6
- , arg_7
- , arg_8
- , arg_9
- , arg_10
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::Container * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -2241,10 +2264,9 @@ void POA_CORBA::ComponentIR::Container::create_event_skel (
static size_t const nargs = 11;
POA_CORBA::ComponentIR::Container * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Container *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::Container *> (servant);
+
+ create_event_Container command (
impl,
server_request.operation_details (),
args);
@@ -2254,13 +2276,11 @@ void POA_CORBA::ComponentIR::Container::create_event_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2269,6 +2289,59 @@ void POA_CORBA::ComponentIR::Container::create_event_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_Container_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_Container_Upcall_Command (
+ POA_CORBA::ComponentIR::Container * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::Container * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::Container::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -2278,53 +2351,6 @@ void POA_CORBA::ComponentIR::Container::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::Container * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::Container * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -2342,10 +2368,9 @@ void POA_CORBA::ComponentIR::Container::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::Container * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Container *> (servant);
+ static_cast<POA_CORBA::ComponentIR::Container *> (servant);
- Upcall_Command command (
+ _is_a_Container_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2355,18 +2380,62 @@ void POA_CORBA::ComponentIR::Container::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_Container_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_Container_Upcall_Command (
+ POA_CORBA::ComponentIR::Container * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::Container * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::Container::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -2376,46 +2445,6 @@ void POA_CORBA::ComponentIR::Container::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::Container * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::Container * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -2431,10 +2460,9 @@ void POA_CORBA::ComponentIR::Container::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::Container * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Container *> (servant);
+ static_cast<POA_CORBA::ComponentIR::Container *> (servant);
- Upcall_Command command (
+ _non_existent_Container_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2444,13 +2472,11 @@ void POA_CORBA::ComponentIR::Container::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2459,7 +2485,7 @@ void POA_CORBA::ComponentIR::Container::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -2482,8 +2508,7 @@ void POA_CORBA::ComponentIR::Container::_interface_skel (
}
POA_CORBA::ComponentIR::Container * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Container *> (servant);
+ static_cast<POA_CORBA::ComponentIR::Container *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -2505,6 +2530,52 @@ void POA_CORBA::ComponentIR::Container::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_Container_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_Container_Upcall_Command (
+ POA_CORBA::ComponentIR::Container * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::Container * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::Container::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -2514,46 +2585,6 @@ void POA_CORBA::ComponentIR::Container::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::Container * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::Container * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -2569,10 +2600,9 @@ void POA_CORBA::ComponentIR::Container::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::Container * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Container *> (servant);
+ static_cast<POA_CORBA::ComponentIR::Container *> (servant);
- Upcall_Command command (
+ _get_component_Container_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2582,13 +2612,11 @@ void POA_CORBA::ComponentIR::Container::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2626,7 +2654,7 @@ const char* POA_CORBA::ComponentIR::Container::_interface_repository_id (void) c
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::Container::_dispatch (
TAO_ServerRequest & req,
@@ -2641,7 +2669,7 @@ void POA_CORBA::ComponentIR::Container::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::Container *
POA_CORBA::ComponentIR::Container::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -2840,7 +2868,7 @@ TAO_CORBA_ComponentIR_ModuleDef_Perfect_Hash_OpTable::lookup (const char *str, u
static TAO_CORBA_ComponentIR_ModuleDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_ModuleDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_ModuleDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -2895,6 +2923,59 @@ POA_CORBA::ComponentIR::ModuleDef::~ModuleDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_ModuleDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_ModuleDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ModuleDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ModuleDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ModuleDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -2904,53 +2985,6 @@ void POA_CORBA::ComponentIR::ModuleDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ModuleDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ModuleDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -2968,10 +3002,9 @@ void POA_CORBA::ComponentIR::ModuleDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::ModuleDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ModuleDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ModuleDef *> (servant);
- Upcall_Command command (
+ _is_a_ModuleDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2981,18 +3014,62 @@ void POA_CORBA::ComponentIR::ModuleDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_ModuleDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_ModuleDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ModuleDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ModuleDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ModuleDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -3002,46 +3079,6 @@ void POA_CORBA::ComponentIR::ModuleDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ModuleDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ModuleDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -3057,10 +3094,9 @@ void POA_CORBA::ComponentIR::ModuleDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ModuleDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ModuleDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ModuleDef *> (servant);
- Upcall_Command command (
+ _non_existent_ModuleDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3070,13 +3106,11 @@ void POA_CORBA::ComponentIR::ModuleDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -3085,7 +3119,7 @@ void POA_CORBA::ComponentIR::ModuleDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -3108,8 +3142,7 @@ void POA_CORBA::ComponentIR::ModuleDef::_interface_skel (
}
POA_CORBA::ComponentIR::ModuleDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ModuleDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ModuleDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -3131,6 +3164,52 @@ void POA_CORBA::ComponentIR::ModuleDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_ModuleDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_ModuleDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ModuleDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ModuleDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ModuleDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -3140,46 +3219,6 @@ void POA_CORBA::ComponentIR::ModuleDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ModuleDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ModuleDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -3195,10 +3234,9 @@ void POA_CORBA::ComponentIR::ModuleDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ModuleDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ModuleDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ModuleDef *> (servant);
- Upcall_Command command (
+ _get_component_ModuleDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3208,13 +3246,11 @@ void POA_CORBA::ComponentIR::ModuleDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -3264,7 +3300,7 @@ const char* POA_CORBA::ComponentIR::ModuleDef::_interface_repository_id (void) c
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::ModuleDef::_dispatch (
TAO_ServerRequest & req,
@@ -3279,7 +3315,7 @@ void POA_CORBA::ComponentIR::ModuleDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::ModuleDef *
POA_CORBA::ComponentIR::ModuleDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -3477,7 +3513,7 @@ TAO_CORBA_ComponentIR_Repository_Perfect_Hash_OpTable::lookup (const char *str,
static TAO_CORBA_ComponentIR_Repository_Perfect_Hash_OpTable tao_CORBA_ComponentIR_Repository_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_Repository_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -3531,6 +3567,59 @@ POA_CORBA::ComponentIR::Repository::~Repository (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_Repository_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_Repository_Upcall_Command (
+ POA_CORBA::ComponentIR::Repository * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::Repository * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::Repository::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -3540,53 +3629,6 @@ void POA_CORBA::ComponentIR::Repository::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::Repository * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::Repository * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -3604,10 +3646,9 @@ void POA_CORBA::ComponentIR::Repository::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::Repository * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Repository *> (servant);
+ static_cast<POA_CORBA::ComponentIR::Repository *> (servant);
- Upcall_Command command (
+ _is_a_Repository_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3617,18 +3658,62 @@ void POA_CORBA::ComponentIR::Repository::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_Repository_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_Repository_Upcall_Command (
+ POA_CORBA::ComponentIR::Repository * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::Repository * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::Repository::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -3638,46 +3723,6 @@ void POA_CORBA::ComponentIR::Repository::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::Repository * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::Repository * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -3693,10 +3738,9 @@ void POA_CORBA::ComponentIR::Repository::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::Repository * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Repository *> (servant);
+ static_cast<POA_CORBA::ComponentIR::Repository *> (servant);
- Upcall_Command command (
+ _non_existent_Repository_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3706,13 +3750,11 @@ void POA_CORBA::ComponentIR::Repository::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -3721,7 +3763,7 @@ void POA_CORBA::ComponentIR::Repository::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -3744,8 +3786,7 @@ void POA_CORBA::ComponentIR::Repository::_interface_skel (
}
POA_CORBA::ComponentIR::Repository * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Repository *> (servant);
+ static_cast<POA_CORBA::ComponentIR::Repository *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -3767,6 +3808,52 @@ void POA_CORBA::ComponentIR::Repository::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_Repository_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_Repository_Upcall_Command (
+ POA_CORBA::ComponentIR::Repository * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::Repository * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::Repository::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -3776,46 +3863,6 @@ void POA_CORBA::ComponentIR::Repository::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::Repository * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::Repository * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -3831,10 +3878,9 @@ void POA_CORBA::ComponentIR::Repository::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::Repository * const impl =
- static_cast<
- POA_CORBA::ComponentIR::Repository *> (servant);
+ static_cast<POA_CORBA::ComponentIR::Repository *> (servant);
- Upcall_Command command (
+ _get_component_Repository_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -3844,13 +3890,11 @@ void POA_CORBA::ComponentIR::Repository::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -3896,7 +3940,7 @@ const char* POA_CORBA::ComponentIR::Repository::_interface_repository_id (void)
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::Repository::_dispatch (
TAO_ServerRequest & req,
@@ -3911,7 +3955,7 @@ void POA_CORBA::ComponentIR::Repository::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::Repository *
POA_CORBA::ComponentIR::Repository::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -4089,7 +4133,7 @@ TAO_CORBA_ComponentIR_ProvidesDef_Perfect_Hash_OpTable::lookup (const char *str,
static TAO_CORBA_ComponentIR_ProvidesDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_ProvidesDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_ProvidesDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -4137,9 +4181,56 @@ POA_CORBA::ComponentIR::ProvidesDef::ProvidesDef (const ProvidesDef& rhs)
POA_CORBA::ComponentIR::ProvidesDef::~ProvidesDef (void)
{
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_interface_type_ProvidesDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_interface_type_ProvidesDef (
+ POA_CORBA::ComponentIR::ProvidesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::InterfaceDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->interface_type (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ProvidesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ProvidesDef::_get_interface_type_skel (
TAO_ServerRequest & server_request,
@@ -4150,46 +4241,6 @@ void POA_CORBA::ComponentIR::ProvidesDef::_get_interface_type_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ProvidesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::InterfaceDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->interface_type (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ProvidesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -4205,10 +4256,9 @@ void POA_CORBA::ComponentIR::ProvidesDef::_get_interface_type_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ProvidesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ProvidesDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ProvidesDef *> (servant);
+
+ _get_interface_type_ProvidesDef command (
impl,
server_request.operation_details (),
args);
@@ -4218,20 +4268,65 @@ void POA_CORBA::ComponentIR::ProvidesDef::_get_interface_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_interface_type_ProvidesDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_interface_type_ProvidesDef (
+ POA_CORBA::ComponentIR::ProvidesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->interface_type (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ProvidesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ProvidesDef::_set_interface_type_skel (
TAO_ServerRequest & server_request,
@@ -4242,46 +4337,6 @@ void POA_CORBA::ComponentIR::ProvidesDef::_set_interface_type_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ProvidesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->interface_type (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ProvidesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -4299,10 +4354,9 @@ void POA_CORBA::ComponentIR::ProvidesDef::_set_interface_type_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::ProvidesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ProvidesDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ProvidesDef *> (servant);
+
+ _set_interface_type_ProvidesDef command (
impl,
server_request.operation_details (),
args);
@@ -4312,13 +4366,11 @@ void POA_CORBA::ComponentIR::ProvidesDef::_set_interface_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -4327,6 +4379,59 @@ void POA_CORBA::ComponentIR::ProvidesDef::_set_interface_type_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_ProvidesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_ProvidesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ProvidesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ProvidesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ProvidesDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -4336,53 +4441,6 @@ void POA_CORBA::ComponentIR::ProvidesDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ProvidesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ProvidesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -4400,10 +4458,9 @@ void POA_CORBA::ComponentIR::ProvidesDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::ProvidesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ProvidesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ProvidesDef *> (servant);
- Upcall_Command command (
+ _is_a_ProvidesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -4413,18 +4470,62 @@ void POA_CORBA::ComponentIR::ProvidesDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_ProvidesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_ProvidesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ProvidesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ProvidesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ProvidesDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -4434,46 +4535,6 @@ void POA_CORBA::ComponentIR::ProvidesDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ProvidesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ProvidesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -4489,10 +4550,9 @@ void POA_CORBA::ComponentIR::ProvidesDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ProvidesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ProvidesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ProvidesDef *> (servant);
- Upcall_Command command (
+ _non_existent_ProvidesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -4502,13 +4562,11 @@ void POA_CORBA::ComponentIR::ProvidesDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -4517,7 +4575,7 @@ void POA_CORBA::ComponentIR::ProvidesDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -4540,8 +4598,7 @@ void POA_CORBA::ComponentIR::ProvidesDef::_interface_skel (
}
POA_CORBA::ComponentIR::ProvidesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ProvidesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ProvidesDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -4563,6 +4620,52 @@ void POA_CORBA::ComponentIR::ProvidesDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_ProvidesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_ProvidesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ProvidesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ProvidesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ProvidesDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -4572,46 +4675,6 @@ void POA_CORBA::ComponentIR::ProvidesDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ProvidesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ProvidesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -4627,10 +4690,9 @@ void POA_CORBA::ComponentIR::ProvidesDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ProvidesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ProvidesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ProvidesDef *> (servant);
- Upcall_Command command (
+ _get_component_ProvidesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -4640,13 +4702,11 @@ void POA_CORBA::ComponentIR::ProvidesDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -4684,7 +4744,7 @@ const char* POA_CORBA::ComponentIR::ProvidesDef::_interface_repository_id (void)
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::ProvidesDef::_dispatch (
TAO_ServerRequest & req,
@@ -4699,7 +4759,7 @@ void POA_CORBA::ComponentIR::ProvidesDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::ProvidesDef *
POA_CORBA::ComponentIR::ProvidesDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -4879,7 +4939,7 @@ TAO_CORBA_ComponentIR_UsesDef_Perfect_Hash_OpTable::lookup (const char *str, uns
static TAO_CORBA_ComponentIR_UsesDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_UsesDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_UsesDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -4927,9 +4987,56 @@ POA_CORBA::ComponentIR::UsesDef::UsesDef (const UsesDef& rhs)
POA_CORBA::ComponentIR::UsesDef::~UsesDef (void)
{
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_interface_type_UsesDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_interface_type_UsesDef (
+ POA_CORBA::ComponentIR::UsesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::InterfaceDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->interface_type (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::UsesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::UsesDef::_get_interface_type_skel (
TAO_ServerRequest & server_request,
@@ -4940,46 +5047,6 @@ void POA_CORBA::ComponentIR::UsesDef::_get_interface_type_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::UsesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::InterfaceDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->interface_type (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::UsesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -4995,10 +5062,9 @@ void POA_CORBA::ComponentIR::UsesDef::_get_interface_type_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::UsesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::UsesDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::UsesDef *> (servant);
+
+ _get_interface_type_UsesDef command (
impl,
server_request.operation_details (),
args);
@@ -5008,20 +5074,65 @@ void POA_CORBA::ComponentIR::UsesDef::_get_interface_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_interface_type_UsesDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_interface_type_UsesDef (
+ POA_CORBA::ComponentIR::UsesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->interface_type (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::UsesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::UsesDef::_set_interface_type_skel (
TAO_ServerRequest & server_request,
@@ -5032,46 +5143,6 @@ void POA_CORBA::ComponentIR::UsesDef::_set_interface_type_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::UsesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->interface_type (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::UsesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -5089,10 +5160,9 @@ void POA_CORBA::ComponentIR::UsesDef::_set_interface_type_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::UsesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::UsesDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::UsesDef *> (servant);
+
+ _set_interface_type_UsesDef command (
impl,
server_request.operation_details (),
args);
@@ -5102,20 +5172,65 @@ void POA_CORBA::ComponentIR::UsesDef::_set_interface_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_is_multiple_UsesDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_is_multiple_UsesDef (
+ POA_CORBA::ComponentIR::UsesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->is_multiple (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::UsesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::UsesDef::_get_is_multiple_skel (
TAO_ServerRequest & server_request,
@@ -5126,46 +5241,6 @@ void POA_CORBA::ComponentIR::UsesDef::_get_is_multiple_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::UsesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->is_multiple (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::UsesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -5181,10 +5256,9 @@ void POA_CORBA::ComponentIR::UsesDef::_get_is_multiple_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::UsesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::UsesDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::UsesDef *> (servant);
+
+ _get_is_multiple_UsesDef command (
impl,
server_request.operation_details (),
args);
@@ -5194,20 +5268,65 @@ void POA_CORBA::ComponentIR::UsesDef::_get_is_multiple_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_is_multiple_UsesDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_is_multiple_UsesDef (
+ POA_CORBA::ComponentIR::UsesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->is_multiple (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::UsesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::UsesDef::_set_is_multiple_skel (
TAO_ServerRequest & server_request,
@@ -5218,46 +5337,6 @@ void POA_CORBA::ComponentIR::UsesDef::_set_is_multiple_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::UsesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->is_multiple (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::UsesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -5275,10 +5354,9 @@ void POA_CORBA::ComponentIR::UsesDef::_set_is_multiple_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::UsesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::UsesDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::UsesDef *> (servant);
+
+ _set_is_multiple_UsesDef command (
impl,
server_request.operation_details (),
args);
@@ -5288,13 +5366,11 @@ void POA_CORBA::ComponentIR::UsesDef::_set_is_multiple_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -5303,6 +5379,59 @@ void POA_CORBA::ComponentIR::UsesDef::_set_is_multiple_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_UsesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_UsesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::UsesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::UsesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::UsesDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -5312,53 +5441,6 @@ void POA_CORBA::ComponentIR::UsesDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::UsesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::UsesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -5376,10 +5458,9 @@ void POA_CORBA::ComponentIR::UsesDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::UsesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::UsesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::UsesDef *> (servant);
- Upcall_Command command (
+ _is_a_UsesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -5389,18 +5470,62 @@ void POA_CORBA::ComponentIR::UsesDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_UsesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_UsesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::UsesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::UsesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::UsesDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -5410,46 +5535,6 @@ void POA_CORBA::ComponentIR::UsesDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::UsesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::UsesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -5465,10 +5550,9 @@ void POA_CORBA::ComponentIR::UsesDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::UsesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::UsesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::UsesDef *> (servant);
- Upcall_Command command (
+ _non_existent_UsesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -5478,13 +5562,11 @@ void POA_CORBA::ComponentIR::UsesDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -5493,7 +5575,7 @@ void POA_CORBA::ComponentIR::UsesDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -5516,8 +5598,7 @@ void POA_CORBA::ComponentIR::UsesDef::_interface_skel (
}
POA_CORBA::ComponentIR::UsesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::UsesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::UsesDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -5539,6 +5620,52 @@ void POA_CORBA::ComponentIR::UsesDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_UsesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_UsesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::UsesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::UsesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::UsesDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -5548,46 +5675,6 @@ void POA_CORBA::ComponentIR::UsesDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::UsesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::UsesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -5603,10 +5690,9 @@ void POA_CORBA::ComponentIR::UsesDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::UsesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::UsesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::UsesDef *> (servant);
- Upcall_Command command (
+ _get_component_UsesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -5616,13 +5702,11 @@ void POA_CORBA::ComponentIR::UsesDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -5660,7 +5744,7 @@ const char* POA_CORBA::ComponentIR::UsesDef::_interface_repository_id (void) con
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::UsesDef::_dispatch (
TAO_ServerRequest & req,
@@ -5675,7 +5759,7 @@ void POA_CORBA::ComponentIR::UsesDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::UsesDef *
POA_CORBA::ComponentIR::UsesDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -5854,7 +5938,7 @@ TAO_CORBA_ComponentIR_EventPortDef_Perfect_Hash_OpTable::lookup (const char *str
static TAO_CORBA_ComponentIR_EventPortDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_EventPortDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_EventPortDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -5902,9 +5986,56 @@ POA_CORBA::ComponentIR::EventPortDef::EventPortDef (const EventPortDef& rhs)
POA_CORBA::ComponentIR::EventPortDef::~EventPortDef (void)
{
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_event_EventPortDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_event_EventPortDef (
+ POA_CORBA::ComponentIR::EventPortDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->event (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EventPortDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::EventPortDef::_get_event_skel (
TAO_ServerRequest & server_request,
@@ -5915,46 +6046,6 @@ void POA_CORBA::ComponentIR::EventPortDef::_get_event_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EventPortDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->event (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EventPortDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -5970,10 +6061,9 @@ void POA_CORBA::ComponentIR::EventPortDef::_get_event_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::EventPortDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventPortDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::EventPortDef *> (servant);
+
+ _get_event_EventPortDef command (
impl,
server_request.operation_details (),
args);
@@ -5983,20 +6073,65 @@ void POA_CORBA::ComponentIR::EventPortDef::_get_event_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_event_EventPortDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_event_EventPortDef (
+ POA_CORBA::ComponentIR::EventPortDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->event (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EventPortDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::EventPortDef::_set_event_skel (
TAO_ServerRequest & server_request,
@@ -6007,46 +6142,6 @@ void POA_CORBA::ComponentIR::EventPortDef::_set_event_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EventPortDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->event (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EventPortDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -6064,10 +6159,9 @@ void POA_CORBA::ComponentIR::EventPortDef::_set_event_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::EventPortDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventPortDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::EventPortDef *> (servant);
+
+ _set_event_EventPortDef command (
impl,
server_request.operation_details (),
args);
@@ -6077,20 +6171,72 @@ void POA_CORBA::ComponentIR::EventPortDef::_set_event_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class is_a_EventPortDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline is_a_EventPortDef (
+ POA_CORBA::ComponentIR::EventPortDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_->is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EventPortDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::EventPortDef::is_a_skel (
TAO_ServerRequest & server_request,
@@ -6101,53 +6247,6 @@ void POA_CORBA::ComponentIR::EventPortDef::is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EventPortDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_->is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EventPortDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -6165,10 +6264,9 @@ void POA_CORBA::ComponentIR::EventPortDef::is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::EventPortDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventPortDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::EventPortDef *> (servant);
+
+ is_a_EventPortDef command (
impl,
server_request.operation_details (),
args);
@@ -6178,13 +6276,11 @@ void POA_CORBA::ComponentIR::EventPortDef::is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6193,6 +6289,59 @@ void POA_CORBA::ComponentIR::EventPortDef::is_a_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_EventPortDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_EventPortDef_Upcall_Command (
+ POA_CORBA::ComponentIR::EventPortDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EventPortDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::EventPortDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -6202,53 +6351,6 @@ void POA_CORBA::ComponentIR::EventPortDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EventPortDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EventPortDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -6266,10 +6368,9 @@ void POA_CORBA::ComponentIR::EventPortDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::EventPortDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventPortDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EventPortDef *> (servant);
- Upcall_Command command (
+ _is_a_EventPortDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6279,18 +6380,62 @@ void POA_CORBA::ComponentIR::EventPortDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_EventPortDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_EventPortDef_Upcall_Command (
+ POA_CORBA::ComponentIR::EventPortDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EventPortDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::EventPortDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -6300,46 +6445,6 @@ void POA_CORBA::ComponentIR::EventPortDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EventPortDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EventPortDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -6355,10 +6460,9 @@ void POA_CORBA::ComponentIR::EventPortDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::EventPortDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventPortDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EventPortDef *> (servant);
- Upcall_Command command (
+ _non_existent_EventPortDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6368,13 +6472,11 @@ void POA_CORBA::ComponentIR::EventPortDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6383,7 +6485,7 @@ void POA_CORBA::ComponentIR::EventPortDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -6406,8 +6508,7 @@ void POA_CORBA::ComponentIR::EventPortDef::_interface_skel (
}
POA_CORBA::ComponentIR::EventPortDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventPortDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EventPortDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -6429,6 +6530,52 @@ void POA_CORBA::ComponentIR::EventPortDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_EventPortDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_EventPortDef_Upcall_Command (
+ POA_CORBA::ComponentIR::EventPortDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EventPortDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::EventPortDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -6438,46 +6585,6 @@ void POA_CORBA::ComponentIR::EventPortDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EventPortDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EventPortDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -6493,10 +6600,9 @@ void POA_CORBA::ComponentIR::EventPortDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::EventPortDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EventPortDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EventPortDef *> (servant);
- Upcall_Command command (
+ _get_component_EventPortDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6506,13 +6612,11 @@ void POA_CORBA::ComponentIR::EventPortDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6550,7 +6654,7 @@ const char* POA_CORBA::ComponentIR::EventPortDef::_interface_repository_id (void
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::EventPortDef::_dispatch (
TAO_ServerRequest & req,
@@ -6565,7 +6669,7 @@ void POA_CORBA::ComponentIR::EventPortDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::EventPortDef *
POA_CORBA::ComponentIR::EventPortDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -6744,7 +6848,7 @@ TAO_CORBA_ComponentIR_EmitsDef_Perfect_Hash_OpTable::lookup (const char *str, un
static TAO_CORBA_ComponentIR_EmitsDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_EmitsDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_EmitsDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -6797,6 +6901,59 @@ POA_CORBA::ComponentIR::EmitsDef::~EmitsDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_EmitsDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_EmitsDef_Upcall_Command (
+ POA_CORBA::ComponentIR::EmitsDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EmitsDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::EmitsDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -6806,53 +6963,6 @@ void POA_CORBA::ComponentIR::EmitsDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EmitsDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EmitsDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -6870,10 +6980,9 @@ void POA_CORBA::ComponentIR::EmitsDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::EmitsDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EmitsDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EmitsDef *> (servant);
- Upcall_Command command (
+ _is_a_EmitsDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6883,18 +6992,62 @@ void POA_CORBA::ComponentIR::EmitsDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_EmitsDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_EmitsDef_Upcall_Command (
+ POA_CORBA::ComponentIR::EmitsDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EmitsDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::EmitsDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -6904,46 +7057,6 @@ void POA_CORBA::ComponentIR::EmitsDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EmitsDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EmitsDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -6959,10 +7072,9 @@ void POA_CORBA::ComponentIR::EmitsDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::EmitsDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EmitsDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EmitsDef *> (servant);
- Upcall_Command command (
+ _non_existent_EmitsDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6972,13 +7084,11 @@ void POA_CORBA::ComponentIR::EmitsDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6987,7 +7097,7 @@ void POA_CORBA::ComponentIR::EmitsDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -7010,8 +7120,7 @@ void POA_CORBA::ComponentIR::EmitsDef::_interface_skel (
}
POA_CORBA::ComponentIR::EmitsDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EmitsDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EmitsDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -7033,6 +7142,52 @@ void POA_CORBA::ComponentIR::EmitsDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_EmitsDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_EmitsDef_Upcall_Command (
+ POA_CORBA::ComponentIR::EmitsDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::EmitsDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::EmitsDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -7042,46 +7197,6 @@ void POA_CORBA::ComponentIR::EmitsDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::EmitsDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::EmitsDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -7097,10 +7212,9 @@ void POA_CORBA::ComponentIR::EmitsDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::EmitsDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::EmitsDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::EmitsDef *> (servant);
- Upcall_Command command (
+ _get_component_EmitsDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7110,13 +7224,11 @@ void POA_CORBA::ComponentIR::EmitsDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7158,7 +7270,7 @@ const char* POA_CORBA::ComponentIR::EmitsDef::_interface_repository_id (void) co
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::EmitsDef::_dispatch (
TAO_ServerRequest & req,
@@ -7173,7 +7285,7 @@ void POA_CORBA::ComponentIR::EmitsDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::EmitsDef *
POA_CORBA::ComponentIR::EmitsDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -7352,7 +7464,7 @@ TAO_CORBA_ComponentIR_PublishesDef_Perfect_Hash_OpTable::lookup (const char *str
static TAO_CORBA_ComponentIR_PublishesDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_PublishesDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_PublishesDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -7405,6 +7517,59 @@ POA_CORBA::ComponentIR::PublishesDef::~PublishesDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_PublishesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_PublishesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::PublishesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::PublishesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::PublishesDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -7414,53 +7579,6 @@ void POA_CORBA::ComponentIR::PublishesDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::PublishesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::PublishesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -7478,10 +7596,9 @@ void POA_CORBA::ComponentIR::PublishesDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::PublishesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::PublishesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::PublishesDef *> (servant);
- Upcall_Command command (
+ _is_a_PublishesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7491,18 +7608,62 @@ void POA_CORBA::ComponentIR::PublishesDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_PublishesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_PublishesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::PublishesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::PublishesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::PublishesDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -7512,46 +7673,6 @@ void POA_CORBA::ComponentIR::PublishesDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::PublishesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::PublishesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -7567,10 +7688,9 @@ void POA_CORBA::ComponentIR::PublishesDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::PublishesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::PublishesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::PublishesDef *> (servant);
- Upcall_Command command (
+ _non_existent_PublishesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7580,13 +7700,11 @@ void POA_CORBA::ComponentIR::PublishesDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7595,7 +7713,7 @@ void POA_CORBA::ComponentIR::PublishesDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -7618,8 +7736,7 @@ void POA_CORBA::ComponentIR::PublishesDef::_interface_skel (
}
POA_CORBA::ComponentIR::PublishesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::PublishesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::PublishesDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -7641,6 +7758,52 @@ void POA_CORBA::ComponentIR::PublishesDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_PublishesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_PublishesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::PublishesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::PublishesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::PublishesDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -7650,46 +7813,6 @@ void POA_CORBA::ComponentIR::PublishesDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::PublishesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::PublishesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -7705,10 +7828,9 @@ void POA_CORBA::ComponentIR::PublishesDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::PublishesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::PublishesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::PublishesDef *> (servant);
- Upcall_Command command (
+ _get_component_PublishesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7718,13 +7840,11 @@ void POA_CORBA::ComponentIR::PublishesDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7766,7 +7886,7 @@ const char* POA_CORBA::ComponentIR::PublishesDef::_interface_repository_id (void
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::PublishesDef::_dispatch (
TAO_ServerRequest & req,
@@ -7781,7 +7901,7 @@ void POA_CORBA::ComponentIR::PublishesDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::PublishesDef *
POA_CORBA::ComponentIR::PublishesDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -7960,7 +8080,7 @@ TAO_CORBA_ComponentIR_ConsumesDef_Perfect_Hash_OpTable::lookup (const char *str,
static TAO_CORBA_ComponentIR_ConsumesDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_ConsumesDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_ConsumesDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -8013,6 +8133,59 @@ POA_CORBA::ComponentIR::ConsumesDef::~ConsumesDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_ConsumesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_ConsumesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ConsumesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ConsumesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ConsumesDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -8022,53 +8195,6 @@ void POA_CORBA::ComponentIR::ConsumesDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ConsumesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ConsumesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -8086,10 +8212,9 @@ void POA_CORBA::ComponentIR::ConsumesDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::ConsumesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ConsumesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ConsumesDef *> (servant);
- Upcall_Command command (
+ _is_a_ConsumesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -8099,18 +8224,62 @@ void POA_CORBA::ComponentIR::ConsumesDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_ConsumesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_ConsumesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ConsumesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ConsumesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ConsumesDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -8120,46 +8289,6 @@ void POA_CORBA::ComponentIR::ConsumesDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ConsumesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ConsumesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -8175,10 +8304,9 @@ void POA_CORBA::ComponentIR::ConsumesDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ConsumesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ConsumesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ConsumesDef *> (servant);
- Upcall_Command command (
+ _non_existent_ConsumesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -8188,13 +8316,11 @@ void POA_CORBA::ComponentIR::ConsumesDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -8203,7 +8329,7 @@ void POA_CORBA::ComponentIR::ConsumesDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -8226,8 +8352,7 @@ void POA_CORBA::ComponentIR::ConsumesDef::_interface_skel (
}
POA_CORBA::ComponentIR::ConsumesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ConsumesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ConsumesDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -8249,6 +8374,52 @@ void POA_CORBA::ComponentIR::ConsumesDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_ConsumesDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_ConsumesDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ConsumesDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ConsumesDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ConsumesDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -8258,46 +8429,6 @@ void POA_CORBA::ComponentIR::ConsumesDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ConsumesDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ConsumesDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -8313,10 +8444,9 @@ void POA_CORBA::ComponentIR::ConsumesDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ConsumesDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ConsumesDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ConsumesDef *> (servant);
- Upcall_Command command (
+ _get_component_ConsumesDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -8326,13 +8456,11 @@ void POA_CORBA::ComponentIR::ConsumesDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -8374,7 +8502,7 @@ const char* POA_CORBA::ComponentIR::ConsumesDef::_interface_repository_id (void)
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::ConsumesDef::_dispatch (
TAO_ServerRequest & req,
@@ -8389,7 +8517,7 @@ void POA_CORBA::ComponentIR::ConsumesDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::ConsumesDef *
POA_CORBA::ComponentIR::ConsumesDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -8605,7 +8733,7 @@ TAO_CORBA_ComponentIR_ComponentDef_Perfect_Hash_OpTable::lookup (const char *str
static TAO_CORBA_ComponentIR_ComponentDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_ComponentDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_ComponentDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -8658,9 +8786,56 @@ POA_CORBA::ComponentIR::ComponentDef::ComponentDef (const ComponentDef& rhs)
POA_CORBA::ComponentIR::ComponentDef::~ComponentDef (void)
{
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_base_component_ComponentDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_base_component_ComponentDef (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->base_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ComponentDef::_get_base_component_skel (
TAO_ServerRequest & server_request,
@@ -8671,46 +8846,6 @@ void POA_CORBA::ComponentIR::ComponentDef::_get_base_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->base_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -8726,10 +8861,9 @@ void POA_CORBA::ComponentIR::ComponentDef::_get_base_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
+
+ _get_base_component_ComponentDef command (
impl,
server_request.operation_details (),
args);
@@ -8739,20 +8873,65 @@ void POA_CORBA::ComponentIR::ComponentDef::_get_base_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_base_component_ComponentDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_base_component_ComponentDef (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->base_component (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ComponentDef::_set_base_component_skel (
TAO_ServerRequest & server_request,
@@ -8763,46 +8942,6 @@ void POA_CORBA::ComponentIR::ComponentDef::_set_base_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->base_component (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -8820,10 +8959,9 @@ void POA_CORBA::ComponentIR::ComponentDef::_set_base_component_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
+
+ _set_base_component_ComponentDef command (
impl,
server_request.operation_details (),
args);
@@ -8833,20 +8971,65 @@ void POA_CORBA::ComponentIR::ComponentDef::_set_base_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_supported_interfaces_ComponentDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_supported_interfaces_ComponentDef (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::InterfaceDefSeq>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->supported_interfaces (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ComponentDef::_get_supported_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -8857,46 +9040,6 @@ void POA_CORBA::ComponentIR::ComponentDef::_get_supported_interfaces_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::InterfaceDefSeq>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->supported_interfaces (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -8912,10 +9055,9 @@ void POA_CORBA::ComponentIR::ComponentDef::_get_supported_interfaces_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
+
+ _get_supported_interfaces_ComponentDef command (
impl,
server_request.operation_details (),
args);
@@ -8925,20 +9067,65 @@ void POA_CORBA::ComponentIR::ComponentDef::_get_supported_interfaces_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_supported_interfaces_ComponentDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_supported_interfaces_ComponentDef (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->supported_interfaces (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ComponentDef::_set_supported_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -8949,46 +9136,6 @@ void POA_CORBA::ComponentIR::ComponentDef::_set_supported_interfaces_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->supported_interfaces (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -9006,10 +9153,9 @@ void POA_CORBA::ComponentIR::ComponentDef::_set_supported_interfaces_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
+
+ _set_supported_interfaces_ComponentDef command (
impl,
server_request.operation_details (),
args);
@@ -9019,20 +9165,93 @@ void POA_CORBA::ComponentIR::ComponentDef::_set_supported_interfaces_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_provides_ComponentDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_provides_ComponentDef (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::ProvidesDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ProvidesDef, TAO::SArg_Traits< CORBA::ComponentIR::ProvidesDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+
+ retval =
+ this->servant_->create_provides (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ComponentDef::create_provides_skel (
TAO_ServerRequest & server_request,
@@ -9043,74 +9262,6 @@ void POA_CORBA::ComponentIR::ComponentDef::create_provides_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::ProvidesDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ProvidesDef, TAO::SArg_Traits< CORBA::ComponentIR::ProvidesDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
-
- retval =
- this->servant_->create_provides (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -9134,10 +9285,9 @@ void POA_CORBA::ComponentIR::ComponentDef::create_provides_skel (
static size_t const nargs = 5;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
+
+ create_provides_ComponentDef command (
impl,
server_request.operation_details (),
args);
@@ -9147,20 +9297,100 @@ void POA_CORBA::ComponentIR::ComponentDef::create_provides_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_uses_ComponentDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_uses_ComponentDef (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::UsesDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::UsesDef, TAO::SArg_Traits< CORBA::ComponentIR::UsesDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_5 =
+ TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 5);
+
+
+ retval =
+ this->servant_->create_uses (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ , arg_5
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ComponentDef::create_uses_skel (
TAO_ServerRequest & server_request,
@@ -9171,81 +9401,6 @@ void POA_CORBA::ComponentIR::ComponentDef::create_uses_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::UsesDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::UsesDef, TAO::SArg_Traits< CORBA::ComponentIR::UsesDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_5 =
- TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 5);
-
-
- retval =
- this->servant_->create_uses (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- , arg_5
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -9271,10 +9426,9 @@ void POA_CORBA::ComponentIR::ComponentDef::create_uses_skel (
static size_t const nargs = 6;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
+
+ create_uses_ComponentDef command (
impl,
server_request.operation_details (),
args);
@@ -9284,20 +9438,93 @@ void POA_CORBA::ComponentIR::ComponentDef::create_uses_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_emits_ComponentDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_emits_ComponentDef (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::EmitsDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::EmitsDef, TAO::SArg_Traits< CORBA::ComponentIR::EmitsDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+
+ retval =
+ this->servant_->create_emits (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ComponentDef::create_emits_skel (
TAO_ServerRequest & server_request,
@@ -9308,74 +9535,6 @@ void POA_CORBA::ComponentIR::ComponentDef::create_emits_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::EmitsDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::EmitsDef, TAO::SArg_Traits< CORBA::ComponentIR::EmitsDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
-
- retval =
- this->servant_->create_emits (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -9399,10 +9558,9 @@ void POA_CORBA::ComponentIR::ComponentDef::create_emits_skel (
static size_t const nargs = 5;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
+
+ create_emits_ComponentDef command (
impl,
server_request.operation_details (),
args);
@@ -9412,20 +9570,93 @@ void POA_CORBA::ComponentIR::ComponentDef::create_emits_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_publishes_ComponentDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_publishes_ComponentDef (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::PublishesDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::PublishesDef, TAO::SArg_Traits< CORBA::ComponentIR::PublishesDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+
+ retval =
+ this->servant_->create_publishes (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ComponentDef::create_publishes_skel (
TAO_ServerRequest & server_request,
@@ -9436,74 +9667,6 @@ void POA_CORBA::ComponentIR::ComponentDef::create_publishes_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::PublishesDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::PublishesDef, TAO::SArg_Traits< CORBA::ComponentIR::PublishesDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
-
- retval =
- this->servant_->create_publishes (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -9527,10 +9690,9 @@ void POA_CORBA::ComponentIR::ComponentDef::create_publishes_skel (
static size_t const nargs = 5;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
+
+ create_publishes_ComponentDef command (
impl,
server_request.operation_details (),
args);
@@ -9540,20 +9702,93 @@ void POA_CORBA::ComponentIR::ComponentDef::create_publishes_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_consumes_ComponentDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_consumes_ComponentDef (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::ConsumesDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ConsumesDef, TAO::SArg_Traits< CORBA::ComponentIR::ConsumesDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+
+ retval =
+ this->servant_->create_consumes (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::ComponentDef::create_consumes_skel (
TAO_ServerRequest & server_request,
@@ -9564,74 +9799,6 @@ void POA_CORBA::ComponentIR::ComponentDef::create_consumes_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::ConsumesDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ConsumesDef, TAO::SArg_Traits< CORBA::ComponentIR::ConsumesDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::EventDef, TAO::SArg_Traits< CORBA::ComponentIR::EventDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
-
- retval =
- this->servant_->create_consumes (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -9655,10 +9822,9 @@ void POA_CORBA::ComponentIR::ComponentDef::create_consumes_skel (
static size_t const nargs = 5;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
+
+ create_consumes_ComponentDef command (
impl,
server_request.operation_details (),
args);
@@ -9668,13 +9834,11 @@ void POA_CORBA::ComponentIR::ComponentDef::create_consumes_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -9683,6 +9847,59 @@ void POA_CORBA::ComponentIR::ComponentDef::create_consumes_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_ComponentDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_ComponentDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ComponentDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -9692,53 +9909,6 @@ void POA_CORBA::ComponentIR::ComponentDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -9756,10 +9926,9 @@ void POA_CORBA::ComponentIR::ComponentDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
- Upcall_Command command (
+ _is_a_ComponentDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -9769,18 +9938,62 @@ void POA_CORBA::ComponentIR::ComponentDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_ComponentDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_ComponentDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ComponentDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -9790,46 +10003,6 @@ void POA_CORBA::ComponentIR::ComponentDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -9845,10 +10018,9 @@ void POA_CORBA::ComponentIR::ComponentDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
- Upcall_Command command (
+ _non_existent_ComponentDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -9858,13 +10030,11 @@ void POA_CORBA::ComponentIR::ComponentDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -9873,7 +10043,7 @@ void POA_CORBA::ComponentIR::ComponentDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -9896,8 +10066,7 @@ void POA_CORBA::ComponentIR::ComponentDef::_interface_skel (
}
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -9919,6 +10088,52 @@ void POA_CORBA::ComponentIR::ComponentDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_ComponentDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_ComponentDef_Upcall_Command (
+ POA_CORBA::ComponentIR::ComponentDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::ComponentDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::ComponentDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -9928,46 +10143,6 @@ void POA_CORBA::ComponentIR::ComponentDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::ComponentDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::ComponentDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -9983,10 +10158,9 @@ void POA_CORBA::ComponentIR::ComponentDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::ComponentDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::ComponentDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::ComponentDef *> (servant);
- Upcall_Command command (
+ _get_component_ComponentDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -9996,13 +10170,11 @@ void POA_CORBA::ComponentIR::ComponentDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -10060,7 +10232,7 @@ const char* POA_CORBA::ComponentIR::ComponentDef::_interface_repository_id (void
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::ComponentDef::_dispatch (
TAO_ServerRequest & req,
@@ -10075,7 +10247,7 @@ void POA_CORBA::ComponentIR::ComponentDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::ComponentDef *
POA_CORBA::ComponentIR::ComponentDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -10315,7 +10487,7 @@ TAO_CORBA_ComponentIR_FactoryDef_Perfect_Hash_OpTable::lookup (const char *str,
static TAO_CORBA_ComponentIR_FactoryDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_FactoryDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_FactoryDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -10368,6 +10540,59 @@ POA_CORBA::ComponentIR::FactoryDef::~FactoryDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_FactoryDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_FactoryDef_Upcall_Command (
+ POA_CORBA::ComponentIR::FactoryDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::FactoryDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::FactoryDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -10377,53 +10602,6 @@ void POA_CORBA::ComponentIR::FactoryDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::FactoryDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::FactoryDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -10441,10 +10619,9 @@ void POA_CORBA::ComponentIR::FactoryDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::FactoryDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::FactoryDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::FactoryDef *> (servant);
- Upcall_Command command (
+ _is_a_FactoryDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -10454,18 +10631,62 @@ void POA_CORBA::ComponentIR::FactoryDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_FactoryDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_FactoryDef_Upcall_Command (
+ POA_CORBA::ComponentIR::FactoryDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::FactoryDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::FactoryDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -10475,46 +10696,6 @@ void POA_CORBA::ComponentIR::FactoryDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::FactoryDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::FactoryDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -10530,10 +10711,9 @@ void POA_CORBA::ComponentIR::FactoryDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::FactoryDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::FactoryDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::FactoryDef *> (servant);
- Upcall_Command command (
+ _non_existent_FactoryDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -10543,13 +10723,11 @@ void POA_CORBA::ComponentIR::FactoryDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -10558,7 +10736,7 @@ void POA_CORBA::ComponentIR::FactoryDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -10581,8 +10759,7 @@ void POA_CORBA::ComponentIR::FactoryDef::_interface_skel (
}
POA_CORBA::ComponentIR::FactoryDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::FactoryDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::FactoryDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -10604,6 +10781,52 @@ void POA_CORBA::ComponentIR::FactoryDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_FactoryDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_FactoryDef_Upcall_Command (
+ POA_CORBA::ComponentIR::FactoryDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::FactoryDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::FactoryDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -10613,46 +10836,6 @@ void POA_CORBA::ComponentIR::FactoryDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::FactoryDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::FactoryDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -10668,10 +10851,9 @@ void POA_CORBA::ComponentIR::FactoryDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::FactoryDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::FactoryDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::FactoryDef *> (servant);
- Upcall_Command command (
+ _get_component_FactoryDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -10681,13 +10863,11 @@ void POA_CORBA::ComponentIR::FactoryDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -10729,7 +10909,7 @@ const char* POA_CORBA::ComponentIR::FactoryDef::_interface_repository_id (void)
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::FactoryDef::_dispatch (
TAO_ServerRequest & req,
@@ -10744,7 +10924,7 @@ void POA_CORBA::ComponentIR::FactoryDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::FactoryDef *
POA_CORBA::ComponentIR::FactoryDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -10984,7 +11164,7 @@ TAO_CORBA_ComponentIR_FinderDef_Perfect_Hash_OpTable::lookup (const char *str, u
static TAO_CORBA_ComponentIR_FinderDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_FinderDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_FinderDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -11037,6 +11217,59 @@ POA_CORBA::ComponentIR::FinderDef::~FinderDef (void)
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_FinderDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_FinderDef_Upcall_Command (
+ POA_CORBA::ComponentIR::FinderDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::FinderDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::FinderDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -11046,53 +11279,6 @@ void POA_CORBA::ComponentIR::FinderDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::FinderDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::FinderDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -11110,10 +11296,9 @@ void POA_CORBA::ComponentIR::FinderDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::FinderDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::FinderDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::FinderDef *> (servant);
- Upcall_Command command (
+ _is_a_FinderDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -11123,18 +11308,62 @@ void POA_CORBA::ComponentIR::FinderDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_FinderDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_FinderDef_Upcall_Command (
+ POA_CORBA::ComponentIR::FinderDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::FinderDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::FinderDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -11144,46 +11373,6 @@ void POA_CORBA::ComponentIR::FinderDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::FinderDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::FinderDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -11199,10 +11388,9 @@ void POA_CORBA::ComponentIR::FinderDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::FinderDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::FinderDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::FinderDef *> (servant);
- Upcall_Command command (
+ _non_existent_FinderDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -11212,13 +11400,11 @@ void POA_CORBA::ComponentIR::FinderDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -11227,7 +11413,7 @@ void POA_CORBA::ComponentIR::FinderDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -11250,8 +11436,7 @@ void POA_CORBA::ComponentIR::FinderDef::_interface_skel (
}
POA_CORBA::ComponentIR::FinderDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::FinderDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::FinderDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -11273,6 +11458,52 @@ void POA_CORBA::ComponentIR::FinderDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_FinderDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_FinderDef_Upcall_Command (
+ POA_CORBA::ComponentIR::FinderDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::FinderDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::FinderDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -11282,46 +11513,6 @@ void POA_CORBA::ComponentIR::FinderDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::FinderDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::FinderDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -11337,10 +11528,9 @@ void POA_CORBA::ComponentIR::FinderDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::FinderDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::FinderDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::FinderDef *> (servant);
- Upcall_Command command (
+ _get_component_FinderDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -11350,13 +11540,11 @@ void POA_CORBA::ComponentIR::FinderDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -11398,7 +11586,7 @@ const char* POA_CORBA::ComponentIR::FinderDef::_interface_repository_id (void) c
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::FinderDef::_dispatch (
TAO_ServerRequest & req,
@@ -11413,7 +11601,7 @@ void POA_CORBA::ComponentIR::FinderDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::FinderDef *
POA_CORBA::ComponentIR::FinderDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -11631,7 +11819,7 @@ TAO_CORBA_ComponentIR_HomeDef_Perfect_Hash_OpTable::lookup (const char *str, uns
static TAO_CORBA_ComponentIR_HomeDef_Perfect_Hash_OpTable tao_CORBA_ComponentIR_HomeDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA_ComponentIR__TAO_HomeDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -11684,9 +11872,56 @@ POA_CORBA::ComponentIR::HomeDef::HomeDef (const HomeDef& rhs)
POA_CORBA::ComponentIR::HomeDef::~HomeDef (void)
{
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_base_home_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_base_home_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::HomeDef, TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->base_home (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::_get_base_home_skel (
TAO_ServerRequest & server_request,
@@ -11697,46 +11932,6 @@ void POA_CORBA::ComponentIR::HomeDef::_get_base_home_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::HomeDef, TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->base_home (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -11752,10 +11947,9 @@ void POA_CORBA::ComponentIR::HomeDef::_get_base_home_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ _get_base_home_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -11765,20 +11959,65 @@ void POA_CORBA::ComponentIR::HomeDef::_get_base_home_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_base_home_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_base_home_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::HomeDef, TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->base_home (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::_set_base_home_skel (
TAO_ServerRequest & server_request,
@@ -11789,46 +12028,6 @@ void POA_CORBA::ComponentIR::HomeDef::_set_base_home_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::HomeDef, TAO::SArg_Traits< CORBA::ComponentIR::HomeDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->base_home (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -11846,10 +12045,9 @@ void POA_CORBA::ComponentIR::HomeDef::_set_base_home_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ _set_base_home_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -11859,20 +12057,65 @@ void POA_CORBA::ComponentIR::HomeDef::_set_base_home_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_supported_interfaces_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_supported_interfaces_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::InterfaceDefSeq>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->supported_interfaces (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::_get_supported_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -11883,46 +12126,6 @@ void POA_CORBA::ComponentIR::HomeDef::_get_supported_interfaces_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::InterfaceDefSeq>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->supported_interfaces (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -11938,10 +12141,9 @@ void POA_CORBA::ComponentIR::HomeDef::_get_supported_interfaces_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ _get_supported_interfaces_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -11951,20 +12153,65 @@ void POA_CORBA::ComponentIR::HomeDef::_get_supported_interfaces_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_supported_interfaces_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_supported_interfaces_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->supported_interfaces (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::_set_supported_interfaces_skel (
TAO_ServerRequest & server_request,
@@ -11975,46 +12222,6 @@ void POA_CORBA::ComponentIR::HomeDef::_set_supported_interfaces_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::InterfaceDefSeq, TAO::SArg_Traits< CORBA::InterfaceDefSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->supported_interfaces (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -12032,10 +12239,9 @@ void POA_CORBA::ComponentIR::HomeDef::_set_supported_interfaces_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ _set_supported_interfaces_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -12045,20 +12251,65 @@ void POA_CORBA::ComponentIR::HomeDef::_set_supported_interfaces_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_managed_component_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_managed_component_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->managed_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::_get_managed_component_skel (
TAO_ServerRequest & server_request,
@@ -12069,46 +12320,6 @@ void POA_CORBA::ComponentIR::HomeDef::_get_managed_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->managed_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -12124,10 +12335,9 @@ void POA_CORBA::ComponentIR::HomeDef::_get_managed_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ _get_managed_component_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -12137,20 +12347,65 @@ void POA_CORBA::ComponentIR::HomeDef::_get_managed_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_managed_component_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_managed_component_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->managed_component (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::_set_managed_component_skel (
TAO_ServerRequest & server_request,
@@ -12161,46 +12416,6 @@ void POA_CORBA::ComponentIR::HomeDef::_set_managed_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::ComponentIR::ComponentDef, TAO::SArg_Traits< CORBA::ComponentIR::ComponentDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->managed_component (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -12218,10 +12433,9 @@ void POA_CORBA::ComponentIR::HomeDef::_set_managed_component_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ _set_managed_component_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -12231,20 +12445,65 @@ void POA_CORBA::ComponentIR::HomeDef::_set_managed_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_primary_key_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_primary_key_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ValueDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ValueDef, TAO::SArg_Traits< CORBA::ValueDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_->primary_key (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::_get_primary_key_skel (
TAO_ServerRequest & server_request,
@@ -12255,46 +12514,6 @@ void POA_CORBA::ComponentIR::HomeDef::_get_primary_key_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ValueDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ValueDef, TAO::SArg_Traits< CORBA::ValueDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_->primary_key (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -12310,10 +12529,9 @@ void POA_CORBA::ComponentIR::HomeDef::_get_primary_key_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ _get_primary_key_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -12323,20 +12541,65 @@ void POA_CORBA::ComponentIR::HomeDef::_get_primary_key_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _set_primary_key_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _set_primary_key_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::ValueDef, TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ this->servant_->primary_key (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::_set_primary_key_skel (
TAO_ServerRequest & server_request,
@@ -12347,46 +12610,6 @@ void POA_CORBA::ComponentIR::HomeDef::_set_primary_key_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::ValueDef, TAO::SArg_Traits< CORBA::ValueDef>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- this->servant_->primary_key (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -12404,10 +12627,9 @@ void POA_CORBA::ComponentIR::HomeDef::_set_primary_key_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ _set_primary_key_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -12417,20 +12639,100 @@ void POA_CORBA::ComponentIR::HomeDef::_set_primary_key_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_factory_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_factory_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::FactoryDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::FactoryDef, TAO::SArg_Traits< CORBA::ComponentIR::FactoryDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< CORBA::ParDescriptionSeq>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< CORBA::ParDescriptionSeq, TAO::SArg_Traits< CORBA::ParDescriptionSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+ TAO::SArg_Traits< CORBA::ExceptionDefSeq>::in_arg_type arg_5 =
+ TAO::Portable_Server::get_in_arg< CORBA::ExceptionDefSeq, TAO::SArg_Traits< CORBA::ExceptionDefSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 5);
+
+
+ retval =
+ this->servant_->create_factory (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ , arg_5
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::create_factory_skel (
TAO_ServerRequest & server_request,
@@ -12441,81 +12743,6 @@ void POA_CORBA::ComponentIR::HomeDef::create_factory_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::FactoryDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::FactoryDef, TAO::SArg_Traits< CORBA::ComponentIR::FactoryDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< CORBA::ParDescriptionSeq>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< CORBA::ParDescriptionSeq, TAO::SArg_Traits< CORBA::ParDescriptionSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
- TAO::SArg_Traits< CORBA::ExceptionDefSeq>::in_arg_type arg_5 =
- TAO::Portable_Server::get_in_arg< CORBA::ExceptionDefSeq, TAO::SArg_Traits< CORBA::ExceptionDefSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 5);
-
-
- retval =
- this->servant_->create_factory (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- , arg_5
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -12541,10 +12768,9 @@ void POA_CORBA::ComponentIR::HomeDef::create_factory_skel (
static size_t const nargs = 6;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ create_factory_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -12554,20 +12780,100 @@ void POA_CORBA::ComponentIR::HomeDef::create_factory_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class create_finder_HomeDef
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline create_finder_HomeDef (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< CORBA::ComponentIR::FinderDef>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::FinderDef, TAO::SArg_Traits< CORBA::ComponentIR::FinderDef>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+ TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
+ TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 2);
+
+ TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
+ TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 3);
+
+ TAO::SArg_Traits< CORBA::ParDescriptionSeq>::in_arg_type arg_4 =
+ TAO::Portable_Server::get_in_arg< CORBA::ParDescriptionSeq, TAO::SArg_Traits< CORBA::ParDescriptionSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 4);
+
+ TAO::SArg_Traits< CORBA::ExceptionDefSeq>::in_arg_type arg_5 =
+ TAO::Portable_Server::get_in_arg< CORBA::ExceptionDefSeq, TAO::SArg_Traits< CORBA::ExceptionDefSeq>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 5);
+
+
+ retval =
+ this->servant_->create_finder (
+ arg_1
+ , arg_2
+ , arg_3
+ , arg_4
+ , arg_5
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
+
// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
+// be\be_visitor_operation/operation_ss.cpp:192
void POA_CORBA::ComponentIR::HomeDef::create_finder_skel (
TAO_ServerRequest & server_request,
@@ -12578,81 +12884,6 @@ void POA_CORBA::ComponentIR::HomeDef::create_finder_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< CORBA::ComponentIR::FinderDef>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< CORBA::ComponentIR::FinderDef, TAO::SArg_Traits< CORBA::ComponentIR::FinderDef>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::RepositoryId, TAO::SArg_Traits< CORBA::RepositoryId>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
- TAO::SArg_Traits< CORBA::Identifier>::in_arg_type arg_2 =
- TAO::Portable_Server::get_in_arg< CORBA::Identifier, TAO::SArg_Traits< CORBA::Identifier>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 2);
-
- TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type arg_3 =
- TAO::Portable_Server::get_in_arg< CORBA::VersionSpec, TAO::SArg_Traits< CORBA::VersionSpec>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 3);
-
- TAO::SArg_Traits< CORBA::ParDescriptionSeq>::in_arg_type arg_4 =
- TAO::Portable_Server::get_in_arg< CORBA::ParDescriptionSeq, TAO::SArg_Traits< CORBA::ParDescriptionSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 4);
-
- TAO::SArg_Traits< CORBA::ExceptionDefSeq>::in_arg_type arg_5 =
- TAO::Portable_Server::get_in_arg< CORBA::ExceptionDefSeq, TAO::SArg_Traits< CORBA::ExceptionDefSeq>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 5);
-
-
- retval =
- this->servant_->create_finder (
- arg_1
- , arg_2
- , arg_3
- , arg_4
- , arg_5
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -12678,10 +12909,9 @@ void POA_CORBA::ComponentIR::HomeDef::create_finder_skel (
static size_t const nargs = 6;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
+
+ create_finder_HomeDef command (
impl,
server_request.operation_details (),
args);
@@ -12691,13 +12921,11 @@ void POA_CORBA::ComponentIR::HomeDef::create_finder_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -12706,6 +12934,59 @@ void POA_CORBA::ComponentIR::HomeDef::create_finder_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _is_a_HomeDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _is_a_HomeDef_Upcall_Command (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+ TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
+ TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
+ this->operation_details_,
+ this->args_,
+ 1);
+
+
+ retval =
+ this->servant_-> _is_a (
+ arg_1
+ ACE_ENV_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::HomeDef::_is_a_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -12715,53 +12996,6 @@ void POA_CORBA::ComponentIR::HomeDef::_is_a_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
- TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
- TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> (
- this->operation_details_,
- this->args_,
- 1);
-
-
- retval =
- this->servant_-> _is_a (
- arg_1
- ACE_ENV_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -12779,10 +13013,9 @@ void POA_CORBA::ComponentIR::HomeDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
- Upcall_Command command (
+ _is_a_HomeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -12792,18 +13025,62 @@ void POA_CORBA::ComponentIR::HomeDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _non_existent_HomeDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _non_existent_HomeDef_Upcall_Command (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _non_existent (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::HomeDef::_non_existent_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -12813,46 +13090,6 @@ void POA_CORBA::ComponentIR::HomeDef::_non_existent_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _non_existent (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -12868,10 +13105,9 @@ void POA_CORBA::ComponentIR::HomeDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
- Upcall_Command command (
+ _non_existent_HomeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -12881,13 +13117,11 @@ void POA_CORBA::ComponentIR::HomeDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -12896,7 +13130,7 @@ void POA_CORBA::ComponentIR::HomeDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -12919,8 +13153,7 @@ void POA_CORBA::ComponentIR::HomeDef::_interface_skel (
}
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -12942,6 +13175,52 @@ void POA_CORBA::ComponentIR::HomeDef::_interface_skel (
}
}
+namespace POA_CORBA
+{
+ namespace ComponentIR
+ {
+
+
+ // TAO_IDL - Generated from
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
+
+ class _get_component_HomeDef_Upcall_Command
+ : public TAO::Upcall_Command
+ {
+ public:
+ inline _get_component_HomeDef_Upcall_Command (
+ POA_CORBA::ComponentIR::HomeDef * servant,
+ TAO_Operation_Details const * operation_details,
+ TAO::Argument * const args[])
+ : servant_ (servant)
+ , operation_details_ (operation_details)
+ , args_ (args)
+ {
+ }
+
+ virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
+ {
+ TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
+ TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
+ this->operation_details_,
+ this->args_);
+
+
+ retval =
+ this->servant_-> _get_component (
+ ACE_ENV_SINGLE_ARG_PARAMETER);
+
+ }
+
+ private:
+ POA_CORBA::ComponentIR::HomeDef * const servant_;
+ TAO_Operation_Details const * const operation_details_;
+ TAO::Argument * const * const args_;
+ };
+
+ }
+
+}
void POA_CORBA::ComponentIR::HomeDef::_component_skel (
TAO_ServerRequest & server_request,
void * TAO_INTERCEPTOR (servant_upcall),
@@ -12951,46 +13230,6 @@ void POA_CORBA::ComponentIR::HomeDef::_component_skel (
{
- // TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
-
- class Upcall_Command
- : public TAO::Upcall_Command
- {
- public:
-
- inline Upcall_Command (
- POA_CORBA::ComponentIR::HomeDef * servant,
- TAO_Operation_Details const * operation_details,
- TAO::Argument * const args[])
- : servant_ (servant)
- , operation_details_ (operation_details)
- , args_ (args)
- {
- }
-
- virtual void execute (ACE_ENV_SINGLE_ARG_DECL)
- {
- TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
- TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> (
- this->operation_details_,
- this->args_);
-
-
- retval =
- this->servant_-> _get_component (
- ACE_ENV_SINGLE_ARG_PARAMETER);
-
- }
-
- private:
-
- POA_CORBA::ComponentIR::HomeDef * const servant_;
- TAO_Operation_Details const * const operation_details_;
- TAO::Argument * const * const args_;
- };
-
-
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
static size_t const nexceptions = 0;
@@ -13006,10 +13245,9 @@ void POA_CORBA::ComponentIR::HomeDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ComponentIR::HomeDef * const impl =
- static_cast<
- POA_CORBA::ComponentIR::HomeDef *> (servant);
+ static_cast<POA_CORBA::ComponentIR::HomeDef *> (servant);
- Upcall_Command command (
+ _get_component_HomeDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -13019,13 +13257,11 @@ void POA_CORBA::ComponentIR::HomeDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -13083,7 +13319,7 @@ const char* POA_CORBA::ComponentIR::HomeDef::_interface_repository_id (void) con
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ComponentIR::HomeDef::_dispatch (
TAO_ServerRequest & req,
@@ -13098,7 +13334,7 @@ void POA_CORBA::ComponentIR::HomeDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ComponentIR::HomeDef *
POA_CORBA::ComponentIR::HomeDef::_this (ACE_ENV_SINGLE_ARG_DECL)
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.cpp b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.cpp
index a63b231d118..d58906a640f 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_ExtendedS.cpp
@@ -938,7 +938,7 @@ TAO_CORBA_FixedDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int l
static TAO_CORBA_FixedDef_Perfect_Hash_OpTable tao_CORBA_FixedDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_FixedDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -986,28 +986,18 @@ POA_CORBA::FixedDef::FixedDef (const FixedDef& rhs)
POA_CORBA::FixedDef::~FixedDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::FixedDef::_get_digits_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_digits_FixedDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_digits_FixedDef (
POA_CORBA::FixedDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1032,12 +1022,25 @@ void POA_CORBA::FixedDef::_get_digits_skel (
}
private:
-
POA_CORBA::FixedDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::FixedDef::_get_digits_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1054,10 +1057,9 @@ void POA_CORBA::FixedDef::_get_digits_skel (
static size_t const nargs = 1;
POA_CORBA::FixedDef * const impl =
- static_cast<
- POA_CORBA::FixedDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::FixedDef *> (servant);
+
+ _get_digits_FixedDef command (
impl,
server_request.operation_details (),
args);
@@ -1067,39 +1069,27 @@ void POA_CORBA::FixedDef::_get_digits_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::FixedDef::_set_digits_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_digits_FixedDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_digits_FixedDef (
POA_CORBA::FixedDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1124,12 +1114,25 @@ void POA_CORBA::FixedDef::_set_digits_skel (
}
private:
-
POA_CORBA::FixedDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::FixedDef::_set_digits_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1148,10 +1151,9 @@ void POA_CORBA::FixedDef::_set_digits_skel (
static size_t const nargs = 2;
POA_CORBA::FixedDef * const impl =
- static_cast<
- POA_CORBA::FixedDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::FixedDef *> (servant);
+
+ _set_digits_FixedDef command (
impl,
server_request.operation_details (),
args);
@@ -1161,39 +1163,27 @@ void POA_CORBA::FixedDef::_set_digits_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::FixedDef::_get_scale_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_scale_FixedDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_scale_FixedDef (
POA_CORBA::FixedDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1218,12 +1208,25 @@ void POA_CORBA::FixedDef::_get_scale_skel (
}
private:
-
POA_CORBA::FixedDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::FixedDef::_get_scale_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1240,10 +1243,9 @@ void POA_CORBA::FixedDef::_get_scale_skel (
static size_t const nargs = 1;
POA_CORBA::FixedDef * const impl =
- static_cast<
- POA_CORBA::FixedDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::FixedDef *> (servant);
+
+ _get_scale_FixedDef command (
impl,
server_request.operation_details (),
args);
@@ -1253,39 +1255,27 @@ void POA_CORBA::FixedDef::_get_scale_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::FixedDef::_set_scale_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_scale_FixedDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_scale_FixedDef (
POA_CORBA::FixedDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1310,12 +1300,25 @@ void POA_CORBA::FixedDef::_set_scale_skel (
}
private:
-
POA_CORBA::FixedDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::FixedDef::_set_scale_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1334,10 +1337,9 @@ void POA_CORBA::FixedDef::_set_scale_skel (
static size_t const nargs = 2;
POA_CORBA::FixedDef * const impl =
- static_cast<
- POA_CORBA::FixedDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::FixedDef *> (servant);
+
+ _set_scale_FixedDef command (
impl,
server_request.operation_details (),
args);
@@ -1347,13 +1349,11 @@ void POA_CORBA::FixedDef::_set_scale_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -1362,24 +1362,18 @@ void POA_CORBA::FixedDef::_set_scale_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::FixedDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_FixedDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_FixedDef_Upcall_Command (
POA_CORBA::FixedDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1411,12 +1405,20 @@ void POA_CORBA::FixedDef::_is_a_skel (
}
private:
-
POA_CORBA::FixedDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::FixedDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1435,10 +1437,9 @@ void POA_CORBA::FixedDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::FixedDef * const impl =
- static_cast<
- POA_CORBA::FixedDef *> (servant);
+ static_cast<POA_CORBA::FixedDef *> (servant);
- Upcall_Command command (
+ _is_a_FixedDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -1448,36 +1449,28 @@ void POA_CORBA::FixedDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::FixedDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_FixedDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_FixedDef_Upcall_Command (
POA_CORBA::FixedDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1502,12 +1495,20 @@ void POA_CORBA::FixedDef::_non_existent_skel (
}
private:
-
POA_CORBA::FixedDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::FixedDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1524,10 +1525,9 @@ void POA_CORBA::FixedDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::FixedDef * const impl =
- static_cast<
- POA_CORBA::FixedDef *> (servant);
+ static_cast<POA_CORBA::FixedDef *> (servant);
- Upcall_Command command (
+ _non_existent_FixedDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -1537,13 +1537,11 @@ void POA_CORBA::FixedDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -1552,7 +1550,7 @@ void POA_CORBA::FixedDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -1575,8 +1573,7 @@ void POA_CORBA::FixedDef::_interface_skel (
}
POA_CORBA::FixedDef * const impl =
- static_cast<
- POA_CORBA::FixedDef *> (servant);
+ static_cast<POA_CORBA::FixedDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -1598,24 +1595,18 @@ void POA_CORBA::FixedDef::_interface_skel (
}
}
-void POA_CORBA::FixedDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_FixedDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_FixedDef_Upcall_Command (
POA_CORBA::FixedDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -1640,12 +1631,20 @@ void POA_CORBA::FixedDef::_component_skel (
}
private:
-
POA_CORBA::FixedDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::FixedDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -1662,10 +1661,9 @@ void POA_CORBA::FixedDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::FixedDef * const impl =
- static_cast<
- POA_CORBA::FixedDef *> (servant);
+ static_cast<POA_CORBA::FixedDef *> (servant);
- Upcall_Command command (
+ _get_component_FixedDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -1675,13 +1673,11 @@ void POA_CORBA::FixedDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -1719,7 +1715,7 @@ const char* POA_CORBA::FixedDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::FixedDef::_dispatch (
TAO_ServerRequest & req,
@@ -1734,7 +1730,7 @@ void POA_CORBA::FixedDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::FixedDef *
POA_CORBA::FixedDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -1915,7 +1911,7 @@ TAO_CORBA_ValueMemberDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned
static TAO_CORBA_ValueMemberDef_Perfect_Hash_OpTable tao_CORBA_ValueMemberDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ValueMemberDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -1963,28 +1959,18 @@ POA_CORBA::ValueMemberDef::ValueMemberDef (const ValueMemberDef& rhs)
POA_CORBA::ValueMemberDef::~ValueMemberDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueMemberDef::_get_type_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_type_ValueMemberDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_type_ValueMemberDef (
POA_CORBA::ValueMemberDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2009,12 +1995,25 @@ void POA_CORBA::ValueMemberDef::_get_type_skel (
}
private:
-
POA_CORBA::ValueMemberDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueMemberDef::_get_type_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2031,10 +2030,9 @@ void POA_CORBA::ValueMemberDef::_get_type_skel (
static size_t const nargs = 1;
POA_CORBA::ValueMemberDef * const impl =
- static_cast<
- POA_CORBA::ValueMemberDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueMemberDef *> (servant);
+
+ _get_type_ValueMemberDef command (
impl,
server_request.operation_details (),
args);
@@ -2044,39 +2042,27 @@ void POA_CORBA::ValueMemberDef::_get_type_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueMemberDef::_get_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_type_def_ValueMemberDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_type_def_ValueMemberDef (
POA_CORBA::ValueMemberDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2101,12 +2087,25 @@ void POA_CORBA::ValueMemberDef::_get_type_def_skel (
}
private:
-
POA_CORBA::ValueMemberDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueMemberDef::_get_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2123,10 +2122,9 @@ void POA_CORBA::ValueMemberDef::_get_type_def_skel (
static size_t const nargs = 1;
POA_CORBA::ValueMemberDef * const impl =
- static_cast<
- POA_CORBA::ValueMemberDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueMemberDef *> (servant);
+
+ _get_type_def_ValueMemberDef command (
impl,
server_request.operation_details (),
args);
@@ -2136,39 +2134,27 @@ void POA_CORBA::ValueMemberDef::_get_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueMemberDef::_set_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_type_def_ValueMemberDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_type_def_ValueMemberDef (
POA_CORBA::ValueMemberDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2193,12 +2179,25 @@ void POA_CORBA::ValueMemberDef::_set_type_def_skel (
}
private:
-
POA_CORBA::ValueMemberDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueMemberDef::_set_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2217,10 +2216,9 @@ void POA_CORBA::ValueMemberDef::_set_type_def_skel (
static size_t const nargs = 2;
POA_CORBA::ValueMemberDef * const impl =
- static_cast<
- POA_CORBA::ValueMemberDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueMemberDef *> (servant);
+
+ _set_type_def_ValueMemberDef command (
impl,
server_request.operation_details (),
args);
@@ -2230,39 +2228,27 @@ void POA_CORBA::ValueMemberDef::_set_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueMemberDef::_get_access_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_access_ValueMemberDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_access_ValueMemberDef (
POA_CORBA::ValueMemberDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2287,12 +2273,25 @@ void POA_CORBA::ValueMemberDef::_get_access_skel (
}
private:
-
POA_CORBA::ValueMemberDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueMemberDef::_get_access_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2309,10 +2308,9 @@ void POA_CORBA::ValueMemberDef::_get_access_skel (
static size_t const nargs = 1;
POA_CORBA::ValueMemberDef * const impl =
- static_cast<
- POA_CORBA::ValueMemberDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueMemberDef *> (servant);
+
+ _get_access_ValueMemberDef command (
impl,
server_request.operation_details (),
args);
@@ -2322,39 +2320,27 @@ void POA_CORBA::ValueMemberDef::_get_access_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueMemberDef::_set_access_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_access_ValueMemberDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_access_ValueMemberDef (
POA_CORBA::ValueMemberDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2379,12 +2365,25 @@ void POA_CORBA::ValueMemberDef::_set_access_skel (
}
private:
-
POA_CORBA::ValueMemberDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueMemberDef::_set_access_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2403,10 +2402,9 @@ void POA_CORBA::ValueMemberDef::_set_access_skel (
static size_t const nargs = 2;
POA_CORBA::ValueMemberDef * const impl =
- static_cast<
- POA_CORBA::ValueMemberDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueMemberDef *> (servant);
+
+ _set_access_ValueMemberDef command (
impl,
server_request.operation_details (),
args);
@@ -2416,13 +2414,11 @@ void POA_CORBA::ValueMemberDef::_set_access_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2431,24 +2427,18 @@ void POA_CORBA::ValueMemberDef::_set_access_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ValueMemberDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ValueMemberDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ValueMemberDef_Upcall_Command (
POA_CORBA::ValueMemberDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2480,12 +2470,20 @@ void POA_CORBA::ValueMemberDef::_is_a_skel (
}
private:
-
POA_CORBA::ValueMemberDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ValueMemberDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2504,10 +2502,9 @@ void POA_CORBA::ValueMemberDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ValueMemberDef * const impl =
- static_cast<
- POA_CORBA::ValueMemberDef *> (servant);
+ static_cast<POA_CORBA::ValueMemberDef *> (servant);
- Upcall_Command command (
+ _is_a_ValueMemberDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2517,36 +2514,28 @@ void POA_CORBA::ValueMemberDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ValueMemberDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ValueMemberDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ValueMemberDef_Upcall_Command (
POA_CORBA::ValueMemberDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2571,12 +2560,20 @@ void POA_CORBA::ValueMemberDef::_non_existent_skel (
}
private:
-
POA_CORBA::ValueMemberDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ValueMemberDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2593,10 +2590,9 @@ void POA_CORBA::ValueMemberDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ValueMemberDef * const impl =
- static_cast<
- POA_CORBA::ValueMemberDef *> (servant);
+ static_cast<POA_CORBA::ValueMemberDef *> (servant);
- Upcall_Command command (
+ _non_existent_ValueMemberDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2606,13 +2602,11 @@ void POA_CORBA::ValueMemberDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2621,7 +2615,7 @@ void POA_CORBA::ValueMemberDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -2644,8 +2638,7 @@ void POA_CORBA::ValueMemberDef::_interface_skel (
}
POA_CORBA::ValueMemberDef * const impl =
- static_cast<
- POA_CORBA::ValueMemberDef *> (servant);
+ static_cast<POA_CORBA::ValueMemberDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -2667,24 +2660,18 @@ void POA_CORBA::ValueMemberDef::_interface_skel (
}
}
-void POA_CORBA::ValueMemberDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ValueMemberDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ValueMemberDef_Upcall_Command (
POA_CORBA::ValueMemberDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -2709,12 +2696,20 @@ void POA_CORBA::ValueMemberDef::_component_skel (
}
private:
-
POA_CORBA::ValueMemberDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ValueMemberDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -2731,10 +2726,9 @@ void POA_CORBA::ValueMemberDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ValueMemberDef * const impl =
- static_cast<
- POA_CORBA::ValueMemberDef *> (servant);
+ static_cast<POA_CORBA::ValueMemberDef *> (servant);
- Upcall_Command command (
+ _get_component_ValueMemberDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -2744,13 +2738,11 @@ void POA_CORBA::ValueMemberDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -2788,7 +2780,7 @@ const char* POA_CORBA::ValueMemberDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ValueMemberDef::_dispatch (
TAO_ServerRequest & req,
@@ -2803,7 +2795,7 @@ void POA_CORBA::ValueMemberDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ValueMemberDef *
POA_CORBA::ValueMemberDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -3021,7 +3013,7 @@ TAO_CORBA_ValueDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned int l
static TAO_CORBA_ValueDef_Perfect_Hash_OpTable tao_CORBA_ValueDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ValueDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -3071,28 +3063,18 @@ POA_CORBA::ValueDef::ValueDef (const ValueDef& rhs)
POA_CORBA::ValueDef::~ValueDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_get_supported_interfaces_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_supported_interfaces_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_supported_interfaces_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3117,12 +3099,25 @@ void POA_CORBA::ValueDef::_get_supported_interfaces_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_get_supported_interfaces_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3139,10 +3134,9 @@ void POA_CORBA::ValueDef::_get_supported_interfaces_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _get_supported_interfaces_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3152,39 +3146,27 @@ void POA_CORBA::ValueDef::_get_supported_interfaces_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_set_supported_interfaces_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_supported_interfaces_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_supported_interfaces_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3209,12 +3191,25 @@ void POA_CORBA::ValueDef::_set_supported_interfaces_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_set_supported_interfaces_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3233,10 +3228,9 @@ void POA_CORBA::ValueDef::_set_supported_interfaces_skel (
static size_t const nargs = 2;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _set_supported_interfaces_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3246,39 +3240,27 @@ void POA_CORBA::ValueDef::_set_supported_interfaces_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_get_initializers_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_initializers_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_initializers_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3303,12 +3285,25 @@ void POA_CORBA::ValueDef::_get_initializers_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_get_initializers_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3325,10 +3320,9 @@ void POA_CORBA::ValueDef::_get_initializers_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _get_initializers_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3338,39 +3332,27 @@ void POA_CORBA::ValueDef::_get_initializers_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_set_initializers_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_initializers_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_initializers_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3395,12 +3377,25 @@ void POA_CORBA::ValueDef::_set_initializers_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_set_initializers_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3419,10 +3414,9 @@ void POA_CORBA::ValueDef::_set_initializers_skel (
static size_t const nargs = 2;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _set_initializers_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3432,39 +3426,27 @@ void POA_CORBA::ValueDef::_set_initializers_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_get_base_value_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_base_value_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_base_value_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3489,12 +3471,25 @@ void POA_CORBA::ValueDef::_get_base_value_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_get_base_value_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3511,10 +3506,9 @@ void POA_CORBA::ValueDef::_get_base_value_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _get_base_value_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3524,39 +3518,27 @@ void POA_CORBA::ValueDef::_get_base_value_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_set_base_value_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_base_value_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_base_value_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3581,12 +3563,25 @@ void POA_CORBA::ValueDef::_set_base_value_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_set_base_value_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3605,10 +3600,9 @@ void POA_CORBA::ValueDef::_set_base_value_skel (
static size_t const nargs = 2;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _set_base_value_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3618,39 +3612,27 @@ void POA_CORBA::ValueDef::_set_base_value_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_get_abstract_base_values_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_abstract_base_values_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_abstract_base_values_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3675,12 +3657,25 @@ void POA_CORBA::ValueDef::_get_abstract_base_values_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_get_abstract_base_values_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3697,10 +3692,9 @@ void POA_CORBA::ValueDef::_get_abstract_base_values_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _get_abstract_base_values_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3710,39 +3704,27 @@ void POA_CORBA::ValueDef::_get_abstract_base_values_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_set_abstract_base_values_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_abstract_base_values_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_abstract_base_values_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3767,12 +3749,25 @@ void POA_CORBA::ValueDef::_set_abstract_base_values_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_set_abstract_base_values_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3791,10 +3786,9 @@ void POA_CORBA::ValueDef::_set_abstract_base_values_skel (
static size_t const nargs = 2;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _set_abstract_base_values_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3804,39 +3798,27 @@ void POA_CORBA::ValueDef::_set_abstract_base_values_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_get_is_abstract_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_is_abstract_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_is_abstract_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3861,12 +3843,25 @@ void POA_CORBA::ValueDef::_get_is_abstract_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_get_is_abstract_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3883,10 +3878,9 @@ void POA_CORBA::ValueDef::_get_is_abstract_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _get_is_abstract_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3896,39 +3890,27 @@ void POA_CORBA::ValueDef::_get_is_abstract_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_set_is_abstract_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_is_abstract_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_is_abstract_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -3953,12 +3935,25 @@ void POA_CORBA::ValueDef::_set_is_abstract_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_set_is_abstract_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -3977,10 +3972,9 @@ void POA_CORBA::ValueDef::_set_is_abstract_skel (
static size_t const nargs = 2;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _set_is_abstract_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -3990,39 +3984,27 @@ void POA_CORBA::ValueDef::_set_is_abstract_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_get_is_custom_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_is_custom_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_is_custom_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4047,12 +4029,25 @@ void POA_CORBA::ValueDef::_get_is_custom_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_get_is_custom_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4069,10 +4064,9 @@ void POA_CORBA::ValueDef::_get_is_custom_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _get_is_custom_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -4082,39 +4076,27 @@ void POA_CORBA::ValueDef::_get_is_custom_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_set_is_custom_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_is_custom_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_is_custom_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4139,12 +4121,25 @@ void POA_CORBA::ValueDef::_set_is_custom_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_set_is_custom_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4163,10 +4158,9 @@ void POA_CORBA::ValueDef::_set_is_custom_skel (
static size_t const nargs = 2;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _set_is_custom_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -4176,39 +4170,27 @@ void POA_CORBA::ValueDef::_set_is_custom_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_get_is_truncatable_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_is_truncatable_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_is_truncatable_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4233,12 +4215,25 @@ void POA_CORBA::ValueDef::_get_is_truncatable_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_get_is_truncatable_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4255,10 +4250,9 @@ void POA_CORBA::ValueDef::_get_is_truncatable_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _get_is_truncatable_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -4268,39 +4262,27 @@ void POA_CORBA::ValueDef::_get_is_truncatable_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::_set_is_truncatable_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_is_truncatable_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_is_truncatable_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4325,12 +4307,25 @@ void POA_CORBA::ValueDef::_set_is_truncatable_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::_set_is_truncatable_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4349,10 +4344,9 @@ void POA_CORBA::ValueDef::_set_is_truncatable_skel (
static size_t const nargs = 2;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ _set_is_truncatable_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -4362,39 +4356,27 @@ void POA_CORBA::ValueDef::_set_is_truncatable_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class is_a_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline is_a_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4426,12 +4408,25 @@ void POA_CORBA::ValueDef::is_a_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4450,10 +4445,9 @@ void POA_CORBA::ValueDef::is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ is_a_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -4463,39 +4457,27 @@ void POA_CORBA::ValueDef::is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::describe_value_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class describe_value_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline describe_value_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4520,12 +4502,25 @@ void POA_CORBA::ValueDef::describe_value_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::describe_value_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4542,10 +4537,9 @@ void POA_CORBA::ValueDef::describe_value_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ describe_value_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -4555,39 +4549,27 @@ void POA_CORBA::ValueDef::describe_value_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::create_value_member_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_value_member_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_value_member_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4647,12 +4629,25 @@ void POA_CORBA::ValueDef::create_value_member_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::create_value_member_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4679,10 +4674,9 @@ void POA_CORBA::ValueDef::create_value_member_skel (
static size_t const nargs = 6;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ create_value_member_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -4692,39 +4686,27 @@ void POA_CORBA::ValueDef::create_value_member_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::create_attribute_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_attribute_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_attribute_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4784,12 +4766,25 @@ void POA_CORBA::ValueDef::create_attribute_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::create_attribute_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4816,10 +4811,9 @@ void POA_CORBA::ValueDef::create_attribute_skel (
static size_t const nargs = 6;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ create_attribute_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -4829,39 +4823,27 @@ void POA_CORBA::ValueDef::create_attribute_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueDef::create_operation_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_operation_ValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_operation_ValueDef (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -4942,12 +4924,25 @@ void POA_CORBA::ValueDef::create_operation_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueDef::create_operation_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -4980,10 +4975,9 @@ void POA_CORBA::ValueDef::create_operation_skel (
static size_t const nargs = 9;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueDef *> (servant);
+
+ create_operation_ValueDef command (
impl,
server_request.operation_details (),
args);
@@ -4993,13 +4987,11 @@ void POA_CORBA::ValueDef::create_operation_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -5008,24 +5000,18 @@ void POA_CORBA::ValueDef::create_operation_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ValueDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ValueDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ValueDef_Upcall_Command (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5057,12 +5043,20 @@ void POA_CORBA::ValueDef::_is_a_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ValueDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5081,10 +5075,9 @@ void POA_CORBA::ValueDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
+ static_cast<POA_CORBA::ValueDef *> (servant);
- Upcall_Command command (
+ _is_a_ValueDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -5094,36 +5087,28 @@ void POA_CORBA::ValueDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ValueDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ValueDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ValueDef_Upcall_Command (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5148,12 +5133,20 @@ void POA_CORBA::ValueDef::_non_existent_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ValueDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5170,10 +5163,9 @@ void POA_CORBA::ValueDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
+ static_cast<POA_CORBA::ValueDef *> (servant);
- Upcall_Command command (
+ _non_existent_ValueDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -5183,13 +5175,11 @@ void POA_CORBA::ValueDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -5198,7 +5188,7 @@ void POA_CORBA::ValueDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -5221,8 +5211,7 @@ void POA_CORBA::ValueDef::_interface_skel (
}
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
+ static_cast<POA_CORBA::ValueDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -5244,24 +5233,18 @@ void POA_CORBA::ValueDef::_interface_skel (
}
}
-void POA_CORBA::ValueDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ValueDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ValueDef_Upcall_Command (
POA_CORBA::ValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5286,12 +5269,20 @@ void POA_CORBA::ValueDef::_component_skel (
}
private:
-
POA_CORBA::ValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ValueDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5308,10 +5299,9 @@ void POA_CORBA::ValueDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ValueDef * const impl =
- static_cast<
- POA_CORBA::ValueDef *> (servant);
+ static_cast<POA_CORBA::ValueDef *> (servant);
- Upcall_Command command (
+ _get_component_ValueDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -5321,13 +5311,11 @@ void POA_CORBA::ValueDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -5373,7 +5361,7 @@ const char* POA_CORBA::ValueDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ValueDef::_dispatch (
TAO_ServerRequest & req,
@@ -5388,7 +5376,7 @@ void POA_CORBA::ValueDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ValueDef *
POA_CORBA::ValueDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -5610,7 +5598,7 @@ TAO_CORBA_ExtValueDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned in
static TAO_CORBA_ExtValueDef_Perfect_Hash_OpTable tao_CORBA_ExtValueDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ExtValueDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -5661,28 +5649,18 @@ POA_CORBA::ExtValueDef::ExtValueDef (const ExtValueDef& rhs)
POA_CORBA::ExtValueDef::~ExtValueDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExtValueDef::_get_ext_initializers_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_ext_initializers_ExtValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_ext_initializers_ExtValueDef (
POA_CORBA::ExtValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5707,12 +5685,25 @@ void POA_CORBA::ExtValueDef::_get_ext_initializers_skel (
}
private:
-
POA_CORBA::ExtValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExtValueDef::_get_ext_initializers_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5729,10 +5720,9 @@ void POA_CORBA::ExtValueDef::_get_ext_initializers_skel (
static size_t const nargs = 1;
POA_CORBA::ExtValueDef * const impl =
- static_cast<
- POA_CORBA::ExtValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExtValueDef *> (servant);
+
+ _get_ext_initializers_ExtValueDef command (
impl,
server_request.operation_details (),
args);
@@ -5742,39 +5732,27 @@ void POA_CORBA::ExtValueDef::_get_ext_initializers_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExtValueDef::_set_ext_initializers_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_ext_initializers_ExtValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_ext_initializers_ExtValueDef (
POA_CORBA::ExtValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5799,12 +5777,25 @@ void POA_CORBA::ExtValueDef::_set_ext_initializers_skel (
}
private:
-
POA_CORBA::ExtValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExtValueDef::_set_ext_initializers_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5823,10 +5814,9 @@ void POA_CORBA::ExtValueDef::_set_ext_initializers_skel (
static size_t const nargs = 2;
POA_CORBA::ExtValueDef * const impl =
- static_cast<
- POA_CORBA::ExtValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExtValueDef *> (servant);
+
+ _set_ext_initializers_ExtValueDef command (
impl,
server_request.operation_details (),
args);
@@ -5836,39 +5826,27 @@ void POA_CORBA::ExtValueDef::_set_ext_initializers_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExtValueDef::describe_ext_value_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class describe_ext_value_ExtValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline describe_ext_value_ExtValueDef (
POA_CORBA::ExtValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -5893,12 +5871,25 @@ void POA_CORBA::ExtValueDef::describe_ext_value_skel (
}
private:
-
POA_CORBA::ExtValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExtValueDef::describe_ext_value_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -5915,10 +5906,9 @@ void POA_CORBA::ExtValueDef::describe_ext_value_skel (
static size_t const nargs = 1;
POA_CORBA::ExtValueDef * const impl =
- static_cast<
- POA_CORBA::ExtValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExtValueDef *> (servant);
+
+ describe_ext_value_ExtValueDef command (
impl,
server_request.operation_details (),
args);
@@ -5928,39 +5918,27 @@ void POA_CORBA::ExtValueDef::describe_ext_value_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ExtValueDef::create_ext_attribute_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class create_ext_attribute_ExtValueDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline create_ext_attribute_ExtValueDef (
POA_CORBA::ExtValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6034,12 +6012,25 @@ void POA_CORBA::ExtValueDef::create_ext_attribute_skel (
}
private:
-
POA_CORBA::ExtValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ExtValueDef::create_ext_attribute_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6070,10 +6061,9 @@ void POA_CORBA::ExtValueDef::create_ext_attribute_skel (
static size_t const nargs = 8;
POA_CORBA::ExtValueDef * const impl =
- static_cast<
- POA_CORBA::ExtValueDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ExtValueDef *> (servant);
+
+ create_ext_attribute_ExtValueDef command (
impl,
server_request.operation_details (),
args);
@@ -6083,13 +6073,11 @@ void POA_CORBA::ExtValueDef::create_ext_attribute_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6098,24 +6086,18 @@ void POA_CORBA::ExtValueDef::create_ext_attribute_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ExtValueDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ExtValueDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ExtValueDef_Upcall_Command (
POA_CORBA::ExtValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6147,12 +6129,20 @@ void POA_CORBA::ExtValueDef::_is_a_skel (
}
private:
-
POA_CORBA::ExtValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtValueDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6171,10 +6161,9 @@ void POA_CORBA::ExtValueDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ExtValueDef * const impl =
- static_cast<
- POA_CORBA::ExtValueDef *> (servant);
+ static_cast<POA_CORBA::ExtValueDef *> (servant);
- Upcall_Command command (
+ _is_a_ExtValueDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6184,36 +6173,28 @@ void POA_CORBA::ExtValueDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ExtValueDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ExtValueDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ExtValueDef_Upcall_Command (
POA_CORBA::ExtValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6238,12 +6219,20 @@ void POA_CORBA::ExtValueDef::_non_existent_skel (
}
private:
-
POA_CORBA::ExtValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtValueDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6260,10 +6249,9 @@ void POA_CORBA::ExtValueDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ExtValueDef * const impl =
- static_cast<
- POA_CORBA::ExtValueDef *> (servant);
+ static_cast<POA_CORBA::ExtValueDef *> (servant);
- Upcall_Command command (
+ _non_existent_ExtValueDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6273,13 +6261,11 @@ void POA_CORBA::ExtValueDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6288,7 +6274,7 @@ void POA_CORBA::ExtValueDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -6311,8 +6297,7 @@ void POA_CORBA::ExtValueDef::_interface_skel (
}
POA_CORBA::ExtValueDef * const impl =
- static_cast<
- POA_CORBA::ExtValueDef *> (servant);
+ static_cast<POA_CORBA::ExtValueDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -6334,24 +6319,18 @@ void POA_CORBA::ExtValueDef::_interface_skel (
}
}
-void POA_CORBA::ExtValueDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ExtValueDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ExtValueDef_Upcall_Command (
POA_CORBA::ExtValueDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6376,12 +6355,20 @@ void POA_CORBA::ExtValueDef::_component_skel (
}
private:
-
POA_CORBA::ExtValueDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ExtValueDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6398,10 +6385,9 @@ void POA_CORBA::ExtValueDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ExtValueDef * const impl =
- static_cast<
- POA_CORBA::ExtValueDef *> (servant);
+ static_cast<POA_CORBA::ExtValueDef *> (servant);
- Upcall_Command command (
+ _get_component_ExtValueDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6411,13 +6397,11 @@ void POA_CORBA::ExtValueDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6467,7 +6451,7 @@ const char* POA_CORBA::ExtValueDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ExtValueDef::_dispatch (
TAO_ServerRequest & req,
@@ -6482,7 +6466,7 @@ void POA_CORBA::ExtValueDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ExtValueDef *
POA_CORBA::ExtValueDef::_this (ACE_ENV_SINGLE_ARG_DECL)
@@ -6661,7 +6645,7 @@ TAO_CORBA_ValueBoxDef_Perfect_Hash_OpTable::lookup (const char *str, unsigned in
static TAO_CORBA_ValueBoxDef_Perfect_Hash_OpTable tao_CORBA_ValueBoxDef_optable;
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:985
+// be\be_visitor_interface/interface_ss.cpp:999
TAO::Collocation_Proxy_Broker *
CORBA__TAO_ValueBoxDef_Proxy_Broker_Factory_function (CORBA::Object_ptr)
@@ -6711,28 +6695,18 @@ POA_CORBA::ValueBoxDef::ValueBoxDef (const ValueBoxDef& rhs)
POA_CORBA::ValueBoxDef::~ValueBoxDef (void)
{
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueBoxDef::_get_original_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_original_type_def_ValueBoxDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_original_type_def_ValueBoxDef (
POA_CORBA::ValueBoxDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6757,12 +6731,25 @@ void POA_CORBA::ValueBoxDef::_get_original_type_def_skel (
}
private:
-
POA_CORBA::ValueBoxDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueBoxDef::_get_original_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6779,10 +6766,9 @@ void POA_CORBA::ValueBoxDef::_get_original_type_def_skel (
static size_t const nargs = 1;
POA_CORBA::ValueBoxDef * const impl =
- static_cast<
- POA_CORBA::ValueBoxDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueBoxDef *> (servant);
+
+ _get_original_type_def_ValueBoxDef command (
impl,
server_request.operation_details (),
args);
@@ -6792,39 +6778,27 @@ void POA_CORBA::ValueBoxDef::_get_original_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_operation/operation_ss.cpp:165
-
-void POA_CORBA::ValueBoxDef::_set_original_type_def_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _set_original_type_def_ValueBoxDef
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _set_original_type_def_ValueBoxDef (
POA_CORBA::ValueBoxDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6849,12 +6823,25 @@ void POA_CORBA::ValueBoxDef::_set_original_type_def_skel (
}
private:
-
POA_CORBA::ValueBoxDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_operation/operation_ss.cpp:192
+
+void POA_CORBA::ValueBoxDef::_set_original_type_def_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6873,10 +6860,9 @@ void POA_CORBA::ValueBoxDef::_set_original_type_def_skel (
static size_t const nargs = 2;
POA_CORBA::ValueBoxDef * const impl =
- static_cast<
- POA_CORBA::ValueBoxDef *> (servant);
-
- Upcall_Command command (
+ static_cast<POA_CORBA::ValueBoxDef *> (servant);
+
+ _set_original_type_def_ValueBoxDef command (
impl,
server_request.operation_details (),
args);
@@ -6886,13 +6872,11 @@ void POA_CORBA::ValueBoxDef::_set_original_type_def_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -6901,24 +6885,18 @@ void POA_CORBA::ValueBoxDef::_set_original_type_def_skel (
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ss.cpp:169
-void POA_CORBA::ValueBoxDef::_is_a_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _is_a_ValueBoxDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _is_a_ValueBoxDef_Upcall_Command (
POA_CORBA::ValueBoxDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -6950,12 +6928,20 @@ void POA_CORBA::ValueBoxDef::_is_a_skel (
}
private:
-
POA_CORBA::ValueBoxDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ValueBoxDef::_is_a_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -6974,10 +6960,9 @@ void POA_CORBA::ValueBoxDef::_is_a_skel (
static size_t const nargs = 2;
POA_CORBA::ValueBoxDef * const impl =
- static_cast<
- POA_CORBA::ValueBoxDef *> (servant);
+ static_cast<POA_CORBA::ValueBoxDef *> (servant);
- Upcall_Command command (
+ _is_a_ValueBoxDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -6987,36 +6972,28 @@ void POA_CORBA::ValueBoxDef::_is_a_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
-void POA_CORBA::ValueBoxDef::_non_existent_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _non_existent_ValueBoxDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _non_existent_ValueBoxDef_Upcall_Command (
POA_CORBA::ValueBoxDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7041,12 +7018,20 @@ void POA_CORBA::ValueBoxDef::_non_existent_skel (
}
private:
-
POA_CORBA::ValueBoxDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ValueBoxDef::_non_existent_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7063,10 +7048,9 @@ void POA_CORBA::ValueBoxDef::_non_existent_skel (
static size_t const nargs = 1;
POA_CORBA::ValueBoxDef * const impl =
- static_cast<
- POA_CORBA::ValueBoxDef *> (servant);
+ static_cast<POA_CORBA::ValueBoxDef *> (servant);
- Upcall_Command command (
+ _non_existent_ValueBoxDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7076,13 +7060,11 @@ void POA_CORBA::ValueBoxDef::_non_existent_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7091,7 +7073,7 @@ void POA_CORBA::ValueBoxDef::_non_existent_skel (
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:385
+// be\be_visitor_interface/interface_ss.cpp:393
@@ -7114,8 +7096,7 @@ void POA_CORBA::ValueBoxDef::_interface_skel (
}
POA_CORBA::ValueBoxDef * const impl =
- static_cast<
- POA_CORBA::ValueBoxDef *> (servant);
+ static_cast<POA_CORBA::ValueBoxDef *> (servant);
CORBA::InterfaceDef_ptr _tao_retval =
impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -7137,24 +7118,18 @@ void POA_CORBA::ValueBoxDef::_interface_skel (
}
}
-void POA_CORBA::ValueBoxDef::_component_skel (
- TAO_ServerRequest & server_request,
- void * TAO_INTERCEPTOR (servant_upcall),
- void * servant
- ACE_ENV_ARG_DECL
- )
+namespace POA_CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_operation/upcall_command_ss.cpp:74
+ // be\be_visitor_operation/upcall_command_ss.cpp:127
- class Upcall_Command
+ class _get_component_ValueBoxDef_Upcall_Command
: public TAO::Upcall_Command
{
public:
-
- inline Upcall_Command (
+ inline _get_component_ValueBoxDef_Upcall_Command (
POA_CORBA::ValueBoxDef * servant,
TAO_Operation_Details const * operation_details,
TAO::Argument * const args[])
@@ -7179,12 +7154,20 @@ void POA_CORBA::ValueBoxDef::_component_skel (
}
private:
-
POA_CORBA::ValueBoxDef * const servant_;
TAO_Operation_Details const * const operation_details_;
TAO::Argument * const * const args_;
};
+}
+void POA_CORBA::ValueBoxDef::_component_skel (
+ TAO_ServerRequest & server_request,
+ void * TAO_INTERCEPTOR (servant_upcall),
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+
#if TAO_HAS_INTERCEPTORS == 1
static CORBA::TypeCode_ptr const * const exceptions = 0;
@@ -7201,10 +7184,9 @@ void POA_CORBA::ValueBoxDef::_component_skel (
static size_t const nargs = 1;
POA_CORBA::ValueBoxDef * const impl =
- static_cast<
- POA_CORBA::ValueBoxDef *> (servant);
+ static_cast<POA_CORBA::ValueBoxDef *> (servant);
- Upcall_Command command (
+ _get_component_ValueBoxDef_Upcall_Command command (
impl,
server_request.operation_details (),
args);
@@ -7214,13 +7196,11 @@ void POA_CORBA::ValueBoxDef::_component_skel (
, args
, nargs
, command
-
#if TAO_HAS_INTERCEPTORS == 1
, servant_upcall
, exceptions
, nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
@@ -7266,7 +7246,7 @@ const char* POA_CORBA::ValueBoxDef::_interface_repository_id (void) const
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:926
+// be\be_visitor_interface/interface_ss.cpp:940
void POA_CORBA::ValueBoxDef::_dispatch (
TAO_ServerRequest & req,
@@ -7281,7 +7261,7 @@ void POA_CORBA::ValueBoxDef::_dispatch (
}
// TAO_IDL - Generated from
-// be\be_visitor_interface/interface_ss.cpp:877
+// be\be_visitor_interface/interface_ss.cpp:891
CORBA::ValueBoxDef *
POA_CORBA::ValueBoxDef::_this (ACE_ENV_SINGLE_ARG_DECL)