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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/udp/TestI.h b/cpp/test/Ice/udp/TestI.h
index 5781faa3e81..ce404a0f264 100644
--- a/cpp/test/Ice/udp/TestI.h
+++ b/cpp/test/Ice/udp/TestI.h
@@ -17,6 +17,7 @@ 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 shutdown(const Ice::Current&);
};