Tag: cws_src680_dba25 User: fs Date: 05/03/14 05:23:31 Modified: /dba/dbaccess/source/core/dataaccess/ connection.cxx
Log: RESYNC: (1.40-1.41); FILE MERGED 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.36.1&r2=1.40.36.2 Delta lines: +5 -5 ------------------- --- connection.cxx 4 Mar 2005 07:25:33 -0000 1.40.36.1 +++ connection.cxx 14 Mar 2005 13:23:28 -0000 1.40.36.2 @@ -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]
