Rename the factory functions 'create' to 'CreateProvider' 29/69029/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 11 May 2016 07:23:27 +0000 (16:23 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 11 May 2016 07:23:27 +0000 (16:23 +0900)
commiteadeb957b48eba7fe903c9ca358143a5b4cb9549
treedd7d42694e2ee711cf9f98af5c073691db5f7fb3
parent082dcf359d91965c943cc171ab39bd7cf971f8f5
Rename the factory functions 'create' to 'CreateProvider'

It seems that the geofence manager library has a symbol conflict issue with 'create'.
This patch fixes this symbol conflict issue.

Change-Id: I2956abcd8c96b8a4b3d810d9f96f51a96a33c7ac
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
15 files changed:
src/activity/CreateProvider.cpp [moved from src/activity/create.cpp with 90% similarity]
src/app-stats/CreateProvider.cpp [moved from src/app-stats/create.cpp with 91% similarity]
src/call/CreateProvider.cpp [moved from src/call/create.cpp with 87% similarity]
src/contacts/CreateProvider.cpp [moved from src/contacts/create.cpp with 87% similarity]
src/email/CreateProvider.cpp [moved from src/email/create.cpp with 87% similarity]
src/geofence/CreateProvider.cpp [moved from src/geofence/create.cpp with 88% similarity]
src/headphone/CreateProvider.cpp [moved from src/headphone/create.cpp with 87% similarity]
src/media-stats/CreateProvider.cpp [moved from src/media-stats/create.cpp with 91% similarity]
src/message/CreateProvider.cpp [moved from src/message/create.cpp with 87% similarity]
src/my-place/CreateProvider.cpp [moved from src/my-place/create.cpp with 88% similarity]
src/shared/CreateProvider.h [moved from src/shared/create.h with 88% similarity]
src/social-stats/CreateProvider.cpp [moved from src/social-stats/create.cpp with 88% similarity]
src/system/CreateProvider.cpp [moved from src/system/create.cpp with 90% similarity]
src/time/CreateProvider.cpp [moved from src/time/create.cpp with 88% similarity]
src/wifi/CreateProvider.cpp [moved from src/wifi/create.cpp with 87% similarity]