summaryrefslogtreecommitdiff
path: root/ace/OS_Memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_Memory.h')
-rw-r--r--ace/OS_Memory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/OS_Memory.h b/ace/OS_Memory.h
index 00f2f3e4666..61d3195dd86 100644
--- a/ace/OS_Memory.h
+++ b/ace/OS_Memory.h
@@ -12,6 +12,7 @@
*/
//=============================================================================
+
#ifndef ACE_OS_MEMORY_H
#define ACE_OS_MEMORY_H
#include "ace/pre.h"
@@ -99,7 +100,8 @@ typedef void *ACE_MALLOC_T;
/**
* @class ACE_OS_Memory
*
- * @brief This class is a wrapper for dynamic memory operations.
+ * @brief This class is a wrapper for memory operations, like
+ * malloc, memcpy, etc.
*
*/
class ACE_OS_Export ACE_OS_Memory