policymanagement/policyengine/policyengineserver/inc/PolicyProcessor.h
changeset 73 ae69c2e8bc34
parent 66 08c8318ec9cb
--- a/policymanagement/policyengine/policyengineserver/inc/PolicyProcessor.h	Tue Sep 28 17:53:08 2010 +0530
+++ b/policymanagement/policyengine/policyengineserver/inc/PolicyProcessor.h	Fri Oct 15 11:46:45 2010 +0530
@@ -118,7 +118,7 @@
         //Read that counter value from central repository
         TInt GetCertCounterValue();
         TInt RemoveCertificateFromStoreL(const RMessage2& aMessage);
-        void UpdateSilentTrustServerId();
+        void UpdateSilentTrustServerIdL();
         TInt CheckCurrentServerIdFromCR();
         
 	protected:
@@ -183,7 +183,7 @@
        ~CCertStore();
     
        
-        void InitializeCertStore();
+        void InitializeCertStoreL();
         TInt AddCert(HBufC8 *aCertBuffer);
         void GetWritableCertStoreIndex();
         TInt GenerateNewCertLabel();
@@ -222,6 +222,8 @@
         //Waits for the operation to complete. Owned.
         CActiveSchedulerWait* iWait;        
         TBuf8<40> iFingerPrint; 
+        
+        RFs iFs;
 
     };