~thomas-voss/location-service/generalize-glue-code-for-agps-operation

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/service/main.cpp

  • Committer: thomas-voss
  • Date: 2013-12-10 09:42:54 UTC
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: thomas.voss@canonical.com-20131210094254-32x52ssaugsd88zq
Refactored includes.
Added a configuration option to handle cell and wifi ID reporting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
#include "program_options.h"
19
19
 
20
 
#include "com/ubuntu/location/provider_factory.h"
 
20
#include <com/ubuntu/location/provider_factory.h>
21
21
 
22
 
#include "com/ubuntu/location/service/default_configuration.h"
23
 
#include "com/ubuntu/location/service/implementation.h"
 
22
#include <com/ubuntu/location/service/default_configuration.h>
 
23
#include <com/ubuntu/location/service/implementation.h>
24
24
 
25
25
#include <org/freedesktop/dbus/announcer.h>
26
26
#include <org/freedesktop/dbus/asio/executor.h>