Merge pull request #2034 from alexrp/ctx-cleanup
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.WebParts / ProviderConnectionPoint.cs
index 22cbd0e66fad708abc00f3b086213bc2609c2112..ccf929e3955a15cac87f7d1f2092582968a05ca1 100644 (file)
@@ -25,7 +25,6 @@
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 using System.Web;
 using System.Reflection;
 
@@ -40,17 +39,16 @@ namespace System.Web.UI.WebControls.WebParts
                {
                }
 
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public virtual object GetObject (Control control)
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public virtual ConnectionInterfaceCollection GetSecondaryInterfaces (Control control)
                {
                        throw new NotImplementedException ();
                }
        }
 }
-#endif