[reSIProcate] correct BasicRegister example
julien thai
julienresiprocate at gmail.com
Mon Apr 18 10:59:51 CDT 2005
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,
constSipMessage& response)
{ return retrySeconds;}
Juline
Paris Telecom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20050418/b786c208/attachment.htm>
More information about the resiprocate-devel
mailing list