summaryrefslogtreecommitdiff
path: root/ACE/ace/Asynch_Connector.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/Asynch_Connector.h
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'ACE/ace/Asynch_Connector.h')
-rw-r--r--ACE/ace/Asynch_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Asynch_Connector.h b/ACE/ace/Asynch_Connector.h
index 584c29fb0dd..1777cd0c904 100644
--- a/ACE/ace/Asynch_Connector.h
+++ b/ACE/ace/Asynch_Connector.h
@@ -113,12 +113,12 @@ public:
/// Set and get flag that indicates if parsing and passing of
/// addresses to the service_handler is necessary.
- virtual bool pass_addresses (void) const;
+ virtual bool pass_addresses () const;
virtual void pass_addresses (bool new_value);
/// Set and get flag that indicates if address validation is
/// required.
- virtual bool validate_new_connection (void) const;
+ virtual bool validate_new_connection () const;
virtual void validate_new_connection (bool new_value);
protected: