00001
00002
00020 #ifndef CXXUTILS_EXCTRACE_H
00021 #define CXXUTILS_EXCTRACE_H
00022
00023
00024 #include "CxxUtils/SealCommon.h"
00025 #include "CxxUtils/SealDebug.h"
00026 #include <exception>
00027
00028
00029 namespace CxxUtils {
00030
00031
00041 void exctrace (const std::exception& e, IOFD fd = IOFD_INVALID);
00042
00043
00044 }
00045
00046
00047 #endif // not CXXUTILS_EXCTRACE_H