summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/amqp_0_10/Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/amqp_0_10/Array.h')
-rw-r--r--qpid/cpp/src/qpid/amqp_0_10/Array.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/src/qpid/amqp_0_10/Array.h b/qpid/cpp/src/qpid/amqp_0_10/Array.h
index 6e8a419df7..2e606b2dbe 100644
--- a/qpid/cpp/src/qpid/amqp_0_10/Array.h
+++ b/qpid/cpp/src/qpid/amqp_0_10/Array.h
@@ -108,9 +108,9 @@ template<> class ArrayDomain<UnknownType> : public std::vector<UnknownType> {
std::ostream& operator<<(std::ostream& o, const Array& a);
-// FIXME aconway 2008-04-08: hack to supress encoding of
-// command-fragments and in-doubt as there is a problem with the spec
-// (command-fragments does not have a one byte type code.)
+// Hack to supress encoding of command-fragments and in-doubt as there
+// is a problem with the spec (command-fragments does not have a one
+// byte type code.)
namespace session { class CommandFragment; }
namespace dtx { class Xid; }