This commit is contained in:
Alexey Rybalchenko 2014-01-27 16:52:29 +01:00
parent b45f968c67
commit a97d464d1c

View File

@ -134,7 +134,7 @@ void* FairMQSocketZMQ::GetSocket()
int FairMQSocketZMQ::GetSocket(int nothing)
{
// dummy method to compy with the interface. functionality not possible in zeromq.
// dummy method to comply with the interface. functionality not possible in zeromq.
return -1;
}