Commit 87978713 authored by Pavel Vaynerman's avatar Pavel Vaynerman

fixed bug in UniversalInterface (calibrate)

parent 506f8efa
......@@ -2648,6 +2648,7 @@ void UniversalInterface::calibrate(const IOController_i::SensorInfo& si,
IOController_i_var iom = IOController_i::_narrow(oref);
iom->calibrate(si,ci,admId);
return;
}
catch(CORBA::TRANSIENT){}
catch(CORBA::OBJECT_NOT_EXIST){}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment