ICU-1079 fix deadlock problems with TransliteratorAlias class
X-SVN-Rev: 6056
This commit is contained in:
parent
c7bb8d136d
commit
ff7e9cb953
@ -34,7 +34,7 @@ class U_I18N_API UVector;
|
|||||||
* <p>Copyright © IBM Corporation 1999. All rights reserved.
|
* <p>Copyright © 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
|
||||||
|
Loading…
Reference in New Issue
Block a user