#include <plugin.h>
Inheritance diagram for PDevicePluginAdapterBase:
Public Member Functions | |
PDevicePluginAdapterBase () | |
virtual | ~PDevicePluginAdapterBase () |
virtual void | CreateFactory (const PString &device)=0 |
PDevicePluginAdapterBase::PDevicePluginAdapterBase | ( | ) | [inline] |
virtual PDevicePluginAdapterBase::~PDevicePluginAdapterBase | ( | ) | [inline, virtual] |
virtual void PDevicePluginAdapterBase::CreateFactory | ( | const PString & | device | ) | [pure virtual] |
Implemented in PDevicePluginAdapter< DeviceBase >.