📄 rtcosscheduling_clientscheduler_i.i
字号:
/* -*- C++ -*- */
//=============================================================================
/**
* @file RTCosScheduling_ClientScheduler_i.i
*
* RTCosScheduling_ClientScheduler_i.i,v 1.3 2003/12/02 18:53:43 jwillemsen Exp
*
* @author Matt Murphy <murphym@cs.uri.edu>
*/
//=============================================================================
#if (TAO_HAS_INTERCEPTORS == 1)
ACE_INLINE char *
TAO::RTCosScheduling_ClientScheduler_Interceptor::name (
ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::string_dup(this->name_);
}
ACE_INLINE void
TAO::RTCosScheduling_ClientScheduler_Interceptor::destroy (
ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
}
ACE_INLINE void
TAO::RTCosScheduling_ClientScheduler_Interceptor::send_poll (
PortableInterceptor::ClientRequestInfo_ptr ri
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_UNUSED_ARG(ri);
}
ACE_INLINE void
TAO::RTCosScheduling_ClientScheduler_Interceptor::receive_reply (
PortableInterceptor::ClientRequestInfo_ptr ri
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_UNUSED_ARG(ri);
}
ACE_INLINE void
TAO::RTCosScheduling_ClientScheduler_Interceptor::receive_exception (
PortableInterceptor::ClientRequestInfo_ptr ri
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableInterceptor::ForwardRequest))
{
ACE_UNUSED_ARG(ri);
}
ACE_INLINE void
TAO::RTCosScheduling_ClientScheduler_Interceptor::receive_other (
PortableInterceptor::ClientRequestInfo_ptr ri
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableInterceptor::ForwardRequest))
{
ACE_UNUSED_ARG(ri);
}
#endif /* TAO_HAS_INTERCEPTORS == 1 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -