ICU-2529 Removing GetDynamicClassID() functions that should not be implemented

X-SVN-Rev: 10686
This commit is contained in:
Steven R. Loomis 2002-12-16 20:08:20 +00:00
parent 105aac3285
commit 48cfd87d30
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ public:
*
* @draft ICU 2.2
*/
virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
virtual inline UClassID getDynamicClassID() const = 0;
/**
* ICU "poor man's RTTI", returns a UClassID for this class.

View File

@ -97,7 +97,7 @@ class U_COMMON_API UnicodeFunctor : public UObject {
* class have the same class ID. Objects of other classes have
* different class IDs.
*/
virtual UClassID getDynamicClassID(void) const { return getStaticClassID(); }
virtual UClassID getDynamicClassID(void) const = 0;
/**
* Set the data object associated with this functor. The data