~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance/shared.h

updating

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
 
22
 
#ifndef DRIZZLED_TABLE_INSTANCE_SHARED_H
23
 
#define DRIZZLED_TABLE_INSTANCE_SHARED_H
 
22
#pragma once
24
23
 
25
24
#include <drizzled/table/instance/base.h>
26
25
 
107
106
} /* namespace table */
108
107
} /* namespace drizzled */
109
108
 
110
 
#endif /* DRIZZLED_TABLE_INSTANCE_SHARED_H */