added proper #ifdef's to include files, reflecting the whole namespace
This commit is contained in:
parent
c29f887c8e
commit
df3cd3f0cb
2 changed files with 10 additions and 10 deletions
|
@ -22,12 +22,12 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: maroy $
|
Author : $Author: maroy $
|
||||||
Version : $Revision: 1.1 $
|
Version : $Revision: 1.2 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerEventListener.h,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerEventListener.h,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
#ifndef AudioPlayerEventListener_h
|
#ifndef LiveSupport_PlaylistExecutor_AudioPlayerEventListener_h
|
||||||
#define AudioPlayerEventListener_h
|
#define LiveSupport_PlaylistExecutor_AudioPlayerEventListener_h
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
#error This is a C++ include file
|
#error This is a C++ include file
|
||||||
|
@ -65,7 +65,7 @@ using namespace LiveSupport::Core;
|
||||||
* An event listener interface, for catching events of an audio player.
|
* An event listener interface, for catching events of an audio player.
|
||||||
*
|
*
|
||||||
* @author $Author: maroy $
|
* @author $Author: maroy $
|
||||||
* @version $Revision: 1.1 $
|
* @version $Revision: 1.2 $
|
||||||
* @see AudioPlayerInterface
|
* @see AudioPlayerInterface
|
||||||
*/
|
*/
|
||||||
class AudioPlayerEventListener
|
class AudioPlayerEventListener
|
||||||
|
@ -99,5 +99,5 @@ class AudioPlayerEventListener
|
||||||
} // namespace LiveSupport
|
} // namespace LiveSupport
|
||||||
|
|
||||||
|
|
||||||
#endif // AudioPlayerEventListener_h
|
#endif // LiveSupport_PlaylistExecutor_AudioPlayerEventListener_h
|
||||||
|
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: maroy $
|
Author : $Author: maroy $
|
||||||
Version : $Revision: 1.8 $
|
Version : $Revision: 1.9 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
#ifndef AudioPlayerInterface_h
|
#ifndef LiveSupport_PlaylistExecutor_AudioPlayerInterface_h
|
||||||
#define AudioPlayerInterface_h
|
#define LiveSupport_PlaylistExecutor_AudioPlayerInterface_h
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
#error This is a C++ include file
|
#error This is a C++ include file
|
||||||
|
@ -69,7 +69,7 @@ using namespace LiveSupport::Core;
|
||||||
* A generic interface for playing audio files.
|
* A generic interface for playing audio files.
|
||||||
*
|
*
|
||||||
* @author $Author: maroy $
|
* @author $Author: maroy $
|
||||||
* @version $Revision: 1.8 $
|
* @version $Revision: 1.9 $
|
||||||
*/
|
*/
|
||||||
class AudioPlayerInterface
|
class AudioPlayerInterface
|
||||||
{
|
{
|
||||||
|
@ -252,5 +252,5 @@ class AudioPlayerInterface
|
||||||
} // namespace LiveSupport
|
} // namespace LiveSupport
|
||||||
|
|
||||||
|
|
||||||
#endif // AudioPlayerInterface_h
|
#endif // LiveSupport_PlaylistExecutor_AudioPlayerInterface_h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue