~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.h

  • Committer: Monty Taylor
  • Date: 2008-10-08 01:10:45 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: monty@inaugust.com-20081008011045-zqozbc81f8qhmxok
Get rid of pragma interface/pragma implementation.

Show diffs side-by-side

added added

removed removed

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