mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1962 derive all ICU C++ classes from common UObject base class
X-SVN-Rev: 8955
This commit is contained in:
parent
3f0f9fffec
commit
37792a8277
1 changed files with 24 additions and 0 deletions
24
icu4c/source/common/uobject.cpp
Normal file
24
icu4c/source/common/uobject.cpp
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
******************************************************************************
|
||||
* file name: uobject.h
|
||||
* encoding: US-ASCII
|
||||
* tab size: 8 (not used)
|
||||
* indentation:4
|
||||
*
|
||||
* created on: 2002jun26
|
||||
* created by: Markus W. Scherer
|
||||
*/
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/uobject.h"
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
const char UObject::fgClassID=0;
|
||||
|
||||
U_NAMESPACE_END
|
Loading…
Add table
Reference in a new issue