You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2009/02/13 23:47:51 UTC

svn commit: r744272 - /webservices/axis/trunk/c/src/platforms/os400/PlatformLanguageUtils.cpp

Author: nadiramra
Date: Fri Feb 13 22:47:50 2009
New Revision: 744272

URL: http://svn.apache.org/viewvc?rev=744272&view=rev
Log:
AXISCPP-964 SOAP request/response not UTF-8 encoded (but claims to be)
AXISCPP-856 Add Platform Services Abstraction Layer

Modified:
    webservices/axis/trunk/c/src/platforms/os400/PlatformLanguageUtils.cpp

Modified: webservices/axis/trunk/c/src/platforms/os400/PlatformLanguageUtils.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/platforms/os400/PlatformLanguageUtils.cpp?rev=744272&r1=744271&r2=744272&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/platforms/os400/PlatformLanguageUtils.cpp (original)
+++ webservices/axis/trunk/c/src/platforms/os400/PlatformLanguageUtils.cpp Fri Feb 13 22:47:50 2009
@@ -72,7 +72,6 @@
 
 	if (irc == (size_t)-1)
 	{
-		// TODO throw exception
 		delete [] outBuffer;
 		
 		logThrowExceptionNoExit("AxisEngineException: Error converting from character to wide-character.")
@@ -113,7 +112,6 @@
 
 	if (irc == (size_t)-1)
 	{
-		// TODO throw exception
 		delete [] outBuffer;
 		
 		logThrowExceptionNoExit("AxisEngineException: Error converting from wide-character to character.")