~ci-train-bot/location-service/location-service-ubuntu-yakkety-1895

« back to all changes in this revision

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

  • Committer: Thomas Voß
  • Date: 2013-05-28 14:20:45 UTC
  • Revision ID: thomas.voss@canonical.com-20130528142045-kq5umqdmm4o53vwk
Initial push.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef LOCATION_SERVICE_COM_UBUNTU_LOCATION_DEFAULT_PROVIDER_SET_H_
 
2
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_DEFAULT_PROVIDER_SET_H_
 
3
 
 
4
#include "com/ubuntu/location/provider.h"
 
5
 
 
6
#include <set>
 
7
 
 
8
namespace com
 
9
{
 
10
namespace ubuntu
 
11
{
 
12
namespace location
 
13
{
 
14
std::set<Provider::Ptr> default_provider_set(const Provider::Ptr& seed = Provider::Ptr {});
 
15
}
 
16
}
 
17
}
 
18
 
 
19
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_DEFAULT_PROVIDER_SET_H_