engine/collectionframework/plugins/glxcollectionpluginimageviewer/src/glxcollectionpluginimageviewer.cpp
changeset 43 72396548277c
parent 23 74c9f037fd5d
equal deleted inserted replaced
42:5e1df1b52eb3 43:72396548277c
    90     {
    90     {
    91     iDataSource = MGlxDataSource::OpenDataSourceL(KGlxDefaultDataSourceUid, *this);
    91     iDataSource = MGlxDataSource::OpenDataSourceL(KGlxDefaultDataSourceUid, *this);
    92     }
    92     }
    93 
    93 
    94 void CGlxCollectionPluginImageViewer::CpiAttributeAdditionalAttributes(
    94 void CGlxCollectionPluginImageViewer::CpiAttributeAdditionalAttributes(
    95         const TMPXAttribute& aCpiAttribute, 
    95         const TMPXAttribute& /*aCpiAttribute*/, 
    96         RArray<TMPXAttribute>& aAttributeArray)
    96         RArray<TMPXAttribute>& /*aAttributeArray*/)
    97     {
    97     {
    98     // Nothing to be shared apart from the ones that are commonly loaded.
    98     // Nothing to be shared apart from the ones that are commonly loaded.
    99     }
    99     }
   100 
   100 
   101 void CGlxCollectionPluginImageViewer::HandleCpiAttributeResponseL(
   101 void CGlxCollectionPluginImageViewer::HandleCpiAttributeResponseL(
   144         break;
   144         break;
   145         }
   145         }
   146     }
   146     }
   147 
   147 
   148 void CGlxCollectionPluginImageViewer::HandleCpiAttributeResponseL(
   148 void CGlxCollectionPluginImageViewer::HandleCpiAttributeResponseL(
   149         CMPXMedia* aResponse, TArray<TMPXAttribute> aCpiAttributes,
   149         CMPXMedia* /*aResponse*/, TArray<TMPXAttribute> aCpiAttributes,
   150         TGlxMediaId aMediaId)
   150         TGlxMediaId /*aMediaId*/)
   151     {
   151     {
   152     const TInt attribCount = aCpiAttributes.Count();
   152     const TInt attribCount = aCpiAttributes.Count();
   153 
   153 
   154     for (TInt index = 0; index < attribCount ; index++)
   154     for (TInt index = 0; index < attribCount ; index++)
   155         {
   155         {