aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/once-init.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-03 16:20:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-03 16:20:38 +0200
commit0e2ae18a97fd507bac872031888d34c3a7d8b17b (patch)
tree3f9a551486969d2bc05f272e2da372c1a55d34cf /odb/details/win32/once-init.hxx
parent137b1eb3e41578d9d4a066ef75c6abfa597c46cd (diff)
Implement Win32 TLS support
Diffstat (limited to 'odb/details/win32/once-init.hxx')
-rw-r--r--odb/details/win32/once-init.hxx25
1 files changed, 25 insertions, 0 deletions
diff --git a/odb/details/win32/once-init.hxx b/odb/details/win32/once-init.hxx
new file mode 100644
index 0000000..2826a8b
--- /dev/null
+++ b/odb/details/win32/once-init.hxx
@@ -0,0 +1,25 @@
+// file : odb/details/win32/once-init.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_WIN32_ONCE_INIT_HXX
+#define ODB_DETAILS_WIN32_ONCE_INIT_HXX
+
+#include <odb/pre.hxx>
+
+namespace odb
+{
+ namespace details
+ {
+ void
+ once_process_start ();
+
+ void
+ once_process_end (bool safe);
+ }
+}
+
+#include <odb/post.hxx>
+
+#endif // ODB_DETAILS_WIN32_ONCE_INIT_HXX