clfwrapper/mediacollectionmanagersrc/mediacollectionmanagerimpl.cpp
changeset 1 acef663c1218
parent 0 c53acadfccc6
child 2 b73a2e62868f
equal deleted inserted replaced
0:c53acadfccc6 1:acef663c1218
   218 //
   218 //
   219 TInt32 CMediaCollectionManagerImpl::GetDriveByIdL( TInt /* aId */ )
   219 TInt32 CMediaCollectionManagerImpl::GetDriveByIdL( TInt /* aId */ )
   220     {
   220     {
   221     User::Leave( KErrNotSupported );
   221     User::Leave( KErrNotSupported );
   222     
   222     
   223     TInt drive( 0 );
   223     const TInt drive( 0 );
   224     return drive;
   224     return drive;
   225     }
   225     }
   226 
   226 
   227 // End of file
   227 // End of file