~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to drizzled/field/real.h

  • Committer: Jay Pipes
  • Date: 2010-02-06 01:51:20 UTC
  • mfrom: (1273.1.10 build)
  • Revision ID: jpipes@serialcoder-20100206015120-as4vb638inbzrb59
Merge trunk changes and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/field/num.h>
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
/* base class for float and double and decimal (old one) */
27
30
class Field_real :public Field_num {
28
31
public:
50
53
                      uint32_t max_length, bool low_byte_first);
51
54
};
52
55
 
 
56
} /* namespace drizzled */
 
57
 
53
58
#endif /* DRIZZLED_FIELD_REAL_H */