subversion uses $ instead of $

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@750 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 19:50:02 +00:00
parent 7a5fd28c6f
commit 3a9f56e73f
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,8 @@
#ifndef LOKI_FACTORYPARM_INC_ #ifndef LOKI_FACTORYPARM_INC_
#define 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 "LokiTypeInfo.h"
#include "Functor.h" #include "Functor.h"

View file

@ -12,9 +12,10 @@
#ifndef LOKI_FUNCTION_INC_ #ifndef LOKI_FUNCTION_INC_
#define LOKI_FUNCTION_INC_ #define LOKI_FUNCTION_INC_
#define LOKI_ENABLE_FUNCTION // $Id$
// $Header$
#define LOKI_ENABLE_FUNCTION
#include <loki/Functor.h> #include <loki/Functor.h>
#include <loki/Sequence.h> #include <loki/Sequence.h>

View file

@ -12,13 +12,11 @@
// suitability of this software for any purpose. It is provided "as is" // suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty. // without express or implied warranty.
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// $Header$
#ifndef LOKI_FUNCTOR_INC_ #ifndef LOKI_FUNCTOR_INC_
#define LOKI_FUNCTOR_INC_ #define LOKI_FUNCTOR_INC_
// $Header$ // $Id$
#include "Typelist.h" #include "Typelist.h"
#include "Sequence.h" #include "Sequence.h"