SDK: Make GetDeviceList implementation more readable

This commit is contained in:
Dennis Klein
2019-07-24 10:48:19 +02:00
parent d70a203449
commit 388b1be056
2 changed files with 8 additions and 7 deletions

View File

@@ -95,7 +95,6 @@ class Topology
/// @return The result of the state transition
auto ChangeState(TopologyTransition t, Duration timeout = std::chrono::milliseconds(0)) -> ChangeStateResult;
private:
DDSSession fDDSSession;
DDSTopology fDDSTopo;