~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/comp_creator.h

Merge Stewart's dead code removal

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
 
 
26
23
class Item;
27
24
class Item_bool_func2;
28
25
 
46
43
Comp_creator *comp_lt_creator(bool invert);
47
44
Comp_creator *comp_ne_creator(bool invert);
48
45
 
49
 
} /* namespace drizzled */
50
 
 
51
46
#endif /* DRIZZLED_COMP_CREATOR_H */