~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_reference.h

pandora-build v0.71. Added check for avahi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#define DRIZZLED_TABLE_REFERENCE_H
30
30
 
31
31
#include <drizzled/base.h>
32
 
#include "drizzled/definitions.h"
33
 
 
34
 
namespace drizzled
35
 
{
 
32
#include <drizzled/sql_bitmap.h>
36
33
 
37
34
class StoredKey;
38
35
class Item;
74
71
  bool disable_cache;
75
72
};
76
73
 
77
 
} /* namespace drizzled */
78
 
 
79
74
#endif /* DRIZZLED_TABLE_REFERENCE_H */