Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Core
Commit: 7fb9c60b8edf5033fe044d5da4de1093ebe3a21e
https://github.com/castleproject/Castle.Core/commit/7fb9c60b8edf5033fe044d5da4de1093ebe3a21e
Author: dtchepak <[email protected]>
Date: 2010-11-08 (Mon, 08 Nov 2010)
Changed paths:
M src/Castle.Core/DynamicProxy/AllMethodsHook.cs
Log Message:
-----------
DYNPROXY-149 Make AllMethodsHook members virtual so it can be used as a base
class
Made all AllMethodsHook methods virtual.
Changed SkippedTypes to protected so subclasses can add types.
Updated Equals() to use GetType() instead of typeof() so it should work
sensibly for subclasses.
Commit: b024888ffa0b0784265eb3389c5efbb305594b19
https://github.com/castleproject/Castle.Core/commit/b024888ffa0b0784265eb3389c5efbb305594b19
Author: dtchepak <[email protected]>
Date: 2010-11-08 (Mon, 08 Nov 2010)
Changed paths:
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
A
src/Castle.Core.Tests/DynamicProxy.Tests/ProxyTypeCachingWithDifferentHooksTestCase.cs
Log Message:
-----------
DYNPROXY-149 Make AllMethodsHook members virtual so it can be used as a base
class
Adding tests to make sure proxy type caching works for subclasses of
AllMethodsHook.
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.