photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerback.h
equal
deleted
inserted
replaced
104 |
104 |
105 /** Constructor */ |
105 /** Constructor */ |
106 CGlxCommandHandlerBack(MGlxMediaListProvider* aMediaListProvider, |
106 CGlxCommandHandlerBack(MGlxMediaListProvider* aMediaListProvider, |
107 TInt aPrevViewId ); |
107 TInt aPrevViewId ); |
108 |
108 |
109 // This API to be removed after testing with migration is over |
|
110 /** |
|
111 * check if deletion of container need to be checked |
|
112 */ |
|
113 // TBool CheckContainerDeletion() const; |
|
114 |
|
115 public: // From MGlxCommandHandler |
109 public: // From MGlxCommandHandler |
116 |
110 |
117 /** |
111 /** |
118 * Execute the command, if applicable |
112 * Execute the command, if applicable |
119 * @param aCommand The command to handle |
113 * @param aCommand The command to handle |