| 140 | const char *CommunityId() const { return m_aCommunityId; } |
| 141 | const char *CountryName() const { return m_aCountryName; } |
| 142 | const char *TypeName() const { return m_aTypeName; } |
| 143 | }; |
| 144 | |
| 145 | class CFavoriteCommunityFilterList : public IFilterList |
no outgoing calls
no test coverage detected