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:
parent
7a5fd28c6f
commit
3a9f56e73f
3 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef LOKI_FUNCTION_INC_
|
||||
#define LOKI_FUNCTION_INC_
|
||||
|
||||
#define LOKI_ENABLE_FUNCTION
|
||||
// $Id$
|
||||
|
||||
// $Header$
|
||||
|
||||
#define LOKI_ENABLE_FUNCTION
|
||||
|
||||
#include <loki/Functor.h>
|
||||
#include <loki/Sequence.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"
|
||||
|
|
Loading…
Add table
Reference in a new issue