~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/cursor.h

Naming fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/cursor.h>
25
25
 
26
 
#include <plugin/data_engine/function.h>
 
26
#include <plugin/function_engine/function.h>
27
27
 
28
28
class FunctionCursor: public drizzled::Cursor
29
29
{