User: xtoff
Date: 2010/01/15 12:21 PM
Modified:
/InversionOfControl/trunk/src/Castle.MicroKernel/ModelBuilder/Inspectors/
AdditionalInterfacesInspector.cs
/InversionOfControl/trunk/src/Castle.MicroKernel/Proxy/
IReference.cs
Log:
- fixing broken build
File Changes:
Directory:
/InversionOfControl/trunk/src/Castle.MicroKernel/ModelBuilder/Inspectors/
====================================================================================
File [modified]: AdditionalInterfacesInspector.cs
Delta lines: +2 -2
===================================================================
--- InversionOfControl/trunk/src/Castle.MicroKernel/Proxy/IReference.cs
2010-01-15 19:14:07 UTC (rev 6691)
+++ InversionOfControl/trunk/src/Castle.MicroKernel/Proxy/IReference.cs
2010-01-15 19:21:58 UTC (rev 6692)
@@ -21,8 +21,8 @@
public interface IReference<T>
{
/// <summary>
- /// Resolves object referenced by this reference, optionally
using provided <see cref="kernel"/>.
- /// If object is resolved from the kernel, the <see
cref="context"/> should be used to guard
+ /// Resolves object referenced by this reference, optionally
using provided <paramref name="kernel"/>.
+ /// If object is resolved from the kernel, the <paramref
name="context"/>should be used to guard
/// against against cyclic dependencies.
/// </summary>
Directory: /InversionOfControl/trunk/src/Castle.MicroKernel/Proxy/
==================================================================
File [modified]: IReference.cs
Delta lines: +0 -0
===================================================================
--
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.