~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/filesystem_engine/filesystem_engine.h

  • Committer: Zimin
  • Date: 2010-07-30 12:39:39 UTC
  • mto: (1675.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1677.
  • Revision ID: ziminq@gmail.com-20100730123939-jl48k1662mjjlwy6
modify macros to be in line with the change of the filesystem directory name

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
17
17
*/
18
18
 
19
 
#ifndef PLUGIN_FILESYSTEM_FILESYSTEM_H
20
 
#define PLUGIN_FILESYSTEM_FILESYSTEM_H
 
19
#ifndef PLUGIN_FILESYSTEM_ENGINE_FILESYSTEM_ENGINE_H
 
20
#define PLUGIN_FILESYSTEM_ENGINE_FILESYSTEM_ENGINE_H
21
21
 
22
22
#include <drizzled/cursor.h>
23
23
#include <drizzled/thr_lock.h>
113
113
  int find_current_row(unsigned char *buf);
114
114
};
115
115
 
116
 
#endif /* PLUGIN_FILESYSTEM_FILESYSTEM_H */
 
116
#endif /* PLUGIN_FILESYSTEM_ENGINE_FILESYSTEM_ENGINE_H */