Add BLocaleRoster::GetAvailableTimeZonesWithRegionInfo()

* allow locale kit clients to get all timezones with their corresponding
  country/region ID piecemeal
This commit is contained in:
Oliver Tappe
2012-04-07 20:51:43 +02:00
parent 3c1afd351d
commit 635df64352
2 changed files with 43 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ public:
BMessage* timeZones) const;
status_t GetAvailableTimeZones(
BMessage* timeZones) const;
status_t GetAvailableTimeZonesWithRegionInfo(
BMessage* timeZonesWithRegonInfo) const;
status_t GetAvailableTimeZonesForCountry(
BMessage* message,
const char* countryCode) const;