~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/num.h

  • Committer: Brian Aker
  • Date: 2010-02-24 00:19:06 UTC
  • mto: (1273.13.98 build)
  • mto: This revision was merged to the branch mainline in revision 1309.
  • Revision ID: brian@gaz-20100224001906-zuykji0jmbtx07al
Added binary to ignore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ITEM_NUM_H
21
21
#define DRIZZLED_ITEM_NUM_H
22
22
 
 
23
#include "drizzled/item/basic_constant.h"
 
24
 
 
25
namespace drizzled
 
26
{
 
27
 
23
28
class Item_num: public Item_basic_constant
24
29
{
25
30
public:
28
33
  Item *safe_charset_converter(const CHARSET_INFO * const tocs);
29
34
};
30
35
 
 
36
} /* namespace drizzled */
 
37
 
31
38
#endif /* DRIZZLED_ITEM_NUM_H */