summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/Interfaces
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-07-14 12:09:06 +0000
committersr55 <[email protected]>2012-07-14 12:09:06 +0000
commite2432168fed60439aa461284e01af142829450ec (patch)
tree846d4f0c61f86aab02d20d77e3b10050bdc01bd3 /win/CS/HandBrakeWPF/ViewModels/Interfaces
parent2425840702b5e319165384f73a51874349ee6d84 (diff)
WinGui: Working drive tray insert/remove detection.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4829 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/Interfaces')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs
index 079ce3ad5..d719ce866 100644
--- a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs
@@ -68,5 +68,10 @@ namespace HandBrakeWPF.ViewModels.Interfaces
/// The task.
/// </param>
void EditQueueJob(EncodeTask task);
+
+ /// <summary>
+ /// Shutdown this View
+ /// </summary>
+ void Shutdown();
}
} \ No newline at end of file