diff options
Diffstat (limited to 'cpp/test/Ice/slicing/objects/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/slicing/objects/TestI.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Ice/slicing/objects/TestI.cpp b/cpp/test/Ice/slicing/objects/TestI.cpp index db9e6b4d9f4..99a4ef40e74 100644 --- a/cpp/test/Ice/slicing/objects/TestI.cpp +++ b/cpp/test/Ice/slicing/objects/TestI.cpp @@ -239,8 +239,8 @@ TestI::sequenceTest(const SS1Ptr& p1, const SS2Ptr& p2, const ::Ice::Current&) return ss; } -::BDict -TestI::dictionaryTest(const ::BDict& bin, ::BDict& bout, const ::Ice::Current&) +Test::BDict +TestI::dictionaryTest(const BDict& bin, BDict& bout, const ::Ice::Current&) { int i; for(i = 0; i < 10; ++i) @@ -331,7 +331,7 @@ TestI::throwUnknownDerivedAsBase(const ::Ice::Current&) } void -TestI::useForward(::ForwardPtr& f, const ::Ice::Current&) +TestI::useForward(ForwardPtr& f, const ::Ice::Current&) { f = new Forward; f->h = new Hidden; |