diff options
author | sr55 <[email protected]> | 2011-01-29 21:29:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-29 21:29:26 +0000 |
commit | c000c50bbcf57320a56a3d923ffba1b1c5849cb1 (patch) | |
tree | 7f3c57673e9943f9a52f608c03827ec0c974746d /win/C#/HandBrake.ApplicationServices/Services/QueueManager.cs | |
parent | f6581060764a2cfcca6ebd5a70344c8080722eec (diff) |
WinGui:
- Refactor the preset service and move to the Application Services.
* Left the old service in place for now, will hook the new service in later.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3772 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Services/QueueManager.cs')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Services/QueueManager.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Services/QueueManager.cs b/win/C#/HandBrake.ApplicationServices/Services/QueueManager.cs index f244e0156..7f723b8b4 100644 --- a/win/C#/HandBrake.ApplicationServices/Services/QueueManager.cs +++ b/win/C#/HandBrake.ApplicationServices/Services/QueueManager.cs @@ -1,4 +1,9 @@ -namespace HandBrake.ApplicationServices.Services
+/* QueueManager.cs $
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
+
+namespace HandBrake.ApplicationServices.Services
{
using System;
using System.Collections.Generic;
|