2007-05-07 Adar Wesley <adarw@mainsoft.com>
authorAdar Wesley <adar@mono-cvs.ximian.com>
Mon, 7 May 2007 09:32:11 +0000 (09:32 -0000)
committerAdar Wesley <adar@mono-cvs.ximian.com>
Mon, 7 May 2007 09:32:11 +0000 (09:32 -0000)
        * ProtocolReflector.cs: added missing method ReflectDescription.
        implementation throws NotImplementedException. (forgot ifdef NET_2_0 in previous commit).

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

mcs/class/System.Web.Services/System.Web.Services.Description/ProtocolReflector.cs

index 4a39bd9152db2d8897f7510b16523d132a73617f..d5ea17bd416367341003770136a7af469d7eaf46 100644 (file)
@@ -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
        }