From 58ee60be9de472ee9d7558e64f23fb53e4d8cb4e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 29 Dec 2019 17:59:11 +0100 Subject: Starting to look good --- inc/jo_lowbat.hpp | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'inc') diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp index 3f70e09..a03c336 100644 --- a/inc/jo_lowbat.hpp +++ b/inc/jo_lowbat.hpp @@ -8,17 +8,14 @@ using namespace std; class Lowbat { public: - uint8_t jo_testAcpi(void); - string jo_exec(const char*); - string jo_fetchBatlvl(void); - int jo_notify(const string); - int jo_speak(const string); + uint8_t jo_testAcpi(void); + int jo_fetchBatlvl(void); + int jo_notify(void); + int jo_speak(const string); + static string jo_exec(const char*); private: + string m_batlvl; }; -int jo_notify(const string); -int jo_speak (const string); -string jo_exec (const char*); - #endif -- cgit v1.2.3