session refactoring

This commit is contained in:
doitux
2008-10-08 07:52:06 +00:00
parent de6228bb7d
commit 6bfd0b0dfb
3 changed files with 4 additions and 9 deletions
-2
View File
@@ -58,7 +58,6 @@ public:
~gameTableImpl();
boost::shared_ptr<Session> getSession();
// void setSession(boost::shared_ptr<Session> session);
void setStartWindow(startWindowImpl* s) { myStartWindow = s; }
void setLog(Log* l) { myLog = l; }
@@ -281,7 +280,6 @@ public slots:
private:
boost::shared_ptr<GuiInterface> myServerGuiInterface;
boost::shared_ptr<Session> mySession;
Log *myLog;
Chat *myChat;
ConfigFile *myConfig;