[reSIProcate] correct BasicRegister example
Dear All,
I think in BasicRegister example of Dum. In the declaraion of class Client, it have
to add the declaration of method onRequestRetry, if not it will make an error of Abstract class like below:
"error C2259: 'Client' : cannot instantiate abstract class"
an example of correction is that you can add the code below in class Client:
virtual
int onRequestRetry(ClientRegistrationHandle, int retrySeconds,
const SipMessage& response)
{ return retrySeconds;}
Juline
Paris Telecom