Salome HOME
Improve the copy feature: make initialized attributes and internal content due in...
[modules/shaper.git] / src / Model / Model_Objects.h
index 740a3d54250c758b248f352e96a6021ea12dda80..517311b1edd765c0ae73ccfda572204cab7bbf41 100644 (file)
@@ -144,9 +144,10 @@ class Model_Objects
   //! Synchronizes myFeatures list with the updated document
   //! \param theUpdated list of labels that are marked as modified, so featrues must be also
   //! \param theUpdateReferences causes the update of back-references
+  //! \param theOpen - on open nothing must be reexecuted, except not persistent results
   //! \param theFlush makes flush all events in the end of all modifications of this method
   void synchronizeFeatures(const TDF_LabelList& theUpdated, const bool theUpdateReferences,
-    const bool theFlush);
+    const bool theOpen, const bool theFlush);
   //! Synchronizes the BackReferences list in Data of Features and Results
   void synchronizeBackRefs();