]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Event/Event_Loop.hxx
Salome HOME
Implimentation of the Config XML Reader
[modules/shaper.git] / src / Event / Event_Loop.hxx
index 7b6da954942278a2888ae15b70c4d3d571dc8944..3d57ec45cb6c37d1a226f0827823ef91f99bfe62 100644 (file)
@@ -35,7 +35,7 @@ public:
   EVENT_EXPORT static Event_ID EventByName(const char* theName);
 
   //! Allows to send an event
-  EVENT_EXPORT void Send(Event_Message theMessage);
+  EVENT_EXPORT void Send(Event_Message& theMessage);
 
   //! Registers (or adds if such listener is already registered) a listener 
   //! that will be called on the event and from the defined sender