X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_AttributeMessage.cpp;h=973dd3930e2fb272d2157cad99cfc1882c0d7ce3;hb=a6daa369fbfffdc2f1bf79c013ce904a09e4226b;hp=8009b12e49514ad900f7b43d5ca27d181415dc66;hpb=8e45fc95efaf00a22e223ecbba721e30b5a17f4b;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; +}