subversion uses $ instead of $

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@754 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 19:59:11 +00:00
parent 3edfa0ba99
commit b831f56c1f
15 changed files with 51 additions and 2 deletions

View file

@ -1,3 +1,9 @@
#ifndef YASLI_VECTOR_H_
#define YASLI_VECTOR_H_
// $Id$
#include "platform.h"
#include "yasli_fill_iterator.h"
#include "yasli_memory.h"
@ -574,3 +580,4 @@ namespace yasli_protocols
};
}
#endif