~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/plus.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/function/func.h>
24
24
#include <drizzled/function/additive_op.h>
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
class Item_func_plus :public Item_func_additive_op
27
30
{
28
31
public:
33
36
  my_decimal *decimal_op(my_decimal *);
34
37
};
35
38
 
 
39
} /* namespace drizzled */
36
40
 
37
41
#endif /* DRIZZLED_FUNCTION_MATH_PLUS_H */