summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/RoutingSender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/src/RoutingSender.cpp')
-rw-r--r--AudioManagerDaemon/src/RoutingSender.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/AudioManagerDaemon/src/RoutingSender.cpp b/AudioManagerDaemon/src/RoutingSender.cpp
index 735f260..cdef1ad 100644
--- a/AudioManagerDaemon/src/RoutingSender.cpp
+++ b/AudioManagerDaemon/src/RoutingSender.cpp
@@ -118,10 +118,13 @@ RoutingSender::RoutingSender(const std::vector<std::string>& listOfPluginDirecto
InterfaceNamePairs routerInterface;
routerInterface.routingInterface = router;
+
+ //here, the busname is saved together with the interface. Later The domains will register with the name and sinks, sources etc with the domain....
router->returnBusName(routerInterface.busName);
mListInterfaces.push_back(routerInterface);
mListLibraryHandles.push_back(tempLibHandle);
}
+ //now all plugins are loaded, so the interface is ready
}
RoutingSender::~RoutingSender()