Add new type of getFilePathInWidgetPackageFromUrl() api for performance.
authorTaejeong Lee <taejeong.lee@samsung.com>
Wed, 15 May 2013 03:01:33 +0000 (12:01 +0900)
committerTaejeong Lee <taejeong.lee@samsung.com>
Wed, 15 May 2013 07:42:38 +0000 (16:42 +0900)
commitb0db3713e9ea46dda3de86ad4dc693a60bcc3cc7
tree4ff0db126a2fc6e44bcf1b77e5c087978ee608b3
parent7b814d22c84e76a8e31d337c08ca26c811a58ae1
Add new type of getFilePathInWidgetPackageFromUrl() api for performance.

 - std::string getFilePathInWidgetPackageFromUrl(const std::string &tzAppId, const std::string &url)

[Issue#] N/A
[Problem] Performance
[Cause] URI localization consumed too many CPU resource.
[Solution] Optimization to getFilePathInWidgetPackageFromUrl()

Change-Id: I6f0253067b082ab27b645682a789432d7773df1a
modules/localization/include/dpl/localization/w3c_file_localization.h
modules/localization/src/w3c_file_localization.cpp