Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ActionDelDomain.h 338B

1234567891011121314151617181920
  1. //
  2. // Created by robin on 8/9/15.
  3. //
  4. #ifndef PDNS_SLAVE_ACTIONDELDOMAIN_H
  5. #define PDNS_SLAVE_ACTIONDELDOMAIN_H
  6. # include "DBO/Actions/Action.h"
  7. class ActionDelDomain : public Action
  8. {
  9. public:
  10. ActionDelDomain();
  11. protected:
  12. const std::string getSql(AbstractSql* sqlDb) const override;
  13. };
  14. #endif //PDNS_SLAVE_ACTIONDELDOMAIN_H