aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/tls-init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/tls-init.hxx')
-rw-r--r--odb/details/win32/tls-init.hxx28
1 files changed, 28 insertions, 0 deletions
diff --git a/odb/details/win32/tls-init.hxx b/odb/details/win32/tls-init.hxx
new file mode 100644
index 0000000..80e00f9
--- /dev/null
+++ b/odb/details/win32/tls-init.hxx
@@ -0,0 +1,28 @@
+// file : odb/details/win32/tls-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_TLS_INIT_HXX
+#define ODB_DETAILS_WIN32_TLS_INIT_HXX
+
+#include <odb/pre.hxx>
+
+namespace odb
+{
+ namespace details
+ {
+ void
+ tls_process_start ();
+
+ void
+ tls_process_end (bool safe);
+
+ void
+ tls_thread_end ();
+ }
+}
+
+#include <odb/post.hxx>
+
+#endif // ODB_DETAILS_WIN32_TLS_INIT_HXX