X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Session.h;h=fa94b8aae8588b8153a7086aff2d0a4c3c5879e3;hb=5c861257d29de904a1418488b65e6100cd078433;hp=19172f3877389cb708f750595acd544f1d353b6e;hpb=5c531a300242bee57bdb1f54cbcb945c97ae2855;p=modules%2Fshaper.git diff --git a/src/Model/Model_Session.h b/src/Model/Model_Session.h index 19172f387..fa94b8aae 100644 --- a/src/Model/Model_Session.h +++ b/src/Model/Model_Session.h @@ -35,7 +35,6 @@ class Model_Session : public ModelAPI_Session, public Events_Listener //! Loads the OCAF document from the file. //! \param theFileName full name of the file to load - //! \param theStudyID identifier of the SALOME study to associate with loaded file //! \returns true if file was loaded successfully MODEL_EXPORT virtual bool load(const char* theFileName); @@ -102,6 +101,7 @@ class Model_Session : public ModelAPI_Session, public Events_Listener /// Returns the validators factory: the only one instance per application MODEL_EXPORT virtual ModelAPI_ValidatorsFactory* validators(); + /// Sets the flag to check modifications outside the transaction or not void setCheckTransactions(const bool theCheck) { myCheckTransactions = theCheck;