7#ifndef __MEDIATOR_GROUP_H__
8#define __MEDIATOR_GROUP_H__
10#include "helpers/stringlist.h"
std::vector< std::string > StringList
Typedef for a vector of std::string.
Represents a single group. A group has a name and zero or more users. Users are tracked by name.
StringList Users
The list of users in this group.
const char * Name
Name of this group.