~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/comp_creator.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_COMP_CREATOR_H
21
21
#define DRIZZLED_COMP_CREATOR_H
22
22
 
 
23
namespace drizzled
 
24
{
 
25
 
23
26
class Item;
24
27
class Item_bool_func2;
25
28
 
43
46
Comp_creator *comp_lt_creator(bool invert);
44
47
Comp_creator *comp_ne_creator(bool invert);
45
48
 
 
49
} /* namespace drizzled */
 
50
 
46
51
#endif /* DRIZZLED_COMP_CREATOR_H */