epoc32/include/wtlscertchain.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
--- a/epoc32/include/wtlscertchain.h	Wed Mar 31 12:27:01 2010 +0100
+++ b/epoc32/include/wtlscertchain.h	Wed Mar 31 12:33:34 2010 +0100
@@ -16,11 +16,10 @@
 */
 
 
-
-
 /**
  @file 
- @internalAll 
+ @publishedAll
+ @released
 */
  
 #ifndef __WTLSCERTCHAIN_H__
@@ -37,8 +36,7 @@
 * Some errors cannot be blamed on any single certificate, in which case the 
 * iCert value is meaningless. The same structure is used for errors and for warnings. 
 *
-* @publishedAll
-* @released */
+*/
 	{
 public:
 	/** Creates a validation status object.
@@ -59,8 +57,7 @@
 * 
 * It is returned to client code, which can examine it. Client code takes ownership of it. 
 *
-* @publishedAll
-* @released */
+*/
 	{
 public:
 	/** Creates a new CWTLSValidationResult object and puts a pointer to it on the 
@@ -127,8 +124,7 @@
 class CWTLSCertChain : public CBase
 /** Implements a WTLS certificate chain. 
 *
-* @publishedAll
-* @released */
+*/
 	{
 	friend class CWTLSCertChainAO;
 
@@ -256,3 +252,4 @@
 	};
 
 #endif
+