equal
deleted
inserted
replaced
63 { |
63 { |
64 ELOG1(EJavaInstaller, |
64 ELOG1(EJavaInstaller, |
65 "ResultsServer::start mResults.AddIntL ErrCode err %d", err); |
65 "ResultsServer::start mResults.AddIntL ErrCode err %d", err); |
66 } |
66 } |
67 |
67 |
68 TRAP(err, mResults.AddIntL(KSifOutParam_ExtendedErrCode, 0)); |
|
69 if (KErrNone != err) |
|
70 { |
|
71 ELOG1(EJavaInstaller, |
|
72 "ResultsServer::start mResults.AddIntL ExtendedErrCode err %d", err); |
|
73 } |
|
74 |
|
75 // TODO: return also localized error message (KSifOutParam_ErrMessage and |
68 // TODO: return also localized error message (KSifOutParam_ErrMessage and |
76 // perhaps also KSifOutParam_ErrMessageDetails) from usif |
69 // perhaps also KSifOutParam_ErrMessageDetails) from usif |
77 // common localization file after the localized strings are available |
70 // common localization file after the localized strings are available |
78 |
71 |
79 |
72 |