~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/plugin.h

  • Committer: Brian Aker
  • Date: 2011-01-13 23:16:35 UTC
  • mfrom: (2079.4.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2107.
  • Revision ID: brian@tangent.org-20110113231635-i4zm8r0cluqk5t2v
Merge in current work.

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
  {