efl_model_loop: make it abstract
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 28 Jan 2019 18:08:51 +0000 (13:08 -0500)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Jan 2019 02:11:42 +0000 (11:11 +0900)
Summary:
there is no user, additionally, there is undefined API on this object,
thus make it abstract. This resolves the missing APIs of efl_model_loop.

ref T5719
Depends on D7790

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T5719

Differential Revision: https://phab.enlightenment.org/D7791

src/lib/ecore/efl_model_loop.eo

index f0b34ab..8e12b0f 100644 (file)
@@ -1,4 +1,4 @@
-class Efl.Model_Loop extends Efl.Loop_Consumer implements Efl.Model
+abstract Efl.Model_Loop extends Efl.Loop_Consumer implements Efl.Model
 {
    data: null;
    implements {