epoc32/include/pkixcertchain.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/pkixcertchain.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/pkixcertchain.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -18,11 +18,10 @@
     1.4  */
     1.5  
     1.6  
     1.7 -
     1.8 -
     1.9  /**
    1.10   @file 
    1.11 - @internalTechnology 
    1.12 + @publishedAll
    1.13 + @released
    1.14  */
    1.15   
    1.16  #ifndef __PKIXCERTCHAIN_H__
    1.17 @@ -41,7 +40,6 @@
    1.18  
    1.19  /**
    1.20   * Base class for CPKIXCertChain
    1.21 - * @internalTechnology
    1.22   */
    1.23  class CPKIXCertChainBase : public CX509CertChain
    1.24  	{
    1.25 @@ -263,8 +261,6 @@
    1.26  /**
    1.27   * This class implements a PKIX certificate chain.
    1.28   *
    1.29 - * @publishedAll
    1.30 - * @released
    1.31   * @since v6.0
    1.32   */
    1.33  class CPKIXCertChain : public CPKIXCertChainBase