]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/uobjtest.h
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / uobjtest.h
index 6c4dd48e6de6c3d41689db2bf2b6d9db0f743573..b4c13f92a6a7bfa5d880031255749622b0b67cac 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * 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 +23,7 @@ private:
     void testIDs();
     void testUMemory();
     void TestMFCCompatibility();
+    void TestCompilerRTTI();
 
     //helper
 
@@ -35,7 +38,8 @@ private:
                const char *className, const char *factory, 
                UClassID staticID);
 
-
+    UObject *testClassNoClassID(UObject *obj,
+               const char *className, const char *factory);
 };
 
 #endif