required/CWS warnings01 : changed ucbhelper/resultsethelper.hxx

[email protected] Wed, 21 Sep 2005 13:04:51 +0200 (CEST)
Newsgroups gmane.comp.openoffice.announce.interface
Message-ID <17993034.1127300691749.JavaMail.root@sd-web1>
Type
required

Title
changed ucbhelper/resultsethelper.hxx

Posted by
[email protected]

Affected
[email protected], [email protected], [email protected],

Effective from
CWS warnings01

Summary

ucbhelper/resultsethelper.cxx:
- ucb::ResultSet::rowCountChanged(sal_uInt32, sal_uInt32)
+ ucb::ResultSet::rowCountChanged(sal_Int32, sal_Int32)
- virtual ucb::ResultSetDataSupplier::queryContentIdentifierString(sal_uInt32)
+ virtual ucb::ResultSetDataSupplier::queryContentIdentifierString(sal_Int32)
- virtual ucb::ResultSetDataSupplier::queryContentIdentifier(sal_uInt32)
+ virtual ucb::ResultSetDataSupplier::queryContentIdentifier(sal_Int32)
- virtual ucb::ResultSetDataSupplier::queryContent(sal_uInt32)
+ virtual ucb::ResultSetDataSupplier::queryContent(sal_Int32)
- virtual ucb::ResultSetDataSupplier::getResult(sal_uInt32)
+ virtual ucb::ResultSetDataSupplier::getResult(sal_Int32)
- virtual sal_uInt32 ucb::ResultSetDataSupplier::totalCount()
+ virtual sal_Int32 ucb::ResultSetDataSupplier::totalCount()
- virtual sal_uInt32 ucb::ResultSetDataSupplier::currentCount()
+ virtual sal_Int32 ucb::ResultSetDataSupplier::currentCount()
- virtual ucb::ResultSetDataSupplier::queryPropertyValues(sal_uInt32)
+ virtual ucb::ResultSetDataSupplier::queryPropertyValues(sal_Int32)
- virtual ucb::ResultSetDataSupplier::releasePropertyValues(sal_uInt32)
+ virtual ucb::ResultSetDataSupplier::releasePropertyValues(sal_Int32)

Description

The affected code (see list below) has *not* been adapted, but must be
adapted when we reach the respective modules while fixing CWS
warnings01 (the changed virtual functions of ResultSetDataSupplier are
pure virtual, so the build will break):

dbaccess/source/core/dataaccess/myucp_datasupplier.hxx
ucb/source/ucp/hierarchy/hierarchydatasupplier.hxx
ucb/source/ucp/odma/odma_datasupplier.hxx
ucb/source/ucp/package/pkgdatasupplier.hxx
ucb/source/ucp/webdav/webdavdatasupplier.hxx
ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
ucb/source/ucp/tdoc/tdoc_datasupplier.hxx
ucb/source/ucp/tdoc/tdoc_resultset.cxx
ucb/source/ucp/gvfs/directory.hxx
xmlhelp/inc/provider/datasupplier.hxx

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]