~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.h

  • Committer: Brian Aker
  • Date: 2010-02-27 01:53:04 UTC
  • mfrom: (1309.1.17 fix_is)
  • Revision ID: brian@gaz-20100227015304-xxruqg8c4snj32u3
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <string.h>
38
38
 
39
39
#include <ostream>
 
40
#include <set>
40
41
 
41
42
namespace drizzled {
42
43
 
130
131
 
131
132
};
132
133
 
 
134
typedef std::set <TableIdentifier> TableIdentifierList;
 
135
 
133
136
} /* namespace drizzled */
134
137
 
135
138
#endif /* DRIZZLED_TABLE_IDENTIFIER_H */