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_uac_test.c

    r123 r127  
    1919 
    2020#include "test.h" 
    21 #include <pjsip_core.h> 
     21#include <pjsip.h> 
    2222#include <pjlib.h> 
    2323 
     
    104104    PJSIP_MOD_PRIORITY_APPLICATION-1,   /* Priority             */ 
    105105    NULL,                               /* User data.           */ 
    106     0,                                  /* Number of methods supported (=0). */ 
    107     { 0 },                              /* Array of methods (none) */ 
    108106    NULL,                               /* load()               */ 
    109107    NULL,                               /* start()              */ 
     
    125123    PJSIP_MOD_PRIORITY_APPLICATION-1,   /* Priority             */ 
    126124    NULL,                               /* User data.           */ 
    127     0,                                  /* Number of methods supported (=0). */ 
    128     { 0 },                              /* Array of methods (none) */ 
    129125    NULL,                               /* load()               */ 
    130126    NULL,                               /* start()              */ 
Note: See TracChangeset for help on using the changeset viewer.