Update of /cvsroot/instantobjects/Source/Core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14834/Core
Modified Files:
InstantDBBuild.pas
Log Message:
Fixed infinite loop on application shutdown with TInstantDBBuilder
Index: InstantDBBuild.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Core/InstantDBBuild.pas,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** InstantDBBuild.pas 31 Oct 2005 23:43:38 -0000 1.10
--- InstantDBBuild.pas 2 Nov 2005 18:49:48 -0000 1.11
***************
*** 800,803 ****
--- 800,804 ----
Operation: TOperation);
begin
+ inherited;
if Operation = opRemove then
if AComponent = FConnector then
|