/**
*******************************************************************************
- * Copyright (C) 2001-2004, International Business Machines Corporation and *
+ * Copyright (C) 2001-2014, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
}
virtual UnicodeString& debugClass(UnicodeString& result) const {
- return result.append("Key");
+ return result.append((UnicodeString)"Key");
}
#endif
};
*/
class U_COMMON_API ICUNotifier : public UMemory {
-private: UMTX notifyLock;
private: UVector* listeners;
public: