~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/registry.h

  • Committer: Brian Aker
  • Date: 2010-10-07 20:00:40 UTC
  • mto: (1822.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1823.
  • Revision ID: brian@tangent.org-20101007200040-st5l46s5i445vxoz
We no longer needed to look at the share when removing tables.

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);