Salome HOME
Center presentation validation: check interactive object on NULL
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_EvalListener.h
index e16ca02370b51fa76db6532721707391fe136a22..5f3b9edba36235bae220849d3db6c0c2a6bdb05e 100644 (file)
@@ -1,10 +1,22 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-/*
- * ParametersPlugin_EvalListener.h
- *
- *  Created on: Apr 28, 2015
- *      Author: sbh
- */
+// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or
+// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+//
 
 #ifndef SRC_PARAMETERSPLUGIN_EVALLISTENER_H_
 #define SRC_PARAMETERSPLUGIN_EVALLISTENER_H_
@@ -25,6 +37,9 @@ class ParametersPlugin_Parameter;
  */
 class ParametersPlugin_EvalListener : public Events_Listener
 {
+  /// map of old names, that were valid for perameres, but now parameter name is changed to invalid
+  /// stored not shared pointers to features to avoid memory keeping on the feature delete
+  std::map<ParametersPlugin_Parameter*, std::string> myOldNames;
  public:
   PARAMETERSPLUGIN_EXPORT ParametersPlugin_EvalListener();
   PARAMETERSPLUGIN_EXPORT virtual ~ParametersPlugin_EvalListener();