Type recommended
Title getCppuType<> template deprecated
Posted by [EMAIL PROTECTED]
Affected ,-
Effective from SRC680 CWS jl31


Summary

com/sun/star/uno/Type.h:

template< typename T > getCppuType()
template<> getCppuType< sal_Unicode >()


Description
The getCppuType<> template (that favours UNO CHAR over UNO UNSIGNED
SHORT, opposite to the plain getCppuType functions which favour UNO
UNSIGNED SHORT over UNO CHAR) has been deprecated. Use cppu::UnoType
instead (or the internal-only cppu::getTypeFavourChar). Also note
that getCppuType< com::sun::star::uno::Sequence< sal_Unicode > >()
does not work as expected.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to