aboutsummaryrefslogtreecommitdiffstats
path: root/nci/jni/IntervalTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'nci/jni/IntervalTimer.h')
-rw-r--r--nci/jni/IntervalTimer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nci/jni/IntervalTimer.h b/nci/jni/IntervalTimer.h
index 66e345d3..b6bbd5a9 100644
--- a/nci/jni/IntervalTimer.h
+++ b/nci/jni/IntervalTimer.h
@@ -31,6 +31,7 @@ public:
bool set(int ms, TIMER_FUNC cb);
void kill();
bool create(TIMER_FUNC );
+ bool isRunning(void); //This function returns true if a valid timer is running(curTime > 0)
private:
timer_t mTimerId;