[rygel] tests: Mark non-abstract property as such



commit c778aa9c3f801b6b07176aa67714fbc6b2765ce4
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Jun 19 05:58:32 2010 +0300

    tests: Mark non-abstract property as such

 tests/rygel-http-get-test.vala  |    2 +-
 tests/rygel-http-post-test.vala |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/rygel-http-get-test.vala b/tests/rygel-http-get-test.vala
index 2437602..df202dd 100644
--- a/tests/rygel-http-get-test.vala
+++ b/tests/rygel-http-get-test.vala
@@ -264,7 +264,7 @@ public class Rygel.Subtitle {
 }
 
 internal class Rygel.HTTPResponse : Rygel.StateMachine, GLib.Object {
-    public abstract Cancellable cancellable { get; set; }
+    public Cancellable cancellable { get; set; }
 
     private Soup.Message msg;
     private Soup.Server server;
diff --git a/tests/rygel-http-post-test.vala b/tests/rygel-http-post-test.vala
index d549754..4499f68 100644
--- a/tests/rygel-http-post-test.vala
+++ b/tests/rygel-http-post-test.vala
@@ -300,7 +300,7 @@ public class Rygel.MediaItem : Rygel.MediaObject {
 }
 
 internal class Rygel.HTTPResponse : Rygel.StateMachine, GLib.Object {
-    public abstract Cancellable cancellable { get; set; }
+    public Cancellable cancellable { get; set; }
 
     private Soup.Message msg;
     private Soup.Server server;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]