summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/echo/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/echo/Server.cpp')
-rw-r--r--cpp/test/Ice/echo/Server.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/Ice/echo/Server.cpp b/cpp/test/Ice/echo/Server.cpp
index 56cd9f534bf..b0576241b02 100644
--- a/cpp/test/Ice/echo/Server.cpp
+++ b/cpp/test/Ice/echo/Server.cpp
@@ -25,6 +25,11 @@ public:
{
}
+ virtual void setConnection(const Ice::Current& current)
+ {
+ _blob->setConnection(current.con);
+ }
+
virtual void startBatch(const Ice::Current&)
{
_blob->startBatch();