~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.h

  • Committer: Brian Aker
  • Date: 2008-10-08 02:28:58 UTC
  • mfrom: (489.1.13 codestyle)
  • Revision ID: brian@tangent.org-20081008022858-ea8esagkxmn0dupc
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#ifndef DRIZZLED_LOG_EVENT_H
33
33
#define DRIZZLED_LOG_EVENT_H
34
34
 
35
 
#if defined(USE_PRAGMA_INTERFACE)
36
 
#pragma interface                       /* gcc class implementation */
37
 
#endif
38
35
 
39
36
#include <string>
40
37
#include <mysys/my_bitmap.h>