From 994b648e3ea1d42951221b9cdb0d2b5f4310b652 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 22 Jul 2010 10:44:54 +0000 Subject: WinGui: - Removed old settings debug tab, Code refactoring and some tweaks to stylecop so it's less noisy. Upgraded to Stylecop 4.4.0 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3452 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs') diff --git a/win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs b/win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs index b02b8b06f..63d3aee64 100644 --- a/win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs +++ b/win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs @@ -27,18 +27,13 @@ namespace HandBrake.ApplicationServices.Services.Interfaces /// /// Scan process has changed to a new title /// - event EventHandler ScanStatusChanged; + event ScanService.ScanProgessStatus ScanStatusChanged; /// /// Gets a value indicating whether IsScanning. /// bool IsScanning { get; } - /// - /// Gets the Scan Status. - /// - string ScanStatus { get; } - /// /// Gets the Souce Data. /// -- cgit v1.2.3