From 4f49f64e63eb1bfcc085951be6b813aa4b7e3243 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 15 Jan 2007 12:29:07 +0000 Subject: [PATCH] minor edit: standardized the include guards (there were 2 different kinds) --- .../src/products/gLiveSupport/src/AdvancedSearchEntry.h | 6 +++--- .../src/products/gLiveSupport/src/AdvancedSearchItem.h | 6 +++--- campcaster/src/products/gLiveSupport/src/BrowseEntry.h | 6 +++--- campcaster/src/products/gLiveSupport/src/BrowseItem.h | 6 +++--- campcaster/src/products/gLiveSupport/src/CuePlayer.h | 6 +++--- campcaster/src/products/gLiveSupport/src/KeyboardShortcut.h | 6 +++--- .../products/gLiveSupport/src/KeyboardShortcutContainer.h | 6 +++--- .../src/products/gLiveSupport/src/KeyboardShortcutList.h | 6 +++--- campcaster/src/products/gLiveSupport/src/NowPlaying.h | 6 +++--- campcaster/src/products/gLiveSupport/src/RdsEntry.h | 2 +- campcaster/src/products/gLiveSupport/src/TaskbarIcons.h | 6 +++--- 11 files changed, 31 insertions(+), 31 deletions(-) diff --git a/campcaster/src/products/gLiveSupport/src/AdvancedSearchEntry.h b/campcaster/src/products/gLiveSupport/src/AdvancedSearchEntry.h index 90502ea85..087227dcd 100644 --- a/campcaster/src/products/gLiveSupport/src/AdvancedSearchEntry.h +++ b/campcaster/src/products/gLiveSupport/src/AdvancedSearchEntry.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_AdvancedSearchEntry_h -#define LiveSupport_GLiveSupport_AdvancedSearchEntry_h +#ifndef AdvancedSearchEntry_h +#define AdvancedSearchEntry_h #ifndef __cplusplus #error This is a C++ include file @@ -144,5 +144,5 @@ class AdvancedSearchEntry : public Gtk::VBox, } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_AdvancedSearchEntry_h +#endif // AdvancedSearchEntry_h diff --git a/campcaster/src/products/gLiveSupport/src/AdvancedSearchItem.h b/campcaster/src/products/gLiveSupport/src/AdvancedSearchItem.h index f7789f4a7..72c423aeb 100644 --- a/campcaster/src/products/gLiveSupport/src/AdvancedSearchItem.h +++ b/campcaster/src/products/gLiveSupport/src/AdvancedSearchItem.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_AdvancedSearchItem_h -#define LiveSupport_GLiveSupport_AdvancedSearchItem_h +#ifndef AdvancedSearchItem_h +#define AdvancedSearchItem_h #ifndef __cplusplus #error This is a C++ include file @@ -191,5 +191,5 @@ class AdvancedSearchItem : public Gtk::HBox, } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_AdvancedSearchItem_h +#endif // AdvancedSearchItem_h diff --git a/campcaster/src/products/gLiveSupport/src/BrowseEntry.h b/campcaster/src/products/gLiveSupport/src/BrowseEntry.h index ad897b4a2..596bdada5 100644 --- a/campcaster/src/products/gLiveSupport/src/BrowseEntry.h +++ b/campcaster/src/products/gLiveSupport/src/BrowseEntry.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_BrowseEntry_h -#define LiveSupport_GLiveSupport_BrowseEntry_h +#ifndef BrowseEntry_h +#define BrowseEntry_h #ifndef __cplusplus #error This is a C++ include file @@ -148,5 +148,5 @@ class BrowseEntry : public Gtk::HBox, } // namespace Widgets } // namespace LiveSupport -#endif // LiveSupport_Widgets_BrowseEntry_h +#endif // BrowseEntry_h diff --git a/campcaster/src/products/gLiveSupport/src/BrowseItem.h b/campcaster/src/products/gLiveSupport/src/BrowseItem.h index d0e159356..2ac0462b3 100644 --- a/campcaster/src/products/gLiveSupport/src/BrowseItem.h +++ b/campcaster/src/products/gLiveSupport/src/BrowseItem.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_BrowseItem_h -#define LiveSupport_GLiveSupport_BrowseItem_h +#ifndef BrowseItem_h +#define BrowseItem_h #ifndef __cplusplus #error This is a C++ include file @@ -263,5 +263,5 @@ class BrowseItem : public Gtk::VBox, } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_BrowseItem_h +#endif // BrowseItem_h diff --git a/campcaster/src/products/gLiveSupport/src/CuePlayer.h b/campcaster/src/products/gLiveSupport/src/CuePlayer.h index 2f23f6186..7b824ed31 100644 --- a/campcaster/src/products/gLiveSupport/src/CuePlayer.h +++ b/campcaster/src/products/gLiveSupport/src/CuePlayer.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_CuePlayer_h -#define LiveSupport_GLiveSupport_CuePlayer_h +#ifndef CuePlayer_h +#define CuePlayer_h #ifndef __cplusplus #error This is a C++ include file @@ -195,5 +195,5 @@ class CuePlayer : public Gtk::HBox, } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_CuePlayer_h +#endif // CuePlayer_h diff --git a/campcaster/src/products/gLiveSupport/src/KeyboardShortcut.h b/campcaster/src/products/gLiveSupport/src/KeyboardShortcut.h index 742d0a0a3..631d0991c 100644 --- a/campcaster/src/products/gLiveSupport/src/KeyboardShortcut.h +++ b/campcaster/src/products/gLiveSupport/src/KeyboardShortcut.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_KeyboardShortcut_h -#define LiveSupport_GLiveSupport_KeyboardShortcut_h +#ifndef KeyboardShortcut_h +#define KeyboardShortcut_h #ifndef __cplusplus #error This is a C++ include file @@ -277,5 +277,5 @@ class KeyboardShortcut : public Configurable } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_KeyboardShortcut_h +#endif // KeyboardShortcut_h diff --git a/campcaster/src/products/gLiveSupport/src/KeyboardShortcutContainer.h b/campcaster/src/products/gLiveSupport/src/KeyboardShortcutContainer.h index cbc8b7aec..91204c531 100644 --- a/campcaster/src/products/gLiveSupport/src/KeyboardShortcutContainer.h +++ b/campcaster/src/products/gLiveSupport/src/KeyboardShortcutContainer.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_KeyboardShortcutContainer_h -#define LiveSupport_GLiveSupport_KeyboardShortcutContainer_h +#ifndef KeyboardShortcutContainer_h +#define KeyboardShortcutContainer_h #ifndef __cplusplus #error This is a C++ include file @@ -218,5 +218,5 @@ class KeyboardShortcutContainer : public Configurable } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_KeyboardShortcutContainer_h +#endif // KeyboardShortcutContainer_h diff --git a/campcaster/src/products/gLiveSupport/src/KeyboardShortcutList.h b/campcaster/src/products/gLiveSupport/src/KeyboardShortcutList.h index 7646f6e6e..6ad3dbd9a 100644 --- a/campcaster/src/products/gLiveSupport/src/KeyboardShortcutList.h +++ b/campcaster/src/products/gLiveSupport/src/KeyboardShortcutList.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_KeyboardShortcutList_h -#define LiveSupport_GLiveSupport_KeyboardShortcutList_h +#ifndef KeyboardShortcutList_h +#define KeyboardShortcutList_h #ifndef __cplusplus #error This is a C++ include file @@ -190,5 +190,5 @@ class KeyboardShortcutList : public Configurable } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_KeyboardShortcutList_h +#endif // KeyboardShortcutList_h diff --git a/campcaster/src/products/gLiveSupport/src/NowPlaying.h b/campcaster/src/products/gLiveSupport/src/NowPlaying.h index 168e7e1d7..28735c359 100644 --- a/campcaster/src/products/gLiveSupport/src/NowPlaying.h +++ b/campcaster/src/products/gLiveSupport/src/NowPlaying.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_NowPlaying_h -#define LiveSupport_GLiveSupport_NowPlaying_h +#ifndef NowPlaying_h +#define NowPlaying_h #ifndef __cplusplus #error This is a C++ include file @@ -291,5 +291,5 @@ class NowPlaying : public Gtk::HBox, } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_NowPlaying_h +#endif // NowPlaying_h diff --git a/campcaster/src/products/gLiveSupport/src/RdsEntry.h b/campcaster/src/products/gLiveSupport/src/RdsEntry.h index 3d3543935..283ef29bc 100644 --- a/campcaster/src/products/gLiveSupport/src/RdsEntry.h +++ b/campcaster/src/products/gLiveSupport/src/RdsEntry.h @@ -174,5 +174,5 @@ class RdsEntry : public Gtk::HBox, } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_RdsEntry_h +#endif // RdsEntry_h diff --git a/campcaster/src/products/gLiveSupport/src/TaskbarIcons.h b/campcaster/src/products/gLiveSupport/src/TaskbarIcons.h index 421a9312e..4e8554047 100644 --- a/campcaster/src/products/gLiveSupport/src/TaskbarIcons.h +++ b/campcaster/src/products/gLiveSupport/src/TaskbarIcons.h @@ -26,8 +26,8 @@ Location : $URL$ ------------------------------------------------------------------------------*/ -#ifndef LiveSupport_GLiveSupport_TaskbarIcons_h -#define LiveSupport_GLiveSupport_TaskbarIcons_h +#ifndef TaskbarIcons_h +#define TaskbarIcons_h #ifndef __cplusplus #error This is a C++ include file @@ -167,5 +167,5 @@ class TaskbarIcons : public Configurable } // namespace GLiveSupport } // namespace LiveSupport -#endif // LiveSupport_GLiveSupport_TaskbarIcons_h +#endif // TaskbarIcons_h