Ignore:
Timestamp:
Oct 29, 2006 6:13:13 PM (18 years ago)
Author:
bennylp
Message:

Another Symbian commit, ported all PJSIP libraries and sipstateless runs without crashes (still no SIP message though)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/src/pjlib-test/main_symbian.cpp

    r788 r789  
    5252    // add your program code here, example code below 
    5353    // 
    54     test_main(); 
     54    int rc = test_main(); 
     55 
     56    console->Printf(_L(" [press any key]\n")); 
     57    console->Getch(); 
     58 
    5559    CActiveScheduler::Stop(); 
    5660} 
     
    142146 
    143147    CActiveScheduler::Start(); 
    144  
    145     // Delete active scheduler 
    146     //CActiveScheduler::Install(NULL); 
    147     scheduler->Stop(); 
    148     //delete scheduler; 
    149148    } 
    150149 
Note: See TracChangeset for help on using the changeset viewer.