Removed inheritance of AbstractUIComponent in MainUI and SimpleURI classes 12/48112/2 accepted/tizen/tv/20150917.041341 submit/tizen_tv/20150915.034203
authorAlbert Malewski <a.malewski@samsung.com>
Mon, 14 Sep 2015 12:12:12 +0000 (14:12 +0200)
committerAlbert Malewski <a.malewski@samsung.com>
Mon, 14 Sep 2015 12:19:37 +0000 (05:19 -0700)
commit06372d9557fd613262a21fe287bcb36b40e14fd0
treedab6259d72f146d1fbe4d658401fe3a80d87295d
parent1fc1fc36ce625d77f2580448a0505d3c26a8902e
Removed inheritance of AbstractUIComponent in MainUI and SimpleURI classes

[Issue]    https://bugs.tizen.org/jira/browse/TT-157
[Problem]  MainUI and SimpleURI classes are not UI components in fact.
           They are not suspected to call AbstractUIComponent's methods.
[Cause]    N/A
[Solution] Removed inheritance of AbstractUIComponent in MainUI
           and SimpleURI classes.
[Verify]   This patch does not change browser's behaviour.

Change-Id: I048c6ad288df7af331efda6552565b83a112af08
services/MainUI/MainUI.h
services/SimpleURI/SimpleURI.h