~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2011-01-10 22:11:30 UTC
  • mto: (2077.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2078.
  • Revision ID: brian@tangent.org-20110110221130-wqvw2wnb14is5kqc
Clear up naming convention for table type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
850
850
 
851
851
} /* namespace drizzled */
852
852
 
853
 
#include "drizzled/table/instance.h"
 
853
#include "drizzled/table/singular.h"
854
854
#include "drizzled/table/concurrent.h"
855
855
 
856
856
#endif /* DRIZZLED_TABLE_H */