photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h
branchRCL_3
changeset 27 34937ec34dac
parent 26 5b3385a43d68
equal deleted inserted replaced
26:5b3385a43d68 27:34937ec34dac
    35 public:
    35 public:
    36     /**
    36     /**
    37      * To Handle menu items in Grid layout
    37      * To Handle menu items in Grid layout
    38      * @param aCommand command to be handled
    38      * @param aCommand command to be handled
    39      */
    39      */
    40     virtual void HandleGridMenuListL(TInt aCommand) = 0;
    40     virtual void HandleGridMenuListL(TInt aCommand = 0) = 0;
    41     };
    41     };
    42 
    42 
    43 class CGlxTagsContextMenuControl : public CAlfControl,
    43 class CGlxTagsContextMenuControl : public CAlfControl,
    44         public MGlxTimerNotifier
    44         public MGlxTimerNotifier
    45 
    45