diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-30 19:55:06 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-30 19:57:08 +0100 |
commit | 7c050d681d764f36b0dbb4b15586a97338f1e8a1 (patch) | |
tree | b1066675073f6e8a3e0f1cd99fea120a581862d2 /src/Main/GraphicUserInterface.h | |
parent | c178e325b807258199ae45b2c50c265b4d7ce7af (diff) | |
download | VeraCrypt-7c050d681d764f36b0dbb4b15586a97338f1e8a1.tar.gz VeraCrypt-7c050d681d764f36b0dbb4b15586a97338f1e8a1.zip |
Linux/MacOSX: code refactoring and cleanup.
Diffstat (limited to 'src/Main/GraphicUserInterface.h')
-rw-r--r-- | src/Main/GraphicUserInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/GraphicUserInterface.h b/src/Main/GraphicUserInterface.h index 09b971fc..f2ae5e69 100644 --- a/src/Main/GraphicUserInterface.h +++ b/src/Main/GraphicUserInterface.h @@ -89,9 +89,9 @@ namespace VeraCrypt virtual bool UpdateListCtrlItem (wxListCtrl *listCtrl, long itemIndex, const vector <wstring> &itemFields) const; virtual void UserEnrichRandomPool (wxWindow *parent, shared_ptr <Hash> hash = shared_ptr <Hash>()) const; virtual void Yield () const; - virtual WaitThreadUI* GetWaitThreadUI(WaitThreadRoutine *pRoutine) const; virtual shared_ptr <VolumeInfo> MountVolumeThread (MountOptions &options) const; WaitDialog* GetWaitDialog () { return mWaitDialog; } + void ExecuteWaitThreadRoutine (wxWindow *parent, WaitThreadRoutine *pRoutine) const; #ifdef TC_MACOSX virtual void MacOpenFile (const wxString &fileName); |