Ignore:
Timestamp:
Feb 25, 2006 9:16:36 PM (19 years ago)
Author:
bennylp
Message:

Tidying up and make it consistent with the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_xfer.c

    r212 r230  
    3434static struct pjsip_module mod_xfer =  
    3535{ 
    36     NULL, NULL,                     /* prev, next.                      */ 
    37     { "mod-refer", 9 },             /* Name.                            */ 
    38     -1,                             /* Id                               */ 
    39     PJSIP_MOD_PRIORITY_APPLICATION-1,   /* Priority                     */ 
    40     NULL,                           /* User data.                       */ 
    41     NULL,                           /* load()                           */ 
    42     NULL,                           /* start()                          */ 
    43     NULL,                           /* stop()                           */ 
    44     NULL,                           /* unload()                         */ 
    45     NULL,                           /* on_rx_request()                  */ 
    46     NULL,                           /* on_rx_response()                 */ 
    47     NULL,                           /* on_tx_request.                   */ 
    48     NULL,                           /* on_tx_response()                 */ 
    49     NULL,                           /* on_tsx_state()                   */ 
     36    NULL, NULL,                         /* prev, next.                  */ 
     37    { "mod-refer", 9 },                 /* Name.                        */ 
     38    -1,                                 /* Id                           */ 
     39    PJSIP_MOD_PRIORITY_DIALOG_USAGE,    /* Priority                     */ 
     40    NULL,                               /* load()                       */ 
     41    NULL,                               /* start()                      */ 
     42    NULL,                               /* stop()                       */ 
     43    NULL,                               /* unload()                     */ 
     44    NULL,                               /* on_rx_request()              */ 
     45    NULL,                               /* on_rx_response()             */ 
     46    NULL,                               /* on_tx_request.               */ 
     47    NULL,                               /* on_tx_response()             */ 
     48    NULL,                               /* on_tsx_state()               */ 
    5049}; 
    5150 
Note: See TracChangeset for help on using the changeset viewer.