From 87b4552c924bc685a8ea8608a1c22c23fe54d980 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Mon, 8 May 2006 23:32:44 +0000 Subject: add missing files (bzr r779) --- src/debug/demangle.h | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/debug/demangle.h (limited to 'src/debug/demangle.h') diff --git a/src/debug/demangle.h b/src/debug/demangle.h new file mode 100644 index 000000000..8c0dd6b4e --- /dev/null +++ b/src/debug/demangle.h @@ -0,0 +1,37 @@ +/* + * Inkscape::Debug::demangle - demangle C++ symbol names + * + * Authors: + * MenTaLguY + * + * Copyright (C) 2006 MenTaLguY + * + * Released under GNU GPL, read the file 'COPYING' for more information + */ + +#ifndef SEEN_INKSCAPE_DEBUG_DEMANGLE_H +#define SEEN_INKSCAPE_DEBUG_DEMANGLE_H + +#include "util/share.h" + +namespace Inkscape { + +namespace Debug { + +Util::ptr_shared demangle(char const *name); + +} + +} + +#endif +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : -- cgit v1.2.3