Ignore:
Timestamp:
Feb 19, 2006 1:38:06 AM (18 years ago)
Author:
bennylp
Message:

Initial SIMPLE implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/xpidf.c

    • Property svn:keywords set to id
    r65 r197  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
    19 #include <pjsip_simple/xpidf.h> 
     19#include <pjsip-simple/xpidf.h> 
     20#include <pj/assert.h> 
     21#include <pj/guid.h> 
    2022#include <pj/pool.h> 
    2123#include <pj/string.h> 
    22 #include <pj/guid.h> 
    2324 
    2425static pj_str_t PRESENCE = { "presence", 8 }; 
Note: See TracChangeset for help on using the changeset viewer.