optimizing local sqlite-logging; implementing first steps network client sqlite-logging

This commit is contained in:
floty
2011-11-09 21:39:37 +00:00
parent 32d26e3644
commit 385a641ede
13 changed files with 177 additions and 392 deletions
+6
View File
@@ -513,6 +513,12 @@ ClientThread::GetGui()
return m_gui;
}
boost::shared_ptr<Log>
ClientThread::GetClientLog()
{
return m_clientLog;
}
AvatarManager &
ClientThread::GetAvatarManager()
{