photosgallery/viewframework/plugins/listviewplugin/src/glxmainlistviewplugin.cpp
branchRCL_3
changeset 17 a60acebbbd9d
parent 0 4e91876724a2
equal deleted inserted replaced
15:191387a8b767 17:a60acebbbd9d
    99 void CGlxMainListViewPlugin::AddCommandHandlersL()
    99 void CGlxMainListViewPlugin::AddCommandHandlersL()
   100     {
   100     {
   101     // add help command handler
   101     // add help command handler
   102     TGlxHelpContext helpInfo;
   102     TGlxHelpContext helpInfo;
   103     helpInfo.iBrowseContext =  LGAL_HLP_VIEW_LIST;
   103     helpInfo.iBrowseContext =  LGAL_HLP_VIEW_LIST;
   104     iListView->AddCommandHandlerL(CGlxCommandHandlerHelp::NewL(helpInfo)); 
   104     iListView->AddCommandHandlerL(CGlxCommandHandlerHelp::NewL(helpInfo));  
   105     //add ShowViaUpnp Command Handler for stop showing
       
   106     iListView->AddCommandHandlerL(CGlxCommandHandlerShowViaUpnp::NewL(iListView, EFalse)); 
       
   107     }
   105     }
   108 
   106 
   109 //  End of File
   107 //  End of File