Salome HOME
Created a new event that features were reordered due to the "move to end" action
[modules/shaper.git] / src / ModelAPI / ModelAPI_Document.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_Document.cpp
4 // Created:     28 Feb 2014
5 // Author:      Mikhail PONIKAROV
6
7 #include <ModelAPI_Document.h>
8
9 ModelAPI_Document::~ModelAPI_Document()
10 {
11 }
12
13 /// Only for SWIG wrapping it is here
14 ModelAPI_Document::ModelAPI_Document()
15 {
16 }