aboutsummaryrefslogtreecommitdiff
path: root/odb/details/condition.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-18 17:51:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-18 17:51:09 +0200
commitacb656e605d91971ee4014da66be1b7ba6201ac3 (patch)
tree96bd2145eafe938647c6d510d58dc217a22344c7 /odb/details/condition.hxx
parentd8b70727fdda5c1de19736724809e76e060b417e (diff)
Add multi-threading primitives
Currently only the pthread-based implementation is present.
Diffstat (limited to 'odb/details/condition.hxx')
-rw-r--r--odb/details/condition.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/odb/details/condition.hxx b/odb/details/condition.hxx
new file mode 100644
index 0000000..9e416d6
--- /dev/null
+++ b/odb/details/condition.hxx
@@ -0,0 +1,11 @@
+// file : odb/details/condition.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_DETAILS_CONDITION_HXX
+#define ODB_DETAILS_CONDITION_HXX
+
+#include <odb/details/posix/condition.hxx>
+
+#endif // ODB_DETAILS_CONDITION_HXX