]> 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 13add61b3b4b0af6157b6c0232c5b8e32be99ad8..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-2004, International Business Machines Corporation and
+ * Copyright (c) 2002-2010, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -20,6 +22,8 @@ private:
     // tests
     void testIDs();
     void testUMemory();
+    void TestMFCCompatibility();
+    void TestCompilerRTTI();
 
     //helper
 
@@ -34,7 +38,8 @@ private:
                const char *className, const char *factory, 
                UClassID staticID);
 
-
+    UObject *testClassNoClassID(UObject *obj,
+               const char *className, const char *factory);
 };
 
 #endif