sapi_sysinfo/src/sysinfoobserver.cpp
changeset 1 a36b1e19a461
parent 0 14df0fbfcc4e
equal deleted inserted replaced
0:14df0fbfcc4e 1:a36b1e19a461
    84     CleanupStack::PushL(inParamList);
    84     CleanupStack::PushL(inParamList);
    85 
    85 
    86     if ( aError != KErrNone )
    86     if ( aError != KErrNone )
    87         {
    87         {
    88         SapiErr = iSysInfoIf->SapiError(aError);
    88         SapiErr = iSysInfoIf->SapiError(aError);
    89         eventParamList->AppendL(TLiwGenericParam(KErrorCode,TLiwVariant(SapiErr)));
    89         eventParamList->AppendL(TLiwGenericParam(KErrorCode,TLiwVariant((TInt32)SapiErr)));
    90         TRAP_IGNORE(callback->HandleNotifyL(aTransID, KLiwEventError,
    90         TRAP_IGNORE(callback->HandleNotifyL(aTransID, KLiwEventError,
    91                                         *eventParamList,*inParamList));
    91                                         *eventParamList,*inParamList));
    92         }
    92         }
    93     else
    93     else
    94         {
    94         {