photosgallery/viewframework/commandhandlers/commandhandlermarking/src/glxcommandhandlermarking.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
child 14 2dac0fdba72b
--- a/photosgallery/viewframework/commandhandlers/commandhandlermarking/src/glxcommandhandlermarking.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/commandhandlers/commandhandlermarking/src/glxcommandhandlermarking.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -149,7 +149,7 @@
 //
 EXPORT_C CGlxCommandHandlerMarking::~CGlxCommandHandlerMarking()
     {
-    /// if (but do test this assumption!)
+    /// if (but do test this assumption)
     if (iResourceOffset)
         {
         CCoeEnv::Static()->DeleteResourceFile(iResourceOffset);
@@ -436,12 +436,6 @@
             if( aKeyEvent.iScanCode==EStdKeyDevice3 )
                 {         
                 TInt focIdx = mediaList.FocusIndex();
-                
-                /// is already in DoExecuteL:
-                /// Call ExecuteL with EAknCmdMark or EAknCmdUnmark to avoid duplication.
-                /// Replace with following code with 
-                /// (void) ExecuteL( mlist.IsSelected( mlist.FocusIndex() ) ? 
-                ///     EAknCmdUnmark : EAknCmdMark );
                 if( focIdx != KErrNotFound )
                     {
                     if ( mediaList.IsSelected( focIdx ) )
@@ -515,7 +509,7 @@
 void CGlxCommandHandlerMarking::HandleItemRemovedL(TInt /*aStartIndex*/, 
                                     TInt /*aEndIndex*/, MGlxMediaList* /*aList*/)
     {
-    //UpdateMiddleSoftkeyStatus();
+    //Do nothing
     }
 
 // ---------------------------------------------------------------------------