photosgallery/viewframework/plugins/listviewplugin/src/glxlistviewpluginproxy.cpp
branchRCL_3
changeset 35 420f6808bf21
parent 0 4e91876724a2
equal deleted inserted replaced
32:78ad99c24f08 35:420f6808bf21
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 #include <ecom/implementationproxy.h>
    22 #include <ecom/implementationproxy.h>
    23 
    23 
    24 #include "glxmainlistviewplugin.h"
    24 #include "glxmainlistviewplugin.h"
    25 #include "glxalbumlistviewplugin.h"
    25 #include "glxalbumlistviewplugin.h"
    26 #include "glxmonthlistviewplugin.h"
       
    27 
       
    28 #include "glxlistviewplugin.hrh"
    26 #include "glxlistviewplugin.hrh"
    29 
    27 
    30 // ======== MEMBER FUNCTIONS ========
    28 // ======== MEMBER FUNCTIONS ========
    31 
    29 
    32 // ---------------------------------------------------------------------------
    30 // ---------------------------------------------------------------------------
    39             KGlxMainListViewImplementationUid, CGlxMainListViewPlugin::NewL),
    37             KGlxMainListViewImplementationUid, CGlxMainListViewPlugin::NewL),
    40 
    38 
    41     IMPLEMENTATION_PROXY_ENTRY(
    39     IMPLEMENTATION_PROXY_ENTRY(
    42             KGlxAlbumListViewImplementationUid, CGlxAlbumListViewPlugin::NewL),
    40             KGlxAlbumListViewImplementationUid, CGlxAlbumListViewPlugin::NewL),
    43 
    41 
    44     IMPLEMENTATION_PROXY_ENTRY(
       
    45             KGlxMonthListViewImplementationUid, CGlxMonthListViewPlugin::NewL)
       
    46     };
    42     };
    47 
    43 
    48 // ---------------------------------------------------------------------------
    44 // ---------------------------------------------------------------------------
    49 // The proxy of implementations
    45 // The proxy of implementations
    50 // ---------------------------------------------------------------------------
    46 // ---------------------------------------------------------------------------