]> git.tdb.fi Git - libs/core.git/blob - source/debug/exceptiontrace.h
Remove deprecated things
[libs/core.git] / source / debug / exceptiontrace.h
1 #ifndef MSP_DEBUG_EXCEPTIONTRACE_H_
2 #define MSP_DEBUG_EXCEPTIONTRACE_H_
3
4 namespace Msp {
5 namespace Debug {
6
7 class Backtrace;
8
9 void enable_exception_trace(bool);
10 const Backtrace &get_exception_trace();
11
12 } // namespace Debug
13 } // namespace Msp
14
15 #endif