~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/context.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-29 10:48:07 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110329104807-t3zzq67jlv9d1pa4
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include <drizzled/visibility.h>
40
40
 
41
41
namespace drizzled {
42
 
 
43
 
class sys_var;
44
 
 
45
42
namespace module {
46
43
 
47
 
class Module;
48
 
class option_map;
49
 
 
50
44
class DRIZZLED_API Context : boost::noncopyable
51
45
{
52
46
public: