2009-06-10 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 10 Jun 2009 09:46:23 +0000 (09:46 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 10 Jun 2009 09:46:23 +0000 (09:46 -0000)
* ServiceThrottlingBehavior.cs : implement Validate() (nothing to do
  here).

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

mcs/class/System.ServiceModel/System.ServiceModel.Description/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel.Description/ServiceThrottlingBehavior.cs

index a5746240ff653cba61b85c6f15da4bea3ee72019..21df37fcdf2c13f6afcb50987924fb4eaf4c3787 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceThrottlingBehavior.cs : implement Validate() (nothing to do
+         here).
+
 2009-06-09  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ServiceThrottlingBehavior.cs : implement.
index 03da1064cad7d5e31dab02d3961efa4f24b6a262..dc412207b2271e268eba6ced41def7489f137eb3 100644 (file)
@@ -94,7 +94,6 @@ namespace System.ServiceModel.Description
                        ServiceDescription description,
                        ServiceHostBase serviceHostBase)
                {
-                       throw new NotImplementedException ();
                }
        }
 }