webservices/wsoviplugin/src/wsovihandlercontext.cpp
branchRCL_3
changeset 15 32ab7ae9ec94
parent 0 62f9d29f7211
--- a/webservices/wsoviplugin/src/wsovihandlercontext.cpp	Tue May 11 17:14:12 2010 +0300
+++ b/webservices/wsoviplugin/src/wsovihandlercontext.cpp	Tue May 25 13:53:20 2010 +0300
@@ -153,7 +153,10 @@
     {
     if (aKey == HandlerContextKey::KSIF())
         {
-        iWSOviPlugin = (CWSOviPlugin*)aValue;
+        if(aValue)
+        	{
+        	iWSOviPlugin = (CWSOviPlugin*)aValue;
+        	}
         return KErrNone;
         }
     else if (aKey == HandlerContextKey::KLogger())