tick for Qblog service added to update server

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@580 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2008-06-06 23:40:43 +00:00
parent 5a2c0a27a2
commit bba3c20045

View File

@ -215,10 +215,10 @@ void RsServer::run()
if (mRanking) if (mRanking)
mRanking->tick(); mRanking->tick();
/* TODO need to implement tick function
if(mQblog) if(mQblog)
mQblog->tick() mQblog->tick();
*/
#if 0 #if 0