epoc32/include/wtlscertchain.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/wtlscertchain.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/wtlscertchain.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -16,11 +16,10 @@
     1.4  */
     1.5  
     1.6  
     1.7 -
     1.8 -
     1.9  /**
    1.10   @file 
    1.11 - @internalAll 
    1.12 + @publishedAll
    1.13 + @released
    1.14  */
    1.15   
    1.16  #ifndef __WTLSCERTCHAIN_H__
    1.17 @@ -37,8 +36,7 @@
    1.18  * Some errors cannot be blamed on any single certificate, in which case the 
    1.19  * iCert value is meaningless. The same structure is used for errors and for warnings. 
    1.20  *
    1.21 -* @publishedAll
    1.22 -* @released */
    1.23 +*/
    1.24  	{
    1.25  public:
    1.26  	/** Creates a validation status object.
    1.27 @@ -59,8 +57,7 @@
    1.28  * 
    1.29  * It is returned to client code, which can examine it. Client code takes ownership of it. 
    1.30  *
    1.31 -* @publishedAll
    1.32 -* @released */
    1.33 +*/
    1.34  	{
    1.35  public:
    1.36  	/** Creates a new CWTLSValidationResult object and puts a pointer to it on the 
    1.37 @@ -127,8 +124,7 @@
    1.38  class CWTLSCertChain : public CBase
    1.39  /** Implements a WTLS certificate chain. 
    1.40  *
    1.41 -* @publishedAll
    1.42 -* @released */
    1.43 +*/
    1.44  	{
    1.45  	friend class CWTLSCertChainAO;
    1.46  
    1.47 @@ -256,3 +252,4 @@
    1.48  	};
    1.49  
    1.50  #endif
    1.51 +