summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/objects/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/objects/TestI.cpp')
-rw-r--r--cpp/test/Ice/objects/TestI.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/test/Ice/objects/TestI.cpp b/cpp/test/Ice/objects/TestI.cpp
index c94b9c263db..7ee2703aa79 100644
--- a/cpp/test/Ice/objects/TestI.cpp
+++ b/cpp/test/Ice/objects/TestI.cpp
@@ -329,6 +329,13 @@ InitialI::getH(const Ice::Current&)
}
#endif
+
+KPtr
+InitialI::getK(const Ice::Current&)
+{
+ return ICE_MAKE_SHARED(K, ICE_MAKE_SHARED(L, "l"));
+}
+
D1Ptr
InitialI::getD1(ICE_IN(Test::D1Ptr) d1, const Ice::Current&)
{