📄 domains.i
字号:
// -*- C++ -*-
//
// DomainS.i,v 1.9 2003/10/28 18:29:22 bala Exp
// **** 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
ACE_INLINE void POA_CORBA::ConstructionPolicy::_get_policy_type_skel (
TAO_ServerRequest &req,
void *obj,
void *context
ACE_ENV_ARG_DECL
)
{
POA_CORBA::Policy_ptr impl = (POA_CORBA::ConstructionPolicy_ptr) obj;
POA_CORBA::Policy::_get_policy_type_skel (
req,
(POA_CORBA::Policy_ptr) impl,
context
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// be/be_interface.cpp:1941
ACE_INLINE void POA_CORBA::ConstructionPolicy::copy_skel (
TAO_ServerRequest &req,
void *obj,
void *context
ACE_ENV_ARG_DECL
)
{
POA_CORBA::Policy_ptr impl = (POA_CORBA::ConstructionPolicy_ptr) obj;
POA_CORBA::Policy::copy_skel (
req,
(POA_CORBA::Policy_ptr) impl,
context
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// be/be_interface.cpp:1941
ACE_INLINE void POA_CORBA::ConstructionPolicy::destroy_skel (
TAO_ServerRequest &req,
void *obj,
void *context
ACE_ENV_ARG_DECL
)
{
POA_CORBA::Policy_ptr impl = (POA_CORBA::ConstructionPolicy_ptr) obj;
POA_CORBA::Policy::destroy_skel (
req,
(POA_CORBA::Policy_ptr) impl,
context
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// be/be_interface.cpp:1244
ACE_INLINE void
POA_CORBA::_TAO_ConstructionPolicy_ThruPOA_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_ThruPOA_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::_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_ThruPOA_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_ThruPOA_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::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_ThruPOA_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_ThruPOA_Proxy_Impl::destroy (
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
);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -