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:
parent
7063eb61f3
commit
1cfbde0841
1 changed files with 3 additions and 2 deletions
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue