~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/num1.h

Merged build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/function/numhybrid.h>
24
24
 
 
25
namespace drizzled
 
26
{
 
27
 
25
28
/* function where type of result detected by first argument */
26
29
class Item_func_num1: public Item_func_numhybrid
27
30
{
35
38
  { assert(0); return 0; }
36
39
};
37
40
 
 
41
} /* namespace drizzled */
38
42
 
39
43
#endif /* DRIZZLED_FUNCTION_NUM1_H */