X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Listener.h;h=272a40063a0ce08be3ea474d85783684f14549b3;hb=7778069b85fb13f2cd02c3cf5ad8ba6233b24e11;hp=0512245540bfb6889e43f798c9e3e657ad33ddb8;hpb=f3c113af79cf08e90316b2d27303a0a12d93fddc;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Listener.h b/src/PartSet/PartSet_Listener.h index 051224554..272a40063 100644 --- a/src/PartSet/PartSet_Listener.h +++ b/src/PartSet/PartSet_Listener.h @@ -14,10 +14,10 @@ class PartSet_Module; /*! \class PartSet_Listener * \brief The operation for the sketch feature creation -*/ + */ class PARTSET_EXPORT PartSet_Listener : public Events_Listener { -public: + public: /// Constructor /// \param theId the feature identifier /// \param theParent the operation parent @@ -26,10 +26,10 @@ public: virtual ~PartSet_Listener(); /// This method is called by loop when the event is started to process. - virtual void processEvent(const Events_Message* theMessage); + virtual void processEvent(const boost::shared_ptr& theMessage); -private: - PartSet_Module* myModule; ///< the current module + private: + PartSet_Module* myModule; ///< the current module }; #endif