Hello,

can someone explain this piece of code?

void PhApiWrapper::holdCall(int callId) {
   Thread::sleep(3);
   phHoldCall(callId);
   Thread::sleep(3);
}

Why are these sleeps needed?

Regards,
Nikolay


_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to