Update of /cvsroot/instantobjects/Source/Brokers/BDE
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/BDE
Modified Files:
InstantBDE.pas InstantBDEConnectionDefEdit.dfm
InstantBDEConnectionDefEdit.pas InstantBDEReg.pas
Log Message:
removal of package cfg, dof and res files from CVS (D6 and D7 only)
Index: InstantBDEConnectionDefEdit.dfm
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/InstantBDEConnectionDefEdit.dfm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** InstantBDEConnectionDefEdit.dfm 18 Feb 2005 11:05:01 -0000 1.3
--- InstantBDEConnectionDefEdit.dfm 24 Jul 2005 16:34:49 -0000 1.4
***************
*** 128,131 ****
--- 128,134 ----
BevelOuter = bvNone
TabOrder = 1
+ DesignSize = (
+ 392
+ 35)
object OkButton: TButton
Left = 234
Index: InstantBDEConnectionDefEdit.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/InstantBDEConnectionDefEdit.pas,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** InstantBDEConnectionDefEdit.pas 29 Jul 2004 20:43:13 -0000 1.2
--- InstantBDEConnectionDefEdit.pas 24 Jul 2005 16:34:49 -0000 1.3
***************
*** 25,29 ****
*
* Contributor(s):
! * Carlo Barazzetta: blob streaming in XML format (Part, Parts, References)
*
* ***** END LICENSE BLOCK ***** *)
--- 25,29 ----
*
* Contributor(s):
! * Carlo Barazzetta, Nando Dessena
*
* ***** END LICENSE BLOCK ***** *)
***************
*** 31,34 ****
--- 31,36 ----
unit InstantBDEConnectionDefEdit;
+ {$I ../../InstantDefines.inc}
+
interface
Index: InstantBDEReg.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/InstantBDEReg.pas,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** InstantBDEReg.pas 20 Jul 2004 16:22:55 -0000 1.1
--- InstantBDEReg.pas 24 Jul 2005 16:34:49 -0000 1.2
***************
*** 25,28 ****
--- 25,29 ----
*
* Contributor(s):
+ * Nando Dessena
*
* ***** END LICENSE BLOCK ***** *)
***************
*** 30,34 ****
unit InstantBDEReg;
! {$IFNDEF VER130}
{$WARN SYMBOL_PLATFORM OFF}
{$ENDIF}
--- 31,37 ----
unit InstantBDEReg;
! {$I ../../InstantDefines.inc}
!
! {$IFDEF D6+}
{$WARN SYMBOL_PLATFORM OFF}
{$ENDIF}
Index: InstantBDE.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/InstantBDE.pas,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** InstantBDE.pas 16 Sep 2004 11:30:48 -0000 1.3
--- InstantBDE.pas 24 Jul 2005 16:34:49 -0000 1.4
***************
*** 25,35 ****
*
* Contributor(s):
! * Carlo Barazzetta: blob streaming in XML format (Part, Parts, References)
! * Carlo Barazzetta: Currency support
* ***** END LICENSE BLOCK ***** *)
unit InstantBDE;
! {$IFNDEF VER130}
{$WARN SYMBOL_PLATFORM OFF}
{$ENDIF}
--- 25,37 ----
*
* Contributor(s):
! * Carlo Barazzetta, Nando Dessena
! *
* ***** END LICENSE BLOCK ***** *)
unit InstantBDE;
! {$I ../../InstantDefines.inc}
!
! {$IFDEF D6+}
{$WARN SYMBOL_PLATFORM OFF}
{$ENDIF}
|