sleeptimer: allow only one instance

* remove unneeded includes


Origin commit data
------------------
Branch: ni/coolstream
Commit: 07da9cecdc
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-14 (Tue, 14 May 2013)

Origin message was:
------------------
- sleeptimer: allow only one instance

* remove unneeded includes


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-05-14 22:20:40 +02:00
parent c9b9d8a5cb
commit fd65a17157
2 changed files with 23 additions and 13 deletions

View File

@@ -27,8 +27,11 @@
class CSleepTimerWidget: public CMenuTarget
{
public:
int exec(CMenuTarget* parent, const std::string & actionKey);
private:
static bool is_running;
public:
int exec(CMenuTarget* parent, const std::string & actionKey);
};