OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 29 Jan 2011 22:26:43 +0000 (22:26 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 29 Jan 2011 22:26:43 +0000 (22:26 +0000)
- Fixed an incorrect namespace

git-svn-id: svn://localhost/HandBrake/trunk@3776 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/HandBrake.ApplicationServices/Services/Encode.cs
win/C#/HandBrake.ApplicationServices/Services/ScanService.cs
win/C#/HandBrake.ApplicationServices/Utilities/UtilityService.cs
win/C#/frmOptions.cs

index 9d3f7bb..2e10656 100644 (file)
@@ -17,6 +17,7 @@ namespace HandBrake.ApplicationServices.Services
     using HandBrake.ApplicationServices.Model;\r
     using HandBrake.ApplicationServices.Parsing;\r
     using HandBrake.ApplicationServices.Services.Interfaces;\r
+    using HandBrake.ApplicationServices.Utilities;\r
 \r
     /// <summary>\r
     /// Class which handles the CLI\r
index 2529f52..7064d93 100644 (file)
@@ -15,6 +15,7 @@ namespace HandBrake.ApplicationServices.Services
     using HandBrake.ApplicationServices.EventArgs;\r
     using HandBrake.ApplicationServices.Parsing;\r
     using HandBrake.ApplicationServices.Services.Interfaces;\r
+    using HandBrake.ApplicationServices.Utilities;\r
 \r
     /// <summary>\r
     /// Scan a Source\r
index b705cb8..3cddf5e 100644 (file)
@@ -3,7 +3,7 @@
     Homepage: <http://handbrake.fr>.\r
     It may be used under the terms of the GNU General Public License. */\r
 \r
-namespace HandBrake.ApplicationServices.Services\r
+namespace HandBrake.ApplicationServices.Utilities\r
 {\r
     using System;\r
     using System.Collections.Generic;\r
index 7bee96b..968534c 100644 (file)
@@ -13,6 +13,7 @@ namespace Handbrake
 \r
     using HandBrake.ApplicationServices;\r
     using HandBrake.ApplicationServices.Services;\r
+    using HandBrake.ApplicationServices.Utilities;\r
 \r
     using Handbrake.Functions;\r
     using Handbrake.Model;\r