14 lines
322 B
C++
14 lines
322 B
C++
|
|
#include "StdAfx.h"
|
||
|
|
//#include "ClientUdpSession.h"
|
||
|
|
//#include "ClientSessionManager.h"
|
||
|
|
//
|
||
|
|
//CClientUdpSession::CClientUdpSession()
|
||
|
|
//{
|
||
|
|
// CClientSessionManager::GetInstance().AddUdpSession( this );
|
||
|
|
//}
|
||
|
|
//
|
||
|
|
//CClientUdpSession::~CClientUdpSession()
|
||
|
|
//{
|
||
|
|
// CClientSessionManager::GetInstance().RemoveUdpSession( this );
|
||
|
|
//}
|