Changeset 2024 for trunk/pdns/pdns/backends/gsql/gsqlbackend.hh
- Timestamp:
- 02/15/11 22:06:26 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/backends/gsql/gsqlbackend.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/backends/gsql/gsqlbackend.hh
r2017 r2024 53 53 bool deactivateDomainKey(const string& name, unsigned int id); 54 54 55 bool getTSIGKey(const string& name, string* algorithm, string* content); 55 56 private: 56 57 string d_qname; … … 96 97 string d_ActivateDomainKeyQuery; 97 98 string d_DeactivateDomainKeyQuery; 99 100 string d_getTSIGKeyQuery; 98 101 protected: 99 102 bool d_dnssecQueries;