X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOMEDSClient%2FSALOMEDSClient_SObject.hxx;h=29840b7f39252b99b81270218b49c40f15cd13e2;hb=074699f122e9bfd758dc805ca0023d355ce25ec5;hp=5dfe7cad2cce30902838a980070ab2a65a1ed11c;hpb=641929d327319a80b4fc6f6157605a21f46413c4;p=modules%2Fkernel.git diff --git a/src/SALOMEDSClient/SALOMEDSClient_SObject.hxx b/src/SALOMEDSClient/SALOMEDSClient_SObject.hxx old mode 100755 new mode 100644 index 5dfe7cad2..29840b7f3 --- a/src/SALOMEDSClient/SALOMEDSClient_SObject.hxx +++ b/src/SALOMEDSClient/SALOMEDSClient_SObject.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -49,7 +49,6 @@ public: virtual bool FindAttribute(_PTR(GenericAttribute)& anAttribute, const std::string& aTypeOfAttribute) = 0; virtual bool ReferencedObject(_PTR(SObject)& theObject) = 0; virtual bool FindSubObject(int theTag, _PTR(SObject)& theObject) = 0; - virtual _PTR(Study) GetStudy() = 0; virtual std::string Name() = 0; virtual void Name(const std::string& theName) = 0; virtual std::vector<_PTR(GenericAttribute)> GetAllAttributes() = 0;