Fix the bug regarding checking id on recieving request of update
authorYunchan Cho <yunchan.cho@samsung.com>
Fri, 24 May 2013 09:14:19 +0000 (18:14 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Fri, 24 May 2013 10:14:45 +0000 (19:14 +0900)
commit4f72a842bb37d9f16db88b0269c8b27c67eaac8b
treed3499368e391e46b17086f133f43c4f2924e6e3c
parent7d184f15b9da5f56d07e27132cc21d3c2be3fe61
Fix the bug regarding checking id on recieving request of update

[Issue#] DCM-1440
[Problem] When the native application request a dynamic box to be updated, the request is ignored
[Cause] In case of update request from external app, web-provider receives only box id, not instance id.
        But web-provider tries to search boxes using NULL id in its maps, so that always these requests are ignored.
[Solution] During handling update request, web-provider search instances using box id that is sent from external app

Change-Id: I3377c48bae6e813c8134b791c9ec83a85dfa293c
src/Core/BoxManager.cpp