infoclock: add getStatus() function

Origin commit data
------------------
Branch: ni/coolstream
Commit: eba43cc5f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-01-09 (Fri, 09 Jan 2015)

Origin message was:
------------------
- infoclock: add getStatus() function

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-01-09 15:04:12 +01:00
parent 9d067fb50e
commit 2ae7862fbf

View File

@@ -47,6 +47,8 @@ class CInfoClock : public CComponentsFrmClock
bool StopClock();
bool enableInfoClock(bool enable);
void ClearDisplay();
bool getStatus(void) { return paintClock; }
};
#endif