there is no $ with subversion

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@742 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 19:30:16 +00:00
parent 65f4f22526
commit 24cf84a05f
7 changed files with 6 additions and 366 deletions

View file

@ -360,15 +360,5 @@ namespace Loki
#define LOKI_ON_BLOCK_EXIT ScopeGuard LOKI_ANONYMOUS_VARIABLE(scopeGuard) = MakeGuard
#define LOKI_ON_BLOCK_EXIT_OBJ ScopeGuard LOKI_ANONYMOUS_VARIABLE(scopeGuard) = MakeObjGuard
#endif //LOKI_SCOPEGUARD_H_
#endif // end file guardian
// $Log$
// Revision 1.6 2006/02/14 12:11:06 syntheticpp
// don't break old ScopeGuard code
//
// Revision 1.5 2006/02/14 11:54:46 syntheticpp
// rename SmartPtr-ByRef and ScopeGuard-ByRefHolder into RefToValue and move it to loki/RefToValue.h
//
// Revision 1.4 2006/01/16 19:05:09 rich_sposato
// Added cvs keywords.
//