Ignore:
Timestamp:
May 1, 2007 10:42:22 AM (17 years ago)
Author:
bennylp
Message:

Ported PJLIB and PJLIB-TEST to Symbian!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/sock.c

    r1235 r1238  
    370370        goto on_error; 
    371371 
    372 // This test will fail on S60 3rd Edition MR2 
    373 #if 0 
     372    /* Disable this test on Symbian since UDP connect()/send() failed 
     373     * with S60 3rd edition (including MR2). 
     374     * See http://www.pjsip.org/trac/ticket/264 
     375     */     
     376#if !defined(PJ_SYMBIAN) || PJ_SYMBIAN==0 
    374377    /* connect() the sockets. */ 
    375378    rc = pj_sock_connect(cs, &dstaddr, sizeof(dstaddr)); 
Note: See TracChangeset for help on using the changeset viewer.