~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/utf8/checked.h

  • Committer: Monty Taylor
  • Date: 2009-08-30 00:26:17 UTC
  • mto: (1130.3.4 memory-file-moves)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20090830002617-o57hrj99p6fp1186
Fixed all of the include guards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
*/
26
26
 
27
27
 
28
 
#ifndef UTF8_FOR_CPP_CHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
29
 
#define UTF8_FOR_CPP_CHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
 
28
#ifndef DRIZZLED_UTF8_CHECKED_H
 
29
#define DRIZZLED_UTF8_CHECKED_H
30
30
 
31
31
#include "drizzled/utf8/core.h"
32
32
#include <stdexcept>
313
313
 
314
314
} // namespace utf8
315
315
 
316
 
#endif //header guard
 
316
#endif /* DRIZZLED_UTF8_CHECKED_H */
317
317
 
318
318