Salome HOME
make compilable under debian linux
[modules/shaper.git] / src / Config / Config_ValidatorMessage.cpp
index b70511796daa17c7e5c8f15e551299b723d8c72c..7bc98763979c81ced029e4cbfa856b3888628dde 100644 (file)
@@ -1,14 +1,16 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 /*
  * Config_ValidatorMessage.cpp
  *
- *  Created on: 08 Jul 2014 ã.
+ *  Created on: 08 Jul 2014 .
  *      Author: sbh
  */
 
 #include <Config_ValidatorMessage.h>
 
 Config_ValidatorMessage::Config_ValidatorMessage(const Events_ID theId, const void* theParent)
-: Events_Message(theId, theParent)
+    : Events_Message(theId, theParent)
 {
   myValidatorId = "";
   myFeatureId = "";
@@ -19,11 +21,6 @@ Config_ValidatorMessage::~Config_ValidatorMessage()
 {
 }
 
-//static const const char* Config_ValidatorMessage::UID() const
-//{
-//  return "ValidatorMessage";
-//}
-
 const std::string& Config_ValidatorMessage::validatorId() const
 {
   return myValidatorId;