sensor: rename SensorProxy::start() and stop() to listen() and unlisten() 51/77451/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 30 Jun 2016 01:19:41 +0000 (10:19 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 30 Jun 2016 01:19:41 +0000 (10:19 +0900)
commitaea4896e46f2c31efb7d144117a219826d9c7c79
treed2130b6eda89be255b918eb034d10041ea0ea716
parent74ff38303ab59cbc66a9761c130a961d101a8e4f
sensor: rename SensorProxy::start() and stop() to listen() and unlisten()

start() and stop() are being used by logger classes with different meanings,
thus it would be better to rename them to avoid ambiguity.

Change-Id: Iaeb1aea86997f0659a768a31d88d47a371bda653
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/sensor/SensorProxy.cpp
src/sensor/SensorProxy.h
src/sensor/pedometer/PedometerLogger.cpp
src/sensor/pressure/PressureLogger.cpp