X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOMEDS%2FSALOMEDS_StudyBuilder.hxx;h=a57ab0a516cffeb46f60e8c5b6b9a4964279f7fb;hb=a7e425483b5eb6a0491cbad5ef63cc67ccf64f7c;hp=b7e3a616078aa80fe7f3c4ef84a0170720a737a7;hpb=718e0abe0126e5e53b3ba41fff1028efcf5bc887;p=modules%2Fkernel.git diff --git a/src/SALOMEDS/SALOMEDS_StudyBuilder.hxx b/src/SALOMEDS/SALOMEDS_StudyBuilder.hxx index b7e3a6160..a57ab0a51 100644 --- a/src/SALOMEDS/SALOMEDS_StudyBuilder.hxx +++ b/src/SALOMEDS/SALOMEDS_StudyBuilder.hxx @@ -55,7 +55,6 @@ public: virtual void RemoveComponent(const _PTR(SComponent)& theSCO); virtual _PTR(SObject) NewObject(const _PTR(SObject)& theFatherObject); virtual _PTR(SObject) NewObjectToTag(const _PTR(SObject)& theFatherObject, int theTag); - virtual void AddDirectory(const std::string& thePath); virtual void LoadWith(const _PTR(SComponent)& theSCO, const std::string& theIOR); virtual void Load(const _PTR(SObject)& theSCO); virtual void RemoveObject(const _PTR(SObject)& theSO);