Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24443/NHibernate/Impl
Modified Files:
CollectionEntry.cs
Log Message:
Removed a ClassWithCompositeIdFixture that was moved to a
diff namespace.
Changed scope on a CollectionEntry.
Index: CollectionEntry.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/CollectionEntry.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CollectionEntry.cs 9 Dec 2004 22:08:54 -0000 1.1
--- CollectionEntry.cs 11 Dec 2004 20:58:46 -0000 1.2
***************
*** 12,16 ****
/// </summary>
[Serializable]
! public class CollectionEntry : ICollectionSnapshot
{
private static readonly log4net.ILog log = log4net.LogManager.GetLogger( typeof(CollectionEntry) );
--- 12,16 ----
/// </summary>
[Serializable]
! internal class CollectionEntry : ICollectionSnapshot
{
private static readonly log4net.ILog log = log4net.LogManager.GetLogger( typeof(CollectionEntry) );
|