This commit is contained in:
Jeff Hill
2002-03-27 19:19:11 +00:00
parent a07be4ff1b
commit 2a1541e80a
+1 -1
View File
@@ -64,7 +64,7 @@ inline caServer * caServerI::operator -> ()
//
inline casRes *caServerI::lookupRes(const caResId &idIn, casResType type)
{
chronIntId tmpId (idIn);
chronIntId tmpId (idIn);
epicsGuard < epicsMutex > locker ( this->mutex );
casRes *pRes = this->chronIntIdResTable<casRes>::lookup ( tmpId );