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