summaryrefslogtreecommitdiff
path: root/stoc/source
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source')
-rw-r--r--stoc/source/registry_tdprovider/tdservice.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/registry_tdprovider/tdservice.cxx b/stoc/source/registry_tdprovider/tdservice.cxx
index 9042fecd69c5..57ec2246dbf0 100644
--- a/stoc/source/registry_tdprovider/tdservice.cxx
+++ b/stoc/source/registry_tdprovider/tdservice.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdservice.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kso $ $Date: 2002-11-13 16:01:21 $
+ * last change: $Author: kz $ $Date: 2004-03-25 14:49:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -310,7 +310,7 @@ ServiceTypeDescriptionImpl::getProperties()
nAttribs );
}
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pProps )
{
aGuard.clear();
@@ -435,7 +435,7 @@ void ServiceTypeDescriptionImpl::getReferences()
}
{
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pMandatoryServices )
{
aGuard.clear();
@@ -449,7 +449,7 @@ void ServiceTypeDescriptionImpl::getReferences()
}
{
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pOptionalServices )
{
aGuard.clear();
@@ -463,7 +463,7 @@ void ServiceTypeDescriptionImpl::getReferences()
}
{
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pMandatoryInterfaces )
{
aGuard.clear();
@@ -477,7 +477,7 @@ void ServiceTypeDescriptionImpl::getReferences()
}
{
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pOptionalInterfaces )
{
aGuard.clear();