]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2907] add SingletonList::getZoneTableAccessor because of base class change
authorPaul Selkirk <pselkirk@isc.org>
Wed, 29 May 2013 19:15:21 +0000 (15:15 -0400)
committerPaul Selkirk <pselkirk@isc.org>
Wed, 29 May 2013 19:15:21 +0000 (15:15 -0400)
src/bin/auth/tests/query_unittest.cc

index 9bf1358ca2d32430ab1fadb5800c4f9f5793b2fc..506576f372976719f4113e8b57b10975385e6a3f 100644 (file)
@@ -80,6 +80,12 @@ public:
                 return (FindResult());
         }
     }
+    virtual ConstZoneTableAccessorPtr
+    getZoneTableAccessor(const std::string&, bool) const {
+        isc_throw(isc::NotImplemented,
+                  "getZoneTableAccessor not implemented for SingletonList");
+    }
+
 private:
     DataSourceClient& client_;
 };