From 4b8659a6549f3f11d91cae241901d9a7f908005e Mon Sep 17 00:00:00 2001 From: NicolasWinckler Date: Wed, 15 Jan 2014 16:52:48 +0100 Subject: [PATCH] - Make FairMQSampler generic. - Remove fairroot dependency from fairmq. --- fairmq/nanomsg/FairMQMessageNN.cxx | 2 +- fairmq/nanomsg/FairMQTransportFactoryNN.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fairmq/nanomsg/FairMQMessageNN.cxx b/fairmq/nanomsg/FairMQMessageNN.cxx index dd653f3e..11c54598 100644 --- a/fairmq/nanomsg/FairMQMessageNN.cxx +++ b/fairmq/nanomsg/FairMQMessageNN.cxx @@ -1,4 +1,4 @@ -/** +**D * FairMQMessageNN.cxx * * @since 2013-12-05 diff --git a/fairmq/nanomsg/FairMQTransportFactoryNN.cxx b/fairmq/nanomsg/FairMQTransportFactoryNN.cxx index c0facc7e..b4df0454 100644 --- a/fairmq/nanomsg/FairMQTransportFactoryNN.cxx +++ b/fairmq/nanomsg/FairMQTransportFactoryNN.cxx @@ -9,7 +9,7 @@ FairMQTransportFactoryNN::FairMQTransportFactoryNN() { - FairMQLogger::GetInstance()->Log(FairMQLogger::INFO, "Using NanoMsg library"); + FairMQLogger::GetInstance()->Log(FairMQLogger::INFO, "Using nanomsg library"); } FairMQMessage* FairMQTransportFactoryNN::CreateMessage()