Applying Tizen C++ coding style to device context provider 80/64780/3
authorSomin Kim <somin926.kim@samsung.com>
Tue, 5 Apr 2016 08:55:55 +0000 (17:55 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Wed, 6 Apr 2016 04:20:32 +0000 (21:20 -0700)
commitea563a7c8f713d6d8739c2437fe7ba873af3cfd7
tree1bf140deb7f38eaea92e4c2ee0fd6afda601557f
parent25989911010af46f8f943ed765cffca412ab4afd
Applying Tizen C++ coding style to device context provider

Change-Id: I1d3b75c1192f58facb200dee7f92062b9dbe7ba8
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
46 files changed:
src/device/CMakeLists.txt
src/device/DeviceContextProvider.cpp [new file with mode: 0644]
src/device/DeviceProviderBase.cpp [moved from src/device/device_provider_base.cpp with 55% similarity]
src/device/DeviceProviderBase.h [moved from src/device/device_provider_base.h with 83% similarity]
src/device/activity/Activity.h [moved from src/device/activity/activity.h with 50% similarity]
src/device/activity/ActivityBase.cpp [moved from src/device/activity/activity_base.cpp with 51% similarity]
src/device/activity/ActivityBase.h [moved from src/device/activity/activity_base.h with 54% similarity]
src/device/activity/ActivityTypes.h [moved from src/device/activity/activity_types.h with 89% similarity]
src/device/device_context_provider.cpp [deleted file]
src/device/social/Call.cpp [moved from src/device/social/call.cpp with 64% similarity]
src/device/social/Call.h [new file with mode: 0644]
src/device/social/Contacts.cpp [moved from src/device/social/contacts.cpp with 51% similarity]
src/device/social/Contacts.h [moved from src/device/social/contacts.h with 61% similarity]
src/device/social/Email.cpp [moved from src/device/social/email.cpp with 56% similarity]
src/device/social/Email.h [moved from src/device/social/email.h with 75% similarity]
src/device/social/Message.cpp [moved from src/device/social/message.cpp with 64% similarity]
src/device/social/Message.h [moved from src/device/social/message.h with 62% similarity]
src/device/social/SocialTypes.h [moved from src/device/social/social_types.h with 93% similarity]
src/device/social/call.h [deleted file]
src/device/system/Alarm.cpp [new file with mode: 0644]
src/device/system/Alarm.h [new file with mode: 0644]
src/device/system/Battery.cpp [moved from src/device/system/battery.cpp with 54% similarity]
src/device/system/Battery.h [moved from src/device/system/battery.h with 56% similarity]
src/device/system/Headphone.cpp [new file with mode: 0644]
src/device/system/Headphone.h [new file with mode: 0644]
src/device/system/Psmode.cpp [moved from src/device/system/psmode.cpp with 66% similarity]
src/device/system/Psmode.h [moved from src/device/system/psmode.h with 58% similarity]
src/device/system/SystemTypes.h [moved from src/device/system/system_types.h with 94% similarity]
src/device/system/Time.cpp [moved from src/device/system/time.cpp with 57% similarity]
src/device/system/Time.h [moved from src/device/system/time.h with 66% similarity]
src/device/system/Wifi.cpp [new file with mode: 0644]
src/device/system/Wifi.h [new file with mode: 0644]
src/device/system/alarm.cpp [deleted file]
src/device/system/alarm.h [deleted file]
src/device/system/headphone.cpp [deleted file]
src/device/system/headphone.h [deleted file]
src/device/system/runtime_info/Charger.cpp [moved from src/device/system/runtime-info/charger.cpp with 64% similarity]
src/device/system/runtime_info/Charger.h [moved from src/device/system/runtime-info/charger.h with 61% similarity]
src/device/system/runtime_info/Gps.cpp [moved from src/device/system/runtime-info/gps.cpp with 63% similarity]
src/device/system/runtime_info/Gps.h [moved from src/device/system/runtime-info/usb.h with 63% similarity]
src/device/system/runtime_info/RuntimeInfoBase.cpp [moved from src/device/system/runtime-info/base_rtinfo.cpp with 53% similarity]
src/device/system/runtime_info/RuntimeInfoBase.h [moved from src/device/system/runtime-info/base_rtinfo.h with 59% similarity]
src/device/system/runtime_info/Usb.cpp [moved from src/device/system/runtime-info/usb.cpp with 76% similarity]
src/device/system/runtime_info/Usb.h [moved from src/device/system/runtime-info/gps.h with 63% similarity]
src/device/system/wifi.cpp [deleted file]
src/device/system/wifi.h [deleted file]