2
0
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:
Jelte Jansen
2011-08-03 14:51:51 +02:00
parent 885d7987ee
commit d23cde8c42
4 changed files with 87 additions and 13 deletions

View File

@@ -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 {