DragonNest/Common/NetworkLib/ClientUdpSession.cpp

14 lines
322 B
C++
Raw Permalink Normal View History

#include "StdAfx.h"
//#include "ClientUdpSession.h"
//#include "ClientSessionManager.h"
//
//CClientUdpSession::CClientUdpSession()
//{
// CClientSessionManager::GetInstance().AddUdpSession( this );
//}
//
//CClientUdpSession::~CClientUdpSession()
//{
// CClientSessionManager::GetInstance().RemoveUdpSession( this );
//}