terminalsecurity/SCP/SCPHistoryPlugin/inc/SCPHistoryPlugin.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 0 b497e44ab2fc
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
    68 	    virtual ~CSCPHistoryPlugin();
    68 	    virtual ~CSCPHistoryPlugin();
    69 
    69 
    70         /**
    70         /**
    71         * Event handler...
    71         * Event handler...
    72         */		
    72         */		
    73 		CSCPParamObject* HandleEvent( TInt aID, CSCPParamObject& aParam );
    73 		void HandleEventL( TInt aID, CSCPParamObject& aInParam , CSCPParamObject& aOutParam);
    74 		
    74 		
    75 		void SetEventHandler( MSCPPluginEventHandler* aHandler );
    75 		void SetEventHandler( MSCPPluginEventHandler* aHandler );
    76 
    76 
    77     private: // Constructors, Destructor
    77     private: // Constructors, Destructor
    78 		/**
    78 		/**