renamed "add" to "sendAsync"

This commit is contained in:
badaix 2015-09-12 19:45:03 +02:00
parent 8b98a79806
commit 02ec52e765
4 changed files with 7 additions and 7 deletions

View file

@ -85,7 +85,7 @@ void ControlSession::stop()
void ControlSession::add(const std::string& message)
void ControlSession::sendAsync(const std::string& message)
{
messages_.push(message);
}