photosgallery/collectionframework/plugins/glxcollectionpluginimageviewer/src/glxcollectionpluginimageviewer.cpp
branchRCL_3
changeset 47 f9e827349359
parent 18 bcb43dc84c44
equal deleted inserted replaced
35:420f6808bf21 47:f9e827349359
    89 void CGlxCollectionPluginImageViewer::ConstructL()
    89 void CGlxCollectionPluginImageViewer::ConstructL()
    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::CpiAttributeAdditionalAttributesL(
    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     }