~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/int_with_ref.h

pandora-build v0.71. Added check for avahi.

Show diffs side-by-side

added added

removed removed

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