#include <CkptDAO.h>
Inheritance diagram for DAOInterfaceFactory:
Public Member Functions | |
virtual DAOInterface * | createInputDAO ()=0 |
virtual DAOInterface * | createOutputDAO ()=0 |
Used to create input and output interfaces that are concrete implementations of InputDAO and OutputDAO, respectively.
Definition at line 214 of file CkptDAO.h.
virtual DAOInterface* DAOInterfaceFactory::createInputDAO | ( | ) | [pure virtual] |
Implemented in RawDAOFactory.
virtual DAOInterface* DAOInterfaceFactory::createOutputDAO | ( | ) | [pure virtual] |