~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

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