epoc32/include/wtlsnames.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
--- a/epoc32/include/wtlsnames.h	Wed Mar 31 12:27:01 2010 +0100
+++ b/epoc32/include/wtlsnames.h	Wed Mar 31 12:33:34 2010 +0100
@@ -28,7 +28,8 @@
 @file
 This file contains the definition for class CWTLSName.
 
-@internalAll
+@publishedAll
+@released
 
 enum { null(0), text(1), binary(2), key_hash_sha(254), x509_name(255)}
 	IdentifierType;
@@ -60,8 +61,6 @@
  * 
  * Only text strings and X.500 Distinguished Names are currently supported.
  * 
- * @publishedAll
- * @released
  */
 enum 
 	{
@@ -84,16 +83,8 @@
 	EWTLSX500DN =		0xff
 	};
 
-/**
- * @publishedAll
- * @released
- */
 typedef TUint8 TWTLSNameType;
 
-/**
- * @publishedAll
- * @released
- */
 typedef TInt TWTLSCharSet;
 
 // MIBenum constants from the IANA list of character sets.
@@ -109,8 +100,6 @@
 /**
  * Stores the type of a WTLS name and the underlying encoding of the type.
  *
- * @publishedAll
- * @released
  */
 	{
 public:
@@ -219,10 +208,6 @@
 	HBufC8* iNameData;
 	};
 
-/**
- * @publishedAll
- * @released
- */
 class CWTLSText : public CBase
 	{
 public:
@@ -319,10 +304,6 @@
 _LIT(KWTLSTitle,"T");
 _LIT(KWTLSCommonName,"CN");
 
-/**
- * @publishedAll
- * @released
- */
 class TWTLSStructuredTextField 
 	{
 public:
@@ -348,10 +329,6 @@
 	const TPtrC iValue; 
 	};
 
-/**
- * @publishedAll
- * @released
- */
 class CWTLSStructuredText : public CWTLSText
 	{
 public:
@@ -468,3 +445,5 @@
 	};
 
 #endif
+
+