20 #ifndef RTC_SDOSERVICEPROVIDERBASE_H
21 #define RTC_SDOSERVICEPROVIDERBASE_H
28 #include <rtm/idl/SDOPackageStub.h>
135 :
public virtual POA_SDOPackage::SDOService,
136 public virtual PortableServer::RefCountServantBase
173 const SDOPackage::ServiceProfile& profile) = 0;
195 virtual bool reinit(
const SDOPackage::ServiceProfile& profile) = 0;
212 virtual const SDOPackage::ServiceProfile&
getProfile()
const = 0;
237 typedef ::coil::GlobalFactory<
240 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
248 EXTERN template class DLL_PLUGIN
249 ::coil::GlobalFactory< ::RTC::SdoServiceProviderBase >;
253 #endif // RTC_SDOSERVICEPROVIDERBASE_H