~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): Robert Ancell
  • Date: 2012-09-28 12:28:45 UTC
  • mfrom: (1.2.77)
  • Revision ID: package-import@ubuntu.com-20120928122845-6h032jivploan2aa
Tags: 2.33.13-0ubuntu2
* debian/rules:
  - Bump shlib version

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