~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/event_observer.h

  • Committer: Brian Aker
  • Date: 2011-03-14 05:40:28 UTC
  • Revision ID: brian@tangent.org-20110314054028-jhey35e5la4nfl4w
Mass removal of ifdef/endif in favor of pragma once.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 *  SchemaEventObservers, or TableEventObservers class.
41
41
 *
42
42
 */
43
 
#ifndef DRIZZLED_PLUGIN_EVENT_OBSERVER_H
44
 
#define DRIZZLED_PLUGIN_EVENT_OBSERVER_H
 
43
#pragma once
45
44
 
46
45
#include <drizzled/plugin/plugin.h>
47
46
 
579
578
} /* namespace plugin */
580
579
} /* namespace drizzled */
581
580
 
582
 
#endif /* DRIZZLED_PLUGIN_EVENT_OBSERVER_H */