summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/udp/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/udp/TestI.h')
-rw-r--r--cpp/test/Ice/udp/TestI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/udp/TestI.h b/cpp/test/Ice/udp/TestI.h
index 5d17f261936..b0f738c98c5 100644
--- a/cpp/test/Ice/udp/TestI.h
+++ b/cpp/test/Ice/udp/TestI.h
@@ -16,8 +16,8 @@ class TestIntfI : public Test::TestIntf
{
public:
- virtual void ping(const Test::PingReplyPrx&, const Ice::Current&);
- virtual void sendByteSeq(const Test::ByteSeq&, const Test::PingReplyPrx&, const Ice::Current&);
+ virtual void ping(const Test::PingReplyPrxPtr&, const Ice::Current&);
+ virtual void sendByteSeq(const Test::ByteSeq&, const Test::PingReplyPrxPtr&, const Ice::Current&);
virtual void pingBiDir(const Ice::Identity&, const Ice::Current&);
virtual void shutdown(const Ice::Current&);
};