summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/Domain/DomainS.inl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tao/Domain/DomainS.inl')
-rw-r--r--trunk/TAO/tao/Domain/DomainS.inl158
1 files changed, 158 insertions, 0 deletions
diff --git a/trunk/TAO/tao/Domain/DomainS.inl b/trunk/TAO/tao/Domain/DomainS.inl
new file mode 100644
index 00000000000..5e1b77f1084
--- /dev/null
+++ b/trunk/TAO/tao/Domain/DomainS.inl
@@ -0,0 +1,158 @@
+// -*- C++ -*-
+//
+// $Id$
+
+// **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
+// TAO and the TAO IDL Compiler have been developed by:
+// Center for Distributed Object Computing
+// Washington University
+// St. Louis, MO
+// USA
+// http://www.cs.wustl.edu/~schmidt/doc-center.html
+// and
+// Distributed Object Computing Laboratory
+// University of California at Irvine
+// Irvine, CA
+// USA
+// http://doc.ece.uci.edu/
+// and
+// Institute for Software Integrated Systems
+// Vanderbilt University
+// Nashville, TN
+// USA
+// http://www.isis.vanderbilt.edu/
+//
+// Information about TAO is available at:
+// http://www.cs.wustl.edu/~schmidt/TAO.html
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+void
+POA_CORBA::ConstructionPolicy::_get_policy_type_skel (
+ TAO_ServerRequest & server_request,
+ void * servant_upcall,
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+ POA_CORBA::Policy * const impl = static_cast<POA_CORBA::ConstructionPolicy *> (servant);
+ POA_CORBA::Policy::_get_policy_type_skel (
+ server_request,
+ servant_upcall,
+ impl
+ ACE_ENV_ARG_PARAMETER
+ );
+}
+
+// TAO_IDL - Generated from
+// be\be_interface.cpp:1859
+
+ACE_INLINE
+void
+POA_CORBA::ConstructionPolicy::copy_skel (
+ TAO_ServerRequest & server_request,
+ void * servant_upcall,
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+ POA_CORBA::Policy * const impl = static_cast<POA_CORBA::ConstructionPolicy *> (servant);
+ POA_CORBA::Policy::copy_skel (
+ server_request,
+ servant_upcall,
+ impl
+ ACE_ENV_ARG_PARAMETER
+ );
+}
+
+// TAO_IDL - Generated from
+// be\be_interface.cpp:1859
+
+ACE_INLINE
+void
+POA_CORBA::ConstructionPolicy::destroy_skel (
+ TAO_ServerRequest & server_request,
+ void * servant_upcall,
+ void * servant
+ ACE_ENV_ARG_DECL
+ )
+{
+ POA_CORBA::Policy * const impl = static_cast<POA_CORBA::ConstructionPolicy *> (servant);
+ POA_CORBA::Policy::destroy_skel (
+ server_request,
+ servant_upcall,
+ impl
+ ACE_ENV_ARG_PARAMETER
+ );
+}
+
+// TAO_IDL - Generated from
+// be\be_interface.cpp:1244
+
+ACE_INLINE void
+POA_CORBA::_TAO_ConstructionPolicy_Direct_Proxy_Impl::_get_policy_type (
+ TAO_Abstract_ServantBase *servant,
+ TAO::Argument ** args,
+ int num_args
+ ACE_ENV_ARG_DECL
+ )
+ ACE_THROW_SPEC ((
+ CORBA::SystemException
+ ))
+{
+ POA_CORBA::_TAO_Policy_Direct_Proxy_Impl::_get_policy_type (
+ servant,
+ args,
+ num_args
+ ACE_ENV_ARG_PARAMETER
+ );
+}
+
+
+// TAO_IDL - Generated from
+// be\be_interface.cpp:1244
+
+ACE_INLINE void
+POA_CORBA::_TAO_ConstructionPolicy_Direct_Proxy_Impl::copy (
+ TAO_Abstract_ServantBase *servant,
+ TAO::Argument ** args,
+ int num_args
+ ACE_ENV_ARG_DECL
+ )
+ ACE_THROW_SPEC ((
+ CORBA::SystemException
+ ))
+{
+ POA_CORBA::_TAO_Policy_Direct_Proxy_Impl::copy (
+ servant,
+ args,
+ num_args
+ ACE_ENV_ARG_PARAMETER
+ );
+}
+
+
+// TAO_IDL - Generated from
+// be\be_interface.cpp:1244
+
+ACE_INLINE void
+POA_CORBA::_TAO_ConstructionPolicy_Direct_Proxy_Impl::destroy (
+ TAO_Abstract_ServantBase *servant,
+ TAO::Argument ** args,
+ int num_args
+ ACE_ENV_ARG_DECL
+ )
+ ACE_THROW_SPEC ((
+ CORBA::SystemException
+ ))
+{
+ POA_CORBA::_TAO_Policy_Direct_Proxy_Impl::destroy (
+ servant,
+ args,
+ num_args
+ ACE_ENV_ARG_PARAMETER
+ );
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL