Salome HOME
Fix configuration / compilation problems in KERNEL with libBatch (caused by wrong...
[modules/kernel.git] / src / SALOMEDSImpl / SALOMEDSImpl_SObject.hxx
index 5c049fba3af147e15420c72883b1c0c0bc467ba7..54a799953f7f7270322c2a3a447b5e42ab32e320 100644 (file)
@@ -67,6 +67,7 @@ public:
   virtual std::string GetName() const ;
   virtual std::string GetComment() const;
   virtual std::string GetIOR() const;
+  virtual void SetAttrString(const std::string& name,const std::string& value);
 
   virtual int Tag() const { return _lab.Tag(); }
   virtual int Depth() const { return _lab.Depth(); }