genericopenlibs/openenvcore/backend/src/corebackend/usocketbase.cpp
changeset 18 47c74d1534e1
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 66 38bdaa106551
equal deleted inserted replaced
0:e4d67989cc36 18:47c74d1534e1
   390 // Prepares the socket behaviours specific output events
   390 // Prepares the socket behaviours specific output events
   391 // -----------------------------------------------------------------------------
   391 // -----------------------------------------------------------------------------
   392 //
   392 //
   393 TInt CSockDescBase::TweakReadyEvents(TInt errval)
   393 TInt CSockDescBase::TweakReadyEvents(TInt errval)
   394     {
   394     {
   395     int errno_local=0;
       
   396     TInt returnEvents = 0;
   395     TInt returnEvents = 0;
   397     if( errval >= KErrNone )
   396     if( errval >= KErrNone )
   398         {
   397         {
   399         // This file descriptor is socket-like
   398         // This file descriptor is socket-like
   400         // SelectEvents will also signal ioctlLock.
   399         // SelectEvents will also signal ioctlLock.