Просмотр исходного кода

2002-08-03 Tim Coleman <[email protected]>
* ServiceDescriptionBaseCollection.cs:
Removed some NotImplementedException()'s so that
it runs.

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

Tim Coleman 23 лет назад
Родитель
Сommit
fc29499600

+ 5 - 0
mcs/class/System.Web.Services/System.Web.Services.Description/ChangeLog

@@ -1,3 +1,8 @@
+2002-08-03  Tim Coleman <[email protected]>
+	* ServiceDescriptionBaseCollection.cs:
+		Removed some NotImplementedException()'s so that
+		it runs.
+
 2002-07-26  Tim Coleman <[email protected]>
 	* ServiceDescription.cs:
 		Changed the creation of the XmlSerializer after 

+ 0 - 5
mcs/class/System.Web.Services/System.Web.Services.Description/ServiceDescriptionBaseCollection.cs

@@ -37,31 +37,26 @@ namespace System.Web.Services.Description {
 		[MonoTODO]
 		protected override void OnClear ()
 		{
-			throw new NotImplementedException ();
 		}
 
 		[MonoTODO]
 		protected override void OnInsertComplete (int index, object value)
 		{
-			throw new NotImplementedException ();
 		}
 
 		[MonoTODO]
 		protected override void OnRemove (int index, object value)
 		{
-			throw new NotImplementedException ();
 		}
 
 		[MonoTODO]
 		protected override void OnSet (int index, object oldValue, object newValue)
 		{
-			throw new NotImplementedException ();
 		}
 
 		[MonoTODO]
 		protected virtual void SetParent (object value, object parent)
 		{
-			throw new NotImplementedException ();
 		}
 			
 		#endregion // Methods