iaupdate/IAD/ui/src/iaupdateinstallationlistener.cpp
changeset 2 661f3784fe57
parent 0 ba25891c3a9e
equal deleted inserted replaced
1:c42dffbd5b4f 2:661f3784fe57
   157 // -----------------------------------------------------------------------------
   157 // -----------------------------------------------------------------------------
   158 // CIAUpdateInstallationListener::RunError
   158 // CIAUpdateInstallationListener::RunError
   159 // 
   159 // 
   160 // -----------------------------------------------------------------------------
   160 // -----------------------------------------------------------------------------
   161 //
   161 //
   162 TInt CIAUpdateInstallationListener::RunError( TInt aError )
   162 TInt CIAUpdateInstallationListener::RunError( TInt /*aError*/ )
   163     {
   163     {
   164 	IAUPDATE_TRACE_1("[IAUPDATE] CIAUpdateInstallationListener::RunError() error id: %d", aError );
   164 	IAUPDATE_TRACE("[IAUPDATE] CIAUpdateInstallationListener::RunError()");
   165 	return KErrNone;
   165 	return KErrNone;
   166     }
   166     }
   167     
   167     
   168 // End of File  
   168 // End of File