equal
deleted
inserted
replaced
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 // --------------------------------------------------------- |