--- trunk/H7 Server/H7 ServerDlg.h 2007/01/29 15:29:28 10 +++ trunk/H7 Server/H7 ServerDlg.h 2007/01/29 16:18:31 11 @@ -4,8 +4,6 @@ #pragma once #include "afxwin.h" #include "TcpServerClass.h" -#include "TcpClientClass.h" - // CH7ServerDlg dialog class CH7ServerDlg : public CDialog @@ -25,7 +23,6 @@ protected: HICON m_hIcon; TcpServerClass TcpServer; - TcpClientClass TcpClient; // Generated message map functions virtual BOOL OnInitDialog(); @@ -45,4 +42,5 @@ int StartTcp(void); afx_msg void OnBnClickedTest(); afx_msg void OnBnClickedRestart(); + void ServerInit(void); };