Update of /cvsroot/instantobjects/Docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27336/Docs
Modified Files:
InstantConnectionManagerForm.txt
Log Message:
changed InstantConnectionManagerForm to InstantConnectionManagerFormUnit
Index: InstantConnectionManagerForm.txt
===================================================================
RCS file: /cvsroot/instantobjects/Docs/InstantConnectionManagerForm.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** InstantConnectionManagerForm.txt 22 Feb 2005 14:25:19 -0000 1.1
--- InstantConnectionManagerForm.txt 8 Nov 2005 08:47:41 -0000 1.2
***************
*** 1,12 ****
! New InstantConnectionManager and InstantConnectionManagerForm
! -------------------------------------------------------------
TInstantConnectionManagerForm was extracted from InstantConnectionManager.pas unit so the TInstantConnectionManager component is Forms independent.
Now the InstantConnectionManager.Execute method launch a procedure registered by a calling to RegisterConnectionManagerExecutor.
! In the initialization section of InstantConnectionManagerForm.pas unit this procedure is called automatically.
Know problems and backward compatibility
----------------------------------------
! for applications that uses the default manager (like the Primer demo) you must add InstantConnectionManagerForm in a uses section.
More flexibility
--- 1,12 ----
! New InstantConnectionManager and InstantConnectionManagerFormUnit
! -----------------------------------------------------------------
TInstantConnectionManagerForm was extracted from InstantConnectionManager.pas unit so the TInstantConnectionManager component is Forms independent.
Now the InstantConnectionManager.Execute method launch a procedure registered by a calling to RegisterConnectionManagerExecutor.
! In the initialization section of InstantConnectionManagerFormUnit.pas unit this procedure is called automatically.
Know problems and backward compatibility
----------------------------------------
! for applications that uses the default manager (like the Primer demo) you must add InstantConnectionManagerFormUnit in a uses section.
More flexibility
|