~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/plugin.h

  • Committer: Lee Bieber
  • Date: 2011-03-18 04:10:25 UTC
  • mfrom: (2241.1.2 build)
  • Revision ID: kalebral@gmail.com-20110318041025-1xoj1azy6zobhnbm
Merge Stewart - refactoring of default values
Merge Olaf - more refactoring

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>
27
26
#include <map>
28
27
 
29
 
#include "drizzled/visibility.h"
 
28
#include <drizzled/visibility.h>
30
29
 
31
30
namespace drizzled
32
31
{
118
117
} /* end namespace plugin */
119
118
} /* end namespace drizzled */
120
119
 
121
 
#endif /* DRIZZLED_PLUGIN_PLUGIN_H */