]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Initial version of event loop functionality (not multi-threaded)
authormpv <mikhail.ponikarov@opencascade.com>
Thu, 13 Mar 2014 15:29:27 +0000 (19:29 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Thu, 13 Mar 2014 15:29:27 +0000 (19:29 +0400)
commitd91a33f738cff0ae18a67776525b5c7dd90cd2db
treeb48a278c27ea4faa653ac9fe3c7bb0bba2016e80
parentcea3f78cfb7c796ba5be6bc9ee21e930abe14021
Initial version of event loop functionality (not multi-threaded)
CMakeLists.txt
src/Event/CMakeLists.txt [new file with mode: 0644]
src/Event/Event.hxx [new file with mode: 0644]
src/Event/Event_Listener.cxx [new file with mode: 0644]
src/Event/Event_Listener.hxx [new file with mode: 0644]
src/Event/Event_Loop.cxx [new file with mode: 0644]
src/Event/Event_Loop.hxx [new file with mode: 0644]
src/Event/Event_Message.cxx [new file with mode: 0644]
src/Event/Event_Message.hxx [new file with mode: 0644]