summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/queue/qpid.hpp
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2013-01-03 07:41:02 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2013-01-03 07:41:02 +0000
commit157ca678dee75e7881a0198425d0c8328f0bee04 (patch)
tree3c63c23b4948b2ee923c0b2027fbb5ac525a1b85 /sca-cpp/trunk/components/queue/qpid.hpp
parent36adc76235fb0a38e7042bc751f988b71627e2a0 (diff)
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
Diffstat (limited to 'sca-cpp/trunk/components/queue/qpid.hpp')
-rw-r--r--sca-cpp/trunk/components/queue/qpid.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sca-cpp/trunk/components/queue/qpid.hpp b/sca-cpp/trunk/components/queue/qpid.hpp
index 77361461c6..076d9f1241 100644
--- a/sca-cpp/trunk/components/queue/qpid.hpp
+++ b/sca-cpp/trunk/components/queue/qpid.hpp
@@ -68,7 +68,6 @@ public:
QpidConnection& operator=(const QpidConnection& qc) = delete;
~QpidConnection() {
- debug("queue::~qpidonnection");
if (!owner)
return;
c.close();
@@ -109,7 +108,6 @@ public:
}
~QpidSession() {
- debug("queue::~qpidsession");
if (!owner)
return;
s.close();