Convert factory methods to return smart ptrs

- Convert factory methods to return smart ptrs.
 - Refactor state machine to use same thread for user states.
 - Remove unused includes and dependencies, use std.
This commit is contained in:
Alexey Rybalchenko
2016-11-16 16:27:21 +01:00
parent 12f04c7237
commit b166cedb63
19 changed files with 406 additions and 480 deletions

View File

@@ -125,7 +125,7 @@ class FairMQConfigPluginDDS
}
}
void Run(FairMQDevice& device)
void Run(FairMQDevice& /*device*/)
{
// start DDS intercom service
fService.start();