00001 00010 #ifndef _QAPOLLO_DB_DAQ_HH_ 00011 #define _QAPOLLO_DB_DAQ_HH_ 00012 00013 #include "QCuore.hh" 00014 #include "QApolloDb.hh" 00015 00016 class QApolloDbDaq : public QApolloDb { 00017 public: 00018 00019 QApolloDbDaq(); 00020 virtual ~QApolloDbDaq(); 00021 00022 }; 00023 00024 #endif // _QAPOLLO_DB_DAQ_HH_