User: rt Date: 2008-06-06 13:59:41+0000 Modified: dba/dbaccess/source/core/api/table.cxx
Log: INTEGRATION: CWS dba30c (1.61.8); FILE MERGED 2008/05/05 11:09:03 oj 1.61.8.1: #i87131# collect keys only once, getKeys always refetch keys File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: table.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/table.cxx?r1=1.61&r2=1.62 Delta lines: +2 -4 ------------------- --- table.cxx 2008-04-10 12:35:59+0000 1.61 +++ table.cxx 2008-06-06 13:59:39+0000 1.62 @@ -77,9 +77,7 @@ #ifndef _COM_SUN_STAR_SDBCX_PRIVILEGE_HPP_ #include <com/sun/star/sdbcx/Privilege.hpp> #endif -#ifndef DBACCESS_CORE_API_KEYS_HXX -#include "CKeys.hxx" -#endif +#include <connectivity/TKeys.hxx> #ifndef DBACCESS_INDEXES_HXX_ #include "CIndexes.hxx" #endif @@ -470,7 +468,7 @@ // ----------------------------------------------------------------------------- sdbcx::OCollection* ODBTable::createKeys(const TStringVector& _rNames) { - return new OKeys(this,m_aMutex,_rNames,NULL); + return new connectivity::OKeysHelper(this,m_aMutex,_rNames); } // ----------------------------------------------------------------------------- sdbcx::OCollection* ODBTable::createIndexes(const TStringVector& _rNames) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
