#include "LobbySession.h" namespace Core { LobbySession::LobbySession( void ) { //setSocket(NULL); } LobbySession::~LobbySession( void ) { } }