INTEGRATION: CWS dba14 (1.48.38); FILE MERGED

2004/07/15 15:03:54 fs 1.48.38.1: moving herein the fix from branch cws_src680_mav09 - needed for #i31536#
This commit is contained in:
Rüdiger Timm 2004-07-23 09:44:23 +00:00
parent 7063eb61f3
commit 1cfbde0841

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: ucblockbytes.cxx,v $ * $RCSfile: ucblockbytes.cxx,v $
* *
* $Revision: 1.48 $ * $Revision: 1.49 $
* *
* last change: $Author: svesik $ $Date: 2004-04-21 12:28:53 $ * last change: $Author: rt $ $Date: 2004-07-23 10:44:23 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -1391,6 +1391,7 @@ UcbLockBytes::UcbLockBytes( UcbLockBytesHandler* pHandler )
, m_xHandler( pHandler ) , m_xHandler( pHandler )
, m_nError( ERRCODE_NONE ) , m_nError( ERRCODE_NONE )
{ {
SetSynchronMode( TRUE );
} }
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------