summaryrefslogtreecommitdiff
path: root/ACE/ace/Shared_Memory_SV.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Shared_Memory_SV.h')
-rw-r--r--ACE/ace/Shared_Memory_SV.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Shared_Memory_SV.h b/ACE/ace/Shared_Memory_SV.h
index 4e8adcf8cfb..4b5f09ca357 100644
--- a/ACE/ace/Shared_Memory_SV.h
+++ b/ACE/ace/Shared_Memory_SV.h
@@ -40,7 +40,7 @@ public:
ACE_OPEN = 0
};
- ACE_Shared_Memory_SV (void);
+ ACE_Shared_Memory_SV ();
ACE_Shared_Memory_SV (key_t id,
size_t length,
int create = ACE_Shared_Memory_SV::ACE_OPEN,
@@ -56,10 +56,10 @@ public:
int flags = 0);
/// Close down the shared memory segment.
- virtual int close (void);
+ virtual int close ();
/// Remove the underlying shared memory segment.
- virtual int remove (void);
+ virtual int remove ();
// = Allocation and deallocation methods.
/// Create a new chuck of memory containing @a size bytes.