Ignore:
Timestamp:
May 12, 2007 3:03:23 PM (17 years ago)
Author:
bennylp
Message:

Symbian fixes to compile on GCCE (nested callbacks etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/bidirectional.c

    r974 r1269  
    5555    struct bidir_port *port; 
    5656 
    57     port = pj_pool_zalloc(pool, sizeof(struct bidir_port)); 
     57    port = PJ_POOL_ZALLOC_T(pool, struct bidir_port); 
    5858 
    5959    pjmedia_port_info_init(&port->base.info, &get_port->info.name, SIGNATURE, 
Note: See TracChangeset for help on using the changeset viewer.