mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3837 Fix UCONFIG_NO_SERVICE
X-SVN-Rev: 16426
This commit is contained in:
parent
588364a499
commit
d24eab530d
1 changed files with 2 additions and 1 deletions
|
@ -92,6 +92,7 @@ const UChar * const NumberFormat::fgLastResortNumberPatterns[] =
|
|||
gLastResortScientificPat
|
||||
};
|
||||
|
||||
#if !UCONFIG_NO_SERVICE
|
||||
// -------------------------------------
|
||||
// SimpleNumberFormatFactory implementation
|
||||
NumberFormatFactory::~NumberFormatFactory() {}
|
||||
|
@ -117,7 +118,7 @@ SimpleNumberFormatFactory::getSupportedIDs(int32_t &count, UErrorCode& status) c
|
|||
count = 0;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif /* #if !UCONFIG_NO_SERVICE */
|
||||
|
||||
// -------------------------------------
|
||||
// default constructor
|
||||
|
|
Loading…
Add table
Reference in a new issue