User: rt Date: 06/02/06 08:54:22 Modified: /dba/dbaccess/source/core/api/ RowSetBase.hxx
Log: INTEGRATION: CWS dba202f (1.32.70); FILE MERGED 2006/01/30 09:13:59 oj 1.32.70.3: #i61052# fix for updates, deletes and moves 2006/01/27 06:53:51 fs 1.32.70.2: RESYNC: (1.32-1.34); FILE MERGED 2006/01/20 14:51:45 fs 1.32.70.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetBase.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetBase.hxx?r1=1.34&r2=1.35 Delta lines: +2 -0 ------------------- --- RowSetBase.hxx 25 Jan 2006 15:10:31 -0000 1.34 +++ RowSetBase.hxx 6 Feb 2006 16:54:19 -0000 1.35 @@ -369,6 +369,8 @@ { fireProperty( _nProperty, _bNew, _bOld ); } + + ::osl::Mutex* getMutex() const { return m_pMutex; } }; // ======================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
