Remove dynamic exceptions
[anna.git] / include / anna / timex / TimeEventObserver.hpp
index ec26c12..c539bf0 100644 (file)
@@ -43,7 +43,7 @@ public:
      \return Una cadena con la informacion referenta a este temporizador.
   */
   std::string asString() const
-  throw() {
+  {
     std::string msg("timex::TimeEventObserver { Name: ");
     msg += a_name;
     return msg += " }";
@@ -58,7 +58,7 @@ protected:
 
      \param timeEvent Evento temporal a liberar.
   */
-  virtual void release(timex::TimeEvent* timeEvent) throw() = 0;
+  virtual void release(timex::TimeEvent* timeEvent)  = 0;
 
 private:
   std::string a_name;