removed second CVS id tags, cleaned up new lines

Maarten
This commit is contained in:
2002-12-30 12:11:03 +00:00
parent 438ffa7e1d
commit 82a1469e4b
6 changed files with 21 additions and 46 deletions

View File

@@ -28,19 +28,19 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
/**
* @file MEM_SmartPtr.h
* Declaration of MEM_RefCounted and MEM_RefCountable classes.
* @author Laurence
*/
#ifndef NAN_INCLUDED_MEM_SmartPtr_h
#define NAN_INCLUDED_MEM_SmartPtr_h
/**
* $Id$
* Copyright (C) 2001 NaN Technologies B.V.
*
* @author Laurence
*/
#include <stdlib.h> // for NULL !
/**
* @section MEM_SmartPtr
* This class defines a smart pointer similar to that defined in
@@ -86,7 +86,7 @@
* MEM_SmartPtr<foo> m_foo;
* }
*
* You my also safely construct vectors of MEM_SmartPtrs and
* You may also safely construct vectors of MEM_SmartPtrs and
* have the vector own stuff you put into it.
*
* e.g.