~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-24 00:16:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2251.
  • Revision ID: olafvdspek@gmail.com-20110324001614-wvmgc6eg52oq2321
Remove const_reference and reference from Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  This will replace Table_ident.
30
30
  */
31
31
 
32
 
#ifndef DRIZZLED_FILESORT_H
33
 
#define DRIZZLED_FILESORT_H
 
32
#pragma once
34
33
 
35
34
namespace drizzled {
36
35
 
94
93
 
95
94
} /* namespace drizzled */
96
95
 
97
 
#endif /* DRIZZLED_FILESORT_H */