X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMFiltersSelection%2FHandle_GEOM_FaceFilter.hxx;h=e1b669f5c217c8cb975e0ea82fbab10646801380;hb=e7e908bf4c7c8bec141fe2d3b4a9924ddaea6c04;hp=3acc213ac3ea19ef3e9d7de8c0606430eda557e9;hpb=0f1369c27fd6a84ba1149c3c5f3ed181acc055f1;p=modules%2Fgeom.git diff --git a/src/GEOMFiltersSelection/Handle_GEOM_FaceFilter.hxx b/src/GEOMFiltersSelection/Handle_GEOM_FaceFilter.hxx index 3acc213ac..e1b669f5c 100644 --- a/src/GEOMFiltersSelection/Handle_GEOM_FaceFilter.hxx +++ b/src/GEOMFiltersSelection/Handle_GEOM_FaceFilter.hxx @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -34,17 +34,17 @@ #include #endif -#ifndef _Handle_SALOME_Filter_HeaderFile -#include "Handle_SALOME_Filter.hxx" +#ifndef _Handle_GEOM_ShapeTypeFilter_HeaderFile +#include "Handle_GEOM_ShapeTypeFilter.hxx" #endif class Standard_Transient; class Handle_Standard_Type; -class Handle(SALOME_Filter); +class Handle(GEOM_ShapeTypeFilter); class GEOM_FaceFilter; Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(GEOM_FaceFilter); -class Handle(GEOM_FaceFilter) : public Handle(SALOME_Filter) { +class Handle(GEOM_FaceFilter) : public Handle(GEOM_ShapeTypeFilter) { public: inline void* operator new(size_t,void* anAddress) { @@ -62,12 +62,12 @@ class Handle(GEOM_FaceFilter) : public Handle(SALOME_Filter) { // { // if (anAddress) Standard::Free((Standard_Address&)anAddress,size); // } - Handle(GEOM_FaceFilter)():Handle(SALOME_Filter)() {} - Handle(GEOM_FaceFilter)(const Handle(GEOM_FaceFilter)& aHandle) : Handle(SALOME_Filter)(aHandle) + Handle(GEOM_FaceFilter)():Handle(GEOM_ShapeTypeFilter)() {} + Handle(GEOM_FaceFilter)(const Handle(GEOM_FaceFilter)& aHandle) : Handle(GEOM_ShapeTypeFilter)(aHandle) { } - Handle(GEOM_FaceFilter)(const GEOM_FaceFilter* anItem) : Handle(SALOME_Filter)((SALOME_Filter *)anItem) + Handle(GEOM_FaceFilter)(const GEOM_FaceFilter* anItem) : Handle(GEOM_ShapeTypeFilter)((GEOM_ShapeTypeFilter *)anItem) { }