Salome HOME
Add virtual function to allow the module to abort active operations on document loadi...
[modules/gui.git] / src / STD / STD_Application.h
index ed3f6fed5ba9e29d527e37c3a93cfa7043237ec4..2b1f4653ca08fde49c86d20fa3c6555293052a90 100755 (executable)
@@ -170,6 +170,8 @@ protected:
   virtual bool          closeDoc( bool ask = true );
   virtual bool          closeActiveDoc( bool permanently = true );
 
+  virtual bool          abortAllOperations();
+
 private:
   ViewManagerList       myViewMgrs;
   SUIT_ViewManager*     myActiveViewMgr;