~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/events_ms.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * 2010-06-01
20
20
 */
21
21
 
22
 
#ifndef PLUGIN_PBMS_PEVENTS_MS_H
23
 
#define PLUGIN_PBMS_PEVENTS_MS_H
 
22
#pragma once
24
23
 
25
24
#include <drizzled/plugin/event_observer.h>
26
25
#include "parameters_ms.h"
51
50
};
52
51
} /* namespace plugin */
53
52
} /* namespace drizzled */
54
 
#endif /* PLUGIN_PBMS_PEVENTS_MS_H */