From d90d9f0c401a21c85a525aaca0b97df8f7955db8 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 25 Dec 2014 22:54:14 +0100 Subject: Linux/MacOSX: Implement waiting dialog for lengthy operations in order to have a better user experience. --- src/Main/GraphicUserInterface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Main/GraphicUserInterface.h') diff --git a/src/Main/GraphicUserInterface.h b/src/Main/GraphicUserInterface.h index 890ab5d6..f7d6d709 100755 --- a/src/Main/GraphicUserInterface.h +++ b/src/Main/GraphicUserInterface.h @@ -88,6 +88,8 @@ namespace VeraCrypt virtual bool UpdateListCtrlItem (wxListCtrl *listCtrl, long itemIndex, const vector &itemFields) const; virtual void UserEnrichRandomPool (wxWindow *parent, shared_ptr hash = shared_ptr ()) const; virtual void Yield () const; + virtual WaitThreadUI* GetWaitThreadUI(WaitThreadRoutine *pRoutine) const; + virtual shared_ptr MountVolumeThread (MountOptions &options) const; #ifdef TC_MACOSX virtual void MacOpenFile (const wxString &fileName); -- cgit v1.2.3