From 025451b1e26c48ca58c388921827929d11c9459c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 19 Oct 2006 00:42:50 +0000 Subject: Fixed various minor TODO issues. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465432 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/AMQHeaderBody.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/src/qpid/framing/AMQHeaderBody.cpp') diff --git a/cpp/src/qpid/framing/AMQHeaderBody.cpp b/cpp/src/qpid/framing/AMQHeaderBody.cpp index eb360d8bc8..6bb24e67c7 100644 --- a/cpp/src/qpid/framing/AMQHeaderBody.cpp +++ b/cpp/src/qpid/framing/AMQHeaderBody.cpp @@ -63,11 +63,7 @@ void qpid::framing::AMQHeaderBody::print(std::ostream& out) const { out << "header, content_size=" << getContentSize() << " (" << size() << " bytes)" << ", headers=" ; - // TODO aconway 2006-09-26: Hack to see headers. - // Should write proper op << for BasicHeaderProperties. - // const BasicHeaderProperties* props = dynamic_cast(getProperties()); - // TODO aconway 2006-09-26: Lose the static cast, fix BasicHeaderProperties if (props) out << const_cast(props)->getHeaders(); } -- cgit v1.2.1