~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/plugin.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
 
21
21
 
22
 
#ifndef DRIZZLED_PLUGIN_PLUGIN_H
23
 
#define DRIZZLED_PLUGIN_PLUGIN_H
 
22
#pragma once
24
23
 
25
24
#include <string>
26
25
#include <vector>
118
117
} /* end namespace plugin */
119
118
} /* end namespace drizzled */
120
119
 
121
 
#endif /* DRIZZLED_PLUGIN_PLUGIN_H */