diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-02 01:55:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-02 01:55:56 +0000 |
commit | d98be85772ff8e09f02c18d0f2ad97a47f313507 (patch) | |
tree | d7fa7fd42adf3ea6a0bfa4a9898da212f1a6c3c9 /ace/IPC_SAP.h | |
parent | 8d4799b1e3654714db575d657d3e819c78d40a5b (diff) | |
download | ATCD-d98be85772ff8e09f02c18d0f2ad97a47f313507.tar.gz |
Reverted some of the -Weffc++ changes I made.
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 39f6f59d5bc..e6ee95e1d45 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: - virtual ~ACE_IPC_SAP (void); + ~ACE_IPC_SAP (void); // Default dtor. int control (int cmd, void *) const; |