[glibmm] Gio::DBus::Connection: Correct UnixFDList class forward declaration.



commit dbe9ff9c3eceb863719f785edcc6e7cc26bb2066
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Thu Oct 13 20:07:08 2011 -0400

    Gio::DBus::Connection: Correct UnixFDList class forward declaration.
    
    	* gio/src/dbusconnection.hg: Place the class declaration in the Gio
    	namespace and not in the Gio::DBus namespace which is incorrect to fix
    	the build.  There was a '-Werror' option in the CXXFLAGS variable of
    	my ~/.jhbuildrc file which was causing deprecation warnings to break
    	the build so I did not verify the previous to last commit, sorry.

 ChangeLog                 |   10 ++++++++++
 gio/src/dbusconnection.hg |    7 +++----
 2 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7d7288b..fade3f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2011-10-13  Josà Alburquerque  <jaalburqu svn gnome org>
 
+	Gio::DBus::Connection: Correct UnixFDList class forward declaration.
+
+	* gio/src/dbusconnection.hg: Place the class declaration in the Gio
+	namespace and not in the Gio::DBus namespace which is incorrect to fix
+	the build.  There was a '-Werror' option in the CXXFLAGS variable of
+	my ~/.jhbuildrc file which was causing deprecation warnings to break
+	the build so I did not verify the previous to last commit, sorry.
+
+2011-10-13  Josà Alburquerque  <jaalburqu svn gnome org>
+
 	Date: set_time(): Use g_date_set_time_t() instead of g_date_set_time().
 
 	* glib/src/date.ccg: The latter function is deprecated.  This fixes
diff --git a/gio/src/dbusconnection.hg b/gio/src/dbusconnection.hg
index f17eafa..600ab69 100644
--- a/gio/src/dbusconnection.hg
+++ b/gio/src/dbusconnection.hg
@@ -36,6 +36,9 @@ _PINCLUDE(glibmm/private/object_p.h)
 namespace Gio
 {
 
+class UnixFDList;
+
+
 namespace DBus
 {
 
@@ -48,10 +51,6 @@ _WRAP_ENUM(SubtreeFlags, GDBusSubtreeFlags, s#^DBUS_##, NO_GTYPE)
 
 _GMMPROC_EXTRA_NAMESPACE(DBus)
 
-
-class UnixFDList;
-
-
 /** @defgroup DBus D-Bus API
  *
  * API to use D-Bus services as a client or to implement a D-Bus service.



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