ICU-3837 Fix UCONFIG_NO_SERVICE

X-SVN-Rev: 16426
This commit is contained in:
George Rhoten 2004-10-08 06:23:24 +00:00
parent 588364a499
commit d24eab530d

View file

@ -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