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