uiacceltk/hitchcock/ServerCore/Src/alfsrvsettingshandler.cpp
branchRCL_3
changeset 10 7c5dd702d6d3
parent 0 15bf7259bb7c
equal deleted inserted replaced
9:3ac8bf5c5014 10:7c5dd702d6d3
   280 // Error handler for RunL
   280 // Error handler for RunL
   281 // ---------------------------------------------------------------------------
   281 // ---------------------------------------------------------------------------
   282 //
   282 //
   283 TInt CAlfSrvSettingsHandler::RunError(TInt aError)
   283 TInt CAlfSrvSettingsHandler::RunError(TInt aError)
   284     {
   284     {
   285     return aError;    
   285     // will likely lead to inconsistent state and thus reset anyway
   286     }
   286     RDebug::Print(_L("CAlfSrvSettingsHandler::RunError( %d )"),aError);
       
   287     aError -= (aError);
       
   288     return aError; //KErrNone;
       
   289     }