Salome HOME
Task 2.1. Management of result names
[modules/shaper.git] / src / Config / Config_AttributeMessage.cpp
index b8d4de423075c7755ddcee4fad8806969afb7e87..32051337cd23c0e703978d8cd3146387bb639565 100644 (file)
@@ -84,3 +84,13 @@ void Config_AttributeMessage::setCases(const std::list<std::pair<std::string,
 {
   myCases = theCases;
 }
+
+bool Config_AttributeMessage::isMainArgument() const
+{
+  return myIsMainArgument;
+}
+
+void Config_AttributeMessage::setMainArgument(bool isMainArg)
+{
+  myIsMainArgument = isMainArg;
+}