From aea2c5f0a32428671182a5e9d680ab4c016fce2c Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 8 Jul 2012 15:57:58 +0000 Subject: WinGui: Initial work to restore queue editing functionality. (Note, it's not complete yet) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4821 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../Services/Interfaces/IJobContextService.cs | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 win/CS/HandBrakeWPF/Services/Interfaces/IJobContextService.cs (limited to 'win/CS/HandBrakeWPF/Services/Interfaces') diff --git a/win/CS/HandBrakeWPF/Services/Interfaces/IJobContextService.cs b/win/CS/HandBrakeWPF/Services/Interfaces/IJobContextService.cs deleted file mode 100644 index d1301026b..000000000 --- a/win/CS/HandBrakeWPF/Services/Interfaces/IJobContextService.cs +++ /dev/null @@ -1,30 +0,0 @@ -// -------------------------------------------------------------------------------------------------------------------- -// -// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. -// -// -// Defines the IJobContextService type. -// -// -------------------------------------------------------------------------------------------------------------------- - -namespace HandBrakeWPF.Services.Interfaces -{ - using HandBrake.ApplicationServices.Model; - using HandBrake.ApplicationServices.Parsing; - - /// - /// A Context service for the current Job Information - /// - public interface IJobContextService - { - /// - /// Gets or sets CurrentTask. - /// - EncodeTask CurrentTask { get; set; } - - /// - /// Gets or sets CurrentSource. - /// - Source CurrentSource { get; set; } - } -} \ No newline at end of file -- cgit v1.2.3