Ignore:
Timestamp:
Feb 12, 2014 5:18:31 AM (10 years ago)
Author:
bennylp
Message:

More pjsua2 API (re #1519): renamed TimeValue? to TimeVal? due to conflict in iOS SDK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua2/types.cpp

    r4704 r4742  
    8888/////////////////////////////////////////////////////////////////////////////// 
    8989 
    90 void TimeValue::fromPj(const pj_time_val &prm) 
     90void TimeVal::fromPj(const pj_time_val &prm) 
    9191{ 
    9292    this->sec  = prm.sec; 
Note: See TracChangeset for help on using the changeset viewer.