clfwrapper/mediacollectionmanagersrc/mediacollectionmanagerimpl.cpp
changeset 3 b73a2e62868f
parent 1 acef663c1218
equal deleted inserted replaced
1:acef663c1218 3:b73a2e62868f
    82 MMediaCollectionInfo* CMediaCollectionManagerImpl::CollectionInfoByIdLC(
    82 MMediaCollectionInfo* CMediaCollectionManagerImpl::CollectionInfoByIdLC(
    83                 TInt /* aId */ ) const
    83                 TInt /* aId */ ) const
    84     {
    84     {
    85     User::Leave( KErrNotSupported );
    85     User::Leave( KErrNotSupported );
    86 
    86 
       
    87     // to stop compile warnings
    87     MMediaCollectionInfo* info = NULL;
    88     MMediaCollectionInfo* info = NULL;
    88     return info;
    89     return info;
    89     }
    90     }
    90 
    91 
    91 // -----------------------------------------------------------------------------
    92 // -----------------------------------------------------------------------------
    97                 const TArray<TInt>& /* aCollectionItemTypes */,
    98                 const TArray<TInt>& /* aCollectionItemTypes */,
    98                 TInt32 /* aCollectionProperties */ )
    99                 TInt32 /* aCollectionProperties */ )
    99     {
   100     {
   100     User::Leave( KErrNotSupported );
   101     User::Leave( KErrNotSupported );
   101 
   102 
       
   103     // to stop compile warnings
   102     TInt collectionID( 0 );
   104     TInt collectionID( 0 );
   103     return collectionID;
   105     return collectionID;
   104     }
   106     }
   105 
   107 
   106 // -----------------------------------------------------------------------------
   108 // -----------------------------------------------------------------------------
   218 //
   220 //
   219 TInt32 CMediaCollectionManagerImpl::GetDriveByIdL( TInt /* aId */ )
   221 TInt32 CMediaCollectionManagerImpl::GetDriveByIdL( TInt /* aId */ )
   220     {
   222     {
   221     User::Leave( KErrNotSupported );
   223     User::Leave( KErrNotSupported );
   222     
   224     
       
   225     // to stop compile warnings
   223     const TInt drive( 0 );
   226     const TInt drive( 0 );
   224     return drive;
   227     return drive;
   225     }
   228     }
   226 
   229 
   227 // End of file
   230 // End of file