~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rot13/rot13.cc

  • Committer: Brian Aker
  • Date: 2010-08-18 16:12:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1720.
  • Revision ID: brian@tangent.org-20100818161258-1vm71da888dfvwsx
Remove the code surrounding stack trace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
};
81
81
 
82
82
using plugin::Create_function;
83
 
using plugin::Context;
 
83
using module::Context;
84
84
typedef Create_function<Function> PluginFunction;
85
85
PluginFunction *rot13_func= NULL;
86
86
 
93
93
 
94
94
} /* namespace rot13 */
95
95
 
96
 
DRIZZLE_PLUGIN(rot13::init, NULL);
 
96
DRIZZLE_PLUGIN(rot13::init, NULL, NULL);