/[H9]/trunk/FlisServer/FlisServerDlg.h
ViewVC logotype

Diff of /trunk/FlisServer/FlisServerDlg.h

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

revision 112 by kevin, Fri Nov 30 16:03:46 2007 UTC revision 113 by kevin, Sat Dec 1 14:18:33 2007 UTC
# Line 52  protected: Line 52  protected:
52          void startthread();          void startthread();
53          virtual void runthread();          virtual void runthread();
54          void Reader();          void Reader();
55            void DBReadData(CString IDnr,CString CommandID,CString InstallationsID);
56            vector<Installation> DBReadPhone(CString sInstallationsID);
57    
58  public:  public:
59          CEdit m_Textwindow;          CEdit m_Textwindow;
60          afx_msg void OnBnClickedtest();          afx_msg void OnBnClickedtest();
61          afx_msg void OnBnClickedClose();          afx_msg void OnBnClickedClose();
62          afx_msg void OnBnClickedGsmpin();          afx_msg void OnBnClickedGsmpin();
63          BOOL    continueThread;          int continueThread, ResetSms;
64          friend UINT threadWrapper(LPVOID thread);          friend UINT threadWrapper(LPVOID thread);
65  };  };

Legend:
Removed from v.112  
changed lines
  Added in v.113

  ViewVC Help
Powered by ViewVC 1.1.20