terminalsecurity/SCP/SCPPatternPlugin/inc/SCPPatternPlugin.h
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
    68 	    virtual ~CSCPPatternPlugin();
    68 	    virtual ~CSCPPatternPlugin();
    69 
    69 
    70         /**
    70         /**
    71         * Event handler...
    71         * Event handler...
    72         */		
    72         */		
    73 	    void CSCPPatternPlugin::HandleEventL( TInt aID, CSCPParamObject& aParam,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 		/**