From 9c1a3603f8104719623a49973bb6335eaa0d3b4b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 18 Apr 2002 09:36:51 +0000 Subject: ChangeLogTag: Tue Apr 18 11:32:12 2002 Johnny Willemsen --- ace/Memory_Pool.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ace/Memory_Pool.h') diff --git a/ace/Memory_Pool.h b/ace/Memory_Pool.h index de4cc2759a9..2a0dfdf49a3 100644 --- a/ace/Memory_Pool.h +++ b/ace/Memory_Pool.h @@ -232,14 +232,14 @@ protected: // = Keeps track of all the segments being used. struct SHM_TABLE { + /// Shared memory segment key. key_t key_; - // Shared memory segment key. + /// Shared memory segment internal id. int shmid_; - // Shared memory segment internal id. + /// Is the segment currently used.; int used_; - // Is the segment currently used.; }; /** @@ -524,7 +524,6 @@ public: */ virtual int remap (void *addr); - /// Return the base address of this memory pool. virtual void *base_addr (void) const; -- cgit v1.2.1