Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop/Aop/Target
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9200/Aop/Target
Modified Files:
EmptyTargetSource.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: EmptyTargetSource.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Aop/Aop/Target/EmptyTargetSource.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** EmptyTargetSource.cs 9 Apr 2006 07:18:37 -0000 1.3
--- EmptyTargetSource.cs 8 Oct 2007 22:04:51 -0000 1.4
***************
*** 148,151 ****
--- 148,153 ----
}
+
+
[Serializable]
private sealed class EmptyTargetSourceObjectReference : IObjectReference
|