minor edit: standardized the include guards (there were 2 different kinds)

This commit is contained in:
fgerlits 2007-01-15 12:29:07 +00:00
parent 89fc941937
commit 4f49f64e63
11 changed files with 31 additions and 31 deletions

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_AdvancedSearchEntry_h #ifndef AdvancedSearchEntry_h
#define LiveSupport_GLiveSupport_AdvancedSearchEntry_h #define AdvancedSearchEntry_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -144,5 +144,5 @@ class AdvancedSearchEntry : public Gtk::VBox,
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_AdvancedSearchEntry_h #endif // AdvancedSearchEntry_h

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_AdvancedSearchItem_h #ifndef AdvancedSearchItem_h
#define LiveSupport_GLiveSupport_AdvancedSearchItem_h #define AdvancedSearchItem_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -191,5 +191,5 @@ class AdvancedSearchItem : public Gtk::HBox,
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_AdvancedSearchItem_h #endif // AdvancedSearchItem_h

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_BrowseEntry_h #ifndef BrowseEntry_h
#define LiveSupport_GLiveSupport_BrowseEntry_h #define BrowseEntry_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -148,5 +148,5 @@ class BrowseEntry : public Gtk::HBox,
} // namespace Widgets } // namespace Widgets
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_Widgets_BrowseEntry_h #endif // BrowseEntry_h

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_BrowseItem_h #ifndef BrowseItem_h
#define LiveSupport_GLiveSupport_BrowseItem_h #define BrowseItem_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -263,5 +263,5 @@ class BrowseItem : public Gtk::VBox,
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_BrowseItem_h #endif // BrowseItem_h

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_CuePlayer_h #ifndef CuePlayer_h
#define LiveSupport_GLiveSupport_CuePlayer_h #define CuePlayer_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -195,5 +195,5 @@ class CuePlayer : public Gtk::HBox,
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_CuePlayer_h #endif // CuePlayer_h

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_KeyboardShortcut_h #ifndef KeyboardShortcut_h
#define LiveSupport_GLiveSupport_KeyboardShortcut_h #define KeyboardShortcut_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -277,5 +277,5 @@ class KeyboardShortcut : public Configurable
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_KeyboardShortcut_h #endif // KeyboardShortcut_h

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_KeyboardShortcutContainer_h #ifndef KeyboardShortcutContainer_h
#define LiveSupport_GLiveSupport_KeyboardShortcutContainer_h #define KeyboardShortcutContainer_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -218,5 +218,5 @@ class KeyboardShortcutContainer : public Configurable
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_KeyboardShortcutContainer_h #endif // KeyboardShortcutContainer_h

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_KeyboardShortcutList_h #ifndef KeyboardShortcutList_h
#define LiveSupport_GLiveSupport_KeyboardShortcutList_h #define KeyboardShortcutList_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -190,5 +190,5 @@ class KeyboardShortcutList : public Configurable
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_KeyboardShortcutList_h #endif // KeyboardShortcutList_h

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_NowPlaying_h #ifndef NowPlaying_h
#define LiveSupport_GLiveSupport_NowPlaying_h #define NowPlaying_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -291,5 +291,5 @@ class NowPlaying : public Gtk::HBox,
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_NowPlaying_h #endif // NowPlaying_h

View file

@ -174,5 +174,5 @@ class RdsEntry : public Gtk::HBox,
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_RdsEntry_h #endif // RdsEntry_h

View file

@ -26,8 +26,8 @@
Location : $URL$ Location : $URL$
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#ifndef LiveSupport_GLiveSupport_TaskbarIcons_h #ifndef TaskbarIcons_h
#define LiveSupport_GLiveSupport_TaskbarIcons_h #define TaskbarIcons_h
#ifndef __cplusplus #ifndef __cplusplus
#error This is a C++ include file #error This is a C++ include file
@ -167,5 +167,5 @@ class TaskbarIcons : public Configurable
} // namespace GLiveSupport } // namespace GLiveSupport
} // namespace LiveSupport } // namespace LiveSupport
#endif // LiveSupport_GLiveSupport_TaskbarIcons_h #endif // TaskbarIcons_h