From df3cd3f0cb5811fcbb23f3161001d2d64b281be4 Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 12 Apr 2005 12:07:40 +0000 Subject: [PATCH] added proper #ifdef's to include files, reflecting the whole namespace --- .../PlaylistExecutor/AudioPlayerEventListener.h | 10 +++++----- .../PlaylistExecutor/AudioPlayerInterface.h | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerEventListener.h b/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerEventListener.h index 1a6278080..75478bd72 100644 --- a/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerEventListener.h +++ b/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerEventListener.h @@ -22,12 +22,12 @@ 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 $ ------------------------------------------------------------------------------*/ -#ifndef AudioPlayerEventListener_h -#define AudioPlayerEventListener_h +#ifndef LiveSupport_PlaylistExecutor_AudioPlayerEventListener_h +#define LiveSupport_PlaylistExecutor_AudioPlayerEventListener_h #ifndef __cplusplus #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. * * @author $Author: maroy $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see AudioPlayerInterface */ class AudioPlayerEventListener @@ -99,5 +99,5 @@ class AudioPlayerEventListener } // namespace LiveSupport -#endif // AudioPlayerEventListener_h +#endif // LiveSupport_PlaylistExecutor_AudioPlayerEventListener_h diff --git a/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h b/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h index bf83cf430..2d479f1b2 100644 --- a/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h +++ b/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h @@ -22,12 +22,12 @@ 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 $ ------------------------------------------------------------------------------*/ -#ifndef AudioPlayerInterface_h -#define AudioPlayerInterface_h +#ifndef LiveSupport_PlaylistExecutor_AudioPlayerInterface_h +#define LiveSupport_PlaylistExecutor_AudioPlayerInterface_h #ifndef __cplusplus #error This is a C++ include file @@ -69,7 +69,7 @@ using namespace LiveSupport::Core; * A generic interface for playing audio files. * * @author $Author: maroy $ - * @version $Revision: 1.8 $ + * @version $Revision: 1.9 $ */ class AudioPlayerInterface { @@ -252,5 +252,5 @@ class AudioPlayerInterface } // namespace LiveSupport -#endif // AudioPlayerInterface_h +#endif // LiveSupport_PlaylistExecutor_AudioPlayerInterface_h