/********************************************************************
* COPYRIGHT:
- * Copyright (c) 2002-2005, International Business Machines Corporation and
+ * Copyright (c) 2002-2010, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
void testIDs();
void testUMemory();
void TestMFCCompatibility();
+ void TestCompilerRTTI();
//helper
const char *className, const char *factory,
UClassID staticID);
-
+ UObject *testClassNoClassID(UObject *obj,
+ const char *className, const char *factory);
};
#endif