summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-01-06 18:47:38 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-01-06 18:47:38 +0100
commitcaf63f452bc42dd56b2d505a5581c9d81a34a11f (patch)
tree7ee77f6cead8d638e1a541995b07ab7898fc324f /TAO/performance-tests
parent887ce19b02266ee51ff5a6ba720e68eba34022d3 (diff)
downloadATCD-caf63f452bc42dd56b2d505a5581c9d81a34a11f.tar.gz
Fixed last any extraction
* TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp: * TAO/tests/Param_Test/param_test_i.cpp:
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp b/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
index c66ccf0fffa..1e1c519b9d9 100644
--- a/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
@@ -535,7 +535,8 @@ DII_Cubit_Client::cube_struct_dii (void)
// Create the request ...
CORBA::Request_var req (this->obj_var_->_request ("cube_struct"));
- const Cubit::Many arg_struct, *ret_struct_ptr;
+ Cubit::Many arg_struct;
+ const Cubit::Many*ret_struct_ptr;
arg_struct.l = 5;
arg_struct.s = -7;