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