~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/cursor.h

  • Committer: Brian Aker
  • Date: 2010-02-16 01:41:47 UTC
  • mfrom: (1273.13.66 build)
  • Revision ID: brian@gaz-20100216014147-d14la0yrezusgisn
Merge of Brian stuff

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_CURSOR_H
22
 
#define PLUGIN_DATA_ENGINE_CURSOR_H
 
21
#ifndef PLUGIN_FUNCTION_ENGINE_CURSOR_H
 
22
#define PLUGIN_FUNCTION_ENGINE_CURSOR_H
23
23
 
24
24
#include <drizzled/cursor.h>
25
25
 
67
67
  }
68
68
};
69
69
 
70
 
#endif /* PLUGIN_DATA_ENGINE_DATA_CURSOR_H */
 
70
#endif /* PLUGIN_FUNCTION_ENGINE_CURSOR_H */