summaryrefslogtreecommitdiff
path: root/ACE/ace/MEM_SAP.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/MEM_SAP.h')
-rw-r--r--ACE/ace/MEM_SAP.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/MEM_SAP.h b/ACE/ace/MEM_SAP.h
index 295beec2c17..7b19e8da1ae 100644
--- a/ACE/ace/MEM_SAP.h
+++ b/ACE/ace/MEM_SAP.h
@@ -76,7 +76,7 @@ public:
typedef ACE_MMAP_Memory_Pool_Options MALLOC_OPTIONS;
/// Destructor.
- virtual ~ACE_MEM_SAP (void);
+ virtual ~ACE_MEM_SAP ();
/**
* Initialize the MEM_SAP object.
@@ -136,7 +136,7 @@ protected:
/// Close down the share memory pool. Clean up the
/// mmap file if we are the last one using it.
- int close_shm_malloc (void);
+ int close_shm_malloc ();
ACE_HANDLE handle_;
@@ -144,7 +144,7 @@ protected:
MALLOC_TYPE *shm_malloc_;
/// Constructor. Prevent this class from being instantiated.
- ACE_MEM_SAP (void);
+ ACE_MEM_SAP ();
};
ACE_END_VERSIONED_NAMESPACE_DECL