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,17 +28,15 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
/**
* @file MEM_RefCountPtr.h
* Declaration of MEM_RefCounted and MEM_RefCountable classes.
* @author Laurence
*/
#ifndef NAN_INCLUDED_MEM_RefCountPtr_h
#define NAN_INCLUDED_MEM_RefCountPtr_h
/**
* $Id$
* Copyright (C) 2001 NaN Technologies B.V.
*
* @author Laurence
*/
#include <stdlib.h> // for NULL !
/**
@@ -203,7 +201,7 @@ public :
}
/**
* Defalut constructor
* Default constructor
*/
MEM_RefCountPtr(
@@ -253,6 +251,7 @@ public :
return *m_val;
}
/**
* Destructor - deletes object if it's ref count is zero.
*/