~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/utf8/checked.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-13 01:03:01 UTC
  • mto: (1126.9.2 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090913010301-tcvvezipx1124acy
Added calls to the dtrace delete begin/end probes.

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