|
From: Carlo B. <car...@us...> - 2005-02-22 14:25:28
|
Update of /cvsroot/instantobjects/Source/Design In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10742/Source/Design Modified Files: InstantReg.pas Log Message: Extracted InstantConnectionManagerForm from InstantConnectionManager unit. See txt files for details Index: InstantReg.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantReg.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantReg.pas 19 Feb 2005 10:41:05 -0000 1.5 --- InstantReg.pas 22 Feb 2005 14:25:19 -0000 1.6 *************** *** 41,45 **** uses Classes, InstantConsts, InstantPersistence, InstantPresentation, ! InstantExplorer, InstantConnectionManager, InstantPump; procedure Register; --- 41,45 ---- uses Classes, InstantConsts, InstantPersistence, InstantPresentation, ! InstantExplorer, InstantConnectionManager, InstantConnectionManagerForm, InstantPump; procedure Register; |