From: <aye...@us...> - 2008-10-09 21:42:26
|
Revision: 3821 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3821&view=rev Author: ayenderahien Date: 2008-10-09 21:42:15 +0000 (Thu, 09 Oct 2008) Log Message: ----------- reverting previous commit, should learn to _read_ the code. Modified Paths: -------------- trunk/nhibernate/src/NHibernate/Bytecode/Lightweight/BytecodeProviderImpl.cs Modified: trunk/nhibernate/src/NHibernate/Bytecode/Lightweight/BytecodeProviderImpl.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Bytecode/Lightweight/BytecodeProviderImpl.cs 2008-10-09 21:21:58 UTC (rev 3820) +++ trunk/nhibernate/src/NHibernate/Bytecode/Lightweight/BytecodeProviderImpl.cs 2008-10-09 21:42:15 UTC (rev 3821) @@ -68,7 +68,7 @@ he); } - if (pffc is IProxyFactoryFactory == false) + if (typeof(IProxyFactoryFactory).IsAssignableFrom(pffc) == false) { HibernateException he = new HibernateException(pffc.FullName + " does not implement " + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |