mpxplugins/viewplugins/views/collectionviewhg/src/mpxcollectionviewhgtnloader.cpp
branchRCL_3
changeset 21 a1247965635c
parent 15 171e07ac910f
equal deleted inserted replaced
18:c54d95799c80 21:a1247965635c
    65     }
    65     }
    66 
    66 
    67 TInt CMpxTNLoader::LoadThumbnail( TAny* aSelf )
    67 TInt CMpxTNLoader::LoadThumbnail( TAny* aSelf )
    68     {
    68     {
    69     CMpxTNLoader* self = (CMpxTNLoader*)aSelf;
    69     CMpxTNLoader* self = (CMpxTNLoader*)aSelf;
    70     self->LoadNextTN();
    70     MPX_TRAPD( err, self->LoadNextTNL() );
    71     return KErrNone;
    71     return err;
    72     }
    72     }
    73 
    73 
    74 void CMpxTNLoader::LoadNextTN()
    74 void CMpxTNLoader::LoadNextTNL()
    75     {
    75     {
    76     if( iPaused )
    76     if( iPaused )
    77         return;
    77         return;
    78     
    78     
    79     if( iLoading.Count() > 0 )
    79     if( iLoading.Count() > 0 )