cryptoservices/filebasedcertificateandkeystores/test/certtool/certtool_commands.h
changeset 29 ece3df019add
parent 15 da2ae96f639b
--- a/cryptoservices/filebasedcertificateandkeystores/test/certtool/certtool_commands.h	Fri Nov 06 13:21:00 2009 +0200
+++ b/cryptoservices/filebasedcertificateandkeystores/test/certtool/certtool_commands.h	Tue Nov 24 09:06:03 2009 +0200
@@ -196,6 +196,7 @@
 private:
 	HBufC8*	iCertData;
 	CUnifiedCertStore* iCertStore;	
+	TBool iIsDeletable;
 	};
 
 
@@ -212,7 +213,7 @@
 	
 public: // From CActive
 	void RunL();
-
+	TInt RunError(TInt aError);    
 protected:
 
 private:
@@ -241,7 +242,6 @@
 private:
 	CCertToolSetApps(CCertToolController* aController);
 	TInt iCertIndex;
-	TBool iCaCert;
 	};
 	
 	
@@ -266,13 +266,14 @@
 		ERetrieve,
 		EGetApps,
 		ESetApps,
+		ESetTrust,
 		EFinished,
 		EIntermediate
 		} iState;
 
 private:
 	CCertToolAddApps(CCertToolController* aController);
-	
+	TInt iCertIndex;
 	};
 	
 /**