X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Session.h;h=1a6ee699cb5e009a34eacec5667cbdd766fa3a2d;hb=4635fa2d17f7d9cca2892169b7372ffa37cd2180;hp=9b3da71a89b9e2d77d0a3f989e3c80926c0c5d74;hpb=33d191c57ab22ff6e84ea27e69537670d242d336;p=modules%2Fshaper.git diff --git a/src/Model/Model_Session.h b/src/Model/Model_Session.h index 9b3da71a8..1a6ee699c 100644 --- a/src/Model/Model_Session.h +++ b/src/Model/Model_Session.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -48,7 +48,9 @@ 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 myOperationAttachedToNext; public: //! Loads the OCAF document from the file.