Salome HOME
Fix for bug 0019870(Import/Export should show current directory).
[modules/geom.git] / src / GEOMFiltersSelection / Handle_GEOM_FaceFilter.hxx
index 3acc213ac3ea19ef3e9d7de8c0606430eda557e9..e1b669f5c217c8cb975e0ea82fbab10646801380 100644 (file)
@@ -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
 //
 //
 //
 #include <Standard.hxx>
 #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) 
      {
      }