--- trunk/H7 Server/TcpClientClass.h 2007/01/31 12:40:37 27 +++ trunk/H7 Server/TcpClientClass.h 2007/01/31 12:42:51 28 @@ -1,6 +1,8 @@ #pragma once #include "afxsock.h" + + class TcpClientClass : public CSocket { @@ -8,4 +10,5 @@ TcpClientClass(void); ~TcpClientClass(void); virtual void OnReceive(int nErrorCode); + };