[rygel] core: HTTPServer.context is now public property



commit ca85dd44ff1489472372910ebbb8b0a7f4328a29
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Sep 2 16:32:06 2009 +0300

    core: HTTPServer.context is now public property

 src/rygel/rygel-http-server.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-server.vala b/src/rygel/rygel-http-server.vala
index 90711e0..d583aac 100644
--- a/src/rygel/rygel-http-server.vala
+++ b/src/rygel/rygel-http-server.vala
@@ -31,7 +31,7 @@ internal class Rygel.HTTPServer : Rygel.TranscodeManager, Rygel.StateMachine {
 
     // Reference to root container of associated ContentDirectory
     public MediaContainer root_container;
-    private GUPnP.Context context;
+    public GUPnP.Context context;
     private ArrayList<HTTPRequest> requests;
 
     private Cancellable cancellable;



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