added more virtual methods to network exchange service

removed xml parser utility
removed extraneous info from retrodb

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@5073 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2012-04-01 21:10:55 +00:00
parent 030b009f9a
commit e560e00029
8 changed files with 316 additions and 10940 deletions

View file

@ -141,11 +141,6 @@ public:
*/
void vacuum();
/*!
* TODO: remove, do not use; for testing
*/
sqlite3_stmt* getCurrStmt();
public:
static const int OPEN_READONLY;
@ -156,7 +151,6 @@ private:
sqlite3* mDb;
sqlite3_stmt* mCurrStmt; // TODO: remove
};