~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref_null_helper.h

Style cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
     with NULL value.
30
30
*/
31
31
 
32
 
namespace drizzled
33
 
{
34
 
 
35
32
class Item_ref_null_helper: public Item_ref
36
33
{
37
34
protected:
60
57
  }
61
58
};
62
59
 
63
 
} /* namespace drizzled */
64
 
 
65
60
#endif /* DRIZZLED_ITEM_REF_NULL_HELPER_H */