/[projects]/wxCpuThrottle/src/wxcputhrottleframe.h
ViewVC logotype

Diff of /wxCpuThrottle/src/wxcputhrottleframe.h

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

revision 23 by torben, Thu Aug 9 17:24:40 2007 UTC revision 24 by torben, Thu Aug 9 20:57:19 2007 UTC
# Line 23  Line 23 
23    
24  #include <wx/wx.h>  #include <wx/wx.h>
25  #include "trayicon.h"  #include "trayicon.h"
26    #include "acpiparser.h"
27    
28  class wxCpuThrottleFrame : public wxDialog  class wxCpuThrottleFrame : public wxDialog
29  {  {
30          public:          public:
31                  wxCpuThrottleFrame( const wxString& title, const wxPoint& pos, const wxSize& size );                  wxCpuThrottleFrame();
32                  void OnQuit( wxCommandEvent& event );                  void OnQuit( wxCommandEvent& event );
33                  void OnAbout( wxCommandEvent& event );                  void OnAbout( wxCommandEvent& event );
34                  void OnClose( wxCloseEvent&  event  );                  void OnClose( wxCloseEvent&  event  );
# Line 36  class wxCpuThrottleFrame : public wxDial Line 37  class wxCpuThrottleFrame : public wxDial
37                                    
38                  wxIcon mIcon;                  wxIcon mIcon;
39                  TrayIcon* mTrayIcon;                  TrayIcon* mTrayIcon;
40                    AcpiParser mParser;
41                    
42                  DECLARE_EVENT_TABLE()                  DECLARE_EVENT_TABLE()
43  };  };
44    
 #endif  
45    #endif

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.20