ICU-8869 revert r30787 for destructors, update api ref

X-SVN-Rev: 30798
This commit is contained in:
Steven R. Loomis 2011-10-04 20:16:25 +00:00
parent 829c7fa304
commit 2d4804ddab
4 changed files with 625 additions and 343 deletions

File diff suppressed because it is too large Load diff

View file

@ -52,7 +52,7 @@ class U_COMMON_API Appendable : public UObject {
public:
/**
* Destructor.
* @draft ICU 49
* @draft ICU 4.8
*/
~Appendable();
@ -165,7 +165,7 @@ public:
/**
* Destructor.
* @draft ICU 49
* @draft ICU 4.8
*/
~UnicodeStringAppendable();

View file

@ -50,7 +50,7 @@ class U_COMMON_API IDNA : public UObject {
public:
/**
* Destructor.
* @draft ICU 49
* @draft ICU 4.6
*/
~IDNA();

View file

@ -54,11 +54,6 @@ U_STABLE int32_t U_EXPORT2
u_strlen(const UChar *s);
#endif
/**
* \def U_STRING_CASE_MAPPER_DEFINED
* @internal
*/
#ifndef U_STRING_CASE_MAPPER_DEFINED
#define U_STRING_CASE_MAPPER_DEFINED