~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/comp_creator.h

  • Committer: Brian Aker
  • Date: 2009-10-15 18:32:22 UTC
  • mfrom: (1130.3.47 memory-file-moves)
  • Revision ID: brian@gaz-20091015183222-n79fjde41epz9u6g
Merge memory

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