/[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 143 by kevin, Mon Dec 3 14:13:20 2007 UTC revision 144 by kevin, Tue Dec 4 13:26:00 2007 UTC
# Line 5  Line 5 
5  #include "afxwin.h"  #include "afxwin.h"
6  #include "stdafx.h"  #include "stdafx.h"
7  #include <vector>  #include <vector>
8    #include <list>
9  #include "Containers.h"  #include "Containers.h"
10  #include "Serial.h"  #include "Serial.h"
11  #include <iostream>  #include <iostream>
# Line 17  class CFlisServerDlg : public CDialog Line 18  class CFlisServerDlg : public CDialog
18  public:  public:
19          CFlisServerDlg(CWnd* pParent = NULL);   // standard constructor          CFlisServerDlg(CWnd* pParent = NULL);   // standard constructor
20          CSerial Serial;          CSerial Serial;
21            keepalive Alive;
22          CFlisServerDlg * mainwindow;          CFlisServerDlg * mainwindow;
23            std::list<Acknowledge> Acks;
24  // Dialog Data  // Dialog Data
25          enum { IDD = IDD_FLISSERVER_DIALOG };          enum { IDD = IDD_FLISSERVER_DIALOG };
26    
# Line 56  protected: Line 59  protected:
59          vector<Installation> DBReadPhone(CString sInstallationsID);          vector<Installation> DBReadPhone(CString sInstallationsID);
60          int tversum(__int64 input);          int tversum(__int64 input);
61          void AppendText(CString s);          void AppendText(CString s);
62            vector<keepalive> keepaliveandread(void);
63    
64  public:  public:
65          CEdit m_Textwindow;          CEdit m_Textwindow;
# Line 64  public: Line 68  public:
68          int continueThread, ResetSms;          int continueThread, ResetSms;
69          friend UINT threadWrapper(LPVOID thread);          friend UINT threadWrapper(LPVOID thread);
70          afx_msg void OnBnClickedStart();          afx_msg void OnBnClickedStart();
71            void HandleAcknowledge(CString tlfnr);
72            void CheckAcknowledges();
73            void DumpAckList();
74  };  };

Legend:
Removed from v.143  
changed lines
  Added in v.144

  ViewVC Help
Powered by ViewVC 1.1.20