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.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/src/qpid/framing/FieldTable.h') diff --git a/cpp/src/qpid/framing/FieldTable.h b/cpp/src/qpid/framing/FieldTable.h index a3e01a968e..707496a861 100644 --- a/cpp/src/qpid/framing/FieldTable.h +++ b/cpp/src/qpid/framing/FieldTable.h @@ -64,7 +64,7 @@ class FieldTable void setTable(const std::string& name, const FieldTable& value); //void setDecimal(string& name, xxx& value); -// std::string getString(const std::string& name) const; + std::string getString(const std::string& name) const; int getInt(const std::string& name) const; // uint64_t getTimestamp(const std::string& name) const; // void getTable(const std::string& name, FieldTable& value) const; @@ -86,9 +86,9 @@ class FieldTable friend std::ostream& operator<<(std::ostream& out, const FieldTable& body); }; -class FieldNotFoundException{}; -class UnknownFieldName : public FieldNotFoundException{}; -class IncorrectFieldType : public FieldNotFoundException{}; +//class FieldNotFoundException{}; +//class UnknownFieldName : public FieldNotFoundException{}; +//class IncorrectFieldType : public FieldNotFoundException{}; } } -- cgit v1.2.1