~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/int_with_ref.h

  • Committer: Lee Bieber
  • Date: 2010-01-30 23:42:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1282.
  • Revision ID: lbieber@lee-biebers-macbook-pro.local-20100130234202-sxmqfteqwiq15ptg
add target to japanese tests

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 */