Support unity build

This commit is contained in:
Dennis Klein
2018-08-03 17:00:08 +02:00
committed by Dennis Klein
parent 24dff2fd76
commit fc0adba26b
6 changed files with 16 additions and 16 deletions

View File

@@ -12,6 +12,11 @@
#include <boost/date_time/posix_time/posix_time.hpp>
using namespace std;
namespace bipc = ::boost::interprocess;
namespace bpt = ::boost::posix_time;
namespace fair
{
namespace mq
@@ -19,11 +24,6 @@ namespace mq
namespace shmem
{
using namespace std;
namespace bipc = boost::interprocess;
namespace bpt = boost::posix_time;
Region::Region(Manager& manager, uint64_t id, uint64_t size, bool remote, FairMQRegionCallback callback)
: fManager(manager)
, fRemote(remote)