summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-04-13 18:08:24 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-04-13 18:08:24 +0000
commit3ce9104d3d094d3c3e875936a2785e378c572ee6 (patch)
tree3fd84307a3ef53eb3dc0db4a9ffbb81dd32832a2
parent66870fbfeeea63de98e8b0a6e0dcc111cf30a82a (diff)
downloadATCD-3ce9104d3d094d3c3e875936a2785e378c572ee6.tar.gz
ChangeLogTag: Thu Apr 13 13:07:56 2000 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/tao/GIOP_Message_Lite.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 3c989443870..40d0fe6510f 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Thu Apr 13 13:07:56 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/GIOP_Message_Lite.cpp (write_reply_header): Fixed a warning
+ in SUNOS_EGCS.
+
Thu Apr 13 11:56:57 2000 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/GIOP_Message_Lite.cpp: Removed the reply header in the
diff --git a/TAO/tao/GIOP_Message_Lite.cpp b/TAO/tao/GIOP_Message_Lite.cpp
index c635c22d4c8..d199bd6f08e 100644
--- a/TAO/tao/GIOP_Message_Lite.cpp
+++ b/TAO/tao/GIOP_Message_Lite.cpp
@@ -461,7 +461,7 @@ CORBA::Boolean
TAO_GIOP_Message_Lite::
write_reply_header (TAO_OutputCDR &output,
TAO_Pluggable_Reply_Params &reply,
- CORBA::Environment &ACE_TRY_ENV)
+ CORBA::Environment & /*ACE_TRY_ENV*/)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Write the GIOP Lite header first