Ignore:
Timestamp:
Dec 4, 2013 3:01:20 AM (10 years ago)
Author:
bennylp
Message:

Re #1519: doxygen fixes and other minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip/src/pjsua2/media.cpp

    r4670 r4672  
    146146    } 
    147147 
    148     Endpoint::instance().addMedia(*this); 
     148    Endpoint::instance().mediaAdd(*this); 
    149149} 
    150150 
     
    162162    id = PJSUA_INVALID_ID; 
    163163 
    164     Endpoint::instance().removeMedia(*this); 
     164    Endpoint::instance().mediaRemove(*this); 
    165165} 
    166166 
Note: See TracChangeset for help on using the changeset viewer.