diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-04 15:39:57 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-04 15:41:19 +0000 |
commit | 3fce99defae88e05df72f789840460dc0271737c (patch) | |
tree | 7264a750675579349876bf83dc90206fbdeddb26 /cpp/include/IceUtil/Exception.h | |
parent | Added support for compiling Slice files from PHP tests (diff) | |
download | ice-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.h | 5 |
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 |