1. 최초 커밋
This commit is contained in:
14
TestClient/ConnectSocket.h
Normal file
14
TestClient/ConnectSocket.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "afxwin.h"
|
||||
// CConnectSocket <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
|
||||
|
||||
class CConnectSocket : public CSocket
|
||||
{
|
||||
public:
|
||||
CConnectSocket();
|
||||
virtual ~CConnectSocket();
|
||||
virtual void OnClose(int nErrorCode);
|
||||
virtual void OnReceive(int nErrorCode);
|
||||
public:
|
||||
BOOL ServerConnectState;
|
||||
};
|
Reference in New Issue
Block a user