Jelajahi Sumber

2007-05-07 Adar Wesley <[email protected]>

        * ProtocolReflector.cs: added missing method ReflectDescription.
        implementation throws NotImplementedException. (forgot ifdef NET_2_0 in previous commit).


svn path=/trunk/mcs/; revision=76818
Adar Wesley 18 tahun lalu
induk
melakukan
5e4dc3f744

+ 2 - 0
mcs/class/System.Web.Services/System.Web.Services.Description/ProtocolReflector.cs

@@ -461,11 +461,13 @@ namespace System.Web.Services.Description {
 			return null;
 		}
 
+#if NET_2_0
 		[MonoNotSupported("Not Implemented")]
 		protected virtual void ReflectDescription () 
 		{
 			throw new NotImplementedException ();
 		}
+#endif
 
 		#endregion
 	}