Tag: cws_src680_dba22ui
User: fs      
Date: 2006/12/11 01:37:25

Modified:
   dba/connectivity/source/drivers/mozab/MConnection.cxx

Log:
 acquire in dtor, to prevent reentrance

File Changes:

Directory: /dba/connectivity/source/drivers/mozab/
==================================================

File [changed]: MConnection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MConnection.cxx?r1=1.24.32.1&r2=1.24.32.2
Delta lines:  +3 -2
-------------------
--- MConnection.cxx     4 Dec 2006 11:19:13 -0000       1.24.32.1
+++ MConnection.cxx     11 Dec 2006 09:37:22 -0000      1.24.32.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: MConnection.cxx,v $
  *
- *  $Revision: 1.24.32.1 $
+ *  $Revision: 1.24.32.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/12/04 11:19:13 $
+ *  last change: $Author: fs $ $Date: 2006/12/11 09:37:22 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -169,6 +169,7 @@
 //-----------------------------------------------------------------------------
 OConnection::~OConnection()
 {
+    acquire();
        if(!isClosed())
                close();
        m_pDriver->release();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to