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