Upgraded clientprefs to use the client serial API (bug 3616)

This commit is contained in:
Matt Woodrow
2009-02-19 19:28:50 +13:00
parent ca3df3bd50
commit f19cb010a0
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ struct ParamData
class TQueryOp : public IDBThreadOperation
{
public:
TQueryOp(enum querytype type, int userid);
TQueryOp(enum querytype type, int serial);
TQueryOp(enum querytype type, Cookie *cookie);
~TQueryOp() {}
@@ -102,7 +102,7 @@ private:
enum querytype m_type;
/* Data to be passed to the callback */
int m_userid;
int m_serial;
int m_insertId;
Cookie *m_pCookie;
};