Suuports clang compiler
[anna.git] / include / anna / core / oam / Module.hpp
index 28e30e5..032c3a3 100644 (file)
@@ -472,7 +472,7 @@ public:
   * @param alarmType Alarm enum-identification within the own context/module
   * @param ... Optional parsing data for dynamic-composed text.
   */
-  void activateAlarm(const int & type, ...) const throw(anna::RuntimeException);
+  void activateAlarm(int type, ...) const throw(anna::RuntimeException);
 
 
   /**
@@ -482,7 +482,7 @@ public:
   * @param alarmType Alarm enum-identification within the own context/module
   * @param ... Optional parsing data for dynamic-composed text.
   */
-  void cancelAlarm(const int & type, ...) const throw(anna::RuntimeException);
+  void cancelAlarm(int type, ...) const throw(anna::RuntimeException);
 
 
   /**