diff options
author | Adam Mitz <mitza@objectcomputing.com> | 2022-09-19 16:23:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 16:23:57 -0500 |
commit | f7612da13ee5cc1fec02cf237d42fa9fc7ea1a5b (patch) | |
tree | 10ca298c8f9ab5a0c97d60ac2f86979b5692a74c /ACE/ace/Asynch_Connector.h | |
parent | 2af103019759b934b9022d221fcd8f1502441fe2 (diff) | |
parent | 1ebdbd04da5742d53f78a341ef69e4f9e9df4da7 (diff) | |
download | ATCD-f7612da13ee5cc1fec02cf237d42fa9fc7ea1a5b.tar.gz |
Merge pull request #1924 from mitza-oci/ace6-vxworks
[ACE 6] Merged recent VxWorks changes
Diffstat (limited to 'ACE/ace/Asynch_Connector.h')
-rw-r--r-- | ACE/ace/Asynch_Connector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Asynch_Connector.h b/ACE/ace/Asynch_Connector.h index 584c29fb0dd..d22385bf773 100644 --- a/ACE/ace/Asynch_Connector.h +++ b/ACE/ace/Asynch_Connector.h @@ -48,7 +48,7 @@ public: ACE_Asynch_Connector (void); /// Virtual destruction - virtual ~ACE_Asynch_Connector (void); + virtual ~ACE_Asynch_Connector (); /** * This opens asynch connector |