From 68dacbd396a358d259ceb7c36c52660696e8eb12 Mon Sep 17 00:00:00 2001 From: Daniel Boelzle Date: Tue, 20 Feb 2001 09:16:11 +0000 Subject: init of uno_Any::pData; minor modifications --- cppu/source/uno/lbmap.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cppu/source/uno/lbmap.cxx') diff --git a/cppu/source/uno/lbmap.cxx b/cppu/source/uno/lbmap.cxx index 97ce854f7..7e5a3d31f 100644 --- a/cppu/source/uno/lbmap.cxx +++ b/cppu/source/uno/lbmap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lbmap.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: pliao $ $Date: 2001-02-07 03:40:08 $ + * last change: $Author: dbo $ $Date: 2001-02-20 10:16:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -236,7 +236,7 @@ static void SAL_CALL mediate_free( uno_Mapping * pMapping ) throw () //-------------------------------------------------------------------------------------------------- static void SAL_CALL mediate_acquire( uno_Mapping * pMapping ) throw () { - if (1 == osl_incrementInterlockedCount( + if (1 == ::osl_incrementInterlockedCount( & static_cast< uno_Mediate_Mapping * >( pMapping )->nRef )) { uno_registerMapping( @@ -249,7 +249,7 @@ static void SAL_CALL mediate_acquire( uno_Mapping * pMapping ) throw () //-------------------------------------------------------------------------------------------------- static void SAL_CALL mediate_release( uno_Mapping * pMapping ) throw () { - if (! osl_decrementInterlockedCount( + if (! ::osl_decrementInterlockedCount( & static_cast< uno_Mediate_Mapping * >( pMapping )->nRef )) { uno_revokeMapping( pMapping ); -- cgit v1.2.3