Salome HOME
allow to set Name field
[modules/kernel.git] / src / SALOMEDSClient / SALOMEDSClient_Study.hxx
index ace4f15cd188abc3fcc80811e889ad6bd6e3614e..f29479a45f650eeac93efea100dcef1740a22159 100644 (file)
@@ -70,6 +70,7 @@ public:
   virtual _PTR(SComponentIterator) NewComponentIterator() = 0;
   virtual _PTR(StudyBuilder) NewBuilder() = 0;
   virtual std::string Name() = 0;
+  virtual void  Name(const std::string& aName) = 0;
   virtual bool IsSaved() = 0;
   virtual void  IsSaved(bool save) = 0;
   virtual bool IsModified() = 0;