Remove dynamic exceptions
[anna.git] / include / anna / diameter.comm / ClassCode.hpp
index 4dfa88a..2999644 100644 (file)
@@ -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) ;
 };
 
 }