Salome HOME
Auto-formatting according to the defined code standard.
[modules/shaper.git] / src / Event / Event_Message.cxx
1 // File:        Event_Message.cxx
2 // Created:     Thu Mar 13 2014
3 // Author:      Mikhail PONIKAROV
4
5 #include <Event_Message.hxx>
6
7 Event_Message::Event_Message(const Event_ID theID, const void* theSender)
8     : myEventId(theID), mySender((void*) theSender)
9 {
10 }