]> granicus.if.org Git - pdns/commitdiff
Remove comment about unsigned mismatch from oraclebackend
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 20 Oct 2013 22:58:48 +0000 (00:58 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 20 Oct 2013 22:58:48 +0000 (00:58 +0200)
Now that the docs are correct, we no longer need the comment ;-)

modules/oraclebackend/oraclebackend.hh

index 06ee6e747876280b07ee48356ab169757ff60c47..064fc85c4c32216512a99397fde813f1d3a16dac 100644 (file)
@@ -65,8 +65,8 @@ public:
   void alsoNotifies(const string &domain, set<string> *addrs);
   void getUnfreshSlaveInfos(vector<DomainInfo>* domains);
   void getUpdatedMasters(vector<DomainInfo>* domains);
-  void setFresh(uint32_t zoneId); // No, it's not int zoneId. Really.
-  void setNotified(uint32_t zoneId, uint32_t serial); // ditto
+  void setFresh(uint32_t zoneId);
+  void setNotified(uint32_t zoneId, uint32_t serial);
   bool list(const string &domain, int zoneId);
   bool startTransaction(const string &domain, int zoneId);
   bool feedRecord(const DNSResourceRecord &rr);