17 lines
329 B
C++
17 lines
329 B
C++
|
|
#include "StdAfx.h"
|
||
|
|
//#include "ClientTcpSession.h"
|
||
|
|
//#include "ClientSessionManager.h"
|
||
|
|
//
|
||
|
|
//
|
||
|
|
//CClientTcpSession::CClientTcpSession()
|
||
|
|
//{
|
||
|
|
// CClientSessionManager::GetInstance().AddTcpSession( this );
|
||
|
|
//}
|
||
|
|
//
|
||
|
|
//CClientTcpSession::~CClientTcpSession()
|
||
|
|
//{
|
||
|
|
// CClientSessionManager::GetInstance().RemoveTcpSession( this );
|
||
|
|
//}
|
||
|
|
//
|
||
|
|
|