X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IWorkshop.h;h=67fed3b81fcc130ded827a86e23cb6129f59fe20;hb=39542b37664439ffc0bd754c74a72853997102f6;hp=9e8f1a28f3e1c01429d301a4a6565597064730a5;hpb=ae21628727b292583a4239090313ed87f6e625bd;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IWorkshop.h b/src/ModuleBase/ModuleBase_IWorkshop.h index 9e8f1a28f..67fed3b81 100644 --- a/src/ModuleBase/ModuleBase_IWorkshop.h +++ b/src/ModuleBase/ModuleBase_IWorkshop.h @@ -80,8 +80,9 @@ Q_OBJECT virtual ModuleBase_Operation* findStartedOperation(const QString& theId) = 0; //! Returns true if the operation with id theId can be stopped + //! \param theId a stopped operation //! \return boolean result - virtual bool canStopOperation() = 0; + virtual bool canStopOperation(ModuleBase_Operation* theOperation) = 0; //! Aborts the operation. //! \param theId an aborted operation