SDK: Fix CTopology member init and remove separate init step again

This commit is contained in:
Dennis Klein
2019-07-24 10:34:10 +02:00
parent de4fca177e
commit bc98ab1eed
4 changed files with 8 additions and 16 deletions

View File

@@ -41,8 +41,6 @@ class DDSTopology
/// @throw std::runtime_error
auto GetTopoFile() const -> Path;
void CreateTopology(Path);
/// @brief Get number of required agents for this topology
int GetNumRequiredAgents();