changed name of error code

This commit is contained in:
Jeff Hill
2002-12-05 23:44:25 +00:00
parent 62b4c55d25
commit e5684a3296

View File

@@ -219,7 +219,7 @@ extern "C" int epicsShareAPI ca_sg_array_put ( const CA_SYNC_GID gid, chtype typ
}
catch ( cacChannel::unsupportedByService & )
{
return ECA_NOTINSERVICE;
return ECA_UNAVAILINSERV;
}
catch ( cacChannel::requestTimedOut & )
{
@@ -282,7 +282,7 @@ extern "C" int epicsShareAPI ca_sg_array_get ( const CA_SYNC_GID gid, chtype typ
}
catch ( cacChannel::unsupportedByService & )
{
return ECA_NOTINSERVICE;
return ECA_UNAVAILINSERV;
}
catch ( std::bad_alloc & )
{