Ignore:
Timestamp:
Jun 20, 2008 10:44:47 PM (16 years ago)
Author:
bennylp
Message:

Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice

File:
1 edited

Legend:

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

    r2032 r2039  
    11/* $Id$ */ 
    22/*  
    3  * Copyright (C) 2003-2007 Benny Prijono <benny@prijono.org> 
     3 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> 
    44 * 
    55 * This program is free software; you can redistribute it and/or modify 
     
    11401140{ 
    11411141    pjmedia_sdp_media *rem_m = rem_sdp->media[media_index]; 
    1142     pjmedia_sdp_attr *ufrag_attr, *pwd_attr; 
     1142    const pjmedia_sdp_attr *ufrag_attr, *pwd_attr; 
    11431143    pj_ice_sess_cand *cand; 
    11441144    unsigned i, cand_cnt; 
Note: See TracChangeset for help on using the changeset viewer.