~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/row.h

  • Committer: Monty Taylor
  • Date: 2009-12-27 00:49:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091227004903-maw7ktxu6i6hye9b
Moved mem_root functions into drizzled::memory:: namespace.

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
 
 
28
25
class Item_row: public Item
29
26
{
30
27
  Item **items;
94
91
  void bring_value();
95
92
};
96
93
 
97
 
} /* namespace drizzled */
98
 
 
99
94
#endif /* DRIZZLED_ITEM_ROW_H */