From 037c28c0c658b44529783b79a6b895e3b89dc699 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 23 Oct 2007 12:41:16 +0000 Subject: More tidying up of field table API git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@587480 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/FieldTable.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/framing/FieldTable.cpp') diff --git a/cpp/src/qpid/framing/FieldTable.cpp b/cpp/src/qpid/framing/FieldTable.cpp index f30b49f739..3c0284f2c8 100644 --- a/cpp/src/qpid/framing/FieldTable.cpp +++ b/cpp/src/qpid/framing/FieldTable.cpp @@ -104,9 +104,9 @@ T getValue(const FieldTable::ValuePtr value) return value->get(); } -//std::string FieldTable::getString(const std::string& name) const { -// return getValue(name); -//} +std::string FieldTable::getString(const std::string& name) const { + return getValue(get(name)); +} int FieldTable::getInt(const std::string& name) const { return getValue(get(name)); -- cgit v1.2.1