瀏覽代碼

2009-06-10 Atsushi Enomoto <[email protected]>

	* ServiceThrottlingBehavior.cs : implement Validate() (nothing to do
	  here).


svn path=/trunk/mcs/; revision=135825
Atsushi Eno 16 年之前
父節點
當前提交
d508398f08

+ 5 - 0
mcs/class/System.ServiceModel/System.ServiceModel.Description/ChangeLog

@@ -1,3 +1,8 @@
+2009-06-10  Atsushi Enomoto  <[email protected]>
+
+	* ServiceThrottlingBehavior.cs : implement Validate() (nothing to do
+	  here).
+
 2009-06-09  Atsushi Enomoto  <[email protected]>
 
 	* ServiceThrottlingBehavior.cs : implement.

+ 0 - 1
mcs/class/System.ServiceModel/System.ServiceModel.Description/ServiceThrottlingBehavior.cs

@@ -94,7 +94,6 @@ namespace System.ServiceModel.Description
 			ServiceDescription description,
 			ServiceHostBase serviceHostBase)
 		{
-			throw new NotImplementedException ();
 		}
 	}
 }