fixed sunpro warnings

This commit is contained in:
Jeff Hill
2004-09-24 15:03:28 +00:00
parent 35bbb5d897
commit 7deabc8923
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ void searchTimer::shutdown (
{
epicsGuardRelease < epicsMutex > unguard ( guard );
{
epicsGuardRelease < epicsMutex > unguard ( cbGuard );
epicsGuardRelease < epicsMutex > cbUnguard ( cbGuard );
this->timer.cancel ();
}
}