X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FACISPlugin_ExportDriver.cxx;fp=src%2FACISPlugin_ExportDriver.cxx;h=4bfc181b5f1bf374d219b109000c28dd95d45a10;hb=aaae1710e7c541ff8c6651f4db5f2d6c858dabd8;hp=5ce24209079c8b8b3236dcf0c2f18cce3fa9f2d0;hpb=6118dc14b540cc9bb60d4c7a9b8b4aee1a2608ac;p=plugins%2Facisplugin.git diff --git a/src/ACISPlugin_ExportDriver.cxx b/src/ACISPlugin_ExportDriver.cxx index 5ce2420..4bfc181 100644 --- a/src/ACISPlugin_ExportDriver.cxx +++ b/src/ACISPlugin_ExportDriver.cxx @@ -64,7 +64,7 @@ ACISPlugin_ExportDriver::ACISPlugin_ExportDriver() //function : Execute //purpose : //======================================================================= -Standard_Integer ACISPlugin_ExportDriver::Execute( TFunction_Logbook& log ) const +Standard_Integer ACISPlugin_ExportDriver::Execute( LOGBOOK& log ) const { #ifdef ACIS_HASLICENSE try { @@ -108,15 +108,6 @@ Standard_Integer ACISPlugin_ExportDriver::Execute( TFunction_Logbook& log ) cons return 0; } -//======================================================================= -//function : MustExecute -//purpose : -//======================================================================= -Standard_Boolean ACISPlugin_ExportDriver::MustExecute( const TFunction_Logbook& ) const -{ - return Standard_True; -} - //================================================================================ /*! * \brief Returns a name of creation operation and names and values of creation parameters @@ -129,5 +120,4 @@ GetCreationInformation( std::string& theOperationName, return false; } -IMPLEMENT_STANDARD_HANDLE( ACISPlugin_ExportDriver,GEOM_BaseDriver ); -IMPLEMENT_STANDARD_RTTIEXT( ACISPlugin_ExportDriver,GEOM_BaseDriver ); +OCCT_IMPLEMENT_STANDARD_RTTIEXT( ACISPlugin_ExportDriver,GEOM_BaseDriver );