change argument passing by value/reference

This commit is contained in:
Alexey Rybalchenko
2014-01-27 16:51:23 +01:00
parent ee70113120
commit b45f968c67
12 changed files with 22 additions and 26 deletions

View File

@@ -135,6 +135,7 @@ void* FairMQSocketZMQ::GetSocket()
int FairMQSocketZMQ::GetSocket(int nothing)
{
// dummy method to compy with the interface. functionality not possible in zeromq.
return -1;
}
void FairMQSocketZMQ::SetOption(const string& option, const void* value, size_t valueSize)