Salome HOME
Implimentation of the Config XML Reader
[modules/shaper.git] / src / Event / Event_Loop.cxx
index b1f22b50f6f6c712d032f72ead81e511912ababe..e997c8b8fb3a8bacad7049081a981c75307c4c40 100644 (file)
@@ -30,7 +30,7 @@ Event_ID Event_Loop::EventByName(const char* theName)
   return Event_ID(aResult);
 }
 
-void Event_Loop::Send(Event_Message theMessage)
+void Event_Loop::Send(Event_Message& theMessage)
 {
   // TO DO: make it in thread and wit husage of semaphores