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