X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fdiameter%2Fcore%2Ffunctions.cpp;h=3a2e9685450826451740a8b979b1967bcde52e9f;hp=811c5cbd142f097a0c15d679b223d4ffd6b528ba;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/diameter/core/functions.cpp b/source/diameter/core/functions.cpp index 811c5cb..3a2e968 100644 --- a/source/diameter/core/functions.cpp +++ b/source/diameter/core/functions.cpp @@ -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);