From 3a9f56e73fa1a885d0040b263e72bf42b084feeb Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 17 Oct 2006 19:50:02 +0000 Subject: [PATCH] subversion uses $ instead of $ git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@750 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/Factory.h | 3 ++- include/loki/Function.h | 5 +++-- include/loki/Functor.h | 6 ++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/loki/Factory.h b/include/loki/Factory.h index 04b2ea2..f3acbc6 100644 --- a/include/loki/Factory.h +++ b/include/loki/Factory.h @@ -13,7 +13,8 @@ #ifndef LOKI_FACTORYPARM_INC_ #define LOKI_FACTORYPARM_INC_ -// $Header$ /cvsroot/loki-lib/loki/include/loki/Factory.h,v 1.15 2006/01/19 23:11:55 lfittl Exp $ +// $Id$ + #include "LokiTypeInfo.h" #include "Functor.h" diff --git a/include/loki/Function.h b/include/loki/Function.h index 7a95ec1..41ab9f1 100644 --- a/include/loki/Function.h +++ b/include/loki/Function.h @@ -12,9 +12,10 @@ #ifndef LOKI_FUNCTION_INC_ #define LOKI_FUNCTION_INC_ -#define LOKI_ENABLE_FUNCTION +// $Id$ -// $Header$ + +#define LOKI_ENABLE_FUNCTION #include #include diff --git a/include/loki/Functor.h b/include/loki/Functor.h index 36a4222..d05d466 100644 --- a/include/loki/Functor.h +++ b/include/loki/Functor.h @@ -12,13 +12,11 @@ // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// - -// $Header$ - #ifndef LOKI_FUNCTOR_INC_ #define LOKI_FUNCTOR_INC_ -// $Header$ +// $Id$ + #include "Typelist.h" #include "Sequence.h"