]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/PropertyInterface.hxx
Salome HOME
Updated copyright comment
[modules/yacs.git] / src / engine / PropertyInterface.hxx
index 7c53eccf04bcc92dc1c48fe02ff09f320973d8c6..083cd9fcd37a975bbeb5d6f7f0db09dfa5a29dc7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -36,7 +36,7 @@ namespace YACS
 
       virtual void setProperty(const std::string& name,const std::string& value);
       virtual std::string getProperty(const std::string& name);
-      std::map<std::string,std::string> getProperties() { return _propertyMap; };
+      std::map<std::string,std::string> getProperties() const { return _propertyMap; };
       virtual void setProperties(std::map<std::string,std::string> properties);
     protected:
       std::map<std::string,std::string> _propertyMap;