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

Contents of /wxCpuThrottle/src/wxcputhrottle.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.20