summaryrefslogtreecommitdiff
path: root/ace/Memory_Pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Memory_Pool.h')
-rw-r--r--ace/Memory_Pool.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ace/Memory_Pool.h b/ace/Memory_Pool.h
index 7c0c326eb5d..7b475311970 100644
--- a/ace/Memory_Pool.h
+++ b/ace/Memory_Pool.h
@@ -148,13 +148,7 @@ public:
*
* @brief Make a memory pool that is based on System V shared memory
* (shmget(2) etc.). This implementation allows memory to be
- * shared between processes. If your platform doesn't support
- * System V shared memory (e.g., Win32 and many RTOS platforms
- * do not) then you should use ACE_MMAP_Memory_Pool instead of this
- * class. In fact, you should probably use ACE_MMAP_Memory_Pool on
- * platforms that *do* support System V shared memory since it
- * provides more powerful features, such as persistent backing store
- * and greatly scalability.
+ * shared between processes.
*/
class ACE_Export ACE_Shared_Memory_Pool : public ACE_Event_Handler
{