webservices/wsoviplugin/src/wsovidevicehandler.cpp
changeset 1 272b002df977
parent 0 62f9d29f7211
equal deleted inserted replaced
0:62f9d29f7211 1:272b002df977
    58     {
    58     {
    59     }
    59     }
    60     
    60     
    61 TInt CWSOviDeviceHandler::InvokeL(MSenMessageContext& aCtx)
    61 TInt CWSOviDeviceHandler::InvokeL(MSenMessageContext& aCtx)
    62     {
    62     {
    63         TInt error(KErrNone);
    63         
    64         TLSLOG(KSenCoreServiceManagerLogChannelBase  , KMinLogLevel,(_L("CWSOviDeviceHandler::InvokeL(MSenMessageContext& aCtx)")));
    64         TLSLOG(KSenCoreServiceManagerLogChannelBase  , KMinLogLevel,(_L("CWSOviDeviceHandler::InvokeL(MSenMessageContext& aCtx)")));
    65         CSenTransportProperties* tp = ((CWSOviMessageContext&)aCtx).TP();
    65         CSenTransportProperties* tp = ((CWSOviMessageContext&)aCtx).TP();
    66         if (!tp) return KErrNotFound;
    66         if (!tp) return KErrNotFound;
    67         TPtrC8 consumerKey;
    67         TPtrC8 consumerKey;
    68         error = tp->PropertyL(KNCIMConsumerKeyId, consumerKey);		
    68         tp->PropertyL(KNCIMConsumerKeyId, consumerKey);		
    69         
    69         
    70         const TDesC8* nAuthVersion = iHandlerContext.GetDesC8L(HandlerContextKey::KVersion);
    70         const TDesC8* nAuthVersion = iHandlerContext.GetDesC8L(HandlerContextKey::KVersion);
    71         
    71         
    72         if (!iNAuthVersion)
    72         if (!iNAuthVersion)
    73             {
    73             {