~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/utf8/checked.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-08 04:22:33 UTC
  • mto: (1115.3.4 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: osullivan.padraig@gmail.com-20090808042233-q0z88zc490z3f3r7
Renamed the Command class to be Statement. Renamed the command directory to
statement and also the command header file to statement. Updated various
source files to reflect this renaming.

Show diffs side-by-side

added added

removed removed

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