summaryrefslogtreecommitdiff
path: root/cppu/source/uno/lbmap.cxx
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-02-20 09:16:11 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-02-20 09:16:11 +0000
commit68dacbd396a358d259ceb7c36c52660696e8eb12 (patch)
tree85df248feed5c7b428981cee4e0c15e775803ba3 /cppu/source/uno/lbmap.cxx
parentdec21385bdd1811182110b079ac78cad4843ef7c (diff)
init of uno_Any::pData; minor modifications
Diffstat (limited to 'cppu/source/uno/lbmap.cxx')
-rw-r--r--cppu/source/uno/lbmap.cxx8
1 files changed, 4 insertions, 4 deletions
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 );