From 157ca678dee75e7881a0198425d0c8328f0bee04 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Thu, 3 Jan 2013 07:41:02 +0000 Subject: Improve handling of nested lists, trees, null and floating point values. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428191 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/components/chat/xmpp.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'sca-cpp/trunk/components/chat/xmpp.hpp') diff --git a/sca-cpp/trunk/components/chat/xmpp.hpp b/sca-cpp/trunk/components/chat/xmpp.hpp index 88174613a0..31b4ed3a13 100644 --- a/sca-cpp/trunk/components/chat/xmpp.hpp +++ b/sca-cpp/trunk/components/chat/xmpp.hpp @@ -51,7 +51,6 @@ public: } ~XMPPRuntime() { - debug("chat::~xmppruntime"); xmpp_shutdown(); } @@ -79,7 +78,6 @@ public: XMPPClient& operator=(const XMPPClient& xc) = delete; ~XMPPClient() { - debug("chat::~xmppclient"); extern const failable disconnect(XMPPClient& xc); if (!owner) return; -- cgit v1.2.3