ubuntu-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
All creation time arguments go here. More...
#include <skeleton.h>
Public Attributes | |
std::shared_ptr < core::dbus::Object > | object |
Remote object that should implement remote::Interface. More... | |
std::shared_ptr< core::dbus::Bus > | bus |
The bus connection for handling incoming requests. More... | |
Provider::Ptr | provider |
The actual provider implementation. More... | |
All creation time arguments go here.
Definition at line 41 of file skeleton.h.
std::shared_ptr<core::dbus::Bus> com::ubuntu::location::providers::remote::skeleton::Configuration::bus |
The bus connection for handling incoming requests.
Definition at line 46 of file skeleton.h.
std::shared_ptr<core::dbus::Object> com::ubuntu::location::providers::remote::skeleton::Configuration::object |
Remote object that should implement remote::Interface.
Definition at line 44 of file skeleton.h.
Provider::Ptr com::ubuntu::location::providers::remote::skeleton::Configuration::provider |
The actual provider implementation.
Definition at line 48 of file skeleton.h.