From aadfea3fcca65bde8f606df7e2ebecf0ed4e6fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Tue, 24 Nov 2015 09:05:22 +0100 Subject: [PATCH] 2015-11-24 09:05 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbapirdd.h * src/rdd/wacore.c * changed 4-th parameter of hb_rddRequestArea() from HB_BOOL fWait to HB_ULONG ulMilliSec [INCOMPATIBLE] * src/rdd/dbdetach.c + accept optionally as 4-th parameter of hb_dbRequest() numeric value with timeout in seconds. The previous version using xBase++ compatible parameters (logical value in 4-th parameter) is still working. ; above modifications are based on request and patch sent to harbour-devel list by Rolf (many thanks), ref: https://groups.google.com/forum/?hl=pl#!topic/harbour-devel/Pu2b1M5VXjU --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index d82da18b74..56394074d1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,7 +10,7 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ -2015-11-24 09:03 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) +2015-11-24 09:05 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbapirdd.h * src/rdd/wacore.c * changed 4-th parameter of hb_rddRequestArea() from HB_BOOL fWait to