~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/library.h

  • Committer: Siddharth Prakash Singh
  • Date: 2010-03-26 19:25:23 UTC
  • mfrom: (1410 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1425.
  • Revision ID: spsneo@spsneo-laptop-20100326192523-ibjlbt1p692vobtj
merging with trunk

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