Remove dynamic exceptions
[anna.git] / source / diameter / core / functions.cpp
index 811c5cb..3a2e968 100644 (file)
@@ -14,7 +14,7 @@
 using namespace anna::diameter;
 
 
-std::string functions::avpIdAsPairString(const AvpId & avpId) throw() {
+std::string functions::avpIdAsPairString(const AvpId & avpId) {
   std::string result;
   result = "(";
   result += anna::functions::asString(avpId.first);
@@ -25,7 +25,7 @@ std::string functions::avpIdAsPairString(const AvpId & avpId) throw() {
 }
 
 
-std::string functions::commandIdAsPairString(const CommandId & commandId) throw() {
+std::string functions::commandIdAsPairString(const CommandId & commandId) {
   std::string result;
   result = "(";
   result += anna::functions::asString(commandId.first);