~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql/exception.h

updating

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * THE POSSIBILITY OF SUCH DAMAGE.
30
30
 */
31
31
 
32
 
#ifndef DRIZZLED_SQL_EXCEPTION_H
33
 
#define DRIZZLED_SQL_EXCEPTION_H
 
32
#pragma once
34
33
 
35
34
#include <drizzled/error_t.h>
36
35
 
121
120
} // namespace sql 
122
121
} // namespace drizzled
123
122
 
124
 
#endif /* DRIZZLED_SQL_EXCEPTION_H */