diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-05-31 13:33:08 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-05-31 13:33:08 +0000 |
commit | a84a7bac06ce3c2dc773b8272b18cf103afff985 (patch) | |
tree | d203674ae8c190351095161accf14773721bc14f /cpp/test/Ice/custom/WstringAMDI.cpp | |
parent | Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script. (diff) | |
download | ice-a84a7bac06ce3c2dc773b8272b18cf103afff985.tar.bz2 ice-a84a7bac06ce3c2dc773b8272b18cf103afff985.tar.xz ice-a84a7bac06ce3c2dc773b8272b18cf103afff985.zip |
Fixed HP compile issues
Diffstat (limited to 'cpp/test/Ice/custom/WstringAMDI.cpp')
-rw-r--r-- | cpp/test/Ice/custom/WstringAMDI.cpp | 12 |
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) { |