fixed sun pro warnings

This commit is contained in:
Jeff Hill
2002-08-22 16:05:22 +00:00
parent 0f70d78803
commit 8338c1bb3e

View File

@@ -1055,9 +1055,9 @@ void cac::recycleSubscription ( netSubscription &io )
}
cacChannel::ioid
cac::subscriptionRequest ( nciu &chan, unsigned type, // X aCC 361
cac::subscriptionRequest ( nciu & chan, unsigned type, // X aCC 361
arrayElementCount nElem, unsigned mask,
cacStateNotify &notifyIn )
cacStateNotify & notifyIn )
{
epicsGuard < cacMutex > guard ( this->mutex );
autoPtrRecycle < netSubscription > pIO ( this->ioTable,
@@ -1070,9 +1070,9 @@ cac::subscriptionRequest ( nciu &chan, unsigned type, // X aCC 361
this->flushIfRequired ( guard, *chan.getPIIU() );
chan.getPIIU()->subscriptionRequest ( guard, chan, *pIO );
}
cacChannel::ioid id = pIO->getId ();
cacChannel::ioid idOut = pIO->getId ();
pIO.release ();
return id;
return idOut;
}
bool cac::versionAction ( epicsGuard < callbackMutex > &, tcpiiu &,