--- trunk/FlisServer/FlisServerDlg.h 2007/12/02 08:49:18 120 +++ trunk/FlisServer/FlisServerDlg.h 2007/12/02 12:03:03 121 @@ -54,12 +54,13 @@ void Reader(); void DBReadData(CString IDnr,CString CommandID,CString InstallationsID); vector DBReadPhone(CString sInstallationsID); + int tversum(unsigned input); public: CEdit m_Textwindow; - afx_msg void OnBnClickedtest(); afx_msg void OnBnClickedClose(); afx_msg void OnBnClickedGsmpin(); int continueThread, ResetSms; friend UINT threadWrapper(LPVOID thread); + afx_msg void OnBnClickedStart(); };