~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/registry.h

  • Committer: David Shrewsbury
  • Date: 2010-10-05 20:38:57 UTC
  • mto: (1814.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 1816.
  • Revision ID: shrewsbury.dave@gmail.com-20101005203857-v2xvi0zblliyxxf8
Add options to proto files for use when generating Java source files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "drizzled/gettext.h"
29
29
#include "drizzled/unireg.h"
30
30
#include "drizzled/errmsg_print.h"
31
 
#include "drizzled/plugin/plugin.h"
32
31
 
33
32
namespace drizzled
34
33
{
 
34
namespace plugin
 
35
{
 
36
class Plugin;
 
37
}
35
38
 
36
39
namespace module
37
40
{
61
64
    return *registry;
62
65
  }
63
66
 
64
 
  void copy(plugin::Plugin::vector &arg);
65
 
 
66
67
  static void shutdown();
67
68
 
68
69
  Module *find(std::string name);