summaryrefslogtreecommitdiff
path: root/libcult/cult/os/exception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcult/cult/os/exception.cxx')
-rw-r--r--libcult/cult/os/exception.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcult/cult/os/exception.cxx b/libcult/cult/os/exception.cxx
new file mode 100644
index 0000000..1fd7e3b
--- /dev/null
+++ b/libcult/cult/os/exception.cxx
@@ -0,0 +1,13 @@
+// file : cult/os/exception.cxx
+// author : Boris Kolpackov <boris@kolpackov.net>
+// copyright : Copyright (c) 2005-2010 Boris Kolpackov
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#include <cult/os/exception.hxx>
+
+namespace Cult
+{
+ namespace OS
+ {
+ }
+}