* ProtocolReflector.cs: added missing method ReflectDescription. implementation throws NotImplementedException. (forgot ifdef NET_2_0 in previous commit). svn path=/trunk/mcs/; revision=76818
@@ -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