summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-03-01 20:22:24 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-03-01 20:22:24 +0000
commit7121044adc0d39c32da5e778acd78faed6efdf1f (patch)
tree020264cbc90b33ca4e72f198b0426c936073dd14
parent33115f25565c4486e94df5793dfecea1a35494ed (diff)
downloadATCD-7121044adc0d39c32da5e778acd78faed6efdf1f.tar.gz
Thu Mar 1 20:21:19 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/DSI_AMI_Gateway/test_dsi.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 63b8c91438c..71cf50610d6 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 1 20:21:19 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>
+
+ * tests/DSI_AMI_Gateway/test_dsi.cpp:
+
+ Fixed a unused argument warning.
+
Thu Mar 1 19:58:16 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>
* tao/DynamicInterface/AMH_DSI_Response_Handler.h:
diff --git a/TAO/tests/DSI_AMI_Gateway/test_dsi.cpp b/TAO/tests/DSI_AMI_Gateway/test_dsi.cpp
index 8700c43ff31..a5a066ea0d9 100644
--- a/TAO/tests/DSI_AMI_Gateway/test_dsi.cpp
+++ b/TAO/tests/DSI_AMI_Gateway/test_dsi.cpp
@@ -75,7 +75,7 @@ DSI_Simple_Server::_dispatch (TAO_ServerRequest &request,
}
void
-DSI_Simple_Server::invoke (CORBA::ServerRequest_ptr request)
+DSI_Simple_Server::invoke (CORBA::ServerRequest_ptr)
{
}