X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FCAM%2FCAM_Module.cxx;h=d3a0ddaf156e4187b7c48dad63da1e799466bab5;hb=9b2087aa3c306bc98fbd5ef6344a8ab3367ae498;hp=5d7d569de4a9ea0170d0079bd71e953f3a454d77;hpb=3e239e48d056052474ef9f14532a2aae21a9cf39;p=modules%2Fgui.git diff --git a/src/CAM/CAM_Module.cxx b/src/CAM/CAM_Module.cxx index 5d7d569de..d3a0ddaf1 100755 --- a/src/CAM/CAM_Module.cxx +++ b/src/CAM/CAM_Module.cxx @@ -1134,3 +1134,9 @@ void CAM_Module::connectToStudy( CAM_Study* camStudy ) \fn void CAM_Module::updateCommandsStatus(); \brief Update menu/toolbar actions. */ + + +bool CAM_Module::abortAllOperations() +{ + return true; +}