From 57f161e64caae15786eb00c844cef3f6a58e51fa Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 10 Jul 2018 21:42:09 -0400 Subject: [PATCH] Corrects documentation of the media target. --- .../Dynamic/MultiMachine/Implementation/MultiMediaTarget.hpp | 2 +- Machines/MediaTarget.hpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Analyser/Dynamic/MultiMachine/Implementation/MultiMediaTarget.hpp b/Analyser/Dynamic/MultiMachine/Implementation/MultiMediaTarget.hpp index 8b9fd1295..46bf3129e 100644 --- a/Analyser/Dynamic/MultiMachine/Implementation/MultiMediaTarget.hpp +++ b/Analyser/Dynamic/MultiMachine/Implementation/MultiMediaTarget.hpp @@ -19,7 +19,7 @@ namespace Analyser { namespace Dynamic { /*! - Provides a class that multiplexes the configuration target interface to multiple machines. + Provides a class that multiplexes the media target interface to multiple machines. Makes a static internal copy of the list of machines; makes no guarantees about the order of delivered messages. diff --git a/Machines/MediaTarget.hpp b/Machines/MediaTarget.hpp index 59a2c1d53..c07847474 100644 --- a/Machines/MediaTarget.hpp +++ b/Machines/MediaTarget.hpp @@ -17,8 +17,7 @@ namespace MediaTarget { /*! - A MediaTarget::Machine is anything that can accept a Analyser::Static::Target - and configure itself appropriately, or accept a list of media subsequently to insert. + A MediaTarget::Machine is anything that can accept new media while running. */ class Machine { public: