]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_OperationMgr.h
Salome HOME
Providing Action class to have a common approach to start/finish/abort model transact...
[modules/shaper.git] / src / XGUI / XGUI_OperationMgr.h
index 4c4514981cd20ac991ee9b02764e576bd9e8283e..48b6a7ea2927b4c54be8715cbda86274fd672d3d 100644 (file)
@@ -159,10 +159,10 @@ public: // TEMPORARY, it should be protected and be performed automatically
   /// \param theOperation the sent operation. If it is NULL, all operations in the stack are sent.
   void updateApplyOfOperations(ModuleBase_Operation* theOperation = 0);
 
-protected: // TEMPORARY
   /// Commits the current operatin if it is valid
   bool commitOperation();
 
+protected: // TEMPORARY
   /// Sets the current operation or NULL
   /// \param theOperation the started operation
   void resumeOperation(ModuleBase_Operation* theOperation);