--- a/webservices/wsoviplugin/src/wsovidevicehandler.cpp Thu Jan 07 16:19:19 2010 +0200
+++ b/webservices/wsoviplugin/src/wsovidevicehandler.cpp Mon Jan 18 21:21:14 2010 +0200
@@ -60,12 +60,12 @@
TInt CWSOviDeviceHandler::InvokeL(MSenMessageContext& aCtx)
{
- TInt error(KErrNone);
+
TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("CWSOviDeviceHandler::InvokeL(MSenMessageContext& aCtx)")));
CSenTransportProperties* tp = ((CWSOviMessageContext&)aCtx).TP();
if (!tp) return KErrNotFound;
TPtrC8 consumerKey;
- error = tp->PropertyL(KNCIMConsumerKeyId, consumerKey);
+ tp->PropertyL(KNCIMConsumerKeyId, consumerKey);
const TDesC8* nAuthVersion = iHandlerContext.GetDesC8L(HandlerContextKey::KVersion);