Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web/Web/Services
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv29588
Modified Files:
WebServiceExporter.cs
Log Message:
Minor update of the WCF service exporter.
Index: WebServiceExporter.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Web/Web/Services/WebServiceExporter.cs,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** WebServiceExporter.cs 31 Jul 2007 18:19:16 -0000 1.23
--- WebServiceExporter.cs 21 Sep 2007 14:27:04 -0000 1.24
***************
*** 147,152 ****
/// </summary>
/// <remarks>
! /// The default value of this property is all the interfaces
! /// implemented or inherited by the target type.
/// </remarks>
/// <value>The interfaces.</value>
--- 147,152 ----
/// </summary>
/// <remarks>
! /// If not set, all the interfaces implemented or inherited
! /// by the target type will be used.
/// </remarks>
/// <value>The interfaces.</value>
|