Added cvs keywords.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@484 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2006-01-16 19:05:09 +00:00
parent 163a23bda0
commit 4703b740b7
25 changed files with 197 additions and 6 deletions

View file

@ -15,6 +15,8 @@
#ifndef LOKI_SCOPEGUARD_H_
#define LOKI_SCOPEGUARD_H_
// $Header$
/// \defgroup ExceptionGroup Exception-safe code
namespace Loki
@ -381,3 +383,8 @@ namespace Loki
#define LOKI_ON_BLOCK_EXIT_OBJ ScopeGuard LOKI_ANONYMOUS_VARIABLE(scopeGuard) = MakeObjGuard
#endif //LOKI_SCOPEGUARD_H_
// $Log$
// Revision 1.4 2006/01/16 19:05:09 rich_sposato
// Added cvs keywords.
//