~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/access_method_factory.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-29 10:48:07 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110329104807-t3zzq67jlv9d1pa4
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/join_table.h>
28
28
#include <drizzled/optimizer/access_method.h>
29
29
 
30
 
#include <boost/shared_ptr.hpp>
31
 
 
32
 
/* Forward declarations */
33
 
class Table;
34
 
class JoinTable;
35
 
 
36
 
namespace drizzled
37
 
{
38
 
namespace optimizer
39
 
{
 
30
namespace drizzled {
 
31
namespace optimizer {
40
32
 
41
33
/**
42
34
 * @class AccessMethodFactory