sensord: move operate_sensor function to sensor_client_info 98/75598/1
authorkibak.yoon <kibak.yoon@samsung.com>
Thu, 2 Jun 2016 04:49:19 +0000 (13:49 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Mon, 20 Jun 2016 13:27:31 +0000 (22:27 +0900)
commit48a6c5a2953fcb3156d839200ce81471c73eab17
treef89ea5c7a427f9d66fb278d715dff497a86c472d
parent2d29dbd9dffa335735afcbc0098388fbb76e1150
sensord: move operate_sensor function to sensor_client_info

- it would be better to move operate_sensor() to sensor_client_info class,
  because it is only related with that class.
- because "operate_sensor" name is ambiguous, rename it to
  set_pause_policy.

Change-Id: I593f1380015e7d38ed413e5cda8141718942d23a
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/client/client.cpp
src/client/sensor_client_info.cpp
src/client/sensor_client_info.h
src/client/sensor_event_listener.cpp
src/client/sensor_event_listener.h