From: Michael D. <mik...@us...> - 2004-10-31 04:26:06
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Cfg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13943/NHibernate/Cfg Modified Files: Configuration.cs Settings.cs Log Message: removed some not implemented code and no longer applicable comments Index: Configuration.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Cfg/Configuration.cs,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Configuration.cs 29 Oct 2004 05:58:06 -0000 1.22 --- Configuration.cs 31 Oct 2004 04:25:57 -0000 1.23 *************** *** 814,818 **** } - //TODO: make properties a Settings class protected void ConfigureCaches(Settings settings) { --- 814,817 ---- Index: Settings.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Cfg/Settings.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Settings.cs 29 Oct 2004 05:58:06 -0000 1.1 --- Settings.cs 31 Oct 2004 04:25:57 -0000 1.2 *************** *** 51,57 **** } - - // some other ones in here I don't think will be added - public string DefaultSchemaName { --- 51,54 ---- *************** *** 78,82 **** } - public string SessionFactoryName { --- 75,78 ---- *************** *** 91,95 **** } - } } --- 87,90 ---- |