///////////////////////////////////////////////////////////////////////////////
-// Name: wx/include/wx/power.h
+// Name: wx/power.h
// Purpose: functions and classes for system power management
// Author: Vadim Zeitlin
// Modified by:
private:
bool m_veto;
+
+ DECLARE_ABSTRACT_CLASS(wxPowerEvent)
};
BEGIN_DECLARE_EVENT_TYPES()
WXDLLIMPEXP_BASE wxBatteryState wxGetBatteryState();
#endif // _WX_POWER_H_
-