ICU-3837 Add UCONFIG_NO_SERVICE

X-SVN-Rev: 16290
This commit is contained in:
George Rhoten 2004-09-10 04:51:24 +00:00
parent 3125a17c01
commit e4631bbcac

View File

@ -2023,6 +2023,7 @@ private:
char actualLocale[ULOC_FULLNAME_CAPACITY];
public:
#if !UCONFIG_NO_SERVICE
/**
* INTERNAL FOR 2.6 -- Registration.
*/
@ -2074,6 +2075,7 @@ private:
* @internal
*/
friend class DefaultCalendarFactory;
#endif /* !UCONFIG_NO_SERVICE */
/**
* @internal