summaryrefslogtreecommitdiff
path: root/ACE/ace/LOCK_SOCK_Acceptor.cpp
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-13 22:57:39 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-13 22:57:39 +0200
commit3da59eac098c1ef9d2c98f2079185ff35c3b6105 (patch)
tree379c29e09bf55597fe6740cd163478cd1204a181 /ACE/ace/LOCK_SOCK_Acceptor.cpp
parentfe03724176dcfd20e0f9a6e493198469242be6b6 (diff)
downloadATCD-3da59eac098c1ef9d2c98f2079185ff35c3b6105.tar.gz
Remove obsolescent (void) in functions with no parameters
Diffstat (limited to 'ACE/ace/LOCK_SOCK_Acceptor.cpp')
-rw-r--r--ACE/ace/LOCK_SOCK_Acceptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/LOCK_SOCK_Acceptor.cpp b/ACE/ace/LOCK_SOCK_Acceptor.cpp
index 65a5512ba80..400517cf40b 100644
--- a/ACE/ace/LOCK_SOCK_Acceptor.cpp
+++ b/ACE/ace/LOCK_SOCK_Acceptor.cpp
@@ -23,7 +23,7 @@ ACE_LOCK_SOCK_Acceptor<ACE_LOCK>::accept (ACE_SOCK_Stream &stream,
}
template <class ACE_LOCK> ACE_LOCK &
-ACE_LOCK_SOCK_Acceptor<ACE_LOCK>::lock (void)
+ACE_LOCK_SOCK_Acceptor<ACE_LOCK>::lock ()
{
return this->lock_;
}