Home
last modified time | relevance | path

Searched refs:pMutexGuard2 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/comphelper/source/property/
H A DMasterPropertySet.cxx148 std::auto_ptr< vos::OGuard > pMutexGuard2; in setPropertyValue() local
150 pMutexGuard2.reset( new vos::OGuard(pSlave->mpMutex) ); in setPropertyValue()
182 std::auto_ptr< vos::OGuard > pMutexGuard2; in getPropertyValue() local
184 pMutexGuard2.reset( new vos::OGuard(pSlave->mpMutex) ); in getPropertyValue()