summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/Gateway_i.cpp')
-rw-r--r--TAO/orbsvcs/examples/ORT/Gateway_i.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Gateway_i.cpp b/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
index 98072b66f62..523c7756e70 100644
--- a/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
+++ b/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
@@ -100,7 +100,8 @@ Gateway_i::invoke (CORBA::ServerRequest_ptr request
for (i = 0; i != length; ++i)
{
- CORBA::Any any ((parameters[i].type).in ());
+ CORBA::Any any (parameters[i].type.in (),
+ 0);
arguments->add_value (parameters[i].name,
any,