summaryrefslogtreecommitdiff
path: root/ChangeLog-97a
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-21 04:17:02 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-21 04:17:02 +0000
commit02659f25e756d8f2b99c40a4bae97036fee833bf (patch)
treec48b09869f2aa3545f703391faa56914ee183eca /ChangeLog-97a
parent4f1ca5a76d0ffa3ba8c8966686fe4b670cc2df4c (diff)
downloadATCD-02659f25e756d8f2b99c40a4bae97036fee833bf.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r--ChangeLog-97a10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 5632fff419d..ad9c3fd6709 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,8 +1,18 @@
+Sun Apr 20 23:08:37 1997 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
+
+ * ace/{Local,Remote}_Tokens.h: Added a private declarations of the
+ copy constructor and assignment operator for classes that
+ inherit from ACE_TSS. This is necessary since the compiler will
+ auto generate these two operations that will end up using the
+ non-existent copy constructor and assignment operator from the
+ TSS class and cause linker errors.
+
Sun Apr 20 20:47:34 1997 Sumedh Mungee <sumedh@cs.wustl.edu>
* apps/JAWS/client: Reworked the ACE_Blob* classes to work
with the new Connector behavior. Added README for this
directory. Added comments.
+
* apps/JAWS/stress-testing: Added README file
Sat Apr 19 11:56:35 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>