terminalsecurity/SCP/SCPHistoryPlugin/inc/SCPSpecificStringsPlugin.h
branchRCL_3
changeset 61 b183ec05bd8c
parent 0 b497e44ab2fc
child 62 19bba8228ff0
equal deleted inserted replaced
59:13d7c31c74e0 61:b183ec05bd8c
    65 	    virtual ~CSCPSpecificStringsPlugin();
    65 	    virtual ~CSCPSpecificStringsPlugin();
    66 
    66 
    67         /**
    67         /**
    68         * Event handler...
    68         * Event handler...
    69         */		
    69         */		
    70 		CSCPParamObject* HandleEvent( TInt aID, CSCPParamObject& aParam );
    70 		void HandleEventL( TInt aID, CSCPParamObject& aParam,CSCPParamObject& aOutParam );
    71 		
    71 		
    72 		void SetEventHandler( MSCPPluginEventHandler* aHandler );
    72 		void SetEventHandler( MSCPPluginEventHandler* aHandler );
    73 
    73 
    74     private: // Constructors, Destructor
    74     private: // Constructors, Destructor
    75 		/**
    75 		/**