Salome HOME
Add virtual function to allow the module to abort active operations on document loadi...
[modules/gui.git] / src / CAM / CAM_Module.cxx
index 5d7d569de4a9ea0170d0079bd71e953f3a454d77..d3a0ddaf156e4187b7c48dad63da1e799466bab5 100755 (executable)
@@ -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;
+}