Author: atsushi
Date: 2008-02-20 10:01:40 -0500 (Wed, 20 Feb 2008)
New Revision: 96258

Modified:
   
trunk/olive/class/System.ServiceModel.Web/System.ServiceModel.Configuration/ChangeLog
   
trunk/olive/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebHttpBindingElement.cs
Log:
2008-02-20  Atsushi Enomoto  <[EMAIL PROTECTED]>

        * WebHttpBindingElement.cs : fix build.



Modified: 
trunk/olive/class/System.ServiceModel.Web/System.ServiceModel.Configuration/ChangeLog
===================================================================
--- 
trunk/olive/class/System.ServiceModel.Web/System.ServiceModel.Configuration/ChangeLog
       2008-02-20 14:47:34 UTC (rev 96257)
+++ 
trunk/olive/class/System.ServiceModel.Web/System.ServiceModel.Configuration/ChangeLog
       2008-02-20 15:01:40 UTC (rev 96258)
@@ -1,3 +1,7 @@
+2008-02-20  Atsushi Enomoto  <[EMAIL PROTECTED]>
+
+       * WebHttpBindingElement.cs : fix build.
+
 2008-02-16  Atsushi Enomoto  <[EMAIL PROTECTED]>
 
        * WebHttpBindingCollectionElement.cs, WebHttpBindingElement.cs,

Modified: 
trunk/olive/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebHttpBindingElement.cs
===================================================================
--- 
trunk/olive/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebHttpBindingElement.cs
        2008-02-20 14:47:34 UTC (rev 96257)
+++ 
trunk/olive/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebHttpBindingElement.cs
        2008-02-20 15:01:40 UTC (rev 96258)
@@ -151,7 +151,7 @@
                        set { base [allow_cookies] = value; }
                }
 
-               public override Type BindingElementType {
+               protected override Type BindingElementType {
                        get { return (Type) base [binding_element_type]; }
                }
 

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to