User: xtoff
Date: 2009/12/19 04:05 PM

Modified:
 /DynamicProxy/trunk/lib/silverlight-3.0/
  Castle.Core.dll, Castle.Core.xml
 /DynamicProxy/trunk/src/Castle.DynamicProxy/
  InternalsHelper.cs

Log:
 - added reference for silverlight-3.0

File Changes:

Directory: /DynamicProxy/trunk/src/Castle.DynamicProxy/
=======================================================

File [modified]: InternalsHelper.cs
Delta lines: +0 -0
===================================================================

Directory: /DynamicProxy/trunk/lib/silverlight-3.0/
===================================================

File [modified]: Castle.Core.dll
Delta lines: None
None
File [modified]: Castle.Core.xml
Delta lines: +2 -2
===================================================================

--- DynamicProxy/trunk/src/Castle.DynamicProxy/InternalsHelper.cs       
2009-12-19 22:50:24 UTC (rev 6472)
+++ DynamicProxy/trunk/src/Castle.DynamicProxy/InternalsHelper.cs       
2009-12-19 23:05:36 UTC (rev 6473)
@@ -21,8 +21,8 @@
 
        public class InternalsHelper
        {
-               private static Lock internalsToDynProxyLock = Lock.Create();
-               private static IDictionary<Assembly, bool> internalsToDynProxy 
= new Dictionary<Assembly, bool>();
+               private static readonly Lock internalsToDynProxyLock = 
Lock.Create();
+               private static readonly IDictionary<Assembly, bool> 
internalsToDynProxy = new Dictionary<Assembly, bool>();
 
                /// <summary>

--

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.


Reply via email to