Salome HOME
Issue #273: Add copyright string
[modules/shaper.git] / src / Config / Config_FeatureMessage.cpp
index 7b0f603371f6c7823df85b0e33fb086efefe7322..f5c77fb40ead4a08b94b9c4b5e6c7061f1899371 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 /*
  *
  */
@@ -21,6 +23,11 @@ Config_FeatureMessage::Config_FeatureMessage(const Events_ID theId, const void*
   myNestedFeatures = "";
 }
 
+Config_FeatureMessage::~Config_FeatureMessage()
+{
+
+}
+
 const std::string& Config_FeatureMessage::icon() const
 {
   return myIcon;
@@ -86,6 +93,16 @@ void Config_FeatureMessage::setWorkbenchId(const std::string& workbenchId)
   myWorkbenchId = workbenchId;
 }
 
+const std::string& Config_FeatureMessage::documentKind() const
+{
+  return myDocumentKind;
+}
+
+void Config_FeatureMessage::setDocumentKind(const std::string& documentKind)
+{
+  myDocumentKind = documentKind;
+}
+
 void Config_FeatureMessage::setTooltip(const std::string& tooltip)
 {
   myTooltip = tooltip;