xmlsecurityengine/xmlseccertman/inc/xmlsecmsymbiancertstore.h
branchCompilerCompatibility
changeset 13 5474adb59cd1
parent 8 e65204f75c47
equal deleted inserted replaced
11:eedd0bd837c5 13:5474adb59cd1
    85      *
    85      *
    86      * @since  S60 v3.2
    86      * @since  S60 v3.2
    87      * @return KErrNone if the cert is found
    87      * @return KErrNone if the cert is found
    88      * @return KErrNotFound if the cert is not found
    88      * @return KErrNotFound if the cert is not found
    89      */     
    89      */     
    90     IMPORT_C TInt CSymbianCertStore::hasCert();
    90     IMPORT_C TInt hasCert();
    91          
    91          
    92     /**
    92     /**
    93      * Sets iCert
    93      * Sets iCert
    94      *
    94      *
    95      * @since  S60 v3.2
    95      * @since  S60 v3.2
   147      * Get the error flag
   147      * Get the error flag
   148      *
   148      *
   149      * @since S60 v3.2
   149      * @since S60 v3.2
   150      * @return error code
   150      * @return error code
   151      */           
   151      */           
   152     IMPORT_C TInt CSymbianCertStore::GetError();
   152     IMPORT_C TInt GetError();
   153 
   153 
   154 protected:
   154 protected:
   155     /**
   155     /**
   156      * From CActive Callback function, invoked to handle responses from the server
   156      * From CActive Callback function, invoked to handle responses from the server
   157      */
   157      */