subversion uses $ instead of $

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@749 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 19:49:26 +00:00
parent 6ff056624a
commit 7a5fd28c6f
5 changed files with 14 additions and 26 deletions

View file

@ -12,15 +12,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_THREADS_INC_
#define LOKI_THREADS_INC_
#ifndef LOKI_THREADS_H_
#define LOKI_THREADS_H_
// $Id$
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// $Header$
/// @defgroup ThreadingGroup Threading
/// Policies to for the threading model:

View file

@ -12,14 +12,12 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// Last update, July 26, 2005
// $Header$
#ifndef LOKI_TYPEMANIP_INC_
#define LOKI_TYPEMANIP_INC_
// $Id$
namespace Loki
{
////////////////////////////////////////////////////////////////////////////////

View file

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

View file

@ -12,15 +12,12 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// Last update: October 10, 2002
//Reference
// $Header$
#ifndef LOKI_TYPELIST_INC_
#define LOKI_TYPELIST_INC_
// $Id$
#include "NullType.h"
#include "TypeManip.h"
#include "TypelistMacros.h"

View file

@ -12,16 +12,13 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
//Reference
// $Header$
#ifndef LOKI_TYPELISTMACROS_INC_
#define LOKI_TYPELISTMACROS_INC_
//#define LOKI_DISABLE_TYPELIST_MACROS
// $Id$
//#define LOKI_DISABLE_TYPELIST_MACROS
#ifndef LOKI_DISABLE_TYPELIST_MACROS
////////////////////////////////////////////////////////////////////////////////