Various clientprefs logging to try and catch bug 2698 in the act.

This commit is contained in:
David Anderson
2008-10-15 01:01:36 -07:00
parent 34d2d7760b
commit 974f31c149
3 changed files with 47 additions and 14 deletions
+15
View File
@@ -91,6 +91,21 @@ public:
/* Params to be bound */
ParamData m_params;
inline IPreparedQuery *GetQuery()
{
return m_pQuery;
}
inline querytype GetType()
{
return m_type;
}
inline IDatabase *GetDB()
{
return m_database;
}
private:
IPreparedQuery *m_pQuery;
IDatabase *m_database;