From 62c3f1ac29a3acd32c512e912ef0ff96e6d23515 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 26 Oct 2006 14:26:59 +0000 Subject: [PATCH] Add comments. --- .../src/modules/playlistExecutor/src/GstreamerPlayer.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx index 4d7e5c778..981cc6ce5 100644 --- a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx +++ b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx @@ -511,7 +511,7 @@ GstreamerPlayer :: close(void) throw (std::logic_error) /*------------------------------------------------------------------------------ - * Get the volume of the player. + * Get the volume of the player. *Unimplemented*: Feature is currently not used. *----------------------------------------------------------------------------*/ unsigned int GstreamerPlayer :: getVolume(void) throw () @@ -521,12 +521,11 @@ GstreamerPlayer :: getVolume(void) throw () /*------------------------------------------------------------------------------ - * Set the volume of the player. + * Set the volume of the player. *Unimplemented*: Feature is currently not used. *----------------------------------------------------------------------------*/ void GstreamerPlayer :: setVolume(unsigned int volume) throw () -{ -} +{} /*------------------------------------------------------------------------------