SDK: Forward declare types where possible

This commit is contained in:
Dennis Klein
2019-07-19 20:49:56 +02:00
committed by Dennis Klein
parent eb9dcdd1f9
commit a9b4788756
5 changed files with 31 additions and 7 deletions

View File

@@ -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);