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
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…
Reference in New Issue
Block a user