~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/type/uuid.h

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 * %End-Header%
63
63
 */
64
64
 
65
 
#ifndef DRIZZLED_TYPE_UUID_H
66
 
#define DRIZZLED_TYPE_UUID_H
 
65
#pragma once
67
66
 
68
67
#include <cstdio>
69
68
#include <iostream>
231
230
} /* namespace type */
232
231
} /* namespace drizzled */
233
232
 
234
 
#endif /* DRIZZLED_TYPE_UUID_H */
235
233