Salome HOME
Clean-up deprecated OCCT-related code
[plugins/dxfplugin.git] / src / DXFPlugin_ImportDriver.hxx
index 53ef5ed2a426c7d9bb85f54e8eecd9af1a989a91..062d7428d9e5d339ab3dabee82babafde59fe79d 100644 (file)
@@ -32,14 +32,14 @@ public:
   ~DXFPlugin_ImportDriver() {};
 
   static const Standard_GUID& GetID();
-  virtual Standard_Integer    Execute( LOGBOOK& log ) const;
-  Standard_Boolean            MustExecute( const LOGBOOK& ) const { return Standard_True; }
-  virtual void                Validate( LOGBOOK& ) const {}
+  virtual Standard_Integer    Execute( Handle(TFunction_Logbook)& log ) const;
+  Standard_Boolean            MustExecute( const Handle(TFunction_Logbook)& ) const { return Standard_True; }
+  virtual void                Validate( Handle(TFunction_Logbook)& ) const {}
  
   virtual bool                GetCreationInformation( std::string& theOperationName,
                                                       std::vector<GEOM_Param>& params );
 
-OCCT_DEFINE_STANDARD_RTTIEXT( DXFPlugin_ImportDriver, GEOM_BaseDriver )
+DEFINE_STANDARD_RTTIEXT( DXFPlugin_ImportDriver, GEOM_BaseDriver )
 };
 
 #endif // _DXFPlugin_ImportDriver_HXX