clientThreat gets log-object now

This commit is contained in:
floty
2011-11-06 20:03:32 +00:00
parent 943c030a13
commit 77cda8da32
3 changed files with 6 additions and 8 deletions
+1 -2
View File
@@ -41,13 +41,12 @@ class NetPacket;
class AvatarManager;
class Log;
class QtToolsInterface;
class ConfigFile;
struct Gsasl;
class ClientThread : public Thread, public boost::enable_shared_from_this<ClientThread>, public SessionDataCallback
{
public:
ClientThread(GuiInterface &gui, AvatarManager &avatarManager, ConfigFile *config);
ClientThread(GuiInterface &gui, AvatarManager &avatarManager, Log *myLog);
virtual ~ClientThread();
// Set the parameters. Does not do any error checking.