~drizzle-trunk/drizzle/development

327.1.2 by Brian Aker
Commiting next pass of Table class cleanup.
1
#include <drizzled/server_includes.h>
2
3
#ifndef DRIZZLED_TMP_TABLE_H
4
#define DRIZZLED_TMP_TABLE_H
5
327.1.3 by Brian Aker
Cleaned up depend in Proto utils. Modified int to bool. Put TmpTable class
6
class TmpTable {
7
  TmpTable() {}                               /* Remove gcc warning */
8
public:
9
};
10
327.1.2 by Brian Aker
Commiting next pass of Table class cleanup.
11
#endif /* DRIZZLED_TMP_TABLE_H */