ICU-1962 derive all ICU C++ classes from common UObject base class

X-SVN-Rev: 8955
This commit is contained in:
Markus Scherer 2002-06-27 01:37:52 +00:00
parent 3f0f9fffec
commit 37792a8277

View 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