Remove dynamic exceptions
[anna.git] / include / anna / diameter / functions.hpp
index 1445847..4147a05 100644 (file)
@@ -36,7 +36,7 @@ struct functions {
   *           '(<code>,<vendorId>)'
   * </pre>
   */
-  static std::string avpIdAsPairString(const AvpId & avpId) throw();
+  static std::string avpIdAsPairString(const AvpId & avpId) ;
 
 
   /**
@@ -46,7 +46,7 @@ struct functions {
   *           '(<code>,request|answer)'
   * </pre>
   */
-  static std::string commandIdAsPairString(const CommandId & commandId) throw();
+  static std::string commandIdAsPairString(const CommandId & commandId) ;
 };