X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeReference.h;h=991f4e725544ae90283cad4ecd618c58bbeba063;hb=f367061802012d6909c2619ef6b6c4cba86fc503;hp=d9993f99a6049a57a0beb97ee7a3ca7b5e84c08a;hpb=b2a34ee4bab2fe2d97f900cbdafcaf122344c46c;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeReference.h b/src/Model/Model_AttributeReference.h index d9993f99a..991f4e725 100644 --- a/src/Model/Model_AttributeReference.h +++ b/src/Model/Model_AttributeReference.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: Model_AttributeReference.h // Created: 8 May 2014 // Author: Mikhail PONIKAROV @@ -28,13 +30,14 @@ class Model_AttributeReference : public ModelAPI_AttributeReference MODEL_EXPORT ~Model_AttributeReference(); - MODEL_EXPORT virtual void setObject(const boost::shared_ptr& theObject); + MODEL_EXPORT virtual void setObject(const std::shared_ptr& theObject); protected: /// Objects are created for features automatically MODEL_EXPORT Model_AttributeReference(TDF_Label& theLabel); friend class Model_Data; + friend class Model_AttributeSelection; }; #endif