photosgallery/viewframework/plugins/fullscreenviewplugin/src/glxfullscreenviewpluginproxy.cpp
branchRCL_3
changeset 35 420f6808bf21
parent 0 4e91876724a2
equal deleted inserted replaced
32:78ad99c24f08 35:420f6808bf21
    23 #include <ecom/implementationproxy.h>
    23 #include <ecom/implementationproxy.h>
    24 #include "glxfullscreenviewplugin.hrh"
    24 #include "glxfullscreenviewplugin.hrh"
    25 #include "glxmainfullscreenviewplugin.h"
    25 #include "glxmainfullscreenviewplugin.h"
    26 #include "glxalbumfullscreenviewplugin.h"
    26 #include "glxalbumfullscreenviewplugin.h"
    27 #include "glxcameraalbumfullscreenviewplugin.h"
    27 #include "glxcameraalbumfullscreenviewplugin.h"
    28 #include "glxdownloadsfullscreenviewplugin.h"
       
    29 #include "glxmonthsfullscreenviewplugin.h"
       
    30 #include "glxtagfullscreenviewplugin.h"
    28 #include "glxtagfullscreenviewplugin.h"
    31 #include "glximageviewerfullscreenviewplugin.h"
    29 #include "glximageviewerfullscreenviewplugin.h"
    32 
    30 
    33 #if ( !defined IMPLEMENTATION_PROXY_ENTRY )
    31 #if ( !defined IMPLEMENTATION_PROXY_ENTRY )
    34 typedef TAny* TProxyNewLPtr;
    32 typedef TAny* TProxyNewLPtr;
    55     IMPLEMENTATION_PROXY_ENTRY( 
    53     IMPLEMENTATION_PROXY_ENTRY( 
    56         KGlxCameraAlbumFullScreenViewImplementationId, 
    54         KGlxCameraAlbumFullScreenViewImplementationId, 
    57         CGlxCameraAlbumFullScreenViewPlugin::NewL ),
    55         CGlxCameraAlbumFullScreenViewPlugin::NewL ),
    58          
    56          
    59     IMPLEMENTATION_PROXY_ENTRY( 
    57     IMPLEMENTATION_PROXY_ENTRY( 
    60         KGlxDownloadsFullScreenViewImplementationId, 
       
    61         CGlxDownloadsFullScreenViewPlugin::NewL ), 
       
    62         
       
    63     IMPLEMENTATION_PROXY_ENTRY( 
       
    64         KGlxMonthsFullScreenViewImplementationId, 
       
    65         CGlxMonthsFullScreenViewPlugin::NewL ), 
       
    66         
       
    67     IMPLEMENTATION_PROXY_ENTRY( 
       
    68         KGlxTagFullScreenViewPluginImplementationUid, 
    58         KGlxTagFullScreenViewPluginImplementationUid, 
    69         CGlxTagFullScreenViewPlugin::NewL ),
    59         CGlxTagFullScreenViewPlugin::NewL ),
    70     
    60     
    71     IMPLEMENTATION_PROXY_ENTRY( 
    61     IMPLEMENTATION_PROXY_ENTRY( 
    72         KGlxImageViewerFullScreenViewImplementationId, 
    62         KGlxImageViewerFullScreenViewImplementationId,