--- trunk/H7 Server/H7 ServerDlg.h 2007/01/29 10:52:02 5 +++ trunk/H7 Server/H7 ServerDlg.h 2007/01/29 13:01:26 6 @@ -42,5 +42,6 @@ int m_Start; CButton m_Restart; afx_msg void OnBnClickedStart(); - CString SetTcpPort(CString Port); + int StartTcp(void); + afx_msg void OnBnClickedTest(); };