~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/row.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "drizzled/item.h"
24
24
 
 
25
namespace drizzled
 
26
{
 
27
 
25
28
class Item_row: public Item
26
29
{
27
30
  Item **items;
91
94
  void bring_value();
92
95
};
93
96
 
 
97
} /* namespace drizzled */
 
98
 
94
99
#endif /* DRIZZLED_ITEM_ROW_H */