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
This commit is contained in:
syntheticpp 2006-10-17 18:32:42 +00:00
parent 092052ee93
commit be4cbd4c33

View file

@ -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