Salome HOME
Replace void* with shared_ptr<void> in GeomAPI_Interface
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 30 Jun 2015 06:02:40 +0000 (09:02 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 30 Jun 2015 07:43:24 +0000 (10:43 +0300)
commit3afc257344780d0447d4fca3f26c91d932d0a0b0
tree0ac5e63099620f80abdb70c86f46c51482a815e9
parentf8585cb5f220ae69f8a7cb01cb0a38974b309bbc
Replace void* with shared_ptr<void> in GeomAPI_Interface
21 files changed:
src/GeomAPI/GeomAPI_AISObject.cpp
src/GeomAPI/GeomAPI_Ax1.cpp
src/GeomAPI/GeomAPI_Ax3.cpp
src/GeomAPI/GeomAPI_Circ.cpp
src/GeomAPI/GeomAPI_Circ2d.cpp
src/GeomAPI/GeomAPI_Curve.cpp
src/GeomAPI/GeomAPI_DataMapOfShapeShape.cpp
src/GeomAPI/GeomAPI_Dir.cpp
src/GeomAPI/GeomAPI_Dir2d.cpp
src/GeomAPI/GeomAPI_Interface.cpp
src/GeomAPI/GeomAPI_Interface.h
src/GeomAPI/GeomAPI_Lin.cpp
src/GeomAPI/GeomAPI_Lin2d.cpp
src/GeomAPI/GeomAPI_Pnt.cpp
src/GeomAPI/GeomAPI_Pnt2d.cpp
src/GeomAPI/GeomAPI_Shape.cpp
src/GeomAPI/GeomAPI_ShapeExplorer.cpp
src/GeomAPI/GeomAPI_XY.cpp
src/GeomAPI/GeomAPI_XYZ.cpp
src/GeomAlgoAPI/GeomAlgoAPI_Extrusion.cpp
src/GeomAlgoAPI/GeomAlgoAPI_Placement.cpp