~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/schema.h

  • Committer: Brian Aker
  • Date: 2010-07-15 23:18:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1661.
  • Revision ID: brian@gaz-20100715231811-c5erivy1nvwf6bii
Merge in move identifier work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  This will replace Table_ident.
30
30
  */
31
31
 
32
 
#ifndef DRIZZLED_SCHEMA_IDENTIFIER_H
33
 
#define DRIZZLED_SCHEMA_IDENTIFIER_H
 
32
#ifndef DRIZZLED_IDENTIFIER_SCHEMA_H
 
33
#define DRIZZLED_IDENTIFIER_SCHEMA_H
34
34
 
35
35
#include <drizzled/enum.h>
36
36
#include "drizzled/definitions.h"
122
122
 
123
123
} /* namespace drizzled */
124
124
 
125
 
#endif /* DRIZZLED_SCHEMA_IDENTIFIER_H */
 
125
#endif /* DRIZZLED_IDENTIFIER_SCHEMA_H */