fix CID 10112

fix CIDs 10922, 10921

fix CIDs 10369, 10371, 10372, 10373, 10374

fix CID 10406

fix CID 10414

fix CIDs 10850-52, 10857, 10859-60, 10863, 10869-76

fix CIDs 10014 10080
This commit is contained in:
Alexey Rybalchenko
2014-07-04 10:36:11 +02:00
parent 699671a0f1
commit d14d96ea70
5 changed files with 45 additions and 31 deletions

View File

@@ -20,11 +20,10 @@
FairMQDevice::FairMQDevice()
: fNumIoThreads(1)
,
// fPayloadContext(NULL),
fPayloadInputs(new vector<FairMQSocket*>())
, fPayloadInputs(new vector<FairMQSocket*>())
, fPayloadOutputs(new vector<FairMQSocket*>())
, fLogIntervalInMs(1000)
, fTransportFactory(NULL)
{
}