User: hr Date: 06/06/19 18:58:16 Modified: /dba/connectivity/source/inc/ TSortIndex.hxx
Log: INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/12/22 11:44:59 fs 1.5.30.2: #i57457# warning-free code 2005/11/16 12:59:23 fs 1.5.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/inc/ ======================================== File [changed]: TSortIndex.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/TSortIndex.hxx?r1=1.5&r2=1.6 Delta lines: +10 -10 --------------------- --- TSortIndex.hxx 8 Sep 2005 06:40:29 -0000 1.5 +++ TSortIndex.hxx 20 Jun 2006 01:58:14 -0000 1.6 @@ -70,23 +70,23 @@ private: TIntValuePairVector m_aKeyValues; TKeyTypeVector m_aKeyType; - ::std::vector<sal_Int16> m_aAscending; + ::std::vector<TAscendingOrder> m_aAscending; sal_Bool m_bFrozen; public: OSortIndex( const ::std::vector<OKeyType>& _aKeyType, - const ::std::vector<sal_Int16>& _aAscending); + const ::std::vector<TAscendingOrder>& _aAscending); ~OSortIndex(); inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) { return ::rtl_allocateMemory( nSize ); } - inline static void * SAL_CALL operator new( size_t nSize,void* _pHint ) SAL_THROW( () ) + inline static void * SAL_CALL operator new( size_t,void* _pHint ) SAL_THROW( () ) { return _pHint; } inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) { ::rtl_freeMemory( pMem ); } - inline static void SAL_CALL operator delete( void * pMem,void* _pHint ) SAL_THROW( () ) + inline static void SAL_CALL operator delete( void *,void* ) SAL_THROW( () ) { } @@ -122,7 +122,7 @@ sal_Int32 GetValue(sal_Int32 nPos) const; inline const ::std::vector<OKeyType>& getKeyType() const { return m_aKeyType; } - inline sal_Int16 getAscending(::std::vector<sal_Int16>::size_type _nPos) const { return m_aAscending[_nPos]; } + inline TAscendingOrder getAscending(::std::vector<TAscendingOrder>::size_type _nPos) const { return m_aAscending[_nPos]; } }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
