~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/real.h

  • Committer: Monty Taylor
  • Date: 2008-11-19 08:44:26 UTC
  • mfrom: (584.5.1 fix-headers)
  • mto: This revision was merged to the branch mainline in revision 590.
  • Revision ID: monty@inaugust.com-20081119084426-zdambea9ya8aac63
Merged in fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLE_SERVER_FIELD_REAL
22
22
#define DRIZZLE_SERVER_FIELD_REAL
23
23
 
 
24
#include <drizzled/field/num.h>
24
25
 
25
26
/* base class for float and double and decimal (old one) */
26
27
class Field_real :public Field_num {