summaryrefslogtreecommitdiff
path: root/ACE/ace/MEM_Acceptor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
commit104d9f8a30c479fe661883b295f120ab035645d9 (patch)
treeaa39aaa576d8ce2e1666df7a750d77df1a33232e /ACE/ace/MEM_Acceptor.h
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'ACE/ace/MEM_Acceptor.h')
-rw-r--r--ACE/ace/MEM_Acceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/MEM_Acceptor.h b/ACE/ace/MEM_Acceptor.h
index a1477de1a4d..dcf8cabaa0d 100644
--- a/ACE/ace/MEM_Acceptor.h
+++ b/ACE/ace/MEM_Acceptor.h
@@ -98,7 +98,7 @@ public:
* within the same host can located the mmap file. Example:
* /tmp/mmapfile.
*/
- const ACE_TCHAR *mmap_prefix (void) const;
+ const ACE_TCHAR *mmap_prefix () const;
void mmap_prefix (const ACE_TCHAR *prefix);
/**
@@ -108,7 +108,7 @@ public:
void init_buffer_size (ACE_OFF_T bytes);
/// Get the preferred signaling strategy.
- ACE_MEM_IO::Signal_Strategy preferred_strategy (void) const;
+ ACE_MEM_IO::Signal_Strategy preferred_strategy () const;
/// Set the preferred signaling strategy.
void preferred_strategy (ACE_MEM_IO::Signal_Strategy strategy);