Salome HOME
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeBoolean.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeBoolean.cpp
4 // Created:     2 june 2014
5 // Author:      Vitaly Smetannikov
6
7 #include "ModelAPI_AttributeBoolean.h"
8
9 std::string ModelAPI_AttributeBoolean::attributeType()
10 {
11   return type();
12 }
13
14 /// To virtually destroy the fields of successors
15 ModelAPI_AttributeBoolean::~ModelAPI_AttributeBoolean()
16 {
17 }
18
19 ModelAPI_AttributeBoolean::ModelAPI_AttributeBoolean()
20 {
21 }