Salome HOME
Minor updates in SketchSolver plugin
[modules/shaper.git] / src / Config / Config_AttributeMessage.cpp
index 8009b12e49514ad900f7b43d5ca27d181415dc66..973dd3930e2fb272d2157cad99cfc1882c0d7ce3 100644 (file)
@@ -62,7 +62,17 @@ const std::string& Config_AttributeMessage::caseId() const
   return myCaseId;
 }
 
+const std::string& Config_AttributeMessage::switchId() const
+{
+  return mySwitchId;
+}
+
 void Config_AttributeMessage::setCaseId(const std::string& theId)
 {
   this->myCaseId = theId;
 }
+
+void Config_AttributeMessage::setSwitchId(const std::string& theId)
+{
+  this->mySwitchId = theId;
+}