mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-18 14:00:15 +00:00
[trac1062] initial addition of searchForRecords and getNextRecord
This commit is contained in:
@@ -39,6 +39,8 @@ public:
|
||||
return (std::pair<bool, int>(false, 0));
|
||||
}
|
||||
}
|
||||
virtual void searchForRecords(int, const std::string&) const {};
|
||||
virtual bool getNextRecord(std::vector<std::string>&) const { return false; };
|
||||
};
|
||||
|
||||
class DatabaseClientTest : public ::testing::Test {
|
||||
|
Reference in New Issue
Block a user