~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/default_value.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/item/ident.h>
24
24
#include <drizzled/item/field.h>
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
class Item_default_value : public Item_field
27
30
{
28
31
public:
51
54
  Item *transform(Item_transformer transformer, unsigned char *args);
52
55
};
53
56
 
 
57
} /* namespace drizzled */
 
58
 
54
59
#endif /* DRIZZLED_ITEM_DEFAULT_VALUE_H */