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