Fix Naming/inherit error
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 10 Jul 2017 06:41:50 +0000 (15:41 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Mon, 10 Jul 2017 06:41:50 +0000 (15:41 +0900)
commitce562437309768194f55d699b23ea0a67e0a3944
treead1d32670bf08e5de3b94770efffb32786195740
parent139492ae2ecb505990391e4cda7597826fbba606
Fix Naming/inherit error

 - Resolve name conflict : Layout::GetData -> Layout::GetEdjeData
 - Resolve method hiding issue : EvasObject::Layout add virtual, Window::Layout add override

Change-Id: I87b7ed00eb769c762358c6b5aa4b138ca4fce010
src/ElmSharp/ElmSharp/EvasObject.cs [changed mode: 0755->0644]
src/ElmSharp/ElmSharp/Layout.cs [changed mode: 0755->0644]
src/ElmSharp/ElmSharp/Window.cs [changed mode: 0755->0644]