summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/invoke/Client.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-12-30 18:06:36 +0100
committerJose <jose@zeroc.com>2015-12-30 18:06:36 +0100
commit95262b044798ae9930a4766afc25372d7ae125fe (patch)
treea5b2c17438374b9249bd7d06561d3a549465e71e /cpp/test/Ice/invoke/Client.cpp
parentC++ lambda cleanup (diff)
downloadice-95262b044798ae9930a4766afc25372d7ae125fe.tar.bz2
ice-95262b044798ae9930a4766afc25372d7ae125fe.tar.xz
ice-95262b044798ae9930a4766afc25372d7ae125fe.zip
C++11 ice_invoke_async & Blobject async implementation
Diffstat (limited to 'cpp/test/Ice/invoke/Client.cpp')
-rw-r--r--cpp/test/Ice/invoke/Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/invoke/Client.cpp b/cpp/test/Ice/invoke/Client.cpp
index b49228e3364..3806b7ec51d 100644
--- a/cpp/test/Ice/invoke/Client.cpp
+++ b/cpp/test/Ice/invoke/Client.cpp
@@ -20,8 +20,8 @@ run(int, char**,
const Ice::CommunicatorPtr& communicator,
const Ice::InitializationData&)
{
- Test::MyClassPrx allTests(const Ice::CommunicatorPtr&);
- Test::MyClassPrx myClass = allTests(communicator);
+ Test::MyClassPrxPtr allTests(const Ice::CommunicatorPtr&);
+ Test::MyClassPrxPtr myClass = allTests(communicator);
myClass->shutdown();