[rygel] core: Keep RootDeviceFactory internal



commit 783c0044f6881fd8fcfdb2a8f62879ee96678608
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Mar 26 19:10:06 2010 +0200

    core: Keep RootDeviceFactory internal

 src/rygel/rygel-root-device-factory.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-root-device-factory.vala b/src/rygel/rygel-root-device-factory.vala
index 04e29c6..70f8d1f 100644
--- a/src/rygel/rygel-root-device-factory.vala
+++ b/src/rygel/rygel-root-device-factory.vala
@@ -33,7 +33,7 @@ public errordomain RootDeviceFactoryError {
  * Factory for RootDevice objects. Give it a plugin and it will create a
  * Root device for that.
  */
-public class Rygel.RootDeviceFactory {
+internal class Rygel.RootDeviceFactory {
     public GUPnP.Context context;
 
     private Configuration config;



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