clock2/clockui/uilayer/src/clockappui.cpp
branchRCL_3
changeset 28 96907930389d
parent 18 d68a4b5d5885
equal deleted inserted replaced
27:aba12c885d83 28:96907930389d
   442 // ---------------------------------------------------------
   442 // ---------------------------------------------------------
   443 // CClockAppUi::UpdateComplete
   443 // CClockAppUi::UpdateComplete
   444 // rest of the details commented in the header
   444 // rest of the details commented in the header
   445 // ---------------------------------------------------------
   445 // ---------------------------------------------------------
   446 //
   446 //
   447 void CClockAppUi::UpdateComplete( TInt aErrorCode, CIAUpdateResult* aResult )
   447 void CClockAppUi::UpdateComplete( TInt /*aErrorCode*/, CIAUpdateResult* aResult )
   448     {
   448     {
   449     __PRINTS( "CClockAppUi::UpdateComplete - Entry" );
   449     __PRINTS( "CClockAppUi::UpdateComplete - Entry" );
   450     
   450     //Comment out the aErrorCode when Prints are enabled
   451     __PRINT( "aErrorCode: %d", aErrorCode );
   451     __PRINT( "aErrorCode: %d", aErrorCode );
   452 
   452 
   453     delete aResult; // Ownership was transferred, so this must be deleted by the client
   453     delete aResult; // Ownership was transferred, so this must be deleted by the client
   454 
   454 
   455     // We do not need the client-server session anymore, let's delete the object to close the session
   455     // We do not need the client-server session anymore, let's delete the object to close the session