/[projects]/wxCpuThrottle/src/wxcputhrottle.cpp
ViewVC logotype

Annotation of /wxCpuThrottle/src/wxcputhrottle.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (hide annotations) (download)
Thu Aug 9 20:57:19 2007 UTC (16 years, 9 months ago) by torben
File size: 273 byte(s)
Implemented the Functional Layer class AcpiParser, which wraps 
all contact with the /proc file

1 torben 19 #include <wx/wx.h>
2     #include "wxcputhrottle.h"
3    
4 torben 20 #include "wxcputhrottleframe.h"
5 torben 19
6     IMPLEMENT_APP(wxCpuThrottleapp)
7    
8    
9 torben 20 bool wxCpuThrottleapp::OnInit()
10 torben 19 {
11 torben 24 wxCpuThrottleFrame *frame = new wxCpuThrottleFrame();
12 torben 19
13 torben 20 frame->Show(false);
14 torben 19 SetTopWindow(frame);
15 torben 20
16    
17 torben 19 return TRUE;
18     }

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.20