~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to examples/service/program_options.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:
22
22
#include <functional>
23
23
#include <iostream>
24
24
 
25
 
namespace com {
26
 
namespace ubuntu {
27
 
namespace location {
 
25
namespace core
 
26
{
 
27
namespace location
 
28
{
28
29
 
29
30
struct ProgramOptions
30
31
{
116
117
 
117
118
}
118
119
}
119
 
}