< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] correct BasicRegister example


FYI - that fix has already been applied to the SVN head - last week sometime.

 


From: julien thai [mailto:julienresiprocate@xxxxxxxxx]
Sent: Monday, April 18, 2005 12:00 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [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