Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_EvalListener.h
index 76639caef039b10245949a594ea85a53ffc14166..3b870a879711cda42188a997f64e8a7b3b4aa306 100644 (file)
@@ -1,3 +1,4 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
 /*
  * ParametersPlugin_EvalListener.h
  *
@@ -30,7 +31,8 @@ class ParametersPlugin_EvalListener : public Events_Listener
   PARAMETERSPLUGIN_EXPORT virtual ~ParametersPlugin_EvalListener();
 
   /// Reimplemented from Events_Listener::processEvent().
-  PARAMETERSPLUGIN_EXPORT virtual void processEvent(const std::shared_ptr<Events_Message>& theMessage);
+  PARAMETERSPLUGIN_EXPORT 
+    virtual void processEvent(const std::shared_ptr<Events_Message>& theMessage);
 
  protected:
   /// Evaluates theExpression and returns its value.