summaryrefslogtreecommitdiff
path: root/ace/OS_Memory.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-09 20:02:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-09 20:02:29 +0000
commitb161743f263428a37c8b56c5d2b31698a81000b4 (patch)
treef5daf4d0718ce49c9614f7ac85c78dc9e1a5e550 /ace/OS_Memory.h
parent1ca4201b746610bd8e569f91942ad5bee7c44d82 (diff)
downloadATCD-b161743f263428a37c8b56c5d2b31698a81000b4.tar.gz
ChangeLogTag:Mon Jul 9 06:52:09 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/OS_Memory.h')
-rw-r--r--ace/OS_Memory.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/OS_Memory.h b/ace/OS_Memory.h
index 61d3195dd86..00f2f3e4666 100644
--- a/ace/OS_Memory.h
+++ b/ace/OS_Memory.h
@@ -12,7 +12,6 @@
*/
//=============================================================================
-
#ifndef ACE_OS_MEMORY_H
#define ACE_OS_MEMORY_H
#include "ace/pre.h"
@@ -100,8 +99,7 @@ typedef void *ACE_MALLOC_T;
/**
* @class ACE_OS_Memory
*
- * @brief This class is a wrapper for memory operations, like
- * malloc, memcpy, etc.
+ * @brief This class is a wrapper for dynamic memory operations.
*
*/
class ACE_OS_Export ACE_OS_Memory