~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/registry.h

  • Committer: Monty Taylor
  • Date: 2010-11-25 01:53:19 UTC
  • mto: (1953.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1955.
  • Revision ID: mordred@inaugust.com-20101125015319-ia85msn25uemopgc
Re-enabled -Wformat and then cleaned up the carnage.

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