summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/TestI.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-08-27 05:05:57 +0000
committerMichi Henning <michi@zeroc.com>2003-08-27 05:05:57 +0000
commit1000e26d3c7578d04b95ad8a42b61d009bb001cb (patch)
tree064f0d690eaff464b220625b373cba6af4213396 /cpp/test/Ice/operations/TestI.cpp
parentfile XMLParser.h was initially added on branch binary_freeze. (diff)
downloadice-1000e26d3c7578d04b95ad8a42b61d009bb001cb.tar.bz2
ice-1000e26d3c7578d04b95ad8a42b61d009bb001cb.tar.xz
ice-1000e26d3c7578d04b95ad8a42b61d009bb001cb.zip
Added per-proxy contexts.
Diffstat (limited to 'cpp/test/Ice/operations/TestI.cpp')
-rw-r--r--cpp/test/Ice/operations/TestI.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/TestI.cpp b/cpp/test/Ice/operations/TestI.cpp
index cdb67074963..a2e278052bf 100644
--- a/cpp/test/Ice/operations/TestI.cpp
+++ b/cpp/test/Ice/operations/TestI.cpp
@@ -335,6 +335,12 @@ MyDerivedClassI::opIntS(const Test::IntS& s, const Ice::Current&)
return r;
}
+Test::StringStringD
+MyDerivedClassI::opContext(const Ice::Current& c)
+{
+ return c.ctx;
+}
+
void
MyDerivedClassI::opDerived(const Ice::Current&)
{