Changes between Initial Version and Version 1 of Ticket #73


Ignore:
Timestamp:
Jan 21, 2007 3:26:03 PM (17 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #73 – Description

    initial v1  
    1010 status = pjsip_regc_send(regc, tdata); 
    1111 
    12  // Signal client registration to destroy itself after all transactions complete 
     12 // Signal regc to destroy itself after all transactions complete 
    1313 status = pjsip_regc_destroy(regc);   
    1414}}}