From 7deabc892371a87486e6d9fcf30a70b5a9c0f6f4 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 24 Sep 2004 15:03:28 +0000 Subject: [PATCH] fixed sunpro warnings --- src/ca/disconnectGovernorTimer.cpp | 2 +- src/ca/repeaterSubscribeTimer.cpp | 2 +- src/ca/searchTimer.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ca/disconnectGovernorTimer.cpp b/src/ca/disconnectGovernorTimer.cpp index 23f3c9f09..e6224b1cd 100644 --- a/src/ca/disconnectGovernorTimer.cpp +++ b/src/ca/disconnectGovernorTimer.cpp @@ -53,7 +53,7 @@ void disconnectGovernorTimer::shutdown ( { epicsGuardRelease < epicsMutex > unguard ( guard ); { - epicsGuardRelease < epicsMutex > unguard ( cbGuard ); + epicsGuardRelease < epicsMutex > cbUnguard ( cbGuard ); this->timer.cancel (); } while ( nciu * pChan = this->chanList.get () ) { diff --git a/src/ca/repeaterSubscribeTimer.cpp b/src/ca/repeaterSubscribeTimer.cpp index 636d2b71c..5f97965e2 100644 --- a/src/ca/repeaterSubscribeTimer.cpp +++ b/src/ca/repeaterSubscribeTimer.cpp @@ -59,7 +59,7 @@ void repeaterSubscribeTimer::shutdown ( { epicsGuardRelease < epicsMutex > unguard ( guard ); { - epicsGuardRelease < epicsMutex > unguard ( cbGuard ); + epicsGuardRelease < epicsMutex > cbUnguard ( cbGuard ); this->timer.cancel (); } } diff --git a/src/ca/searchTimer.cpp b/src/ca/searchTimer.cpp index a38e5b2c1..ef1cb6702 100644 --- a/src/ca/searchTimer.cpp +++ b/src/ca/searchTimer.cpp @@ -80,7 +80,7 @@ void searchTimer::shutdown ( { epicsGuardRelease < epicsMutex > unguard ( guard ); { - epicsGuardRelease < epicsMutex > unguard ( cbGuard ); + epicsGuardRelease < epicsMutex > cbUnguard ( cbGuard ); this->timer.cancel (); } }