~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty

« back to all changes in this revision

Viewing changes to gio/giomm/dbusserver.cc

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-02-22 07:01:47 UTC
  • mfrom: (1.2.68)
  • Revision ID: package-import@ubuntu.com-20120222070147-mjn5l85oc48061da
Tags: 2.31.18-0ubuntu1
* New upstream release
* debian/watch: Look for unstable versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
359
359
 
360
360
void Server::start()
361
361
{
362
 
g_dbus_server_start(gobj()); 
 
362
  g_dbus_server_start(gobj()); 
363
363
}
364
364
 
365
365
void Server::stop()
366
366
{
367
 
g_dbus_server_stop(gobj()); 
 
367
  g_dbus_server_stop(gobj()); 
368
368
}
369
369
 
370
370
bool Server::is_active() const