mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Forward declare types where possible
This commit is contained in:
committed by
Dennis Klein
parent
eb9dcdd1f9
commit
a9b4788756
@@ -7,6 +7,7 @@
|
||||
********************************************************************************/
|
||||
|
||||
#include "DDSSession.h"
|
||||
#include "DDSEnvironment.h"
|
||||
|
||||
#include <DDS/Tools.h>
|
||||
#include <boost/uuid/uuid_io.hpp>
|
||||
@@ -157,7 +158,6 @@ auto DDSSession::ActivateTopology(Path topologyFile) -> void
|
||||
dds::tools_api::STopologyRequestData topologyInfo;
|
||||
topologyInfo.m_updateType = dds::tools_api::STopologyRequestData::EUpdateType::ACTIVATE;
|
||||
topologyInfo.m_topologyFile = topologyFile.string();
|
||||
LOG(warn) << topologyFile.string() << " :::: " << topologyFile;
|
||||
|
||||
tools::Semaphore blocker;
|
||||
auto topologyRequest = dds::tools_api::STopologyRequest::makeRequest(topologyInfo);
|
||||
|
Reference in New Issue
Block a user