~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_subselect.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_SELECT_SUBSELECT_H
22
22
#define DRIZZLED_SELECT_SUBSELECT_H
23
23
 
 
24
namespace drizzled
 
25
{
24
26
 
25
27
/* Base subselect interface class */
26
28
class select_subselect :public select_result_interceptor
33
35
  bool send_eof() { return 0; };
34
36
};
35
37
 
 
38
} /* namespace drizzled */
 
39
 
36
40
#endif /* DRIZZLED_SELECT_SUBSELECT_H */