--- trunk/H7 Server/H7 ServerDlg.h 2007/01/31 17:05:15 32 +++ trunk/H7 Server/H7 ServerDlg.h 2007/01/31 17:22:59 33 @@ -6,6 +6,11 @@ #include "TcpServerClass.h" #include "H7Serial.h" +#include + +// Fortæller at der er en funktion, et eller andet sted, der hedder GetAvailableComPorts(). +std::vector GetAvailableComPorts(); + // CH7ServerDlg dialog class CH7ServerDlg : public CDialog { @@ -33,6 +38,7 @@ afx_msg HCURSOR OnQueryDragIcon(); DECLARE_MESSAGE_MAP() public: + bool m_First; CEdit m_Status; CComboBox m_BaudRate; CComboBox m_Serial; @@ -50,4 +56,7 @@ void NewLine(void); CString OnOff(int value); void UpdateStatus(CString name, short value); + void UpdateClient(void); + afx_msg void OnBnClickedStop(); + void TcpStatus(void); };