Add comments.

This commit is contained in:
mark 2006-10-26 14:26:59 +00:00
parent 6abe4aa93d
commit 62c3f1ac29
1 changed files with 3 additions and 4 deletions

View File

@ -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 ()
{
}
{}
/*------------------------------------------------------------------------------