imagehandlingutilities/thumbnailmanager/thumbnailclient/src/thumbnailrequestactive.cpp
changeset 33 221be23823c5
parent 30 b67379558a75
child 39 1a8af2cd6858
equal deleted inserted replaced
31:d429f823a6b7 33:221be23823c5
    45     
    45     
    46     if(iTimer)
    46     if(iTimer)
    47         {
    47         {
    48         iTimer->Cancel();
    48         iTimer->Cancel();
    49         }
    49         }
       
    50     
    50     delete iTimer;
    51     delete iTimer;
    51     iTimer = NULL;
    52     iTimer = NULL;
    52     
    53     
    53     ReleaseServerBitmap();
    54     ReleaseServerBitmap();
    54     delete iCallbackThumbnail;
    55     delete iCallbackThumbnail;
   631                     TRAPD(err, StartL());
   632                     TRAPD(err, StartL());
   632                     return;
   633                     return;
   633                     }
   634                     }
   634 	            }
   635 	            }
   635 #endif
   636 #endif
   636 	        TN_DEBUG2( "CThumbnaiRequestActive::HandleError() - iObserver.ThumbnailReady %d", iParams.iRequestId );
   637 	        TN_DEBUG3( "CThumbnaiRequestActive::HandleError() - iObserver.ThumbnailReady req=%d err=%d", iParams.iRequestId, iError );
   637 	        iObserver.ThumbnailReady( iError, *iCallbackThumbnail, iParams.iRequestId );
   638 	        iObserver.ThumbnailReady( iError, *iCallbackThumbnail, iParams.iRequestId );
   638 	            
   639 	            
   639             }
   640             }
   640         
   641         
   641         iError = KErrNone;
   642         iError = KErrNone;