Update of /cvsroot/instantobjects/Source/Brokers/UIB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/UIB
Modified Files:
InstantUIB.pas InstantUIBConnection.pas
InstantUIBConnectionDefEdit.dfm
InstantUIBConnectionDefEdit.pas InstantUIBReg.pas
Log Message:
removal of package cfg, dof and res files from CVS (D6 and D7 only)
Index: InstantUIBConnectionDefEdit.dfm
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/InstantUIBConnectionDefEdit.dfm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** InstantUIBConnectionDefEdit.dfm 18 Feb 2005 11:05:02 -0000 1.3
--- InstantUIBConnectionDefEdit.dfm 24 Jul 2005 16:34:51 -0000 1.4
***************
*** 203,206 ****
--- 203,209 ----
BevelOuter = bvNone
TabOrder = 1
+ DesignSize = (
+ 362
+ 35)
object OkButton: TButton
Left = 204
Index: InstantUIBConnectionDefEdit.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/InstantUIBConnectionDefEdit.pas,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** InstantUIBConnectionDefEdit.pas 11 Oct 2004 08:15:10 -0000 1.1
--- InstantUIBConnectionDefEdit.pas 24 Jul 2005 16:34:51 -0000 1.2
***************
*** 21,28 ****
--- 21,33 ----
* The Initial Developer of the Original Code is: Andrea Petrelli
*
+ * Contributor(s):
+ * Nando Dessena
+ *
* ***** END LICENSE BLOCK ***** *)
unit InstantUIBConnectionDefEdit;
+ {$I '../../InstantDefines.inc'}
+
interface
Index: InstantUIBConnection.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/InstantUIBConnection.pas,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** InstantUIBConnection.pas 1 Apr 2005 15:02:53 -0000 1.5
--- InstantUIBConnection.pas 24 Jul 2005 16:34:51 -0000 1.6
***************
*** 22,27 ****
*
* Contributor(s):
! * Carlo Barazzetta:
! * - OnLogin event support
*
* ***** END LICENSE BLOCK ***** *)
--- 22,26 ----
*
* Contributor(s):
! * Carlo Barazzetta, Nando Dessena
*
* ***** END LICENSE BLOCK ***** *)
***************
*** 29,37 ****
unit InstantUIBConnection;
! {$I ..\..\Core\InstantDefines.inc}
interface
! uses Classes, DB, dbLogDlg, jvuib;
const
--- 28,37 ----
unit InstantUIBConnection;
! {$I '../../InstantDefines.inc'}
interface
! uses
! Classes, DB, dbLogDlg, jvuib;
const
Index: InstantUIB.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/InstantUIB.pas,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** InstantUIB.pas 13 Jul 2005 08:32:26 -0000 1.12
--- InstantUIB.pas 24 Jul 2005 16:34:51 -0000 1.13
***************
*** 21,25 ****
* The Initial Developer of the Original Code is: Andrea Petrelli
*
! * Contributor(s): Carlo Barazzetta, Nando Dessena
*
* ***** END LICENSE BLOCK ***** *)
--- 21,26 ----
* The Initial Developer of the Original Code is: Andrea Petrelli
*
! * Contributor(s):
! * Carlo Barazzetta, Nando Dessena
*
* ***** END LICENSE BLOCK ***** *)
***************
*** 27,37 ****
unit InstantUIB;
! {$I ../../Core/InstantDefines.inc}
!
! {$IFDEF D7+}
! {$WARN UNSAFE_TYPE OFF}
! {$WARN UNSAFE_CAST OFF}
! {$WARN UNSAFE_CODE OFF}
! {$ENDIF}
interface
--- 28,32 ----
unit InstantUIB;
! {$I '../../InstantDefines.inc'}
interface
Index: InstantUIBReg.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/InstantUIBReg.pas,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** InstantUIBReg.pas 11 Oct 2004 08:15:10 -0000 1.1
--- InstantUIBReg.pas 24 Jul 2005 16:34:51 -0000 1.2
***************
*** 21,28 ****
--- 21,33 ----
* The Initial Developer of the Original Code is: Andrea Petrelli
*
+ * Contributor(s):
+ * Nando Dessena
+ *
* ***** END LICENSE BLOCK ***** *)
unit InstantUIBReg;
+ {$I '../../InstantDefines.inc'}
+
interface
|