]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeReference.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Model / Model_AttributeReference.h
index 356a519b234793ebf14de3fd4133045809bee3f3..da4eb7fbce8f795639bf1ea62514330b510f5b03 100644 (file)
 
 class Model_AttributeReference : public ModelAPI_AttributeReference
 {
-  Handle_TDF_Reference myRef; ///< references to the feature label
-public:
+  Handle_TDF_Reference myRef;  ///< references to the feature label
+ public:
   /// Defines the object referenced from this attribute
   MODEL_EXPORT virtual void setValue(ObjectPtr theObject);
 
   /// Returns object referenced from this attribute
   MODEL_EXPORT virtual ObjectPtr value();
 
-protected:
+ protected:
   /// Objects are created for features automatically
   MODEL_EXPORT Model_AttributeReference(TDF_Label& theLabel);