#include <CkptDAO.h>
Inheritance diagram for OutputDAO:
Public Member Functions | |
virtual DAOMode | getMode () |
virtual byte_array * | getOutputData ()=0 |
Get the data to be written to the CKPT service. |
Typically accessed via a CommonDAO pointer created via a DAOInterfaceFactory.
Definition at line 79 of file CkptDAO.h.
virtual DAOMode OutputDAO::getMode | ( | ) | [inline, virtual] |
virtual byte_array* OutputDAO::getOutputData | ( | ) | [pure virtual] |