From acb656e605d91971ee4014da66be1b7ba6201ac3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Aug 2010 17:51:09 +0200 Subject: Add multi-threading primitives Currently only the pthread-based implementation is present. --- odb/details/exception.hxx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 odb/details/exception.hxx (limited to 'odb/details/exception.hxx') diff --git a/odb/details/exception.hxx b/odb/details/exception.hxx new file mode 100644 index 0000000..2da18ac --- /dev/null +++ b/odb/details/exception.hxx @@ -0,0 +1,21 @@ +// file : odb/details/exception.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef ODB_DETAILS_EXCEPTION_HXX +#define ODB_DETAILS_EXCEPTION_HXX + +#include + +namespace odb +{ + namespace details + { + struct exception: odb::exception + { + }; + } +} + +#endif // ODB_DETAILS_EXCEPTION_HXX -- cgit v1.1