X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter.comm%2FClassCode.hpp;h=29996447dfd67249d0b96e5558e88fc0e83e183a;hb=f34b8069233e9e09208339bb79d8576c1ff962e1;hp=4dfa88a9a854d3f9a4bb4b4d13c3760a46d909dd;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/diameter.comm/ClassCode.hpp b/include/anna/diameter.comm/ClassCode.hpp index 4dfa88a..2999644 100644 --- a/include/anna/diameter.comm/ClassCode.hpp +++ b/include/anna/diameter.comm/ClassCode.hpp @@ -39,14 +39,14 @@ struct ClassCode { \param v Class type code to translate. \return Class type string representation. */ - //static std::string asString(const _v v) throw(); + //static std::string asString(const _v v) ; /** Class type text representation \param v Class type code to translate. \return Class type text representation. */ - static std::string asText(const _v v) throw(); + static std::string asText(const _v v) ; }; }