Changeset 2261


Ignore:
Timestamp:
Jan 22, 2013, 9:46:25 PM (10 years ago)
Author:
sam
Message:

base: fix header guard names.

Location:
trunk/src/lol/base
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lol/base/array.h

    r2230 r2261  
    1616//
    1717
    18 #if !defined __LOL_CORE_ARRAY_H__
    19 #define __LOL_CORE_ARRAY_H__
     18#if !defined __LOL_BASE_ARRAY_H__
     19#define __LOL_BASE_ARRAY_H__
    2020
    2121#include <new>
     
    512512} /* namespace lol */
    513513
    514 #endif // __LOL_CORE_ARRAY_H__
    515 
     514#endif // __LOL_BASE_ARRAY_H__
     515
  • trunk/src/lol/base/hash.h

    r2216 r2261  
    1515//
    1616
    17 #if !defined __LOL_CORE_HASH_H__
    18 #define __LOL_CORE_HASH_H__
     17#if !defined __LOL_BASE_HASH_H__
     18#define __LOL_BASE_HASH_H__
    1919
    2020namespace lol
     
    5151} /* namespace lol */
    5252
    53 #endif // __LOL_CORE_HASH_H__
     53#endif // __LOL_BASE_HASH_H__
    5454
  • trunk/src/lol/base/map.h

    r2216 r2261  
    1515//
    1616
    17 #if !defined __LOL_CORE_MAP_H__
    18 #define __LOL_CORE_MAP_H__
     17#if !defined __LOL_BASE_MAP_H__
     18#define __LOL_BASE_MAP_H__
    1919
    2020namespace lol
     
    8080} /* namespace lol */
    8181
    82 #endif // __LOL_CORE_MAP_H__
     82#endif // __LOL_BASE_MAP_H__
    8383
  • trunk/src/lol/base/types.h

    r2216 r2261  
    99//
    1010
    11 #if !defined __LOL_CORE_TYPES_H__
    12 #define __LOL_CORE_TYPES_H__
     11#if !defined __LOL_BASE_TYPES_H__
     12#define __LOL_BASE_TYPES_H__
    1313
    1414namespace lol
     
    3131} /* namespace lol */
    3232
    33 #endif // __LOL_CORE_TYPES_H__
     33#endif // __LOL_BASE_TYPES_H__
    3434
Note: See TracChangeset for help on using the changeset viewer.