~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/error_message.h

New merge for TableShare

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef DRIZZLED_PLUGIN_ERROR_MESSAGE_H
23
23
#define DRIZZLED_PLUGIN_ERROR_MESSAGE_H
24
24
 
25
 
#include "drizzled/plugin/plugin.h"
26
 
 
27
25
#include <stdarg.h>
28
 
 
29
26
#include <string>
30
27
 
31
28
namespace drizzled
32
29
{
33
 
class Session;
34
 
 
35
30
namespace plugin
36
31
{
37
32