Changeset 1606


Ignore:
Timestamp:
Dec 1, 2007 9:10:07 AM (16 years ago)
Author:
bennylp
Message:

Changed logging function signature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/symbian_ua/ua.cpp

    r1526 r1606  
    246246 
    247247/* Logging callback */ 
    248 static void log_writer(int level, const char *buf, unsigned len) 
     248static void log_writer(int level, const char *buf, int len) 
    249249{ 
    250250    static wchar_t buf16[PJ_LOG_MAX_SIZE]; 
     
    256256    TPtrC16 aBuf((const TUint16*)buf16, (TInt)len); 
    257257    console->Write(aBuf); 
     258     
    258259} 
    259260 
     
    549550    pjsua_destroy(); 
    550551     
    551     return 0; 
    552 } 
    553  
     552on_return: 
     553    return status; 
     554} 
     555 
Note: See TracChangeset for help on using the changeset viewer.