From: Carlo B. <car...@us...> - 2005-12-09 15:10:37
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21727/Source/Core Modified Files: InstantConnectionManager.pas Log Message: Primer and PrimerCross file definitions changes accordling to IBX broker changes Index: InstantConnectionManager.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantConnectionManager.pas,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** InstantConnectionManager.pas 31 Oct 2005 13:49:56 -0000 1.22 --- InstantConnectionManager.pas 9 Dec 2005 15:10:29 -0000 1.23 *************** *** 280,284 **** ConnectionDef : TInstantConnectionDef; begin ! LoadConnectionDefs; ConnectionDef := ConnectionDefs.Find(ConnectionDefName) as TInstantConnectionDef; if Assigned(ConnectionDef) then --- 280,286 ---- ConnectionDef : TInstantConnectionDef; begin ! //Load connectiondefs only if connections definitions are not already loaded ! if ConnectionDefs.Count = 0 then ! LoadConnectionDefs; ConnectionDef := ConnectionDefs.Find(ConnectionDefName) as TInstantConnectionDef; if Assigned(ConnectionDef) then |