Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Cfg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13630/Cfg
Modified Files:
Binder.cs
Log Message:
removed some old comments.
Index: Binder.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Cfg/Binder.cs,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Binder.cs 20 Sep 2004 03:00:17 -0000 1.31
--- Binder.cs 14 Oct 2004 04:33:13 -0000 1.32
***************
*** 308,312 ****
if ( indexNode!=null && table!=null )
{
- //TODO: what do you do about associations?? (second pass compile)
table.GetIndex( indexNode.Value ).AddColumn(col);
}
--- 308,311 ----
***************
*** 314,318 ****
if ( uniqueNode!=null && table!=null )
{
- //TODO: what do you do about associations?? (second pass compile)
table.GetUniqueKey( uniqueNode.Value ).AddColumn(col);
}
--- 313,316 ----
|