Ignore:
Timestamp:
Jan 30, 2006 6:40:05 PM (18 years ago)
Author:
bennylp
Message:

Finished implementation of UA layer (to be tested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/tsx_uas_test.c

    r123 r127  
    1919 
    2020#include "test.h" 
    21 #include <pjsip_core.h> 
     21#include <pjsip.h> 
    2222#include <pjlib.h> 
    2323 
     
    143143    PJSIP_MOD_PRIORITY_APPLICATION-1,   /* Priority             */ 
    144144    NULL,                               /* User data.           */ 
    145     0,                                  /* Number of methods supported (=0). */ 
    146     { 0 },                              /* Array of methods (none) */ 
    147145    NULL,                               /* load()               */ 
    148146    NULL,                               /* start()              */ 
     
    164162    PJSIP_MOD_PRIORITY_APPLICATION-1,   /* Priority             */ 
    165163    NULL,                               /* User data.           */ 
    166     0,                                  /* Number of methods supported (=0). */ 
    167     { 0 },                              /* Array of methods (none) */ 
    168164    NULL,                               /* load()               */ 
    169165    NULL,                               /* start()              */ 
Note: See TracChangeset for help on using the changeset viewer.