Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop/Aop
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9200/Aop
Modified Files:
ITargetSource.cs
Log Message:
Update to Common.Logging 1.2
Add Logging advice
Refactoring of ExceptionHandlingAdvice
start of retry advice
misc improvements to spring.aop
Index: ITargetSource.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop/Aop/ITargetSource.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ITargetSource.cs 9 Apr 2006 07:18:36 -0000 1.7
--- ITargetSource.cs 8 Oct 2007 22:04:51 -0000 1.8
***************
*** 48,57 ****
/// <author>Aleksandar Seovic (.NET)</author>
/// <version>$Id$</version>
! public interface ITargetSource
{
- /// <summary>
- /// The <see cref="System.Type"/> of the target object.
- /// </summary>
- Type TargetType { get; }
/// <summary>
--- 48,53 ----
/// <author>Aleksandar Seovic (.NET)</author>
/// <version>$Id$</version>
! public interface ITargetSource : ITargetTypeAware
{
/// <summary>
|