X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeString.h;h=2d1ba634dea54673f8a62b93e388d4b1413c463d;hb=a10325fa2dc6f2df9d4d1429cbe1036cc86648db;hp=2695cbcf5ee16f256dc953557378e652aba03f86;hpb=d2d4d74fe59b3bd7ca2ec963fdcc871cc68b90d2;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeString.h b/src/Model/Model_AttributeString.h index 2695cbcf5..2d1ba634d 100644 --- a/src/Model/Model_AttributeString.h +++ b/src/Model/Model_AttributeString.h @@ -1,15 +1,17 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: Model_AttributeString.h -// Created: 2 june 2014 -// Author: Vitaly Smetannikov +// Created: 25 august 2014 +// Author: sbh -#ifndef Model_AttributeString_H_ -#define Model_AttributeString_H_ +#ifndef MODEL_ATTRIBUTESTRING_H_ +#define MODEL_ATTRIBUTESTRING_H_ #include #include #include -#include +#include #include @@ -20,12 +22,12 @@ class Model_AttributeString : public ModelAPI_AttributeString { - Handle_TDataStd_Name myString; ///< double is Real attribute + Handle_TDataStd_Name myString; public: - /// Defines the double value + /// Defines the std::string value MODEL_EXPORT virtual void setValue(const std::string& theValue); - /// Returns the double value + /// Returns the std::string value MODEL_EXPORT virtual std::string value(); protected: