]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_FeatureMessage.h
Salome HOME
Adaptation to SALOME environment (Issue #31)
[modules/shaper.git] / src / Config / Config_FeatureMessage.h
index 900d547d3474239b9a8827a823c79aa6cc0b4867..a7928800a5e5dc36fe20c07f58943bb6030dc937 100644 (file)
@@ -2,7 +2,7 @@
 #define CONFIG_MESSAGE_H\r
 \r
 #include <Config.h>\r
-#include <Event_Message.h>\r
+#include <Events_Message.h>\r
 \r
 #include <string>\r
 \r
@@ -11,7 +11,7 @@
  * Example of the feature entry:\r
  * <feature id="Part" text="New part" tooltip="Creates a new part" icon=":pictures/part_ico.png"/>\r
  */\r
-class Config_FeatureMessage: public Event_Message\r
+class Config_FeatureMessage: public Events_Message\r
 {\r
   std::string myId;  //Feature unique id\r
   std::string myText; //Represents action's text\r
@@ -26,8 +26,8 @@ class Config_FeatureMessage: public Event_Message
   bool myUseInput; //Action is being checked until user commit the operation\r
 \r
 public:\r
-  //const Event_ID theID, const void* theSender = 0\r
-  CONFIG_EXPORT Config_FeatureMessage(const Event_ID theId, const void* theParent = 0);\r
+  //const Events_ID theID, const void* theSender = 0\r
+  CONFIG_EXPORT Config_FeatureMessage(const Events_ID theId, const void* theParent = 0);\r
 \r
   //TODO(sbh): Implement static method to extract event id [SEID]\r
   //static const char* eventId() { return ""; }\r
@@ -56,4 +56,4 @@ public:
   CONFIG_EXPORT void setUseInput(bool isUseInput);\r
 };\r
 \r
-#endif // CONFIG_MESSAGE_H
+#endif // CONFIG_MESSAGE_H\r