Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Proxy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28506
Modified Files:
Tag: alpha_avalon-proxy
AvalonLazyInitializer.cs LazyInitializer.cs
Log Message:
refixed spelling error I reintroduced when moving files between machines.
Index: LazyInitializer.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Proxy/LazyInitializer.cs,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** LazyInitializer.cs 5 Oct 2004 15:25:05 -0000 1.1.2.4
--- LazyInitializer.cs 5 Oct 2004 15:34:49 -0000 1.1.2.5
***************
*** 104,108 ****
/// </summary>
/// <param name="info">The <see cref="SerializationInfo"/> to write the object to.</param>
! protected abstract void AddSerailizationInfo(SerializationInfo info);
public object Identifier
--- 104,108 ----
/// </summary>
/// <param name="info">The <see cref="SerializationInfo"/> to write the object to.</param>
! protected abstract void AddSerializationInfo(SerializationInfo info);
public object Identifier
***************
*** 189,193 ****
// let the specific LazyInitializer write its requirements for deserialization
// into the stream.
! AddSerailizationInfo( info );
// don't need a return value for proxy.
--- 189,193 ----
// let the specific LazyInitializer write its requirements for deserialization
// into the stream.
! AddSerializationInfo( info );
// don't need a return value for proxy.
Index: AvalonLazyInitializer.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Proxy/Attic/AvalonLazyInitializer.cs,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** AvalonLazyInitializer.cs 5 Oct 2004 15:25:05 -0000 1.1.2.4
--- AvalonLazyInitializer.cs 5 Oct 2004 15:34:49 -0000 1.1.2.5
***************
*** 37,41 ****
! protected override void AddSerailizationInfo(SerializationInfo info)
{
// the AvalonProxyDeserializer will be the Type that is actually serialized for this
--- 37,41 ----
! protected override void AddSerializationInfo(SerializationInfo info)
{
// the AvalonProxyDeserializer will be the Type that is actually serialized for this
|