diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:52:29 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:52:29 +0100 |
commit | 104d9f8a30c479fe661883b295f120ab035645d9 (patch) | |
tree | aa39aaa576d8ce2e1666df7a750d77df1a33232e /TAO/tao/Strategies/DIOP_Acceptor.h | |
parent | 2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff) | |
download | ATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz |
Removed redundant void
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Acceptor.h')
-rw-r--r-- | TAO/tao/Strategies/DIOP_Acceptor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/DIOP_Acceptor.h b/TAO/tao/Strategies/DIOP_Acceptor.h index 9119bdc17c8..bd64aee4f6d 100644 --- a/TAO/tao/Strategies/DIOP_Acceptor.h +++ b/TAO/tao/Strategies/DIOP_Acceptor.h @@ -52,13 +52,13 @@ public: /// @@ Helper method for the implementation repository, should go /// away - const ACE_INET_Addr& address (void) const; + const ACE_INET_Addr& address () const; /// Returns the array of endpoints in this acceptor const ACE_INET_Addr *endpoints (void); /// Returns address for default endpoint - const ACE_INET_Addr& default_address (void) const; + const ACE_INET_Addr& default_address () const; /// Set address for default endpoint void set_default_address (const ACE_INET_Addr& addr); |