Plug-ins must implement a concrete factory to be instantiated. More...
#include <io.h>
Inherits dmlite::BaseFactory.

Public Member Functions | |
| virtual | ~IOFactory () |
| Virtual destructor. | |
Protected Member Functions | |
| virtual IODriver * | createIODriver (PluginManager *pm)=0 throw (DmException) |
| Create a IODriver. | |
Friends | |
| class | StackInstance |
Plug-ins must implement a concrete factory to be instantiated.
| IOFactory::~IOFactory | ( | ) | [virtual] |
Virtual destructor.
| virtual IODriver* dmlite::IOFactory::createIODriver | ( | PluginManager * | pm | ) | throw (DmException) [protected, pure virtual] |
Create a IODriver.
friend class StackInstance [friend] |
1.6.1