Salome HOME
Extrusion fix
[modules/shaper.git] / src / ModelAPI / ModelAPI_CompositeFeature.cpp
index ba5d1cd5ccd1d7ab26eb7c3e128aadea7e9bd7c3..7913a8bde50d9e534dc7fd0ff19c982d782288be 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 
-// File:        ModelAPI_CompositeFeature.h
+// File:        ModelAPI_CompositeFeature.cpp
 // Created:     20 Oct 2014
 // Author:      Mikhail PONIKAROV
 
@@ -11,3 +11,8 @@ ModelAPI_CompositeFeature::~ModelAPI_CompositeFeature()
 
 }
 
+void ModelAPI_CompositeFeature::exchangeIDs(
+  std::shared_ptr<ModelAPI_Feature> theFeature1, std::shared_ptr<ModelAPI_Feature> theFeature2)
+{
+  // by default nothing is in the implementation
+}