summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-05-15 00:18:07 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-05-15 00:18:07 +0000
commitffc1d876eb457611c4702a82e89366207f6a0d3e (patch)
tree31e1fd8b6c09f6e63d211408b82b0e5f42548b18
parent1eb91f3f1b4db3023d0ee2dedf9204ebac3945d8 (diff)
downloadATCD-ffc1d876eb457611c4702a82e89366207f6a0d3e.tar.gz
* ace/Task_T.cpp (put, flush):
Corrected syntax errors where return type was placed before template keyword.
-rw-r--r--ChangeLog-99b7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index dce365c4218..9a48dd95004 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,10 @@
+Fri May 14 19:16:06 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/Task_T.cpp (put, flush):
+
+ Corrected syntax errors where return type was placed before
+ template keyword.
+
Fri May 14 16:46:42 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/Task_T: Added a new class called ACE_Buffered_Task that