~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:02:08 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328230208-v5ik8zxd506upo7n
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  Plugin API. Common for all plugin types.
40
40
*/
41
41
 
42
 
 
43
 
class sys_var;
44
 
struct option;
45
 
 
46
42
extern boost::filesystem::path plugin_dir;
47
43
 
48
 
namespace plugin { class StorageEngine; }
49
 
 
50
44
/*
51
45
  Macros for beginning and ending plugin declarations. Between
52
46
  DRIZZLE_DECLARE_PLUGIN and DRIZZLE_DECLARE_PLUGIN_END there should