00001 00002 #ifndef _QAPOLLO_DB_DAQ_HH_ 00003 #define _QAPOLLO_DB_DAQ_HH_ 00004 00005 #include "QCuore.hh" 00006 #include "QApolloDb.hh" 00007 00016 class QApolloDbDaq : public QApolloDb 00017 { 00018 public: 00019 00020 QApolloDbDaq(); 00021 virtual ~QApolloDbDaq(); 00022 00023 }; 00024 00025 #endif // _QAPOLLO_DB_DAQ_HH_