39 std::set<std::string> small_channels_;
40 std::set<std::string> large_channels_;
41 std::set<std::string> all_channels_;
Provides helper functions to offer different channels
const std::set< std::string > & GetAllChannels()
const std::set< std::string > & GetLargeChannels()
const std::set< std::string > & GetSmallChannels()
#define DECLARE_SINGLETON(classname)