~drizzle-pbxt/drizzle/drizzle-pbxt-2

« back to all changes in this revision

Viewing changes to drizzled/field/long.h

  • Committer: Paul McCullagh
  • Date: 2009-11-10 14:18:39 UTC
  • mfrom: (1038.1.7 drizzle-pbxt-pre-merge)
  • Revision ID: paul.mccullagh@primebase.org-20091110141839-2j3k43b17ag6f605
Merged Drizzle trunk and PBXT 1.0.09

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 DRIZZLE_SERVER_FIELD_LONG
22
 
#define DRIZZLE_SERVER_FIELD_LONG
 
21
#ifndef DRIZZLED_FIELD_LONG_H
 
22
#define DRIZZLED_FIELD_LONG_H
23
23
 
24
24
#include <drizzled/field/num.h>
25
25
 
71
71
                              bool low_byte_first);
72
72
};
73
73
 
74
 
#endif
 
74
#endif /* DRIZZLED_FIELD_LONG_H */
75
75