From ea94f388789b4d80ba4339a59e26c61b4120f7b0 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 17 Oct 2006 19:48:40 +0000 Subject: [PATCH] subversion uses $ instead of $ git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@747 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/SafeFormat.h | 10 +++++----- include/loki/ScopeGuard.h | 7 ++++--- include/loki/Sequence.h | 5 ++--- include/loki/Singleton.h | 4 ++-- include/loki/SmallObj.h | 7 +++---- include/loki/SmartPtr.h | 4 ++-- include/loki/StrongPtr.h | 5 +++-- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/include/loki/SafeFormat.h b/include/loki/SafeFormat.h index b85262f..154ef93 100644 --- a/include/loki/SafeFormat.h +++ b/include/loki/SafeFormat.h @@ -9,6 +9,11 @@ // for any purpose. It is provided "as is" without express or implied // warranty. //////////////////////////////////////////////////////////////////////////////// +#ifndef LOKI_SAFEFORMAT_INC_ +#define LOKI_SAFEFORMAT_INC_ + +// $Id$ + //////////////////////////////////////////////////////////////////////////////// // This file contains definitions for SafePrintf. SafeScanf coming soon (the @@ -16,11 +21,6 @@ // See Alexandrescu, Andrei: Type-safe Formatting, C/C++ Users Journal, Aug 2005 //////////////////////////////////////////////////////////////////////////////// -#ifndef LOKI_SAFEFORMAT_H_ -#define LOKI_SAFEFORMAT_H_ - -// $Header$ - #include #include #include diff --git a/include/loki/ScopeGuard.h b/include/loki/ScopeGuard.h index 3862e9d..aaf1cdf 100644 --- a/include/loki/ScopeGuard.h +++ b/include/loki/ScopeGuard.h @@ -12,10 +12,11 @@ // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -#ifndef LOKI_SCOPEGUARD_H_ -#define LOKI_SCOPEGUARD_H_ +#ifndef LOKI_SCOPEGUARD_INC_ +#define LOKI_SCOPEGUARD_INC_ + +// $Id$ -// $Header$ #include diff --git a/include/loki/Sequence.h b/include/loki/Sequence.h index 4a64e0d..4a35121 100644 --- a/include/loki/Sequence.h +++ b/include/loki/Sequence.h @@ -9,12 +9,11 @@ // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// - - #ifndef LOKI_SEQUENCE_INC_ #define LOKI_SEQUENCE_INC_ -// $Header$ +// $Id$ + #include "Typelist.h" diff --git a/include/loki/Singleton.h b/include/loki/Singleton.h index e4987e8..447b1ec 100644 --- a/include/loki/Singleton.h +++ b/include/loki/Singleton.h @@ -12,11 +12,11 @@ // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// - #ifndef LOKI_SINGLETON_INC_ #define LOKI_SINGLETON_INC_ -// $Header$ +// $Id$ + #include "LokiExport.h" #include "Threads.h" diff --git a/include/loki/SmallObj.h b/include/loki/SmallObj.h index 0bc2d03..8f7dab5 100644 --- a/include/loki/SmallObj.h +++ b/include/loki/SmallObj.h @@ -12,13 +12,12 @@ // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// - -// $Header$ - - #ifndef LOKI_SMALLOBJ_INC_ #define LOKI_SMALLOBJ_INC_ +// $Id$ + + #include "LokiExport.h" #include "Threads.h" #include "Singleton.h" diff --git a/include/loki/SmartPtr.h b/include/loki/SmartPtr.h index 9d3d432..dedbaa6 100644 --- a/include/loki/SmartPtr.h +++ b/include/loki/SmartPtr.h @@ -12,11 +12,11 @@ // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// +#ifndef LOKI_SMARTPTR_INC_ +#define LOKI_SMARTPTR_INC_ // $Id$ -#ifndef LOKI_SMARTPTR_INC_ -#define LOKI_SMARTPTR_INC_ /// \defgroup SmartPointerGroup Smart pointers /// Policy based implementation of a smart pointer diff --git a/include/loki/StrongPtr.h b/include/loki/StrongPtr.h index eaa97c6..2c94339 100644 --- a/include/loki/StrongPtr.h +++ b/include/loki/StrongPtr.h @@ -11,10 +11,11 @@ // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// +#ifndef LOKI_STRONG_PTR_INC_ +#define LOKI_STRONG_PTR_INC_ +// $Id$ -#ifndef LOKI_STRONG_PTR_H -#define LOKI_STRONG_PTR_H #include #if defined (LOKI_OBJECT_LEVEL_THREADING) || defined (LOKI_CLASS_LEVEL_THREADING)