[glibmm] DBusServer: Comment out constructors because of bug #639478.



commit 253e482801464f048a47399929bb780d33b20446
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Thu Jan 13 18:14:04 2011 -0500

    DBusServer: Comment out constructors because of bug #639478.
    
    	* gio/src/dbusserver.{ccg,hg}: Comment out the constructors because
    	the C new function does more than calling g_initable_new().

 ChangeLog              |    7 +++++++
 gio/src/dbusserver.ccg |    3 +++
 gio/src/dbusserver.hg  |    3 +++
 3 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a40b655..ea83be9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-13  José Alburquerque  <jaalburqu svn gnome org>
 
+	DBusServer: Comment out constructors because of bug #639478.
+
+	* gio/src/dbusserver.{ccg,hg}: Comment out the constructors because
+	the C new function does more than calling g_initable_new().
+
+2011-01-13  José Alburquerque  <jaalburqu svn gnome org>
+
 	Variant: Use variant_type() functions in implementation where possible.
 
 	* glib/src/variant.ccg: Use the existing variant_type() functions
diff --git a/gio/src/dbusserver.ccg b/gio/src/dbusserver.ccg
index e5cdb86..f2bba79 100644
--- a/gio/src/dbusserver.ccg
+++ b/gio/src/dbusserver.ccg
@@ -24,6 +24,8 @@
 namespace Gio
 {
 
+//TODO: Uncomment when bug #639478 is resolved.
+/*
 DBusServer::DBusServer(const std::string& address,
   const std::string& guid,
   const Glib::RefPtr<DBusAuthObserver>& observer,
@@ -75,6 +77,7 @@ DBusServer::DBusServer(const std::string& address,
 {
   init();
 }
+*/
 
 Glib::RefPtr<DBusServer> DBusServer::create_sync(const std::string& address,
   const std::string& guid,
diff --git a/gio/src/dbusserver.hg b/gio/src/dbusserver.hg
index e693fca..813e020 100644
--- a/gio/src/dbusserver.hg
+++ b/gio/src/dbusserver.hg
@@ -47,6 +47,8 @@ class DBusServer : public Glib::Object, public Initable
 
 protected:
 
+//TODO: Uncomment when bug #639478 is resolved.
+/*
   DBusServer(const std::string& address,
     const std::string& guid,
     const Glib::RefPtr<DBusAuthObserver>& observer,
@@ -66,6 +68,7 @@ protected:
   DBusServer(const std::string& address,
     const std::string& guid,
     DBusServerFlags flags);
+*/
 
 public:
 



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