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:
authorMaarten Gribnau <mail@maartengribnau.com>2002-12-30 15:11:03 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-12-30 15:11:03 +0300
commit82a1469e4b6d0f2d279ab8a7cbe5bc85e0c23f0d (patch)
tree02ee6cbbfd139808429b312fb809486d9e125ebd /intern/memutil/MEM_RefCountedC-Api.h
parent438ffa7e1d3e76069be1fc04797f1b1ea86663bf (diff)
removed second CVS id tags, cleaned up new lines
Maarten
Diffstat (limited to 'intern/memutil/MEM_RefCountedC-Api.h')
-rw-r--r--intern/memutil/MEM_RefCountedC-Api.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/intern/memutil/MEM_RefCountedC-Api.h b/intern/memutil/MEM_RefCountedC-Api.h
index 0bba70388c5..f78194fe2f6 100644
--- a/intern/memutil/MEM_RefCountedC-Api.h
+++ b/intern/memutil/MEM_RefCountedC-Api.h
@@ -28,14 +28,9 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-
/**
-
- * $Id$
- * Copyright (C) 2001 NaN Technologies B.V.
+ * @file MEM_RefCountedC-Api.h
* Interface for C access to functionality relating to shared objects in the foundation library.
- * @author Maarten Gribnau
- * @date June 17, 2001
*/
#ifndef _H_MEM_REF_COUNTED_C_API
@@ -52,14 +47,6 @@ extern "C" {
#endif
-/**
- * A shared object in an object with reference counting.
- * When a shared object is ceated, it has reference count == 1.
- * If the the reference count of a shared object reaches zero, the object self-destructs.
- * The default constrcutor and destructor of this object have been made protected on purpose.
- * This disables the creation and disposal of shared objects on the stack.
- */
-
/**
* Returns the reference count of this object.
* @param shared The object to query.