summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-04-02 01:55:29 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-04-02 01:55:29 +0000
commit8d4799b1e3654714db575d657d3e819c78d40a5b (patch)
tree72c9017d6a980efde5e51e67d00de5f5101535fc
parent7cb8f06fa28444a94331e4bf666c1ee1b849bc15 (diff)
downloadATCD-8d4799b1e3654714db575d657d3e819c78d40a5b.tar.gz
Reverted some of -Weffc++ changes.
-rw-r--r--ChangeLog-99b16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 2a127dc054f..c0f7af1d872 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,19 @@
+Thu Apr 1 19:41:26 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/IPC_SAP.h (ACE_IPC_SAP):
+ * ace/SOCK.h (ACE_SOCK):
+ * ace/SOCK_IO.h (ACE_SOCK_IO):
+ * ace/SV_Semaphore_Simple.h (ACE_SV_Semaphore_Simple):
+ * ace/Synch.h (ACE_Barrier):
+ * ace/Synch.h (ACE_Event):
+ * ace/Synch.h (ACE_Guard):
+ * ace/Synch.h (ACE_Null_Mutex):
+ * ace/Synch.h (ACE_RW_Mutex):
+ * ace/Synch.h (ACE_Semaphore):
+ Reverted the changes that made these base class destructors
+ virtual. They don't need to be virtual for the way they are
+ being used.
+
Thu Apr 01 19:01:20 1999 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Containers.h (ACE_DLList_Node):