mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2244 forbid copying of classes that don't have explicit copy implementations
X-SVN-Rev: 9966
This commit is contained in:
parent
39711260d3
commit
2385580041
1 changed files with 4 additions and 1 deletions
|
@ -249,8 +249,11 @@ public:
|
|||
virtual UBool isModulusSubstitution() const;
|
||||
|
||||
private:
|
||||
NFSubstitution(const NFSubstitution &other); // forbid copying of this class
|
||||
NFSubstitution &operator=(const NFSubstitution &other); // forbid copying of this class
|
||||
|
||||
static const char fgClassID;
|
||||
|
||||
|
||||
public:
|
||||
static UClassID getStaticClassID(void) { return (UClassID)&fgClassID; }
|
||||
virtual UClassID getDynamicClassID(void) const;
|
||||
|
|
Loading…
Add table
Reference in a new issue