browserutilities/favouritesengine/ClientServer/srvsrc/FavouritesSrvSession.cpp
branchRCL_3
changeset 103 be5f8c9adf67
parent 94 919f36ff910f
equal deleted inserted replaced
99:ca6d8a014f4b 103:be5f8c9adf67
   768     // so panic it; otherwise use the default handling (report the error to
   768     // so panic it; otherwise use the default handling (report the error to
   769     // the client).
   769     // the client).
   770     if ( aError == KErrBadDescriptor || aError == KErrBadHandle )
   770     if ( aError == KErrBadDescriptor || aError == KErrBadHandle )
   771         {
   771         {
   772         Server().PanicClient( aError );
   772         Server().PanicClient( aError );
       
   773 		return;
   773         }
   774         }
   774     CSession2::ServiceError( aMessage, aError );
   775     CSession2::ServiceError( aMessage, aError );
   775     }
   776     }
   776 
   777 
   777 // ---------------------------------------------------------
   778 // ---------------------------------------------------------