Changeset 4673


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

Re #1519: fixed compilation error in pjsua2_demo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip-apps/src/samples/pjsua2_demo.cpp

    r4663 r4673  
    8181        CallOpParam prm; 
    8282         
    83         std::cout << "*** Incoming Call: " <<  ci.remoteURI << " [" 
     83        std::cout << "*** Incoming Call: " <<  ci.remoteUri << " [" 
    8484                  << ci.stateText << "]" << std::endl; 
    8585         
     
    9393{ 
    9494    CallInfo ci = getInfo(); 
    95     std::cout << "*** Call: " <<  ci.remoteURI << " [" << ci.stateText 
     95    std::cout << "*** Call: " <<  ci.remoteUri << " [" << ci.stateText 
    9696              << "]" << std::endl; 
    9797     
Note: See TracChangeset for help on using the changeset viewer.