Changeset 3189
- Timestamp:
- Jun 1, 2010 3:32:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_symbian.cpp
r2853 r3189 36 36 #define DUMMY_SEMAPHORE ((pj_sem_t*)102) 37 37 #define THIS_FILE "os_core_symbian.c" 38 38 39 /* Default message slot number for RSocketServ::Connect(). 40 * Increase it to 32 from the default 8 (KESockDefaultMessageSlots) 41 */ 42 #ifndef PJ_SYMBIAN_SOCK_MSG_SLOTS 43 # define PJ_SYMBIAN_SOCK_MSG_SLOTS 32 44 #endif 45 39 46 /* 40 47 * Note: … … 195 202 */ 196 203 if (!isSocketServInitialized_ && appSocketServ_ == NULL) { 197 err = socketServ_.Connect( );204 err = socketServ_.Connect(PJ_SYMBIAN_SOCK_MSG_SLOTS); 198 205 if (err != KErrNone) 199 206 goto on_error;
Note: See TracChangeset
for help on using the changeset viewer.