From: Michael D. <mik...@us...> - 2005-01-23 15:54:32
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19296/Engine Modified Files: Cascades.cs Log Message: removed section of code that was commented out Index: Cascades.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Engine/Cascades.cs,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Cascades.cs 31 Dec 2004 17:36:22 -0000 1.11 --- Cascades.cs 23 Jan 2005 15:54:23 -0000 1.12 *************** *** 314,323 **** } - // [System.Obsolete( "This is being replaced by the Cascade with a deleteOrphans as the last param." )] - // private static void Cascade( ISessionImplementor session, object child, IType type, CascadingAction action, CascadePoint cascadeTo ) - // { - // Cascade( session, child, type, action, cascadeTo, false ); - // } - /// <summary> /// Cascade an action to the Child. --- 314,317 ---- |