]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_FeatureMessage.h
Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / Config / Config_FeatureMessage.h
index 848e1232576e9ff2f585a2e5391abc75bf5dbd2a..8fce1b17369d6feee884351efea7d80c5bf76f6d 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef CONFIG_MESSAGE_H\r
 #define CONFIG_MESSAGE_H\r
 \r
-#include "Config.h"\r
-\r
+#include <Config.h>\r
 #include <Event_Message.h>\r
+\r
 #include <string>\r
 \r
 /*\r
@@ -27,6 +27,9 @@ public:
   //const Event_ID theID, const void* theSender = 0\r
   Config_FeatureMessage(const Event_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
+\r
   //Auto-generated getters/setters\r
   const std::string& icon() const;\r
   const std::string& id() const;\r