X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..57a6839dcb3bba09e8228b822b290604668416fe:/icuSources/i18n/smpdtfst.h diff --git a/icuSources/i18n/smpdtfst.h b/icuSources/i18n/smpdtfst.h index 410e2985..153e007f 100644 --- a/icuSources/i18n/smpdtfst.h +++ b/icuSources/i18n/smpdtfst.h @@ -1,14 +1,15 @@ -// -// smpdtfst.h -// -// Copyright (C) 2009, International Business Machines Corporation and others. -// All Rights Reserved. -// -// This file contains declarations for the class SimpleDateFormatStaticSets -// -// SimpleDateFormatStaticSets holds the UnicodeSets that are needed for lenient -// parsing of literal characters in date/time strings. -// +/* +******************************************************************************* +* Copyright (C) 2009-2013, International Business Machines Corporation and * +* others. All Rights Reserved. * +******************************************************************************* +* +* This file contains declarations for the class SimpleDateFormatStaticSets +* +* SimpleDateFormatStaticSets holds the UnicodeSets that are needed for lenient +* parsing of literal characters in date/time strings. +******************************************************************************** +*/ #ifndef SMPDTFST_H #define SMPDTFST_H @@ -27,10 +28,7 @@ class UnicodeSet; class SimpleDateFormatStaticSets : public UMemory { public: - static SimpleDateFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant - // shared sets. - - SimpleDateFormatStaticSets(UErrorCode *status); + SimpleDateFormatStaticSets(UErrorCode &status); ~SimpleDateFormatStaticSets(); static void initSets(UErrorCode *status);