]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Session.h
Salome HOME
Allow nested transactions have any number of attached transactions (needed for filter...
[modules/shaper.git] / src / Model / Model_Session.h
index 9b3da71a89b9e2d77d0a3f989e3c80926c0c5d74..c54d89229ff42105a8808d23105f0955fc26579e 100644 (file)
@@ -48,7 +48,8 @@ class Model_Session : public ModelAPI_Session, public Events_Listener
 
   /// if true, generates error if document is updated outside of transaction
   bool myCheckTransactions;
-  bool myOperationAttachedToNext; ///< the current operation must be committed twice, with nested
+  ///< if true, the current operation must be committed twice, with nested (list for any nesting depth)
+  std::list<bool> myOperationAttachedToNext;
  public:
 
   //! Loads the OCAF document from the file.