changed to call new idAssignAdd func

This commit is contained in:
Jeff Hill
2004-04-28 22:11:25 +00:00
parent 7e80920164
commit 563733cf3c
4 changed files with 8 additions and 7 deletions

View File

@@ -689,7 +689,7 @@ void ca_client_context::installCASG (
epicsGuard < epicsMutex > & guard, CASG & sg )
{
guard.assertIdenticalMutex ( this->mutex );
this->sgTable.add ( sg );
this->sgTable.idAssignAdd ( sg );
}
void ca_client_context::uninstallCASG (