cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_controller.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    47 		 *
    47 		 *
    48 		 * @param aCommand The command code to be executed.
    48 		 * @param aCommand The command code to be executed.
    49 		 */
    49 		 */
    50 		void HandleCommandL(TInt aCommand, CKeyToolParameters* aParam);
    50 		void HandleCommandL(TInt aCommand, CKeyToolParameters* aParam);
    51 
    51 
    52 /*	public: 
       
    53 		void DisplayError(const TDesC& aError, TInt aErrorCode);	
       
    54 		void DisplayError(const TDesC& aError);
       
    55 		void DisplayKey(CCTKeyInfo& aKey, TBool aIsDetailed);
       
    56 		void DisplayKeys(RMPointerArray<CCTKeyInfo> aKeyList, TBool aIsDetailed);
       
    57 		void DisplayLocalisedMsg(TInt aResourceId);
       
    58 		void DisplayLocalisedMsg(TInt aResourceId, TInt aErrorCode);
       
    59 */
       
    60 	protected:
    52 	protected:
    61 		void ConstructL();
    53 		void ConstructL();
    62 		CKeyToolController(MKeyToolView& aView);	
    54 		CKeyToolController(MKeyToolView& aView);	
    63 
    55 
    64 	protected:
    56 	protected:
    65 		//MKeyToolView& 	iView;
       
    66 		CKeyToolEngine* iEngine;
    57 		CKeyToolEngine* iEngine;
    67 		//RFs 			iFsSession;
       
    68 		//RResourceFile 	iResourceFile;
       
    69 	};
    58 	};
    70 	
    59 	
    71 #endif    //__KEYTOOL_CONTROLLER_H_
    60 #endif    //__KEYTOOL_CONTROLLER_H_
       
    61