~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_to_file.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-14 17:04:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110814170401-mk7dg2patdedfr7k
Remove unnecessary constructors and destructors

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/select_result_interceptor.h>
24
24
#include <drizzled/file_exchange.h>
25
 
 
26
25
#include <boost/filesystem.hpp>
27
26
 
28
 
namespace drizzled
29
 
{
30
 
 
31
 
namespace internal
32
 
{
33
 
struct st_io_cache;
34
 
}
 
27
namespace drizzled {
35
28
 
36
29
class select_to_file :
37
30
  public select_result_interceptor