subversion uses $ instead of $

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

View file

@ -9,13 +9,12 @@
// http://www.cuj.com/documents/s=7998/cujcexp1902alexandr/
// Prepared for Loki library by Richard Sposato
////////////////////////////////////////////////////////////////////////////////
// $Header$
#ifndef LOKI_LOCKING_PTR_INC_
#define LOKI_LOCKING_PTR_INC_
// $Id$
#include <loki/ConstPolicy.h>
namespace Loki

View file

@ -12,8 +12,7 @@
#ifndef LOKI_LOKIEXPORT_INC_
#define LOKI_LOKIEXPORT_INC_
// $Header:
// $Id$
#ifdef __GNUC__

View file

@ -12,13 +12,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// Last update: June 20, 2001
#ifndef LOKI_LOKITYPEINFO_INC_
#define LOKI_LOKITYPEINFO_INC_
// $Header$
// $Id$
#include <typeinfo>
#include <cassert>