Implement Resource Class
authorJoonghyun Cho <jh5.cho@samsung.com>
Mon, 27 Apr 2015 06:21:57 +0000 (15:21 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Thu, 30 Apr 2015 07:09:58 +0000 (16:09 +0900)
commitb514bcf7dc72ffcd03c799583dbf17b9edacea37
treec2dbebf356834c1a9839d43066022b0a14c776bc
parent7c3ced2422291a51adce898f2b6aa851c8bd0c9a
Implement Resource Class

 - change GetStartURL() to GetStartResource() which returns unique_ptr of Resource class
 - modify web_application.cc to match the changes of GetStartResource()

Change-Id: Ief2a396aa46d41f3682cbb12cdd986a35748d641
src/runtime/resource_manager.cc
src/runtime/resource_manager.h
src/runtime/web_application.cc