From 552f589c75750d4cf2896ebd86c30e4ccdc94285 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 17 Feb 2002 19:00:24 +0000 Subject: include guard --- doc/Coding_style | 2 +- src/Basemenu.hh | 6 +++--- src/Clientmenu.hh | 4 ++-- src/Configmenu.hh | 6 +++--- src/DrawUtil.hh | 6 +++--- src/Icon.hh | 4 ++-- src/IconBar.hh | 6 +++--- src/Image.hh | 6 +++--- src/Keys.hh | 6 +++--- src/LinkedList.hh | 4 ++-- src/Netizen.hh | 4 ++-- src/NotCopyable.hh | 4 ++-- src/Resource.hh | 6 +++--- src/Rootmenu.hh | 4 ++-- src/Slit.hh | 4 ++-- src/StringUtil.hh | 6 +++--- src/Tab.hh | 6 +++--- src/Theme.hh | 6 +++--- src/Timer.hh | 4 ++-- src/Toolbar.hh | 6 +++--- src/Windowmenu.hh | 4 ++-- src/Workspace.hh | 4 ++-- src/Workspacemenu.hh | 4 ++-- src/XrmDatabaseHelper.hh | 6 +++--- src/i18n.hh | 6 +++--- 25 files changed, 62 insertions(+), 62 deletions(-) diff --git a/doc/Coding_style b/doc/Coding_style index a5bc90c..d57dcf1 100644 --- a/doc/Coding_style +++ b/doc/Coding_style @@ -35,7 +35,7 @@ tab for indent next row in if-statement like this: funktion(); The include guards: -_FILENAME_HH_ +FILENAME_HH Function comments: diff --git a/src/Basemenu.hh b/src/Basemenu.hh index 126f06e..14f7c67 100644 --- a/src/Basemenu.hh +++ b/src/Basemenu.hh @@ -22,10 +22,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Basemenu.hh,v 1.6 2002/02/08 13:20:23 fluxgen Exp $ +// $Id: Basemenu.hh,v 1.7 2002/02/17 19:00:04 fluxgen Exp $ -#ifndef _BASEMENU_HH_ -#define _BASEMENU_HH_ +#ifndef BASEMENU_HH +#define BASEMENU_HH #include #include diff --git a/src/Clientmenu.hh b/src/Clientmenu.hh index 6edc7f8..d49f5dd 100644 --- a/src/Clientmenu.hh +++ b/src/Clientmenu.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _CLIENTMENU_HH_ -#define _CLIENTMENU_HH_ +#ifndef CLIENTMENU_HH +#define CLIENTMENU_HH // forward declarations class Clientmenu; diff --git a/src/Configmenu.hh b/src/Configmenu.hh index 28adafb..eceac82 100644 --- a/src/Configmenu.hh +++ b/src/Configmenu.hh @@ -22,10 +22,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Configmenu.hh,v 1.2 2002/01/09 14:11:20 fluxgen Exp $ +// $Id: Configmenu.hh,v 1.3 2002/02/17 18:57:47 fluxgen Exp $ -#ifndef _CONFIGMENU_HH_ -#define _CONFIGMENU_HH_ +#ifndef CONFIGMENU_HH +#define CONFIGMENU_HH // forward declaration class Configmenu; diff --git a/src/DrawUtil.hh b/src/DrawUtil.hh index 19d2cac..5131c70 100644 --- a/src/DrawUtil.hh +++ b/src/DrawUtil.hh @@ -19,10 +19,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: DrawUtil.hh,v 1.2 2002/01/09 14:11:20 fluxgen Exp $ +// $Id: DrawUtil.hh,v 1.3 2002/02/17 19:00:14 fluxgen Exp $ -#ifndef _DRAWUTIL_HH_ -#define _DRAWUTIL_HH_ +#ifndef DRAWUTIL_HH +#define DRAWUTIL_HH #include diff --git a/src/Icon.hh b/src/Icon.hh index e6512f7..af4f28a 100644 --- a/src/Icon.hh +++ b/src/Icon.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _ICON_HH_ -#define _ICON_HH_ +#ifndef ICON_HH +#define ICON_HH // forward declaration class Iconmenu; diff --git a/src/IconBar.hh b/src/IconBar.hh index 06ea007..d0202a3 100644 --- a/src/IconBar.hh +++ b/src/IconBar.hh @@ -19,10 +19,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IconBar.hh,v 1.5 2002/02/04 22:43:15 fluxgen Exp $ +// $Id: IconBar.hh,v 1.6 2002/02/17 18:57:47 fluxgen Exp $ -#ifndef _ICONBAR_HH_ -#define _ICONBAR_HH_ +#ifndef ICONBAR_HH +#define ICONBAR_HH #include #include "Window.hh" diff --git a/src/Image.hh b/src/Image.hh index 7f7c746..94953f9 100644 --- a/src/Image.hh +++ b/src/Image.hh @@ -22,10 +22,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Image.hh,v 1.4 2002/02/04 22:41:27 fluxgen Exp $ +// $Id: Image.hh,v 1.5 2002/02/17 18:57:47 fluxgen Exp $ -#ifndef _IMAGE_HH_ -#define _IMAGE_HH_ +#ifndef IMAGE_HH +#define IMAGE_HH #include #include diff --git a/src/Keys.hh b/src/Keys.hh index 659be93..143715b 100644 --- a/src/Keys.hh +++ b/src/Keys.hh @@ -19,10 +19,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Keys.hh,v 1.5 2002/02/04 06:42:00 fluxgen Exp $ +// $Id: Keys.hh,v 1.6 2002/02/17 18:57:47 fluxgen Exp $ -#ifndef _KEYS_HH_ -#define _KEYS_HH_ +#ifndef KEYS_HH +#define KEYS_HH #include #include diff --git a/src/LinkedList.hh b/src/LinkedList.hh index aa6bc28..fa6d570 100644 --- a/src/LinkedList.hh +++ b/src/LinkedList.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _LINKEDLIST_HH_ -#define _LINKEDLIST_HH_ +#ifndef LINKEDLIST_HH +#define LINKEDLIST_HH class __llist_node { diff --git a/src/Netizen.hh b/src/Netizen.hh index bb12735..5e7dbed 100644 --- a/src/Netizen.hh +++ b/src/Netizen.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _NETIZEN_HH_ -#define _NETIZEN_HH_ +#ifndef NETIZEN_HH +#define NETIZEN_HH // forward declaration class Netizen; diff --git a/src/NotCopyable.hh b/src/NotCopyable.hh index dea4aae..1d119f0 100644 --- a/src/NotCopyable.hh +++ b/src/NotCopyable.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _NOTCOPYABLE_HH_ -#define _NOTCOPYABLE_HH_ +#ifndef NOTCOPYABLE_HH +#define NOTCOPYABLE_HH // inherit this class to // disable assignment and copy class NotCopyable diff --git a/src/Resource.hh b/src/Resource.hh index 9b314e7..42156a8 100644 --- a/src/Resource.hh +++ b/src/Resource.hh @@ -19,10 +19,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Resource.hh,v 1.2 2002/01/21 02:11:49 fluxgen Exp $ +// $Id: Resource.hh,v 1.3 2002/02/17 18:57:47 fluxgen Exp $ -#ifndef _RESOURCE_HH_ -#define _RESOURCE_HH_ +#ifndef RESOURCE_HH +#define RESOURCE_HH #include "NotCopyable.hh" #include diff --git a/src/Rootmenu.hh b/src/Rootmenu.hh index 839bcbc..0fabc43 100644 --- a/src/Rootmenu.hh +++ b/src/Rootmenu.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _ROOTMENU_HH_ -#define _ROOTMENU_HH_ +#ifndef ROOTMENU_HH +#define ROOTMENU_HH // forward declarations class Rootmenu; diff --git a/src/Slit.hh b/src/Slit.hh index 43a91e9..2c29af6 100644 --- a/src/Slit.hh +++ b/src/Slit.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _SLIT_HH_ -#define _SLIT_HH_ +#ifndef SLIT_HH +#define SLIT_HH #include #include diff --git a/src/StringUtil.hh b/src/StringUtil.hh index 4ac3bff..a931fa2 100644 --- a/src/StringUtil.hh +++ b/src/StringUtil.hh @@ -19,10 +19,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -//$Id: StringUtil.hh,v 1.5 2002/01/21 01:56:39 fluxgen Exp $ +//$Id: StringUtil.hh,v 1.6 2002/02/17 18:52:20 fluxgen Exp $ -#ifndef _STRINGUTIL_HH_ -#define _STRINGUTIL_HH_ +#ifndef STRINGUTIL_HH +#define STRINGUTIL_HH #include diff --git a/src/Tab.hh b/src/Tab.hh index 4f3af12..d23255a 100644 --- a/src/Tab.hh +++ b/src/Tab.hh @@ -19,10 +19,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Tab.hh,v 1.10 2002/02/04 06:51:15 fluxgen Exp $ +// $Id: Tab.hh,v 1.11 2002/02/17 18:52:02 fluxgen Exp $ -#ifndef _TAB_HH_ -#define _TAB_HH_ +#ifndef TAB_HH +#define TAB_HH #ifndef _IMAGE_HH_ #include "Image.hh" diff --git a/src/Theme.hh b/src/Theme.hh index 0365114..5cafbf6 100644 --- a/src/Theme.hh +++ b/src/Theme.hh @@ -42,10 +42,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.hh,v 1.5 2002/01/08 00:14:40 fluxgen Exp $ +// $Id: Theme.hh,v 1.6 2002/02/17 18:49:50 fluxgen Exp $ -#ifndef _THEME_HH_ -#define _THEME_HH_ +#ifndef THEME_HH +#define THEME_HH #ifndef _IMAGE_HH_ diff --git a/src/Timer.hh b/src/Timer.hh index 0cc6bbe..bf40c3c 100644 --- a/src/Timer.hh +++ b/src/Timer.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _TIMER_HH_ -#define _TIMER_HH_ +#ifndef TIMER_HH +#define TIMER_HH #ifdef HAVE_CONFIG_H #include "../config.h" diff --git a/src/Toolbar.hh b/src/Toolbar.hh index 4872500..adbe7e3 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh @@ -19,10 +19,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Toolbar.hh,v 1.6 2002/02/04 22:38:41 fluxgen Exp $ +// $Id: Toolbar.hh,v 1.7 2002/02/17 18:49:02 fluxgen Exp $ -#ifndef _TOOLBAR_HH_ -#define _TOOLBAR_HH_ +#ifndef TOOLBAR_HH +#define TOOLBAR_HH #include #ifndef _BASEMENU_HH_ diff --git a/src/Windowmenu.hh b/src/Windowmenu.hh index 794d091..b4b9781 100644 --- a/src/Windowmenu.hh +++ b/src/Windowmenu.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _WINDOWMENU_HH_ -#define _WINDOWMENU_HH_ +#ifndef WINDOWMENU_HH +#define WINDOWMENU_HH // forward declaration class Windowmenu; diff --git a/src/Workspace.hh b/src/Workspace.hh index 0c76f0c..1d49625 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _WORKSPACE_HH_ -#define _WORKSPACE_HH_ +#ifndef WORKSPACE_HH +#define WORKSPACE_HH #include #include diff --git a/src/Workspacemenu.hh b/src/Workspacemenu.hh index 8e2cc48..fc18654 100644 --- a/src/Workspacemenu.hh +++ b/src/Workspacemenu.hh @@ -19,8 +19,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef _WORKSPACEMENU_HH_ -#define _WORKSPACEMENU_HH_ +#ifndef WORKSPACEMENU_HH +#define WORKSPACEMENU_HH // forward declaration class Workspacemenu; diff --git a/src/XrmDatabaseHelper.hh b/src/XrmDatabaseHelper.hh index b062065..ed8d761 100644 --- a/src/XrmDatabaseHelper.hh +++ b/src/XrmDatabaseHelper.hh @@ -19,14 +19,14 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: XrmDatabaseHelper.hh,v 1.3 2002/02/04 07:03:46 fluxgen Exp $ +// $Id: XrmDatabaseHelper.hh,v 1.4 2002/02/17 18:44:07 fluxgen Exp $ // This is a helper for XrmDatabase // when database goes out of scope // the XrmDatabase variable will be destroyed. -#ifndef _XRMDATABASEHELPER_HH_ -#define _XRMDATABASEHELPER_HH_ +#ifndef XRMDATABASEHELPER_HH +#define XRMDATABASEHELPER_HH #include #include diff --git a/src/i18n.hh b/src/i18n.hh index 46b5c1c..15d5a92 100644 --- a/src/i18n.hh +++ b/src/i18n.hh @@ -22,10 +22,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: i18n.hh,v 1.4 2002/01/11 11:54:48 fluxgen Exp $ +// $Id: i18n.hh,v 1.5 2002/02/17 18:41:44 fluxgen Exp $ -#ifndef _I18N_HH_ -#define _I18N_HH_ +#ifndef I18N_HH +#define I18N_HH #ifdef NLS # include "../nls/blackbox-nls.hh" -- cgit v0.11.2