Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Objects/Factory/Support
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19624
Modified Files:
DefaultListableObjectFactory.cs
Log Message:
even more xml doc comments
Index: DefaultListableObjectFactory.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Objects/Factory/Support/DefaultListableObjectFactory.cs,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** DefaultListableObjectFactory.cs 31 Jul 2007 00:08:58 -0000 1.40
--- DefaultListableObjectFactory.cs 27 Aug 2007 15:18:34 -0000 1.41
***************
*** 35,266 ****
namespace Spring.Objects.Factory.Support
{
! /// <summary>
! /// Concrete implementation of the
! /// <see cref="Spring.Objects.Factory.IListableObjectFactory"/> and
! /// <see cref="Spring.Objects.Factory.Support.IObjectDefinitionRegistry"/>
! /// interfaces.
! /// </summary>
! /// <remarks>
! /// <p>
[...1554 lines suppressed...]
! // else, match the object instance...
! if (isFactoryType)
! {
! factoryObjectName = ObjectFactoryUtils.BuildFactoryObjectName(objectName);
! }
! if (IsObjectTypeMatch(factoryObjectName, type))
! {
! result.Add(factoryObjectName);
! }
! }
! }
! }
! }
! return result;
! }
! #endregion
! }
! }
\ No newline at end of file
|