From eba4efb89a5d0cf2a4a2dd5868422a0e443c26b8 Mon Sep 17 00:00:00 2001 From: maroy Date: Fri, 15 Apr 2005 08:10:24 +0000 Subject: [PATCH] added documentation for issue #811 see http://bugs.campware.org/view.php?id=811 --- .../LiveSupport/PlaylistExecutor/AudioPlayerInterface.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h b/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h index 2d479f1b2..bdda8b2db 100644 --- a/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h +++ b/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h @@ -22,7 +22,7 @@ Author : $Author: maroy $ - Version : $Revision: 1.9 $ + Version : $Revision: 1.10 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h,v $ ------------------------------------------------------------------------------*/ @@ -69,7 +69,7 @@ using namespace LiveSupport::Core; * A generic interface for playing audio files. * * @author $Author: maroy $ - * @version $Revision: 1.9 $ + * @version $Revision: 1.10 $ */ class AudioPlayerInterface { @@ -111,6 +111,8 @@ class AudioPlayerInterface /** * Detach an event listener for this audio player. + * It is not necessary to call detach if the player is destroyed. + * In that case, the listeners are detached automatically. * * @param eventListener the event listener to unregister. * @exception std::invalid_argument if the supplied event listener