~thomas-voss/location-service/next

« back to all changes in this revision

Viewing changes to include/location/service/session/stub.h

  • Committer: Thomas Voß
  • Date: 2016-06-27 11:05:34 UTC
  • mfrom: (258.1.3 simplify-namespaces)
  • Revision ID: thomas.voss@canonical.com-20160627110534-vgl06rzgh7if12uo
Merge lp:~thomas-voss/location-service/simplify-namespaces

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
 
#ifndef LOCATION_SERVICE_COM_UBUNTU_LOCATION_SERVICE_SESSION_STUB_H_
19
 
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_SESSION_SESSION_STUB_H_
20
 
 
21
 
#include <com/ubuntu/location/service/session/interface.h>
22
 
 
23
 
#include <com/ubuntu/location/heading.h>
24
 
#include <com/ubuntu/location/position.h>
25
 
#include <com/ubuntu/location/provider.h>
26
 
#include <com/ubuntu/location/update.h>
27
 
#include <com/ubuntu/location/velocity.h>
 
18
#ifndef LOCATION_SERVICE_SESSION_STUB_H_
 
19
#define LOCATION_SESSION_SESSION_STUB_H_
 
20
 
 
21
#include <location/service/session/interface.h>
 
22
 
 
23
#include <location/heading.h>
 
24
#include <location/position.h>
 
25
#include <location/provider.h>
 
26
#include <location/update.h>
 
27
#include <location/velocity.h>
28
28
 
29
29
#include <core/dbus/stub.h>
30
30
 
31
31
#include <memory>
32
32
 
33
 
namespace com
34
 
{
35
 
namespace ubuntu
36
 
{
37
33
namespace location
38
34
{
39
35
namespace service
68
64
}
69
65
}
70
66
}
71
 
}
72
 
}
73
 
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_SERVICE_SESSION_STUB_H_
 
67
 
 
68
#endif // LOCATION_SERVICE_SESSION_STUB_H_