summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-06-25 00:38:58 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-06-25 00:38:58 +0000
commit1c7dd923f0e68e461950e55a6c4d4fa52dc38836 (patch)
tree61aa72082c827a5796642f35fbf0e13f2c009a63
parentdd993905403a0122fe1d0f3082704bae016e634b (diff)
downloadATCD-1c7dd923f0e68e461950e55a6c4d4fa52dc38836.tar.gz
ChangeLogTag: Sun Jun 24 19:38:03 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 35a43d9d9b4..8718831331e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Sun Jun 24 19:38:03 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/Oneways_Invoking_Twoways/Sender_i.cpp: Fixed a warning
+ with g++ builds.
+
Sun Jun 24 17:26:17 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/default_resource.cpp (init): Disabled the lock that is used
diff --git a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
index 40bd6232784..db8f1552168 100644
--- a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
+++ b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.cpp
@@ -53,7 +53,7 @@ Sender_i::send_ready_message (Test::Receiver_ptr receiver,
}
void
-Sender_i::ping (CORBA::Environment &ACE_TRY_ENV)
+Sender_i::ping (CORBA::Environment & /*ACE_TRY_ENV*/)
ACE_THROW_SPEC ((CORBA::SystemException))
{
return;