INTEGRATION: CWS jl3 (1.3.82); FILE MERGED

2003/12/19 11:32:31 dbo 1.3.82.1: #114506# cleanup
This commit is contained in:
Kurt Zenker
2004-03-25 13:49:07 +00:00
parent d620072fa6
commit 5191cf4ccf

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: tdservice.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -310,7 +310,7 @@ ServiceTypeDescriptionImpl::getProperties()
nAttribs ); nAttribs );
} }
ClearableMutexGuard aGuard( _aMutex ); ClearableMutexGuard aGuard( getMutex() );
if ( _pProps ) if ( _pProps )
{ {
aGuard.clear(); aGuard.clear();
@@ -435,7 +435,7 @@ void ServiceTypeDescriptionImpl::getReferences()
} }
{ {
ClearableMutexGuard aGuard( _aMutex ); ClearableMutexGuard aGuard( getMutex() );
if ( _pMandatoryServices ) if ( _pMandatoryServices )
{ {
aGuard.clear(); aGuard.clear();
@@ -449,7 +449,7 @@ void ServiceTypeDescriptionImpl::getReferences()
} }
{ {
ClearableMutexGuard aGuard( _aMutex ); ClearableMutexGuard aGuard( getMutex() );
if ( _pOptionalServices ) if ( _pOptionalServices )
{ {
aGuard.clear(); aGuard.clear();
@@ -463,7 +463,7 @@ void ServiceTypeDescriptionImpl::getReferences()
} }
{ {
ClearableMutexGuard aGuard( _aMutex ); ClearableMutexGuard aGuard( getMutex() );
if ( _pMandatoryInterfaces ) if ( _pMandatoryInterfaces )
{ {
aGuard.clear(); aGuard.clear();
@@ -477,7 +477,7 @@ void ServiceTypeDescriptionImpl::getReferences()
} }
{ {
ClearableMutexGuard aGuard( _aMutex ); ClearableMutexGuard aGuard( getMutex() );
if ( _pOptionalInterfaces ) if ( _pOptionalInterfaces )
{ {
aGuard.clear(); aGuard.clear();