X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_AttributeMessage.cpp;h=973dd3930e2fb272d2157cad99cfc1882c0d7ce3;hb=4e04f27e9f9639aaf902c9221e494677c70b94ae;hp=8009b12e49514ad900f7b43d5ca27d181415dc66;hpb=5ba89a77cdb9638a6d298c2aa5233d26576d9ed0;p=modules%2Fshaper.git diff --git a/src/Config/Config_AttributeMessage.cpp b/src/Config/Config_AttributeMessage.cpp index 8009b12e4..973dd3930 100644 --- a/src/Config/Config_AttributeMessage.cpp +++ b/src/Config/Config_AttributeMessage.cpp @@ -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; +}