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

[reSIProcate] role of destructor ClientRegistration


Dear Experts,
 
I don't understand why you put destructor of ClientRegistration like protected:
(dans ClientRegistration.hxx )
""

protected:

virtual ~ClientRegistration();

""
it will make compile error:

""'resip::ClientRegistration::~ClientRegistration' : cannot access protected member declared in class 'resip::ClientRegistration'""

can you tell me how i can declare a object of ClientRegistration???

Julien Thai

Paris Telecom