diff options
author | Murray Cumming <murrayc@murrayc.com> | 2011-09-27 09:30:47 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-09-27 09:30:47 +0200 |
commit | 51282fc4e9cbbf978aa8ebcdf774b502ee776a58 (patch) | |
tree | 8796cdba8e112b25baacca353514d57ddcef377b /gio/src/dbusserver.ccg | |
parent | dc3a5846767fdfef18d9394106204ec3d2508191 (diff) | |
download | glibmm-51282fc4e9cbbf978aa8ebcdf774b502ee776a58.tar.gz |
Gio::DBus::Server: Add constructors.
* gio/src/dbusserver.[hg|ccg]: Uncomment the constructors now that bug #639478
has been fixed, though nobody has tried to use this yet.
Diffstat (limited to 'gio/src/dbusserver.ccg')
-rw-r--r-- | gio/src/dbusserver.ccg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gio/src/dbusserver.ccg b/gio/src/dbusserver.ccg index 74f3896d..1d0c45d8 100644 --- a/gio/src/dbusserver.ccg +++ b/gio/src/dbusserver.ccg @@ -27,8 +27,6 @@ namespace Gio namespace DBus { -//TODO: Uncomment when this bug is fixed: https://bugzilla.gnome.org/show_bug.cgi?id=639478 . -/* Server::Server(const std::string& address, const std::string& guid, const Glib::RefPtr<AuthObserver>& observer, @@ -80,7 +78,6 @@ Server::Server(const std::string& address, { init(); } -*/ Glib::RefPtr<Server> Server::create_sync(const std::string& address, const std::string& guid, |