~thomas-voss/location-service/flatten

« back to all changes in this revision

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

  • Committer: thomas-voss
  • Date: 2015-02-03 12:21:33 UTC
  • Revision ID: thomas.voss@canonical.com-20150203122133-660kjot28cz7dx6m
Adjust namespace to core::location for all classes not in com::ubuntu::location::connectivity.

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_INIT_AND_SHUTDOWN_H_
19
 
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_INIT_AND_SHUTDOWN_H_
 
18
#ifndef CORE_LOCATION_INIT_AND_SHUTDOWN_H_
 
19
#define CORE_LOCATION_INIT_AND_SHUTDOWN_H_
20
20
 
21
 
namespace com
22
 
{
23
 
namespace ubuntu
24
 
{
25
 
namespace location
26
 
{
 
21
namespace core { namespace location {
27
22
/** \brief Initializes the library. */
28
23
void init(int* argc, char*** argv);
29
24
 
31
26
void shutdown();
32
27
}
33
28
}
34
 
}
35
29
 
36
 
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_INIT_AND_SHUTDOWN_H_
 
 
b'\\ No newline at end of file'
 
30
#endif // CORE_LOCATION_INIT_AND_SHUTDOWN_H_
 
 
b'\\ No newline at end of file'