~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cache.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "drizzled/item/field.h"
25
25
#include "drizzled/item/basic_constant.h"
26
26
 
 
27
namespace drizzled
 
28
{
 
29
 
27
30
class Item_cache: public Item_basic_constant
28
31
{
29
32
protected:
84
87
  }
85
88
};
86
89
 
 
90
} /* namespace drizzled */
 
91
 
87
92
#endif /* DRIZZLED_ITEM_CACHE_H */