Merge pull request #4621 from alexanderkyte/strdup_env
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.WebParts / ProviderConnectionPoint.cs
index ccf929e3955a15cac87f7d1f2092582968a05ca1..ce66e17394fd28c5287c01fd3f9169eded5ec1a3 100644 (file)
@@ -32,10 +32,10 @@ namespace System.Web.UI.WebControls.WebParts
 {
        public class ProviderConnectionPoint : ConnectionPoint
        {
-               public ProviderConnectionPoint (MethodInfo callBack, Type interFace,
-                       Type control, string name, string id,
-                       bool allowsMultiConnections) : base (callBack, interFace,
-                                       control, name, id, allowsMultiConnections)
+               public ProviderConnectionPoint (MethodInfo callbackMethod, Type interfaceType,
+                       Type controlType, string displayName, string id,
+                       bool allowsMultipleConnections) : base (callbackMethod, interfaceType,
+                                       controlType, displayName, id, allowsMultipleConnections)
                {
                }