|
From: Markus S. <mar...@jt...> - 2001-09-19 21:49:08
|
Vladimir Weinstein wrote: > inline UnicodeString ures_getNextUnicodeString(UResourceBundle *resB, UErrorCode* status); > inline UnicodeString ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status); I would like to use - or be able to use - the U_CAPI declaration on these, which forbids name overloading. Since the regular C ures_ API only has the second version, please don't add the first one. It should be allowed to pass a NULL for the char **key if one is not interested in it. markus |