removed helix from LiveSupport

This commit is contained in:
maroy 2005-07-03 08:57:50 +00:00
parent 4726b005fd
commit f767ed2dd8
72 changed files with 104 additions and 6168 deletions

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: fgerlits $
Version : $Revision: 1.27 $
Author : $Author: maroy $
Version : $Revision: 1.28 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/AudioClip.h,v $
------------------------------------------------------------------------------*/
@ -130,8 +130,8 @@ using namespace boost::posix_time;
* <!ATTLIST audioClip uri CDATA #IMPLIED >
* </code></pre>
*
* @author $Author: fgerlits $
* @version $Revision: 1.27 $
* @author $Author: maroy $
* @version $Revision: 1.28 $
*/
class AudioClip : public Configurable,
public Playable
@ -423,7 +423,7 @@ class AudioClip : public Configurable,
/**
* Return the URI of the binary sound file of this audio clip,
* which can be played by the helix client.
* which can be played by the audio player.
*
* @return the URI.
*/
@ -435,7 +435,7 @@ class AudioClip : public Configurable,
/**
* Set the URI of the binary sound file of this audio clip,
* which can be played by the helix client.
* which can be played by the audio player.
*
* @param uri the new URI.
*/

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: fgerlits $
Version : $Revision: 1.11 $
Author : $Author: maroy $
Version : $Revision: 1.12 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/Playable.h,v $
------------------------------------------------------------------------------*/
@ -72,8 +72,8 @@ using namespace boost::posix_time;
* An abstract class which is extended by AudioClip and Playlist.
* It contains the methods which are common to these classes.
*
* @author $Author: fgerlits $
* @version $Revision: 1.11 $
* @author $Author: maroy $
* @version $Revision: 1.12 $
*/
class Playable : public boost::enable_shared_from_this<Playable>
{
@ -133,7 +133,7 @@ class Playable : public boost::enable_shared_from_this<Playable>
/**
* Return the URI of the sound file of this audio clip or
* playlist, which can be played by the helix client. This
* playlist, which can be played by the audio player. This
* sound file can be an mp3 or a SMIL file.
*
* @return the URI.
@ -143,7 +143,7 @@ class Playable : public boost::enable_shared_from_this<Playable>
/**
* Set the URI of the sound file of this audio clip or
* playlist, which can be played by the helix client. This
* playlist, which can be played by the audio player. This
* sound file can be an mp3 or a SMIL file.
*
* @param uri the new URI.

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: fgerlits $
Version : $Revision: 1.37 $
Author : $Author: maroy $
Version : $Revision: 1.38 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/Playlist.h,v $
------------------------------------------------------------------------------*/
@ -127,8 +127,8 @@ using namespace boost::posix_time;
* &lt;!ATTLIST playlist playlength NMTOKEN #IMPLIED &gt;
* </code></pre>
*
* @author $Author: fgerlits $
* @version $Revision: 1.37 $
* @author $Author: maroy $
* @version $Revision: 1.38 $
*/
class Playlist : public Configurable,
public Playable
@ -457,7 +457,7 @@ class Playlist : public Configurable,
/**
* Return the URI of the SMIL file created from this
* playlist, which can be played by the helix client.
* playlist, which can be played by the audio player.
*
* @return the URI.
*/
@ -469,7 +469,7 @@ class Playlist : public Configurable,
/**
* Set the URI of the SMIL file created from this
* playlist, which can be played by the helix client.
* playlist, which can be played by the audio player.
*
* @param uri the new URI.
*/

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: fgerlits $
Version : $Revision: 1.12 $
Author : $Author: maroy $
Version : $Revision: 1.13 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/PlaylistElement.h,v $
------------------------------------------------------------------------------*/
@ -103,8 +103,8 @@ class Playlist;
* &lt;!ATTLIST playlistElement relativeOffset NMTOKEN #REQUIRED &gt;
* </code></pre>
*
* @author $Author: fgerlits $
* @version $Revision: 1.12 $
* @author $Author: maroy $
* @version $Revision: 1.13 $
*/
class PlaylistElement : public Configurable
{
@ -326,7 +326,7 @@ class PlaylistElement : public Configurable
* Return the Playable instance (an AudioClip or a Playlist)
* associated with the playlist element. Use this if you don't
* care which type this playlist element is, e.g., you
* just want to play it in a helix client.
* just want to play it in an audio player.
*
* @return the Playable instance associated with the element.
*/