Remove dynamic exceptions
[anna.git] / include / anna / diameter / codec / basetypes / Enumerated.hpp
index 4a53d0f..fbf2cd8 100644 (file)
@@ -33,9 +33,11 @@ class Enumerated : public Integer32 {
 
 public:
 
+  virtual ~Enumerated() {;}
+
   // gets
 
-  std::string getFormatName() const throw() { return "Enumerated"; }
+  std::string getFormatName() const { return "Enumerated"; }
 
 
   // helpers