diff options
Diffstat (limited to 'connectivity/source/inc/dbase/DIndexes.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DIndexes.hxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/connectivity/source/inc/dbase/DIndexes.hxx b/connectivity/source/inc/dbase/DIndexes.hxx index 9953d36568ab..cef7c05aeae7 100644 --- a/connectivity/source/inc/dbase/DIndexes.hxx +++ b/connectivity/source/inc/dbase/DIndexes.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DIndexes.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: oj $ $Date: 2002-07-04 06:36:43 $ + * last change: $Author: oj $ $Date: 2002-07-05 08:09:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,14 +93,6 @@ namespace connectivity , m_pTable(_pTable) {} - 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,const void* _pHint ) SAL_THROW( () ) - { return const_cast<void*>(_pHint); } - inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) - { ::rtl_freeMemory( pMem ); } - inline static void SAL_CALL operator delete( void * pMem,const void* _pHint ) SAL_THROW( () ) - { } }; } } |