Commit e9f6064b authored by Vitaly Lipatov's avatar Vitaly Lipatov

replace int with timeout_t

parent af855eea
......@@ -336,7 +336,7 @@ struct MsgInfo
};
// ------------------------------------------------------------------------------------------
bool UniSetObject::waitMessage(VoidMessage& vm, int timeMS)
bool UniSetObject::waitMessage(VoidMessage& vm, timeout_t timeMS)
{
if( receiveMessage(vm) )
return true;
......
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