summaryrefslogtreecommitdiff
path: root/ACE/ace/LSOCK_Acceptor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-22 12:47:55 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-22 12:47:55 +0200
commitbcd7675d8dd8a4821981fc4afc619c54bc9125b5 (patch)
tree5cc29efc94fd68c77f0a58474659e5b8be20a830 /ACE/ace/LSOCK_Acceptor.cpp
parent26cf12f3227f3186c8b60ad07a9c669f00cf5302 (diff)
downloadATCD-bcd7675d8dd8a4821981fc4afc619c54bc9125b5.tar.gz
Layout changes, remove redundant void
* ACE/ace/LSOCK_Acceptor.cpp: * ACE/tests/Compiler_Features_20_DLL.h: * ACE/tests/DLL_Test.h: * ACE/tests/FIFO_Test.cpp: * ACE/tests/Framework_Component_DLL.h: * ACE/tests/Framework_Component_Test.cpp: * ACE/tests/Future_Set_Test.cpp: * ACE/tests/Log_Msg_Test.cpp: * ACE/tests/Logging_Strategy_Test.cpp: * ACE/tests/Max_Default_Port_Test_IPV6.cpp: * ACE/tests/Naming_Test.cpp:
Diffstat (limited to 'ACE/ace/LSOCK_Acceptor.cpp')
-rw-r--r--ACE/ace/LSOCK_Acceptor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/LSOCK_Acceptor.cpp b/ACE/ace/LSOCK_Acceptor.cpp
index 1dc0cf8f998..4b99a906454 100644
--- a/ACE/ace/LSOCK_Acceptor.cpp
+++ b/ACE/ace/LSOCK_Acceptor.cpp
@@ -9,14 +9,11 @@
# include "ace/Malloc_Base.h"
#endif /* ACE_HAS_ALLOC_HOOKS */
-
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_LSOCK_Acceptor)
// Return the local endpoint address.
-
int
ACE_LSOCK_Acceptor::get_local_addr (ACE_Addr &a) const
{