~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/status_dictionary/status.h

merge latest changes from data_dictionary branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef PLUGIN_DATA_ENGINE_STATUS_H
22
 
#define PLUGIN_DATA_ENGINE_STATUS_H
23
 
 
24
 
#include "drizzled/plugin/table_function.h"
25
 
#include "drizzled/field.h"
26
 
#include "plugin/data_engine/state_tool.h"
27
 
#include "plugin/data_engine/variables.h"
28
 
 
 
21
#ifndef PLUGIN_STATUS_DICTIONARY_STATUS_H
 
22
#define PLUGIN_STATUS_DICTIONARY_STATUS_H
29
23
 
30
24
class StatusTool : public StateTool
31
25
{
54
48
  }
55
49
};
56
50
 
57
 
#endif // PLUGIN_DATA_ENGINE_STATUS_H
 
51
#endif // PLUGIN_STATUS_DICTIONARY_STATUS_H