]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Events/Events_Listener.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Events / Events_Listener.h
index 5bac8dc8a8bf444330d716c3bd5f93f1fb5c36a2..ac7714f021520c589d8571b4ecf6d0ffbbc8480f 100644 (file)
@@ -15,9 +15,10 @@ class Events_Message;
  * If some object wants to listen some events it must inherit
  * this class and register in the Loop.
  */
-class EVENTS_EXPORT Events_Listener {
+class EVENTS_EXPORT Events_Listener
+{
 
-public:
+ public:
   //! This method is called by loop when the event is started to process.
   virtual void processEvent(const Events_Message* theMessage) = 0;
 };