Overhaul of ClientPrefs extension (bug 5538, r=asherkin).

This commit is contained in:
Kyle Sanderson
2013-02-28 21:51:49 +00:00
parent 6b07625192
commit 5d942265f9
9 changed files with 325 additions and 359 deletions
+4
View File
@@ -93,6 +93,10 @@ public:
{
return m_database;
}
public:
querytype PullQueryType();
int PullQuerySerial();
private:
IDatabase *m_database;