terminalsecurity/SCP/SCPServer/inc/SCPPlugin.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 0 b497e44ab2fc
child 26 19bba8228ff0
--- a/terminalsecurity/SCP/SCPServer/inc/SCPPlugin.h	Thu Aug 19 10:44:50 2010 +0300
+++ b/terminalsecurity/SCP/SCPServer/inc/SCPPlugin.h	Tue Aug 31 16:04:06 2010 +0300
@@ -97,7 +97,7 @@
         * @param aParam The event parameters
         * @returns The parameter object identifying the actions taken.
         */
-        virtual CSCPParamObject* HandleEvent( TInt aID, CSCPParamObject& aParam ) = 0;
+        virtual void HandleEventL( TInt aID, CSCPParamObject& aInParam, CSCPParamObject& aOutParam ) = 0;
         
         virtual void SetEventHandler( MSCPPluginEventHandler* aHandler ) = 0;