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

« back to all changes in this revision

Viewing changes to include/location_service/com/ubuntu/location/criteria.h

  • 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:
18
18
#ifndef LOCATION_SERVICE_COM_UBUNTU_LOCATION_CRITERIA_H_
19
19
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_CRITERIA_H_
20
20
 
21
 
#include "com/ubuntu/location/accuracy.h"
22
 
#include "com/ubuntu/location/heading.h"
23
 
#include "com/ubuntu/location/velocity.h"
24
 
#include "com/ubuntu/location/wgs84/altitude.h"
25
 
#include "com/ubuntu/location/wgs84/latitude.h"
26
 
#include "com/ubuntu/location/wgs84/longitude.h"
 
21
#include <com/ubuntu/location/accuracy.h>
 
22
#include <com/ubuntu/location/heading.h>
 
23
#include <com/ubuntu/location/velocity.h>
 
24
#include <com/ubuntu/location/wgs84/altitude.h>
 
25
#include <com/ubuntu/location/wgs84/latitude.h>
 
26
#include <com/ubuntu/location/wgs84/longitude.h>
27
27
 
28
28
#include <limits>
29
29
#include <ostream>