~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Monty Taylor
  • Date: 2010-03-05 21:09:24 UTC
  • mto: This revision was merged to the branch mainline in revision 1381.
  • Revision ID: mordred@inaugust.com-20100305210924-fa7lq9i3r5cheh23
Create a plugin::Context object to carry information about the plugin module
currently being loaded, and also to hide the entire Registry from the
plugin. Essentially, the context is the plugin's view of the Registry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
                              drizzled/plugin/authentication.h \
292
292
                              drizzled/plugin/authorization.h \
293
293
                              drizzled/plugin/client.h \
 
294
                              drizzled/plugin/context.h \
294
295
                              drizzled/plugin/error_message.h \
295
296
                              drizzled/plugin/function.h \
296
297
                              drizzled/plugin/library.h \