imagehandlingutilities/thumbnailmanager/plugins/video/src/thumbnailvideoprovider.cpp
branchRCL_3
changeset 10 7403edfcf0fb
parent 5 82749d516180
child 19 b790c5b3d11f
child 40 6257223ede8a
equal deleted inserted replaced
9:2eb74cf6572e 10:7403edfcf0fb
   111     DoCancel();
   111     DoCancel();
   112     
   112     
   113     // video thumbnail engine doesn't respond
   113     // video thumbnail engine doesn't respond
   114     if (iTimeout)
   114     if (iTimeout)
   115         {
   115         {
   116         iObserver->ThumbnailProviderReady( KErrNotSupported, NULL, TSize(), EFalse, EFalse);
   116         iObserver->ThumbnailProviderReady( KErrCompletion, NULL, TSize(), EFalse, EFalse);
   117         iTimeout = EFalse;
   117         iTimeout = EFalse;
   118         
   118         
   119         TN_DEBUG1( "CThumbnailVideoProvider::RunL() - timeout" );
   119         TN_DEBUG1( "CThumbnailVideoProvider::RunL() - timeout" );
   120         }
   120         }
   121     }
   121     }