]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/servnotf.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / common / servnotf.h
index 19c2d6908eebee4fc9782fd05600206a62531af0..362696f5388d05820441e231c3e8d3abd02999d5 100644 (file)
@@ -1,6 +1,6 @@
 /**
  *******************************************************************************
 /**
  *******************************************************************************
- * Copyright (C) 2001-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2014, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -47,7 +47,7 @@ public:
     }
 
     virtual UnicodeString& debugClass(UnicodeString& result) const {
     }
 
     virtual UnicodeString& debugClass(UnicodeString& result) const {
-      return result.append("Key");
+      return result.append((UnicodeString)"Key");
     }
 #endif
 };
     }
 #endif
 };
@@ -70,7 +70,6 @@ public:
  */
 
 class U_COMMON_API ICUNotifier : public UMemory  {
  */
 
 class U_COMMON_API ICUNotifier : public UMemory  {
-private: UMTX notifyLock;
 private: UVector* listeners;
          
 public: 
 private: UVector* listeners;
          
 public: