summaryrefslogtreecommitdiffstats
path: root/nci/jni/IntervalTimer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nci/jni/IntervalTimer.cpp')
-rw-r--r--nci/jni/IntervalTimer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/nci/jni/IntervalTimer.cpp b/nci/jni/IntervalTimer.cpp
index 4cca01a..304fa7e 100644
--- a/nci/jni/IntervalTimer.cpp
+++ b/nci/jni/IntervalTimer.cpp
@@ -10,9 +10,9 @@
*****************************************************************************/
#include "IntervalTimer.h"
-#include <cutils/log.h>
+#include "OverrideLog.h"
+
-
IntervalTimer::IntervalTimer()
{
mTimerId = NULL;
@@ -73,7 +73,7 @@ bool IntervalTimer::create(TIMER_FUNC cb)
{
struct sigevent se;
int stat = 0;
-
+
/*
* Set the sigevent structure to cause the signal to be
* delivered by creating a new thread.