From be4cbd4c339d6f25289fc6c100b4517855f8236a Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 17 Oct 2006 18:32:42 +0000 Subject: [PATCH] add svn:keywords Author Date HeadURL git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@740 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/SmartPtr.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/loki/SmartPtr.h b/include/loki/SmartPtr.h index 4131059..42d6c3e 100644 --- a/include/loki/SmartPtr.h +++ b/include/loki/SmartPtr.h @@ -16,8 +16,6 @@ #ifndef LOKI_SMARTPTR_INC_ #define LOKI_SMARTPTR_INC_ -// $Header$ - /// \defgroup SmartPointerGroup Smart pointers /// Policy based implementation of a smart pointer /// \defgroup SmartPointerOwnershipGroup Ownership policies @@ -1639,6 +1637,9 @@ namespace std #endif // SMARTPTR_INC_ +// $Autor$ +// $Date$ +// $HeadURL$ // $Log$ // Revision 1.39 2006/10/17 10:39:29 syntheticpp