~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/context.h

  • Committer: Brian Aker
  • Date: 2011-02-14 05:47:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2167.
  • Revision ID: brian@tangent.org-20110214054707-61nsqgg1g4w1zhx1
Merge in all changes for current_session, etc.

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;