Salome HOME
Merge branch 'master' into Dev_1.1.0
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeRefAttr.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeRefAttr.cpp
4 // Created:     8 May 2014
5 // Author:      Mikhail PONIKAROV
6
7
8 #include "ModelAPI_AttributeRefAttr.h"
9
10
11 std::string ModelAPI_AttributeRefAttr::attributeType()
12 {
13   return typeId();
14 }
15
16 ModelAPI_AttributeRefAttr::~ModelAPI_AttributeRefAttr()
17 {
18 }
19
20 ModelAPI_AttributeRefAttr::ModelAPI_AttributeRefAttr()
21 {
22 }