User: vg Date: 05/03/10 08:33:08 Modified: /dba/dbaccess/source/core/dataaccess/ connection.cxx
Log: INTEGRATION: CWS dba24 (1.40.2); FILE MERGED 2005/02/18 12:25:25 oj 1.40.2.1: #i42460# changes for the separation of datasource and database document(model) File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: connection.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/connection.cxx?r1=1.40&r2=1.41 Delta lines: +2 -2 ------------------- --- connection.cxx 21 Jan 2005 17:02:45 -0000 1.40 +++ connection.cxx 10 Mar 2005 16:33:05 -0000 1.41 @@ -353,8 +353,8 @@ // as the queries reroute their refcounting to us, this m_aMutex is okey. If the queries // container would do it's own refcounting, it would have to aquire m_pMutex // same for tables - ,m_aTableFilter(_rDB.m_aTableFilter) - ,m_aTableTypeFilter(_rDB.m_aTableTypeFilter) + ,m_aTableFilter(_rDB.m_pImpl->m_aTableFilter) + ,m_aTableTypeFilter(_rDB.m_pImpl->m_aTableTypeFilter) ,m_xORB(_rxORB) ,m_xMasterConnection(_rxMaster) ,m_pTables(NULL) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
