Ignore:
Timestamp:
Mar 7, 2016 11:15:34 PM (8 years ago)
Author:
riza
Message:

Re: #1900:

  • Add new property file (pjproject-vs14-api-def.props) to define the API used
  • Add ioqueue specific to uwp using winRT networking API
  • Add uwp GUI sample APP using Voip architecture
  • Add async activation for wasapi dev
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/uwp/pjsip/src/pjsip-simple/evsub.c

    r5195 r5254  
    21922192                } else { 
    21932193                    pjsip_retry_after_hdr *retry_after; 
    2194                     pjsip_rx_data *rdata = event->body.tsx_state.src.rdata;; 
     2194                    pjsip_rx_data *rdata = event->body.tsx_state.src.rdata; 
    21952195                    pjsip_msg *msg = rdata->msg_info.msg;                    
    21962196 
Note: See TracChangeset for help on using the changeset viewer.