added sendToAll on Subscriptions that allows a SessionFilter object to be used to filter the list.
This commit is contained in:
parent
29c49cc1dd
commit
043e725035
@ -33,6 +33,7 @@ namespace core
|
|||||||
bool subInvite(TCPSession &session);
|
bool subInvite(TCPSession &session);
|
||||||
|
|
||||||
void sendToAll(std::stringstream &data, TCPSession &sender);
|
void sendToAll(std::stringstream &data, TCPSession &sender);
|
||||||
|
void sendToAll(std::stringstream &data, TCPSession &sender, SessionFilter filter);
|
||||||
|
|
||||||
std::string id;
|
std::string id;
|
||||||
std::string mode;
|
std::string mode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user