Symbian3/SDK/Source/GUID-868C1A38-3CD0-4082-8106-DC3EE1F815D8.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    44             {
    44             {
    45             // Handle shutdown
    45             // Handle shutdown
    46             //...
    46             //...
    47             break;
    47             break;
    48             }
    48             }
       
    49         default:
       
    50             {
       
    51             break;
       
    52             }
       
    53 
    49         }
    54         }
    50         // Call the base class implementation
    55         // Call the base class implementation
    51         CAknAppUi::HandleSystemEvent( aEvent );
    56         CAknAppUi::HandleSystemEvent( aEvent );
    52     }
    57     }
    53 </codeblock>
    58 </codeblock>