more mutexes

This commit is contained in:
Max-Wilhelm Bruker 2011-03-22 22:46:15 +01:00
parent 51269f4b91
commit eca941201d
5 changed files with 16 additions and 4 deletions

View file

@ -9,6 +9,7 @@ LocalServerInterface::LocalServerInterface(LocalServer *_server)
LocalServerInterface::~LocalServerInterface()
{
server->removeClient(this);
}
void LocalServerInterface::sendProtocolItem(ProtocolItem *item, bool deleteItem)