~thomas-voss/location-service/enable-kml-reporting

« back to all changes in this revision

Viewing changes to src/location/cmds/status.h

  • Committer: Thomas Voß
  • Date: 2017-03-08 11:58:46 UTC
  • mfrom: (289.2.5 spike-on-gdbus)
  • Revision ID: thomas.voss@canonical.com-20170308115846-bx6e266x3e5mk6v6
Merge lp:~thomas-voss/location-service/rework-dbus-bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <location/optional.h>
24
24
#include <location/service.h>
 
25
#include <location/dbus/bus.h>
25
26
#include <location/util/cli.h>
26
27
#include <location/visibility.h>
27
28
 
28
 
#include <core/dbus/well_known_bus.h>
29
 
 
30
29
#include <boost/filesystem.hpp>
31
30
 
32
31
#include <iosfwd>
76
75
 
77
76
private:
78
77
    std::shared_ptr<Delegate> delegate; // We dispatch summary information to this delegate implementation.
79
 
    core::dbus::WellKnownBus bus;       // The bus we should connect to.
 
78
    dbus::Bus bus;                      // The bus we should connect to.
80
79
};
81
80
}
82
81
}