Ejemplo n.º 1
0
bool
BLanguage::IsCountrySpecific() const
{
	return CountryCode() != NULL;
}
Ejemplo n.º 2
0
bool
BFormattingConventions::AreCountrySpecific() const
{
	return CountryCode() != NULL;
}