clock2/clockui/uilayer/src/clockappui.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 66 bd7edf625bdd
--- a/clock2/clockui/uilayer/src/clockappui.cpp	Wed Sep 15 12:11:35 2010 +0300
+++ b/clock2/clockui/uilayer/src/clockappui.cpp	Wed Oct 13 14:30:35 2010 +0300
@@ -444,10 +444,10 @@
 // rest of the details commented in the header
 // ---------------------------------------------------------
 //
-void CClockAppUi::UpdateComplete( TInt /*aErrorCode*/, CIAUpdateResult* aResult )
+void CClockAppUi::UpdateComplete( TInt aErrorCode, CIAUpdateResult* aResult )
     {
     __PRINTS( "CClockAppUi::UpdateComplete - Entry" );
-    //Comment out the aErrorCode when Prints are enabled
+    
     __PRINT( "aErrorCode: %d", aErrorCode );
 
     delete aResult; // Ownership was transferred, so this must be deleted by the client