From: Carlo B. <car...@us...> - 2004-10-01 16:09:22
|
Update of /cvsroot/instantobjects/Source/Brokers/XML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5431/Source/Brokers/XML Modified Files: InstantXML.pas Log Message: TInstantCustomExposer.writeproperty now is virtual - DoBuild method of ConnectionManager now is public Index: InstantXML.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXML.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantXML.pas 20 Jul 2004 16:39:09 -0000 1.1 --- InstantXML.pas 1 Oct 2004 16:09:13 -0000 1.2 *************** *** 827,830 **** --- 827,831 ---- FFileListAccessor := TStringList.Create; try + Connector.Connection.Open; Connector.Connection.LoadFileList (FFileListAccessor, StorageName); InitObjectReferences(FFileListAccessor); |