summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerror.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-06-26 15:27:06 -0400
committerNat Goodspeed <nat@lindenlab.com>2015-06-26 15:27:06 -0400
commit33c88a1c6037290924691db59c6538a370946ea4 (patch)
treecba485ca46d98577b54795cce01a544c5b9628c0 /indra/llcommon/llerror.h
parentfde0868231a25b8c9ce03a86cb53f1738d35688d (diff)
MAINT-5232: Publish class name demangler as LLError::Log::demangle().
We've had this functionality buried in llerror.cpp for years. Make it available for callers outside llerror.cpp too.
Diffstat (limited to 'indra/llcommon/llerror.h')
-rwxr-xr-xindra/llcommon/llerror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h
index 63040e1772..d0ddb5e8e9 100755
--- a/indra/llcommon/llerror.h
+++ b/indra/llcommon/llerror.h
@@ -189,6 +189,7 @@ namespace LLError
static std::ostringstream* out();
static void flush(std::ostringstream* out, char* message);
static void flush(std::ostringstream*, const CallSite&);
+ static std::string demangle(const char* mangled);
};
struct LL_COMMON_API CallSite