]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/csr2022.h
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / i18n / csr2022.h
index 5d34711bdc310cdea59ca5c12b6822734d6fccf1..2b5b40fb1e35c29b4b9423e7943e5453b5ba583d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  **********************************************************************
- *   Copyright (C) 2005-2006, International Business Machines
+ *   Copyright (C) 2005-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -52,8 +52,8 @@ protected:
 
 class CharsetRecog_2022JP :public CharsetRecog_2022
 {
-public:        
-    virtual ~CharsetRecog_2022JP() {}
+public:
+    virtual ~CharsetRecog_2022JP();
 
     const char *getName() const;
 
@@ -61,8 +61,8 @@ public:
 };
 
 class CharsetRecog_2022KR :public CharsetRecog_2022 {
-public:       
-    virtual ~CharsetRecog_2022KR() {}
+public:
+    virtual ~CharsetRecog_2022KR();
 
     const char *getName() const;
 
@@ -72,8 +72,8 @@ public:
 
 class CharsetRecog_2022CN :public CharsetRecog_2022
 {
-public:        
-    virtual ~CharsetRecog_2022CN() {}
+public:
+    virtual ~CharsetRecog_2022CN();
 
     const char* getName() const;