/[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 110 by kevin, Fri Nov 30 16:03:46 2007 UTC revision 121 by kevin, Sun Dec 2 12:03:03 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            int tversum(unsigned input);
58    
59  public:  public:
60          CEdit m_Textwindow;          CEdit m_Textwindow;
         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            afx_msg void OnBnClickedStart();
66  };  };

Legend:
Removed from v.110  
changed lines
  Added in v.121

  ViewVC Help
Powered by ViewVC 1.1.20