diff options
author | Adam Mitz <mitza@objectcomputing.com> | 2022-09-19 16:40:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 16:40:20 -0500 |
commit | 64b5a4fecb5806522f220d63b0744ffa40bb6bcc (patch) | |
tree | ed14e16befd1de0a028bd6034de0f31513e1610b /ACE/ace/Cached_Connect_Strategy_T.h | |
parent | ccbb3639f96d55c38f96914c6c7c4bc8c8998db9 (diff) | |
parent | 9bb6d09a13922f1b03f02b695f41f94a808a9517 (diff) | |
download | ATCD-64b5a4fecb5806522f220d63b0744ffa40bb6bcc.tar.gz |
Merge branch 'master' into format-security
Diffstat (limited to 'ACE/ace/Cached_Connect_Strategy_T.h')
-rw-r--r-- | ACE/ace/Cached_Connect_Strategy_T.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Cached_Connect_Strategy_T.h b/ACE/ace/Cached_Connect_Strategy_T.h index ef2a0a8c33d..dd7ac7d3da2 100644 --- a/ACE/ace/Cached_Connect_Strategy_T.h +++ b/ACE/ace/Cached_Connect_Strategy_T.h @@ -57,10 +57,10 @@ public: int delete_lock = 0); /// Destructor - virtual ~ACE_Cached_Connect_Strategy_Ex (void); + virtual ~ACE_Cached_Connect_Strategy_Ex (); /// Explicit purging of connection entries from the connection cache. - virtual int purge_connections (void); + virtual int purge_connections (); /// Mark as closed (non-locking version). This is used during the cleanup of the /// connections purged. @@ -71,7 +71,7 @@ public: * method had to be devised to avoid memory leaks and perform * cleanup of the <connection_cache_>. */ - void cleanup (void); + void cleanup (); // = Typedefs for managing the map typedef ACE_Refcounted_Hash_Recyclable<ACE_PEER_CONNECTOR_ADDR> @@ -100,7 +100,7 @@ public: CCSBASE; // = Accessor. - CACHING_STRATEGY &caching_strategy (void); + CACHING_STRATEGY &caching_strategy (); /// Declare the dynamic allocation hooks. ACE_ALLOC_HOOK_DECLARE; |