~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/int_with_ref.h

MergedĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
*/
31
31
 
 
32
namespace drizzled
 
33
{
 
34
 
32
35
class Item_int_with_ref :public Item_int
33
36
{
34
37
  Item *ref;
47
50
  virtual const Item *real_item() const { return ref; }
48
51
};
49
52
 
 
53
} /* namespace drizzled */
 
54
 
50
55
#endif /* DRIZZLED_ITEM_INT_WITH_REF_H */