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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user