photosgallery/viewframework/medialists/src/glxerrormanager.cpp
branchRCL_3
changeset 9 6b87b143d312
parent 0 4e91876724a2
equal deleted inserted replaced
5:f7f0874bfe7d 9:6b87b143d312
   189 	               	 	    
   189 	               	 	    
   190     /// @todo Implement this when list of temporary and permanent errors are known. Currently assume
   190     /// @todo Implement this when list of temporary and permanent errors are known. Currently assume
   191     ///       all errors are temporary
   191     ///       all errors are temporary
   192     switch ( aErrorCode )
   192     switch ( aErrorCode )
   193         {
   193         {
   194         case KErrArgument: // fallthrough
   194         case KErrArgument:      // fallthrough
   195         case KErrNotSupported: // fallthrough
   195         case KErrNotSupported:  // fallthrough
   196         case KErrNoMemory:
   196         case KErrNoMemory:      // fallthrough
   197 		case KErrCorrupt:
   197         case KErrCorrupt:       // fallthrough
       
   198         case KErrDiskFull:      
   198         // add other permanent error codes here
   199         // add other permanent error codes here
   199             return EFalse;
   200             return EFalse;
   200             
   201             
   201         default:
   202         default:
   202             return ETrue;
   203             return ETrue;