summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/custom/WstringAMDI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/custom/WstringAMDI.cpp')
-rw-r--r--cpp/test/Ice/custom/WstringAMDI.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/test/Ice/custom/WstringAMDI.cpp b/cpp/test/Ice/custom/WstringAMDI.cpp
index c9a580cf3b0..c06a31ba3fe 100644
--- a/cpp/test/Ice/custom/WstringAMDI.cpp
+++ b/cpp/test/Ice/custom/WstringAMDI.cpp
@@ -10,7 +10,7 @@
#include <WstringAMDI.h>
void
-::Test1::WstringClassI::opString_async(const ::Test1::AMD_WstringClass_opStringPtr& opStringCB,
+Test1::WstringClassI::opString_async(const ::Test1::AMD_WstringClass_opStringPtr& opStringCB,
const ::std::wstring& s1,
const Ice::Current& current)
{
@@ -18,7 +18,7 @@ void
}
void
-::Test1::WstringClassI::opStruct_async(const ::Test1::AMD_WstringClass_opStructPtr& opStructCB,
+Test1::WstringClassI::opStruct_async(const ::Test1::AMD_WstringClass_opStructPtr& opStructCB,
const ::Test1::WstringStruct& s1,
const Ice::Current& current)
{
@@ -26,7 +26,7 @@ void
}
void
-::Test1::WstringClassI::throwExcept_async(const ::Test1::AMD_WstringClass_throwExceptPtr& throwExceptCB,
+Test1::WstringClassI::throwExcept_async(const ::Test1::AMD_WstringClass_throwExceptPtr& throwExceptCB,
const ::std::wstring& reason,
const Ice::Current& current)
{
@@ -36,7 +36,7 @@ void
}
void
-::Test2::WstringClassI::opString_async(const ::Test2::AMD_WstringClass_opStringPtr& opStringCB,
+Test2::WstringClassI::opString_async(const ::Test2::AMD_WstringClass_opStringPtr& opStringCB,
const ::std::wstring& s1,
const Ice::Current& current)
{
@@ -44,7 +44,7 @@ void
}
void
-::Test2::WstringClassI::opStruct_async(const ::Test2::AMD_WstringClass_opStructPtr& opStructCB,
+Test2::WstringClassI::opStruct_async(const ::Test2::AMD_WstringClass_opStructPtr& opStructCB,
const ::Test2::WstringStruct& s1,
const Ice::Current& current)
{
@@ -52,7 +52,7 @@ void
}
void
-::Test2::WstringClassI::throwExcept_async(const ::Test2::AMD_WstringClass_throwExceptPtr& throwExceptCB,
+Test2::WstringClassI::throwExcept_async(const ::Test2::AMD_WstringClass_throwExceptPtr& throwExceptCB,
const ::std::wstring& reason,
const Ice::Current& current)
{