sensor: change SensorProxy::isRunning() to a public member 50/77450/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 30 Jun 2016 01:19:25 +0000 (10:19 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 30 Jun 2016 01:19:25 +0000 (10:19 +0900)
Change-Id: Id92e10fa303ba779289f9e0d633f02d4fd93184b
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/sensor/SensorProxy.h

index d264668..ba60b35 100644 (file)
@@ -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: