// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2003 - 2008, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* */ #ifndef CECAL_H #define CECAL_H #include "unicode/utypes.h" #if !UCONFIG_NO_FORMATTING #include "unicode/calendar.h" U_NAMESPACE_BEGIN /** * Base class for EthiopicCalendar and CopticCalendar. * @internal */ class U_I18N_API CECalendar : public Calendar { … }; U_NAMESPACE_END #endif /* #if !UCONFIG_NO_FORMATTING */ #endif //eof