subversion uses $ instead of $

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

View file

@ -17,9 +17,11 @@
// Patterns Applied". Copyright (c) 2001. Addison-Wesley.
//
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_CACHEDFACTORY_INC_
#define LOKI_CACHEDFACTORY_INC_
// $Id$
#ifndef LOKI_CACHEDFACTORY_H_
#define LOKI_CACHEDFACTORY_H_
#include <vector>
#include <iterator>