Apply Tizen C++ coding style based on context-common changes 91/64591/2
authorSomin Kim <somin926.kim@samsung.com>
Mon, 4 Apr 2016 04:21:59 +0000 (13:21 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Mon, 4 Apr 2016 05:54:20 +0000 (14:54 +0900)
commitbb52ea000bf973bd227090af3f7f216d0bd4883a
tree5ebf9224e3cb2b5b5b18a173a7c3064953c8a73d
parent89330c31f4651690955890e3a0e902a1bb4949cf
Apply Tizen C++ coding style based on context-common changes
- ContextManager, IContextManager, ContextProviderBase(context_provider_iface)

Change-Id: Icfbdfaaf570a98aba2115cb3c169722a3f01b7ab
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
53 files changed:
include/custom_context_provider.h
src/custom/custom_base.cpp
src/custom/custom_base.h
src/custom/custom_context_provider.cpp
src/device/activity/activity.h
src/device/activity/activity_base.cpp
src/device/activity/activity_base.h
src/device/device_context_provider.cpp
src/device/device_provider_base.cpp [new file with mode: 0644]
src/device/device_provider_base.h [new file with mode: 0644]
src/device/provider_base.cpp [deleted file]
src/device/provider_base.h [deleted file]
src/device/social/call.cpp
src/device/social/call.h
src/device/social/contacts.cpp
src/device/social/contacts.h
src/device/social/email.cpp
src/device/social/email.h
src/device/social/message.cpp
src/device/social/message.h
src/device/system/alarm.cpp
src/device/system/alarm.h
src/device/system/battery.cpp
src/device/system/battery.h
src/device/system/headphone.cpp
src/device/system/headphone.h
src/device/system/psmode.cpp
src/device/system/psmode.h
src/device/system/runtime-info/base_rtinfo.h
src/device/system/runtime-info/charger.cpp
src/device/system/runtime-info/gps.cpp
src/device/system/runtime-info/usb.cpp
src/device/system/time.cpp
src/device/system/time.h
src/device/system/wifi.cpp
src/device/system/wifi.h
src/place/geofence/myplace_handle.cpp
src/place/geofence/place_geofence.cpp
src/place/geofence/place_geofence.h
src/place/place_context_provider.cpp
src/place/recognition/place_recognition.cpp
src/place/recognition/place_recognition.h
src/statistics/app/app_stats_provider.cpp
src/statistics/app/app_stats_provider.h
src/statistics/app/db_handle.cpp
src/statistics/media/db_handle.cpp
src/statistics/media/media_stats_provider.cpp
src/statistics/media/media_stats_provider.h
src/statistics/shared/db_handle_base.cpp
src/statistics/social/db_handle.cpp
src/statistics/social/social_stats_provider.cpp
src/statistics/social/social_stats_provider.h
src/statistics/statistics_context_provider.cpp