summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FieldTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/FieldTable.h')
-rw-r--r--cpp/src/qpid/framing/FieldTable.h8
1 files changed, 4 insertions, 4 deletions
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{};
}
}