X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMClient%2FGEOM_Client.hxx;h=717efb3314274f8874f61d733bbbd481bf17c143;hb=40f5df35aa4780823d1198399b7ebe5feba9ca77;hp=4fffd02867168002483ee6d89e5d0e160caaa9cd;hpb=7f46e5fa52cfe13e206ab10e628556e7e393aaf5;p=modules%2Fgeom.git diff --git a/src/GEOMClient/GEOM_Client.hxx b/src/GEOMClient/GEOM_Client.hxx index 4fffd0286..717efb331 100644 --- a/src/GEOMClient/GEOM_Client.hxx +++ b/src/GEOMClient/GEOM_Client.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2012 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 @@ -111,9 +111,9 @@ class GEOMCLIENT_EXPORT GEOM_Client { //Standard_EXPORT GEOM_Client(const GEOM_Client& client); //Standard_EXPORT - Standard_Integer Find( const TCollection_AsciiString& IOR, TopoDS_Shape& S ) ; + Standard_Boolean Find( const TCollection_AsciiString& IOR, TopoDS_Shape& S ) ; //Standard_EXPORT - Standard_Integer Find( const TopoDS_Shape& S, TCollection_AsciiString& IOR ) ; + Standard_Boolean Find( const TopoDS_Shape& S, TCollection_AsciiString& IOR ) ; //Standard_EXPORT void Bind( const TCollection_AsciiString& IOR, const TopoDS_Shape& S ) ; //Standard_EXPORT @@ -134,10 +134,8 @@ class GEOMCLIENT_EXPORT GEOM_Client { private: // Fields PRIVATE // - TColStd_SequenceOfAsciiString myIORs ; - TopTools_SequenceOfShape myShapes ; - std::map< TCollection_AsciiString , int > _myIndexes; std::map< TCollection_AsciiString , std::vector > _mySubShapes; + std::map< TCollection_AsciiString , TopoDS_Shape > myShapesMap; long pid_client; };