From 74ff38303ab59cbc66a9761c130a961d101a8e4f Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Thu, 30 Jun 2016 10:19:25 +0900 Subject: [PATCH] sensor: change SensorProxy::isRunning() to a public member Change-Id: Id92e10fa303ba779289f9e0d633f02d4fd93184b Signed-off-by: Mu-Woong Lee --- src/sensor/SensorProxy.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sensor/SensorProxy.h b/src/sensor/SensorProxy.h index d264668..ba60b35 100644 --- a/src/sensor/SensorProxy.h +++ b/src/sensor/SensorProxy.h @@ -35,6 +35,7 @@ namespace ctx { virtual bool start(); virtual void stop(); + bool isRunning(); void flush(); protected: @@ -47,8 +48,6 @@ namespace ctx { static bool isSupported(sensor_type_t type); - bool isRunning(); - virtual void onEvent(sensor_data_t *eventData) = 0; private: -- 2.34.1