~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/context.h

Namespace the parser just a bit, and update our call for the type of parser
we want.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#include "drizzled/module/registry.h"
39
39
 
 
40
#include "drizzled/visibility.h"
 
41
 
40
42
namespace drizzled
41
43
{
42
44
 
48
50
class Module;
49
51
class option_map;
50
52
 
51
 
class Context
 
53
class DRIZZLED_API Context
52
54
{
53
55
private:
54
56
  module::Registry &registry;