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