~vanvugt/mir/unique-id

« back to all changes in this revision

Viewing changes to include/shared/mir/unique_id_generator.h

  • Committer: Daniel van Vugt
  • Date: 2013-04-11 05:35:25 UTC
  • Revision ID: daniel.van.vugt@canonical.com-20130411053525-cr9954l01uqnwsei
Rename header guard for unique_id_generator.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Daniel van Vugt <daniel.van.vugt@canonical.com>
17
17
 */
18
18
 
19
 
#ifndef MIR_CLIENT_UNIQUE_ID_GENERATOR_H_
20
 
#define MIR_CLIENT_UNIQUE_ID_GENERATOR_H_
 
19
#ifndef MIR_UNIQUE_ID_GENERATOR_H_
 
20
#define MIR_UNIQUE_ID_GENERATOR_H_
21
21
 
22
22
#include <atomic>
23
23
#include <climits>
45
45
 
46
46
} // namespace mir
47
47
 
48
 
#endif // MIR_CLIENT_UNIQUE_ID_GENERATOR_H_
 
48
#endif // MIR_UNIQUE_ID_GENERATOR_H_