ICU-1079 fix deadlock problems with TransliteratorAlias class

X-SVN-Rev: 6056
This commit is contained in:
Alan Liu 2001-10-04 22:20:46 +00:00
parent c7bb8d136d
commit ff7e9cb953

View File

@ -34,7 +34,7 @@ class U_I18N_API UVector;
* <p>Copyright &copy; IBM Corporation 1999. All rights reserved. * <p>Copyright &copy; IBM Corporation 1999. All rights reserved.
* *
* @author Alan Liu * @author Alan Liu
* @version $RCSfile: cpdtrans.h,v $ $Revision: 1.18 $ $Date: 2001/09/22 03:36:34 $ * @version $RCSfile: cpdtrans.h,v $ $Revision: 1.19 $ $Date: 2001/10/04 22:20:46 $
* @draft * @draft
*/ */
class U_I18N_API CompoundTransliterator : public Transliterator { class U_I18N_API CompoundTransliterator : public Transliterator {
@ -170,7 +170,7 @@ public:
private: private:
friend class Transliterator; friend class Transliterator;
friend class TransliteratorRegistry; // to access private ct friend class TransliteratorAlias; // to access private ct
/** /**
* Private constructor for compound RBTs. Construct a compound * Private constructor for compound RBTs. Construct a compound