]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utils.cpp
Committing in .
[wxWidgets.git] / src / palmos / utils.cpp
index e35d21ae23058848444dccb2692f7e66873aaea7..788f6e6b50f1a275c7d8a5e26f5f143ba82e19a3 100644 (file)
@@ -35,6 +35,7 @@
 #include "wx/apptrait.h"
 #include "wx/dynload.h"
 #include "wx/confbase.h"
+#include "wx/power.h"
 
 #include <MemoryMgr.h>
 #include <DLServer.h>
@@ -147,6 +148,10 @@ bool wxShutdown(wxShutdownFlags wFlags)
     return false;
 }
 
+// ----------------------------------------------------------------------------
+// power management
+// ----------------------------------------------------------------------------
+
 wxPowerType wxGetPowerType()
 {
     return wxPOWER_BATTERY;