~thomas-voss/location-service/enable-gnd-messages

« back to all changes in this revision

Viewing changes to include/location/logging.h

  • Committer: Thomas Voß
  • Date: 2016-06-26 21:17:03 UTC
  • mto: This revision was merged to the branch mainline in revision 259.
  • Revision ID: thomas.voss@canonical.com-20160626211703-aptpytiwrjdr1snn
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_LOGGING_H_
19
 
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_LOGGING_H_
 
18
#ifndef LOCATION_LOGGING_H_
 
19
#define LOCATION_LOGGING_H_
20
20
 
21
21
#include <glog/logging.h>
22
22
#include <glog/vlog_is_on.h>
23
23
 
24
 
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_LOGGING_H_
 
24
#endif // LOCATION_LOGGING_H_
25
25