Salome HOME
Increase the timeout for HDF test cases.
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Union.h
index ff1f7820af038ba05a0b43cf7b70fc48dcdb39be..693a06b5ec86ee1fab16accb053dbd84c0324777 100644 (file)
@@ -43,8 +43,7 @@ public:
   /// Constructor with values.
   FEATURESAPI_EXPORT
   explicit FeaturesAPI_Union(const std::shared_ptr<ModelAPI_Feature>& theFeature,
-                             const std::list<ModelHighAPI_Selection>& theBaseObjects,
-                             const int theVersion = 0);
+                             const std::list<ModelHighAPI_Selection>& theBaseObjects);
 
   /// Destructor.
   FEATURESAPI_EXPORT
@@ -71,6 +70,6 @@ typedef std::shared_ptr<FeaturesAPI_Union> UnionPtr;
 FEATURESAPI_EXPORT
 UnionPtr addUnion(const std::shared_ptr<ModelAPI_Document>& thePart,
                   const std::list<ModelHighAPI_Selection>& theBaseObjects,
-                  const int theVersion = 0);
+                  const bool keepSubResults = false);
 
 #endif // FeaturesAPI_Union_H_