From 7b7dd4e6f61aa731ef7f9f255014f5b76d5b9fec Mon Sep 17 00:00:00 2001 From: Christian Goetze Date: Sat, 1 Dec 2007 01:29:28 +0000 Subject: svn merge -r74808:74832 svn+ssh://svn/svn/linden/branches/qa-dpo-9a --- indra/llcommon/llsd.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'indra/llcommon/llsd.h') diff --git a/indra/llcommon/llsd.h b/indra/llcommon/llsd.h index 65ba7ddc4f..1ba57b1e95 100644 --- a/indra/llcommon/llsd.h +++ b/indra/llcommon/llsd.h @@ -331,6 +331,16 @@ public: static U32 allocationCount(); ///< how many Impls have been made static U32 outstandingCount(); ///< how many Impls are still alive //@} + +private: + /** @name Debugging Interface */ + //@{ + /// Returns XML version of llsd -- only to be called from debugger + static const char *dumpXML(const LLSD &llsd); + + /// Returns Notation version of llsd -- only to be called from debugger + static const char *dump(const LLSD &llsd); + //@} }; struct llsd_select_bool : public std::unary_function -- cgit v1.3