~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/library.h

  • Committer: Eric Day
  • Date: 2010-03-25 19:28:37 UTC
  • mfrom: (1405 staging)
  • mto: This revision was merged to the branch mainline in revision 1409.
  • Revision ID: eday@oddments.org-20100325192837-4exmacbrywjovsqp
Merged trunk, rsolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_PLUGIN_LIBRARY_H
21
21
#define DRIZZLED_PLUGIN_LIBRARY_H
22
22
 
 
23
/**
 
24
 * @file Defines a Plugin Library Wrapper
 
25
 *
 
26
 * A plugin::Library is a wrapper object around a plugin .so file. It owns
 
27
 * the void * returned by dlopen and contains the knowledge of how to load
 
28
 * and unload plugin libraries via dlopen().
 
29
 */
 
30
 
23
31
#include <string>
24
32
 
25
33
namespace drizzled