~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/connection_id/connection_id.cc

  • Committer: devananda
  • Date: 2009-07-05 20:42:38 UTC
  • mto: (1086.8.1 connectionid-plugin)
  • mto: This revision was merged to the branch mainline in revision 1095.
  • Revision ID: devananda.vdv@gmail.com-20090705204238-k3vm2e3vc1093pxn
fixed typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
   return 0;
79
79
}
80
80
 
81
 
drizzle_declare_plugin(ascii)
 
81
drizzle_declare_plugin(connection_id)
82
82
{
83
83
  "connection_id",
84
84
  "1.0",