dmlite
0.6
|
Plug-ins must implement a concrete factory to be instantiated. More...
#include <io.h>
Public Member Functions | |
virtual | ~IOFactory () |
Virtual destructor. | |
![]() | |
virtual | ~BaseFactory () |
Virtual destructor. | |
virtual void | configure (const std::string &key, const std::string &value) throw (DmException) |
Protected Member Functions | |
virtual IODriver * | createIODriver (PluginManager *pm) throw (DmException) |
Create a IODriver. |
Friends | |
class | StackInstance |
Plug-ins must implement a concrete factory to be instantiated.
|
virtual |
Virtual destructor.
|
protectedvirtual |
Create a IODriver.
|
friend |