您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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