X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Session.cpp;h=b80cdd8eaf92737a34e09d233bece4bb6f4f0dc6;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=37224746df949fbab6501ac844ccf2c02bef9e08;hpb=9aec24c650126082c1011fc857c81307c50268b6;p=modules%2Fshaper.git diff --git a/src/Model/Model_Session.cpp b/src/Model/Model_Session.cpp index 37224746d..b80cdd8ea 100644 --- a/src/Model/Model_Session.cpp +++ b/src/Model/Model_Session.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2022 CEA/DEN, EDF R&D +// Copyright (C) 2014-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -73,11 +73,11 @@ bool Model_Session::save(const char* theFileName, std::list& theRes void Model_Session::closeAll() { Model_Application::getApplication()->deleteAllDocuments(); - static const Events_ID aDocChangeEvent = Events_Loop::eventByName(EVENT_DOCUMENT_CHANGED); + static const Events_ID aDocsCloseEvent = Events_Loop::eventByName(EVENT_DOCUMENTS_CLOSED); myCurrentDoc = NULL; - static std::shared_ptr aMsg(new Events_Message(aDocChangeEvent)); + static std::shared_ptr aMsg(new Events_Message(aDocsCloseEvent)); Events_Loop::loop()->send(aMsg); - Events_Loop::loop()->flush(aDocChangeEvent); + Events_Loop::loop()->flush(aDocsCloseEvent); } void Model_Session::startOperation(const std::string& theId, const bool theAttachedToNested) @@ -687,4 +687,4 @@ Handle(TDocStd_Application) Model_Session::application() { return Model_Application::getApplication(); } -#endif \ No newline at end of file +#endif