/[H7]/trunk/H7 Server/H7 ServerDlg.h
ViewVC logotype

Diff of /trunk/H7 Server/H7 ServerDlg.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by hedin, Mon Jan 29 14:35:42 2007 UTC revision 11 by hedin, Mon Jan 29 16:18:31 2007 UTC
# Line 4  Line 4 
4  #pragma once  #pragma once
5  #include "afxwin.h"  #include "afxwin.h"
6  #include "TcpServerClass.h"  #include "TcpServerClass.h"
 #include "TcpClientClass.h"  
   
7    
8  // CH7ServerDlg dialog  // CH7ServerDlg dialog
9  class CH7ServerDlg : public CDialog  class CH7ServerDlg : public CDialog
# Line 25  public: Line 23  public:
23  protected:  protected:
24          HICON m_hIcon;          HICON m_hIcon;
25          TcpServerClass TcpServer;          TcpServerClass TcpServer;
         TcpClientClass TcpClient;  
26    
27          // Generated message map functions          // Generated message map functions
28          virtual BOOL OnInitDialog();          virtual BOOL OnInitDialog();
# Line 45  public: Line 42  public:
42          int StartTcp(void);          int StartTcp(void);
43          afx_msg void OnBnClickedTest();          afx_msg void OnBnClickedTest();
44          afx_msg void OnBnClickedRestart();          afx_msg void OnBnClickedRestart();
45            void ServerInit(void);
46  };  };

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.20