~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/manifest.h

  • Committer: Monty Taylor
  • Date: 2010-03-11 21:35:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1381.
  • Revision ID: mordred@inaugust.com-20100311213522-a5bvk78p6m6q7zmn
Added some comment headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_PLUGIN_MANIFEST_H
21
21
#define DRIZZLED_PLUGIN_MANIFEST_H
22
22
 
 
23
/**
 
24
 * @file Defines a Plugin Manifest
 
25
 *
 
26
 * A plugin::Manifest is the struct contained in every Plugin Library.
 
27
 */
 
28
 
23
29
#include "drizzled/plugin/context.h"
24
30
 
25
31
namespace drizzled