summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/Database_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/DSI/Database_i.cpp')
-rw-r--r--TAO/examples/POA/DSI/Database_i.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/examples/POA/DSI/Database_i.cpp b/TAO/examples/POA/DSI/Database_i.cpp
index e4ecbd8a06d..6d087f7dd52 100644
--- a/TAO/examples/POA/DSI/Database_i.cpp
+++ b/TAO/examples/POA/DSI/Database_i.cpp
@@ -81,7 +81,9 @@ DatabaseImpl::Entry::_is_a (CORBA::ServerRequest_ptr request,
CORBA::ARG_IN,
ACE_TRY_ENV);
ACE_TRY_CHECK;
-
+
+ ACE_UNUSED_ARG (named_value_1);
+
request->arguments (list,
ACE_TRY_ENV);
ACE_TRY_CHECK;