summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 14:51:48 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 14:51:48 +0000
commit3d1b089d1186627bde53e722c3cb3f5a8ef0efce (patch)
tree293a2db81397ec1234969318f52936b58376b3cb
parent0a685db97ac0cb1e1d74e1484cfb3e71d7ca5c97 (diff)
downloadATCD-3d1b089d1186627bde53e722c3cb3f5a8ef0efce.tar.gz
added ACE_UNUSED_ARG (_env).
-rw-r--r--TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp
index df7290bff4d..9bba2bec344 100644
--- a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp
+++ b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp
@@ -865,6 +865,8 @@ ECM_Supplier::push (const RtecEventComm::EventSet& events,
void
ECM_Supplier::disconnect_push_supplier (CORBA::Environment& _env)
{
+ ACE_UNUSED_ARG (_env);
+
// this->supplier_proxy_->disconnect_push_supplier (_env);
}