[reSIProcate] correct BasicRegister example

Scott Godin slgodin at icescape.com
Mon Apr 18 11:18:17 CDT 2005


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

 

  _____  

From: julien thai [mailto:julienresiprocate at gmail.com] 
Sent: Monday, April 18, 2005 12:00 PM
To: resiprocate-devel at list.sipfoundry.org
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


 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20050418/b8db7259/attachment.htm>


More information about the resiprocate-devel mailing list