Quellcode durchsuchen

2001-12-16 Miguel de Icaza <[email protected]>

* DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.

svn path=/trunk/mcs/; revision=1592

Miguel de Icaza vor 24 Jahren
Ursprung
Commit
15b98547ac

+ 5 - 0
mcs/class/System.Web/System.Web.Utils/ChangeLog

@@ -1,3 +1,8 @@
+2001-12-16  Miguel de Icaza  <[email protected]>
+
+	* DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace. 
+	
+
 2001-11-30
 		Gaurav Vaish <[email protected]>
 	DataSourceHelper.cs      - Resolving DataSource objects

+ 1 - 1
mcs/class/System.Web/System.Web.Utils/DataSourceHelper.cs

@@ -14,7 +14,7 @@ using System;
 using System.Collections;
 using System.ComponentModel;
 
-namespace System.Web.UI.Utils
+namespace System.Web.Utils
 {
 	internal class DataSourceHelper
 	{

+ 1 - 1
mcs/class/System.Web/System.Web.Utils/UrlUtils.cs

@@ -11,7 +11,7 @@
 
 using System;
 
-namespace System.Web.UI.Utils
+namespace System.Web.Utils
 {
 	internal class UrlUtils
 	{