Salome HOME
Implementation of AttributeRefAttrList for a fillet created in the list of points.
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeRefAttrList.cpp
diff --git a/src/ModelAPI/ModelAPI_AttributeRefAttrList.cpp b/src/ModelAPI/ModelAPI_AttributeRefAttrList.cpp
new file mode 100755 (executable)
index 0000000..5572fe5
--- /dev/null
@@ -0,0 +1,23 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
+// File:        ModelAPI_AttributeRefAttrList.cpp
+// Created:     20 Jan 2016
+// Author:      Mikhail PONIKAROV
+
+
+#include "ModelAPI_AttributeRefAttrList.h"
+
+std::string ModelAPI_AttributeRefAttrList::attributeType()
+{
+  return typeId();
+}
+
+ModelAPI_AttributeRefAttrList::~ModelAPI_AttributeRefAttrList()
+{
+
+}
+
+ModelAPI_AttributeRefAttrList::ModelAPI_AttributeRefAttrList()
+{
+}
+