X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_Listener.h;h=907f1b0dcdeb44a0f65c266fa40c5ed6a6e6a075;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=07fd93f97996dfe14b1b57b60f33c19937574698;hpb=6e421e939851e0de46554ae45a3ca0e1f67cd91d;p=modules%2Fshaper.git diff --git a/src/Events/Events_Listener.h b/src/Events/Events_Listener.h index 07fd93f97..907f1b0dc 100644 --- a/src/Events/Events_Listener.h +++ b/src/Events/Events_Listener.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2023 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 @@ -38,7 +38,9 @@ class Events_Listener { /// map from event ID to groupped messages (for flush for groupMessages=true listeners) std::map > myGroups; - public: +public: + virtual ~Events_Listener() {} + //! This method is called by loop when the event is started to process. EVENTS_EXPORT virtual void processEvent(const std::shared_ptr& theMessage) = 0;