19 #ifndef RTC_EXECUTIONCONTEXTBASE_H
20 #define RTC_EXECUTIONCONTEXTBASE_H
22 #include <rtm/idl/RTCSkel.h>
23 #include <rtm/idl/OpenRTMSkel.h>
27 #pragma warning( disable : 4290 )
52 :
public virtual POA_OpenRTM::ExtTrigExecutionContextService,
53 public virtual PortableServer::RefCountServantBase
85 throw (CORBA::SystemException)
116 virtual RTC::ExecutionContextService_ptr
getObjRef() = 0;
121 #pragma warning( default : 4290 )
124 #endif // RTC_EXECUTIONCONTEXTBASE_H