imagehandlingutilities/thumbnailmanager/plugins/audio/src/thumbnailaudioprovider.cpp
branchRCL_3
changeset 5 82749d516180
parent 0 2014ca87e772
child 9 2eb74cf6572e
equal deleted inserted replaced
1:235a7fc86938 5:82749d516180
   137 // Provides the thumbnail image
   137 // Provides the thumbnail image
   138 // ---------------------------------------------------------------------------
   138 // ---------------------------------------------------------------------------
   139 //
   139 //
   140 void CThumbnailAudioProvider::GetThumbnailL( RFs& /* aFs */, TDesC8& /*aBuffer */)
   140 void CThumbnailAudioProvider::GetThumbnailL( RFs& /* aFs */, TDesC8& /*aBuffer */)
   141     {
   141     {
   142 
   142     User::Leave( KErrNotSupported );
   143     }
   143     }
   144 
   144 
   145 // ---------------------------------------------------------------------------
   145 // ---------------------------------------------------------------------------
   146 // Cancel thumbnail request
   146 // Cancel thumbnail request
   147 // ---------------------------------------------------------------------------
   147 // ---------------------------------------------------------------------------