Ignore:
Timestamp:
Feb 7, 2006 12:34:11 PM (19 years ago)
Author:
bennylp
Message:

Initial implementation of invite session abstraction, and updated pjsua for the new framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip_ua.h

    r66 r139  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
    19  
    2019#ifndef __PJSIP_UA_H__ 
    2120#define __PJSIP_UA_H__ 
    2221 
    23 #include <pjsip_mod_ua/sip_dialog.h> 
    24 #include <pjsip_mod_ua/sip_reg.h> 
    25 #include <pjsip_mod_ua/sip_ua.h> 
     22#include <pjsip-ua/sip_inv.h> 
    2623 
    2724#endif  /* __PJSIP_UA_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.