Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/memutil/MEM_RefCountPtr.h')
-rw-r--r--intern/memutil/MEM_RefCountPtr.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/intern/memutil/MEM_RefCountPtr.h b/intern/memutil/MEM_RefCountPtr.h
index 1828fcc3edd..f71d9902a05 100644
--- a/intern/memutil/MEM_RefCountPtr.h
+++ b/intern/memutil/MEM_RefCountPtr.h
@@ -28,17 +28,15 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-
-#ifndef NAN_INCLUDED_MEM_RefCountPtr_h
-#define NAN_INCLUDED_MEM_RefCountPtr_h
-
/**
- * $Id$
- * Copyright (C) 2001 NaN Technologies B.V.
- *
+ * @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
+
#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.
*/