]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/uobjtest.h
ICU-461.18.tar.gz
[apple/icu.git] / icuSources / test / intltest / uobjtest.h
index 13add61b3b4b0af6157b6c0232c5b8e32be99ad8..278e676a6d422142d9dc4557447c3b96c94e1685 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 2002-2004, International Business Machines Corporation and
+ * Copyright (c) 2002-2010, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -20,6 +20,8 @@ private:
     // tests
     void testIDs();
     void testUMemory();
+    void TestMFCCompatibility();
+    void TestCompilerRTTI();
 
     //helper
 
@@ -34,7 +36,8 @@ private:
                const char *className, const char *factory, 
                UClassID staticID);
 
-
+    UObject *testClassNoClassID(UObject *obj,
+               const char *className, const char *factory);
 };
 
 #endif