Remove dynamic exceptions
[anna.git] / include / anna / core / tracing / TraceLevelChecker.hpp
index 742ad20..f546f86 100644 (file)
@@ -104,7 +104,7 @@ public:
   * @param contextData String to be compared
   * @param targetLevel Desired target level configured for each trigger item at global Configuration class
   */
-  virtual bool changeLevelCondition(const std::string & contextData, anna::Logger::Level & targetLevel) const throw();
+  virtual bool changeLevelCondition(const std::string & contextData, anna::Logger::Level & targetLevel) const ;
 
 
   /**
@@ -122,7 +122,7 @@ public:
   *
   * @return Boolean about trace level change because of condition result
   */
-  bool load(const char * contextData = NULL) throw();
+  bool load(const char * contextData = NULL) ;
 
 
   /**
@@ -132,7 +132,7 @@ public:
   *
   * @return Boolean about Trace level change because restore proceed
   */
-  bool restore(void) throw();
+  bool restore(void) ;
 };
 
 }