session refactoring

This commit is contained in:
doitux
2008-10-08 08:11:37 +00:00
parent 6bfd0b0dfb
commit 5924266b02
3 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -51,7 +51,8 @@ public:
void setSession(boost::shared_ptr<Session> session) { mySession = session; }
boost::shared_ptr<Session> getSession() { assert(mySession.get()); return mySession; }
boost::shared_ptr< GuiInterface > getMyServerGuiInterface() const { return myServerGuiInterface; }
signals:
void signalShowClientDialog();
@@ -111,7 +112,7 @@ public slots:
void networkStart(boost::shared_ptr<Game> game);
QStringList getPlayerNicksList();
private:
ConfigFile *myConfig;