From: Nando D. <na...@us...> - 2005-07-24 16:35:42
|
Update of /cvsroot/instantobjects/Source/Brokers/IBX In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/IBX Modified Files: InstantIBX.pas InstantIBXConnectionDefEdit.dfm InstantIBXConnectionDefEdit.pas Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: InstantIBX.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/InstantIBX.pas,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** InstantIBX.pas 13 Jul 2005 08:32:58 -0000 1.11 --- InstantIBX.pas 24 Jul 2005 16:34:50 -0000 1.12 *************** *** 31,41 **** unit InstantIBX; ! {$I ../../Core/InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantIBX; ! {$I '../../InstantDefines.inc'} interface Index: InstantIBXConnectionDefEdit.dfm =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/InstantIBXConnectionDefEdit.dfm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantIBXConnectionDefEdit.dfm 18 Feb 2005 11:05:01 -0000 1.5 --- InstantIBXConnectionDefEdit.dfm 24 Jul 2005 16:34:50 -0000 1.6 *************** *** 203,206 **** --- 203,209 ---- BevelOuter = bvNone TabOrder = 1 + DesignSize = ( + 362 + 35) object OkButton: TButton Left = 204 Index: InstantIBXConnectionDefEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/InstantIBXConnectionDefEdit.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantIBXConnectionDefEdit.pas 1 Oct 2004 16:09:11 -0000 1.4 --- InstantIBXConnectionDefEdit.pas 24 Jul 2005 16:34:50 -0000 1.5 *************** *** 25,35 **** * * Contributor(s): ! * Carlo Barazzetta: blob streaming in XML format (Part, Parts, References) ! * Nando Dessena: ! * - Support for changing the data type used for ID fields. * ***** END LICENSE BLOCK ***** *) unit InstantIBXConnectionDefEdit; interface --- 25,36 ---- * * Contributor(s): ! * Carlo Barazzetta, Nando Dessena ! * * ***** END LICENSE BLOCK ***** *) unit InstantIBXConnectionDefEdit; + {$I '../../InstantDefines.inc'} + interface |