summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 21:40:02 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 21:40:02 +0000
commit167f2ded89aa60a30b3cf57c7b9e1f97bb4026f7 (patch)
treed58506ccf41f1b0ca98c835f16cc867575879581
parent5d48a1a81200ff558b212ebd9ab68445245c0c36 (diff)
downloadATCD-167f2ded89aa60a30b3cf57c7b9e1f97bb4026f7.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 145d24598e5..056fe554b2d 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -25,6 +25,13 @@ Wed Apr 15 09:11:11 1998 David L. Levine <levine@cs.wustl.edu>
* orbsvcs/orbsvcs/Event/RT_Task.h (ACE_RT_Task): added "class"
to declaration of friend ACE_RT_Thread_Manager.
+ * orbsvcs/Dump_Schedule/Dump_Schedule.cpp (main): added an _out
+ temporary to avoid compiler warning about a temporary being used
+ for a non-const reference. Because only Sun C++ seems to complain
+ about this, and the temporary is non-comformant (it is an _out
+ type, and users aren't supposed to create them), the hack is
+ only used with Sun C++.
+
Tue Apr 14 19:35:50 1998 Michael Kircher <mk1@cs.wustl.edu>
* tests/Quoter/*: Quoter example is running using the Cos LifeCycle