diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-01 23:23:10 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-01 23:23:10 +0000 |
commit | d5b185bd2cba5dea6e24eae6ba656f828d3364a4 (patch) | |
tree | 92f31e65c54fd4ddef14531a8384b12374e2e5ab /ace/IPC_SAP.h | |
parent | 77f92ea4eb87c0a5bf5f8c48aa63f5facd608270 (diff) | |
download | ATCD-d5b185bd2cba5dea6e24eae6ba656f828d3364a4.tar.gz |
See my ChangeLog entry from 1 April 1999.
Diffstat (limited to 'ace/IPC_SAP.h')
-rw-r--r-- | ace/IPC_SAP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IPC_SAP.h b/ace/IPC_SAP.h index e6ee95e1d45..39f6f59d5bc 100644 --- a/ace/IPC_SAP.h +++ b/ace/IPC_SAP.h @@ -29,7 +29,7 @@ class ACE_Export ACE_IPC_SAP // Defines the member functions for the base class of the // ACE_IPC_SAP abstraction. public: - ~ACE_IPC_SAP (void); + virtual ~ACE_IPC_SAP (void); // Default dtor. int control (int cmd, void *) const; |