#include <CkptRawDAO.h>
Inheritance diagram for RawDAOFactory:
Public Member Functions | |
DAOInterface * | createInputDAO () |
DAOInterface * | createInputDAO (byte_array *bA) |
DAOInterface * | createOutputDAO () |
Definition at line 99 of file CkptRawDAO.h.
DAOInterface* RawDAOFactory::createInputDAO | ( | ) | [inline, virtual] |
DAOInterface* RawDAOFactory::createInputDAO | ( | byte_array * | bA | ) | [inline] |
Definition at line 104 of file CkptRawDAO.h.
DAOInterface* RawDAOFactory::createOutputDAO | ( | ) | [inline, virtual] |