00001 00002 #ifndef _QAPOLLO_DB_SLOW_HH_ 00003 #define _QAPOLLO_DB_SLOW_HH_ 00004 00005 #include "QCuore.hh" 00006 #include "QApolloDb.hh" 00007 00016 class QApolloDbSlow : public QApolloDb 00017 { 00018 public: 00019 00026 QApolloDbSlow(); 00027 00035 QApolloDbSlow(unsigned int settingsBasket); 00036 00037 virtual ~QApolloDbSlow(); 00038 00042 bool Reset(unsigned int settingsBasket) 00043 { return QApolloDbBase::Get().Reset(settingsBasket); } 00044 00046 bool ResetRun() 00047 { return QApolloDbBase::Get().ResetRun(); } 00048 00049 }; 00050 00051 #endif // _QAPOLLO_DB_SLOW_HH_