2024-12-21 10:04:04 +08:00
|
|
|
#include "StdAfx.h"
|
|
|
|
|
//#include "ClientUdpSession.h"
|
|
|
|
|
//#include "ClientSessionManager.h"
|
|
|
|
|
//
|
|
|
|
|
//CClientUdpSession::CClientUdpSession()
|
|
|
|
|
//{
|
|
|
|
|
// CClientSessionManager::GetInstance().AddUdpSession( this );
|
|
|
|
|
//}
|
|
|
|
|
//
|
|
|
|
|
//CClientUdpSession::~CClientUdpSession()
|
|
|
|
|
//{
|
|
|
|
|
// CClientSessionManager::GetInstance().RemoveUdpSession( this );
|
|
|
|
|
//}
|