summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Exception.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-05-04 15:39:57 +0000
committerBernard Normier <bernard@zeroc.com>2016-05-04 15:41:19 +0000
commit3fce99defae88e05df72f789840460dc0271737c (patch)
tree7264a750675579349876bf83dc90206fbdeddb26 /cpp/include/IceUtil/Exception.h
parentAdded support for compiling Slice files from PHP tests (diff)
downloadice-3fce99defae88e05df72f789840460dc0271737c.tar.bz2
ice-3fce99defae88e05df72f789840460dc0271737c.tar.xz
ice-3fce99defae88e05df72f789840460dc0271737c.zip
Added support for libbacktrace on Linux
Diffstat (limited to 'cpp/include/IceUtil/Exception.h')
-rw-r--r--cpp/include/IceUtil/Exception.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/Exception.h b/cpp/include/IceUtil/Exception.h
index 663e4471673..ba82e81cc38 100644
--- a/cpp/include/IceUtil/Exception.h
+++ b/cpp/include/IceUtil/Exception.h
@@ -188,4 +188,9 @@ private:
}
+namespace IceUtilInternal
+{
+ ICE_UTIL_API bool canCaptureStackTrace();
+}
+
#endif