~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/schema.h

  • Committer: Brian Aker
  • Date: 2011-02-24 23:08:05 UTC
  • Revision ID: brian@tangent.org-20110224230805-6gds5oji9m9g6gyh
Testing pragma once for build farm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  This will replace Table_ident.
30
30
  */
31
31
 
32
 
 
33
 
 
34
 
#ifndef DRIZZLED_IDENTIFIER_SCHEMA_H
35
 
#define DRIZZLED_IDENTIFIER_SCHEMA_H
 
32
#pragma once
36
33
 
37
34
#include <drizzled/enum.h>
38
35
#include <drizzled/definitions.h>
107
104
 
108
105
} /* namespace identifier */
109
106
} /* namespace drizzled */
110
 
 
111
 
#endif /* DRIZZLED_IDENTIFIER_SCHEMA_H */