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/condition.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 odb/details/condition.hxx (limited to 'odb/details/condition.hxx') 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 +// 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 + +#endif // ODB_DETAILS_CONDITION_HXX -- cgit v1.1