📄 ec_group_scheduling.cpp
字号:
// EC_Group_Scheduling.cpp,v 1.2 2002/01/29 20:20:49 okellogg Exp
#include "EC_Group_Scheduling.h"
#include "EC_QOS_Info.h"
#include "EC_Supplier_Filter.h"
#if ! defined (__ACE_INLINE__)
#include "EC_Group_Scheduling.inl"
#endif /* __ACE_INLINE__ */
ACE_RCSID(Event, EC_Group_Scheduling, "EC_Group_Scheduling.cpp,v 1.2 2002/01/29 20:20:49 okellogg Exp")
void
TAO_EC_Group_Scheduling::add_proxy_supplier_dependencies (
TAO_EC_ProxyPushSupplier *,
TAO_EC_ProxyPushConsumer *
ACE_ENV_ARG_DECL_NOT_USED)
{
}
void
TAO_EC_Group_Scheduling::schedule_event (const RtecEventComm::EventSet &event,
TAO_EC_ProxyPushConsumer *,
TAO_EC_Supplier_Filter *filter
ACE_ENV_ARG_DECL)
{
TAO_EC_QOS_Info event_info;
// @@ yuck...
filter->push_scheduled_event (ACE_const_cast (RtecEventComm::EventSet&,
event),
event_info
ACE_ENV_ARG_PARAMETER);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -