~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/default_provider_selection_policy.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:
15
15
 *
16
16
 * Authored by: Thomas Voß <thomas.voss@canonical.com>
17
17
 */
18
 
#include "com/ubuntu/location/default_provider_selection_policy.h"
 
18
#include <com/ubuntu/location/default_provider_selection_policy.h>
19
19
 
20
20
namespace cul = com::ubuntu::location;
21
21