Revision: 201024 RCL_3
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 15 Jul 2010 19:36:11 +0300
branchRCL_3
changeset 23 4af31167ea77
parent 21 490439ac0bd4
child 24 13d7c31c74e0
Revision: 201024 Kit: 2010127
devicediagnosticsfw/diagframework/src/diagpluginpoolimpl.cpp
devicediagnosticsfw/diagpluginbase/src/diagtestpluginbase.cpp
devicediagnosticsfw/diagresultsdb/server/src/diagresultsdbstore.cpp
fotaapplication/fotaserver/FotaServer/src/fotadownload.cpp
fotaapplication/fotaserver/fmserver/src/fmsinterruptaob.cpp
omaprovisioning/provisioning/ProvisioningEngine/Inc/CWPMultiContextManager.h
omaprovisioning/provisioning/ProvisioningEngine/Src/CWPMultiContextManager.cpp
omaprovisioning/provisioning/ProvisioningSC/Inc/CWPWimHandler.h
omaprovisioning/provisioning/ProvisioningSC/Src/CWPSimHandler.cpp
omaprovisioning/provisioning/ProvisioningSC/Src/CWPWimHandler.cpp
policymanagement/dmutilserver/inc/DMUtilActiveObserver.h
policymanagement/dmutilserver/src/DMUtilObserver.cpp
policymanagement/policyengine/policyengineui/inc/PolicyEngineUi.h
policymanagement/policyengine/policyengineui/src/PolicyEngineUi.cpp
syncmlfw/common/http/inc/nsmldialiap.h
syncmlfw/common/http/src/nsmldialiap.cpp
syncmlfw/common/obex/obexclient/inc/Btobexsearcher.h
syncmlfw/common/obex/obexclient/inc/Irdaobexsearcher.h
syncmlfw/common/obex/obexclient/inc/NSmlObexClient.h
syncmlfw/common/obex/obexclient/src/Btobexsearcher.cpp
syncmlfw/common/obex/obexclient/src/Irdaobexsearcher.cpp
syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp
syncmlfw/common/sosserver/inc/nsmlsosserver.h
syncmlfw/common/sosserver/src/NSmlSOSBackup.cpp
syncmlfw/common/sosserver_clientapi/inc/NSmlClientAPIActiveCallback.h
syncmlfw/common/sosserver_clientapi/inc/NSmlClientContactSuiteAPIActiveCallback.h
syncmlfw/common/sosserver_clientapi/src/NSmlClientAPIActiveCallback.cpp
syncmlfw/common/sosserver_clientapi/src/NSmlClientContactSuiteAPIActiveCallback.cpp
syncmlfw/dm/dmnetworkmon/src/DMNetworkMon.cpp
syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldsasyncrequesthandler.h
syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsessioncancel.h
syncmlfw/ds/hostserver/dshostserverbase/src/NsmldschangedItemsFetcher.cpp
syncmlfw/ds/hostserver/dshostserverbase/src/Nsmldshostsessioncancel.cpp
syncmlfw/ds/netmon/src/CNetMon.cpp
syncmlfw/ds/syncagent/src/nsmldsnetmon.cpp
syncmlfw/syncmlnotifier/inc/SyncMLAppLaunchNotifier.h
syncmlfw/syncmlnotifier/src/SyncMLAppLaunchNotifier.cpp
terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h
terminalsecurity/SCP/SCPClient/src/SCPLockObserver.cpp
terminalsecurity/SCP/SCPTimestampPlugin/src/SCPUserInf.cpp
--- a/devicediagnosticsfw/diagframework/src/diagpluginpoolimpl.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/devicediagnosticsfw/diagframework/src/diagpluginpoolimpl.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -616,7 +616,10 @@
 
     LOGSTRING2( "CDiagPluginPoolImpl::RunError %d", aError )
 
-    return ResetAndNotify( aError );
+    TInt err = ResetAndNotify( aError );
+    LOGSTRING2( "CDiagPluginPoolImpl::RunError %d", err )
+    
+    return KErrNone;
     }
     
 // End of File
--- a/devicediagnosticsfw/diagpluginbase/src/diagtestpluginbase.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/devicediagnosticsfw/diagpluginbase/src/diagtestpluginbase.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -228,7 +228,7 @@
         TRAP( aError, CompleteTestL( CDiagResultsDatabaseItem::EFailed ) );
         }
 
-    return aError;
+    return KErrNone;
     }
 
 // ---------------------------------------------------------------------------
--- a/devicediagnosticsfw/diagresultsdb/server/src/diagresultsdbstore.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/devicediagnosticsfw/diagresultsdb/server/src/diagresultsdbstore.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -146,7 +146,7 @@
         	}
     	}
 
-    return err;
+    return KErrNone;
     }
 
 
--- a/fotaapplication/fotaserver/FotaServer/src/fotadownload.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/fotaapplication/fotaserver/FotaServer/src/fotadownload.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -99,7 +99,7 @@
 		{
 		FLOG(_L(" CFotaDownload::RunError err %d"), aError );
 		}
-	return aError;
+	return KErrNone;
 	}
 
 
--- a/fotaapplication/fotaserver/fmserver/src/fmsinterruptaob.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/fotaapplication/fotaserver/fmserver/src/fmsinterruptaob.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -582,7 +582,7 @@
 TInt CFMSInterruptAob::RunError( TInt aError )
 	{
 	FLOG( _L("CAOConnectionImpl::RunError: aError: %d"), aError );        
-	return aError;
+	return KErrNone;
 	}
 
 
--- a/omaprovisioning/provisioning/ProvisioningEngine/Inc/CWPMultiContextManager.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/omaprovisioning/provisioning/ProvisioningEngine/Inc/CWPMultiContextManager.h	Thu Jul 15 19:36:11 2010 +0300
@@ -66,6 +66,7 @@
     protected: // From CActive
         void DoCancel();
         void RunL();
+        TInt RunError(TInt aError);
 
 	public: // From MWPContextManager
 
--- a/omaprovisioning/provisioning/ProvisioningEngine/Src/CWPMultiContextManager.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/omaprovisioning/provisioning/ProvisioningEngine/Src/CWPMultiContextManager.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -788,6 +788,15 @@
     IssueRequest();
     }
 
+// ----------------------------------------------------------------------------
+// CWPMultiContextManager::RunError
+// ----------------------------------------------------------------------------
+TInt CWPMultiContextManager::RunError ( TInt /*aError*/ )
+    {
+        return KErrNone;
+    }	
+    
+    
 // -----------------------------------------------------------------------------
 // CWPMultiContextManager::DoCancel
 // -----------------------------------------------------------------------------
--- a/omaprovisioning/provisioning/ProvisioningSC/Inc/CWPWimHandler.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/omaprovisioning/provisioning/ProvisioningSC/Inc/CWPWimHandler.h	Thu Jul 15 19:36:11 2010 +0300
@@ -76,6 +76,7 @@
 	protected:
 		// from CActive
 		void RunL();
+		TInt RunError(TInt aError);
 		void DoCancel();
 
 
--- a/omaprovisioning/provisioning/ProvisioningSC/Src/CWPSimHandler.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/omaprovisioning/provisioning/ProvisioningSC/Src/CWPSimHandler.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -173,6 +173,15 @@
 		}
     }
 
+// ----------------------------------------------------------------------------
+// CWPWimHandler::RunError
+// ----------------------------------------------------------------------------
+TInt CWPWimHandler::RunError ( TInt /*aError*/ )
+    {
+        return KErrNone;
+    }	
+    
+    
 // -----------------------------------------------------------------------------
 // CWPWimHandler::DoCancel
 // Cancel active request
--- a/omaprovisioning/provisioning/ProvisioningSC/Src/CWPWimHandler.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/omaprovisioning/provisioning/ProvisioningSC/Src/CWPWimHandler.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -230,6 +230,14 @@
 		}
     }
 
+// ----------------------------------------------------------------------------
+// CWPWimHandler::RunError
+// ----------------------------------------------------------------------------
+TInt CWPWimHandler::RunError ( TInt /*aError*/ )
+    {
+        return KErrNone;
+    }	
+    
 // -----------------------------------------------------------------------------
 // CWPWimHandler::DoCancel
 // Cancel active request
--- a/policymanagement/dmutilserver/inc/DMUtilActiveObserver.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/policymanagement/dmutilserver/inc/DMUtilActiveObserver.h	Thu Jul 15 19:36:11 2010 +0300
@@ -43,6 +43,7 @@
 		virtual ~CActiveObserver();
 	protected:
 		void RunL();
+		TInt RunError(TInt aError);
 	private:	
 		CActiveObserver( TPolicyManagementEventTypes aType);	
 		TUint32 SubscribeKey( TPolicyManagementEventTypes aType);		
--- a/policymanagement/dmutilserver/src/DMUtilObserver.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/policymanagement/dmutilserver/src/DMUtilObserver.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -291,6 +291,14 @@
 	iProperty.Subscribe( iStatus);	
 }
 
+// ----------------------------------------------------------------------------
+// CActiveObserver::RunError
+// ----------------------------------------------------------------------------
+TInt CActiveObserver::RunError ( TInt /*aError*/ )
+    {    
+    return KErrNone;
+    }	
+    
 // -----------------------------------------------------------------------------
 // CActiveObserver::DoCancel
 // -----------------------------------------------------------------------------
--- a/policymanagement/policyengine/policyengineui/inc/PolicyEngineUi.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/policymanagement/policyengine/policyengineui/inc/PolicyEngineUi.h	Thu Jul 15 19:36:11 2010 +0300
@@ -104,6 +104,7 @@
         void ActivateL( const TDesC8& aCorporate, const TDesC8& aRandomPart, CPolicyEngineNotifier* iNotifier); 
     
 		void RunL();
+		TInt RunError(TInt aError);
 		void DoCancel();
 
 	public:
--- a/policymanagement/policyengine/policyengineui/src/PolicyEngineUi.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/policymanagement/policyengine/policyengineui/src/PolicyEngineUi.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -337,7 +337,13 @@
 	User::RequestComplete( status, KErrNone);
 	}
 
-
+// ----------------------------------------------------------------------------
+// CPolicyEngineUi::RunError
+// ----------------------------------------------------------------------------
+TInt CPolicyEngineUi::RunError ( TInt /*aError*/ )
+    {
+       return KErrNone;
+    }	
 
 void CPolicyEngineUi::DoCancel()
 	{
--- a/syncmlfw/common/http/inc/nsmldialiap.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/http/inc/nsmldialiap.h	Thu Jul 15 19:36:11 2010 +0300
@@ -47,6 +47,7 @@
 	private:
 		void DoCancel();
 		void RunL();
+		TInt RunError(TInt aError);
 
 	private:
 		TBool IsConnectedL() const;
--- a/syncmlfw/common/http/src/nsmldialiap.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/http/src/nsmldialiap.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -182,6 +182,16 @@
 	    User::RequestComplete( status, iStatus.Int() );			
         }
 	}
+
+// ----------------------------------------------------------------------------
+// CNSmlDialUpAgent::RunError
+// ----------------------------------------------------------------------------
+TInt CNSmlDialUpAgent::RunError ( TInt aError )
+    {
+    DBG_FILE_CODE(aError, _S8("CNSmlDialUpAgent::RunError() The Error occurred is "));
+    return KErrNone;
+    }	
+    
 // ---------------------------------------------------------
 // CNSmlDialUpAgent::ConnectL( TUint aIAPid, TRequestStatus &aStatus )
 // Opens data call handle 
--- a/syncmlfw/common/obex/obexclient/inc/Btobexsearcher.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/obex/obexclient/inc/Btobexsearcher.h	Thu Jul 15 19:36:11 2010 +0300
@@ -68,6 +68,8 @@
 		CObexClient* CreateObexClientL();
 
         void RunL();
+        
+        TInt RunError(TInt aError);
 
         void DoCancel();
 
--- a/syncmlfw/common/obex/obexclient/inc/Irdaobexsearcher.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/obex/obexclient/inc/Irdaobexsearcher.h	Thu Jul 15 19:36:11 2010 +0300
@@ -62,6 +62,8 @@
     protected: // Functions from base classes
 
         void RunL();
+        
+        TInt RunError(TInt aError);
 
         void DoCancel();
 
--- a/syncmlfw/common/obex/obexclient/inc/NSmlObexClient.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/obex/obexclient/inc/NSmlObexClient.h	Thu Jul 15 19:36:11 2010 +0300
@@ -96,6 +96,7 @@
 protected:    // from CActive
     void DoCancel();
     void RunL();
+    TInt RunError(TInt aError);
 
 protected:		//from MObexSearcherObserver
     void HandleDeviceFoundL();
--- a/syncmlfw/common/obex/obexclient/src/Btobexsearcher.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/obex/obexclient/src/Btobexsearcher.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -179,6 +179,14 @@
 		}
 	}
 
+// ----------------------------------------------------------------------------
+// CBTObexSearcher::RunError
+// ----------------------------------------------------------------------------
+TInt CBTObexSearcher::RunError ( TInt /*aError*/ )
+    {
+        return KErrNone;
+    }	
+
 //----------------------------------------------------------------------------
 // CBTObexSearcher::DoCancel()
 //----------------------------------------------------------------------------
--- a/syncmlfw/common/obex/obexclient/src/Irdaobexsearcher.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/obex/obexclient/src/Irdaobexsearcher.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -189,6 +189,15 @@
 		}
 	}
 
+// ----------------------------------------------------------------------------
+// CIrDAObexSearcher::RunError
+// ----------------------------------------------------------------------------
+TInt CIrDAObexSearcher::RunError ( TInt /*aError*/ )
+    {
+        return KErrNone;
+    }	
+
+
 //----------------------------------------------------------------------------
 // CIrDAObexSearcher::DoCancel()
 //----------------------------------------------------------------------------
--- a/syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -180,6 +180,15 @@
         }
     }
 
+// ----------------------------------------------------------------------------
+// CNsmlObexClient::RunError
+// ----------------------------------------------------------------------------
+TInt CNsmlObexClient::RunError ( TInt aError )
+    {
+    DBG_FILE_CODE(aError, _S8("CNsmlObexClient::RunError() The Error occurred is "));
+    return KErrNone;
+    }	
+    
 //------------------------------------------------------------
 // CNsmlObexClient::ConnectL( TNSmlObexTransport aTransport, TBool /*aServerAlerted*/, TDesC8& aMimeType, TRequestStatus &aStatus )
 //------------------------------------------------------------
--- a/syncmlfw/common/sosserver/inc/nsmlsosserver.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/sosserver/inc/nsmlsosserver.h	Thu Jul 15 19:36:11 2010 +0300
@@ -495,6 +495,7 @@
     void ConstructL();
     
     void RunL();
+    TInt RunError(TInt aError);
     void DoCancel();
 
 	void BackUpModeL();
--- a/syncmlfw/common/sosserver/src/NSmlSOSBackup.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/sosserver/src/NSmlSOSBackup.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -126,6 +126,15 @@
     _DBG_FILE("CNSmlSOSBackup::RunL() : End");
     }
 
+// ----------------------------------------------------------------------------
+// CNSmlSOSBackup::RunError
+// ----------------------------------------------------------------------------
+TInt CNSmlSOSBackup::RunError ( TInt aError )
+    {
+    DBG_FILE_CODE(aError, _S8("CNSmlSOSBackup::RunError() The Error occurred is "));
+    return KErrNone;
+    }	
+    
 // --------------------------------------------------------------------------
 // void CNSmlSOSBackup::DoCancel()
 // --------------------------------------------------------------------------
--- a/syncmlfw/common/sosserver_clientapi/inc/NSmlClientAPIActiveCallback.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/sosserver_clientapi/inc/NSmlClientAPIActiveCallback.h	Thu Jul 15 19:36:11 2010 +0300
@@ -67,6 +67,7 @@
 		// from CActive
 		virtual void DoCancel();
 		virtual void RunL();
+		virtual TInt RunError(TInt aError);
 		
 	private:
 		void Request();
@@ -98,6 +99,7 @@
 		// from CActive
 		virtual void DoCancel();
 		virtual void RunL();
+		virtual TInt RunError(TInt aError);		
 		
 	private:
 		void Request();
--- a/syncmlfw/common/sosserver_clientapi/inc/NSmlClientContactSuiteAPIActiveCallback.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/sosserver_clientapi/inc/NSmlClientContactSuiteAPIActiveCallback.h	Thu Jul 15 19:36:11 2010 +0300
@@ -64,6 +64,7 @@
         // from CActive
         virtual void DoCancel();
         virtual void RunL();
+				virtual TInt RunError(TInt aError);	
         
     private:
         void Request();
--- a/syncmlfw/common/sosserver_clientapi/src/NSmlClientAPIActiveCallback.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/sosserver_clientapi/src/NSmlClientAPIActiveCallback.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -267,6 +267,14 @@
 #endif
 	}
 
+// ----------------------------------------------------------------------------
+// CSmlActiveEventCallback::RunError
+// ----------------------------------------------------------------------------
+TInt CSmlActiveEventCallback::RunError ( TInt /*aError*/ )
+    {
+    	return KErrNone;
+    }	
+    
 // -----------------------------------------------------------------------------
 // CSmlActiveEventCallback::Request()
 // Makes an event request to server.
@@ -437,7 +445,15 @@
 		}
 #endif
 	}
-	
+
+// ----------------------------------------------------------------------------
+// CSmlActiveProgressCallback::RunError
+// ----------------------------------------------------------------------------
+TInt CSmlActiveProgressCallback::RunError ( TInt /*aError*/ )
+    {
+    	return KErrNone;
+    }	
+    	
 // -----------------------------------------------------------------------------
 // CSmlActiveProgressCallback::Request()
 // Sends asynchronous progress event request to server.
--- a/syncmlfw/common/sosserver_clientapi/src/NSmlClientContactSuiteAPIActiveCallback.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/common/sosserver_clientapi/src/NSmlClientContactSuiteAPIActiveCallback.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -154,7 +154,15 @@
         }
 #endif
     }
-    
+   
+// ----------------------------------------------------------------------------
+// CSmlActiveContactSuiteProgressCallback::RunError
+// ----------------------------------------------------------------------------
+TInt CSmlActiveContactSuiteProgressCallback::RunError ( TInt /*aError*/ )
+    {
+    	return KErrNone;
+    }	
+        
 // -----------------------------------------------------------------------------
 // CSmlActiveContactSuiteProgressCallback::Request()
 // Sends asynchronous progress event request to server.
--- a/syncmlfw/dm/dmnetworkmon/src/DMNetworkMon.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/dm/dmnetworkmon/src/DMNetworkMon.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -165,7 +165,7 @@
 TInt CDMNetworkMon::RunError ( TInt aError )
     {
     DBG_FILE_CODE(aError, _S8("CDMNetworkMon::RunError() The Error occurred is "));
-    return aError;
+    return KErrNone;
     }
 
 // ----------------------------------------------------------------------------
--- a/syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldsasyncrequesthandler.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldsasyncrequesthandler.h	Thu Jul 15 19:36:11 2010 +0300
@@ -249,7 +249,8 @@
 	private: // Functions from base classes
 
 		virtual void DoCancel();
-		virtual void RunL();
+		virtual void RunL();		
+        TInt RunError ( TInt aError );
     
 	public:
 	protected:
--- a/syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsessioncancel.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/ds/hostserver/dshostserverbase/inc/Nsmldshostsessioncancel.h	Thu Jul 15 19:36:11 2010 +0300
@@ -59,6 +59,7 @@
     //From CActive class
     void RunL();
     void DoCancel();
+    TInt RunError ( TInt aError );
 
 private:
     MNSmlDsHostSessionCancelEventHandler* iHandler;
--- a/syncmlfw/ds/hostserver/dshostserverbase/src/NsmldschangedItemsFetcher.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/ds/hostserver/dshostserverbase/src/NsmldschangedItemsFetcher.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -177,5 +177,12 @@
     	User::RequestComplete( rstatus, KErrNone );
 		}
 	}
-	
+
+// ----------------------------------------------------------------------------
+// CNSmlDSChangedItemsFetcher::RunError
+// ----------------------------------------------------------------------------
+TInt CNSmlDSChangedItemsFetcher::RunError ( TInt aError )
+{
+    return KErrNone;
+}
 // End of File
--- a/syncmlfw/ds/hostserver/dshostserverbase/src/Nsmldshostsessioncancel.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/ds/hostserver/dshostserverbase/src/Nsmldshostsessioncancel.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -105,6 +105,14 @@
     _DBG_FILE("CNSmlHostSessionCancel::RunL() : End");
     }
 
+// ----------------------------------------------------------------------------
+// CNSmlHostSessionCancel::RunError
+// ----------------------------------------------------------------------------
+TInt CNSmlHostSessionCancel::RunError ( TInt aError )
+{
+    return KErrNone;
+}
+
 // --------------------------------------------------------------------------
 // void CNSmlHostSessionCancel::DoCancel()
 // --------------------------------------------------------------------------
--- a/syncmlfw/ds/netmon/src/CNetMon.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/ds/netmon/src/CNetMon.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -164,7 +164,7 @@
 TInt CNetMon::RunError ( TInt aError )
 {
     DBG_FILE_CODE(aError, _S8("CNetMon::RunError() The Error occurred is "));
-    return aError;
+    return KErrNone;
 }
 
 // ----------------------------------------------------------------------------
--- a/syncmlfw/ds/syncagent/src/nsmldsnetmon.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/ds/syncagent/src/nsmldsnetmon.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -138,7 +138,7 @@
 // ----------------------------------------------------------------------------
 TInt CNsmlDSNetmon::RunError ( TInt aError )
 {
-    return aError;
+    return KErrNone;
 }
 
 // ----------------------------------------------------------------------------
--- a/syncmlfw/syncmlnotifier/inc/SyncMLAppLaunchNotifier.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/syncmlnotifier/inc/SyncMLAppLaunchNotifier.h	Thu Jul 15 19:36:11 2010 +0300
@@ -150,8 +150,13 @@
         * @param None.
         * @return None.
         */
-        void RunL();
-        
+        void RunL();        
+        /**
+        * From CSyncMLNotifierBase Gets called when RunL leaves.
+        * @param aError.
+        * @return TInt.
+        */
+        TInt RunError(TInt aError);
         /**
         * From RConnectionMonitor gets the staus of roaming .
         * If roaming returns true else returns false
--- a/syncmlfw/syncmlnotifier/src/SyncMLAppLaunchNotifier.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/syncmlnotifier/src/SyncMLAppLaunchNotifier.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -536,6 +536,16 @@
     FLOG(_L("[SmlNotif]\t CSyncMLAppLaunchNotifier::RunL() completed"));
     }
 
+// ----------------------------------------------------------------------------
+// CSyncMLAppLaunchNotifier::RunError
+// ----------------------------------------------------------------------------
+TInt CSyncMLAppLaunchNotifier::RunError ( TInt aError )
+    {
+    FTRACE( FPrint(
+								_L("[SmlNotif]\t CSyncMLAppLaunchNotifier::RunError() The Error occurred is   %d"), aError ) );
+    return KErrNone;
+    }	
+    
 // -----------------------------------------------------------------------------
 // CSyncMLNotifierBase::SyncServiceL
 // -----------------------------------------------------------------------------
@@ -893,7 +903,7 @@
 TInt CDMDisclaimerObserver::RunError(TInt aError)
     {
     FTRACE( FPrint( _L("[SmlNotif]\t CDMDisclaimerObserver::RunError() Error = %d"), aError ) );
-    return aError;
+    return KErrNone;
     }
     
 //  End of File  
--- a/terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h	Mon Jun 21 16:37:58 2010 +0300
+++ b/terminalsecurity/SCP/SCPClient/inc/SCPLockObserver.h	Thu Jul 15 19:36:11 2010 +0300
@@ -77,6 +77,7 @@
     private: // from CActive
          /** @see CActive::RunL() */
 		void RunL();
+		TInt RunError(TInt aError);
 		/** @see CActive::DoCancel() */
         void DoCancel();
     private: // data
--- a/terminalsecurity/SCP/SCPClient/src/SCPLockObserver.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/terminalsecurity/SCP/SCPClient/src/SCPLockObserver.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -208,6 +208,16 @@
     
     Dprint(_L("[CSCPLockObserver]-> RunL() <<<"));    
 }
+
+// ----------------------------------------------------------------------------
+// CSCPLockObserver::RunError
+// ----------------------------------------------------------------------------
+TInt CSCPLockObserver::RunError ( TInt /*aError*/ )
+    {
+        return KErrNone;
+    }	
+    
+   
 //
 // ----------------------------------------------------------
 // CSCPLockObserver::DoCancel()
--- a/terminalsecurity/SCP/SCPTimestampPlugin/src/SCPUserInf.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/terminalsecurity/SCP/SCPTimestampPlugin/src/SCPUserInf.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -159,7 +159,7 @@
 	}	
     }
 	
-TInt CSCPUserInf::RunError(TInt aError)
+TInt CSCPUserInf::RunError(TInt /*aError */)
     {
-    return aError;
+    return KErrNone;
     }