~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/plugin.h

  • Committer: Brian Aker
  • Date: 2011-01-24 00:14:21 UTC
  • mfrom: (2081.4.1 clean)
  • Revision ID: brian@tangent.org-20110124001421-eys9bolq0zng6fs2
Merge in trunk of bootstrap treee.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
namespace drizzled
28
28
{
 
29
 
 
30
class Session;
 
31
 
29
32
namespace module
30
33
{
31
34
class Module;
66
69
  virtual void prime()
67
70
  {
68
71
  }
 
72
 
 
73
  virtual void startup(drizzled::Session &)
 
74
  {
 
75
  }
69
76
 
70
77
  void activate()
71
78
  {