Salome HOME
Clean-up deprecated OCCT-related code
[plugins/dxfplugin.git] / src / DXFPlugin_ExportDriver.cxx
index 808a92d677fb93f7f659624a261dc3425a1a2fb2..d214ff9862ea5d71ac347f4b2c7568c05dc0bef7 100644 (file)
@@ -28,7 +28,7 @@
 // GEOM includes
 #include <GEOM_Function.hxx>
 
-// OOCT includes
+// OCCT includes
 #include <IFSelect_ReturnStatus.hxx>
 #include <DxfControl_Writer.hxx>
 #include <TCollection_AsciiString.hxx>
@@ -64,7 +64,7 @@ DXFPlugin_ExportDriver::DXFPlugin_ExportDriver()
 //function : Execute
 //purpose  :
 //=======================================================================
-Standard_Integer DXFPlugin_ExportDriver::Execute( LOGBOOK& log ) const
+Standard_Integer DXFPlugin_ExportDriver::Execute( Handle(TFunction_Logbook)& log ) const
 {
 #ifdef DXF_HASLICENSE
   try {
@@ -120,4 +120,4 @@ GetCreationInformation( std::string&             theOperationName,
   return false;
 }
 
-OCCT_IMPLEMENT_STANDARD_RTTIEXT( DXFPlugin_ExportDriver,GEOM_BaseDriver )
+IMPLEMENT_STANDARD_RTTIEXT( DXFPlugin_ExportDriver,GEOM_BaseDriver )