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 21:41:59 UTC

svn commit: r744236 - /webservices/axis/trunk/c/src/platforms/os400/PlatformSpecificOS400.hpp

Author: nadiramra
Date: Fri Feb 13 20:41:58 2009
New Revision: 744236

URL: http://svn.apache.org/viewvc?rev=744236&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/PlatformSpecificOS400.hpp

Modified: webservices/axis/trunk/c/src/platforms/os400/PlatformSpecificOS400.hpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/platforms/os400/PlatformSpecificOS400.hpp?rev=744236&r1=744235&r2=744236&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/platforms/os400/PlatformSpecificOS400.hpp (original)
+++ webservices/axis/trunk/c/src/platforms/os400/PlatformSpecificOS400.hpp Fri Feb 13 20:41:58 2009
@@ -27,7 +27,7 @@
 #include <time.h>       // strftime(), localtime()      
 #include <sys/time.h>   // gettimeofday()
 #include <unistd.h>     // access()
-#include <string>      
+#include <string>  
 
 #define DIR_SEPARATOR   '/'
 #define DIR_SEPARATOR_S "/"
@@ -38,9 +38,9 @@
 
 #define PLATFORM_DEFAULT_DEPLOY_PATH ""
 
-#define PLATFORM_XMLPARSER_PATH      PLATFORM_DEFAULT_DEPLOY_PATH "libaxis_xmlparser.so"
-#define PLATFORM_TRANSPORTHTTP_PATH  PLATFORM_DEFAULT_DEPLOY_PATH "libhttp_transport.so"
-#define PLATFORM_CHANNEL_PATH        PLATFORM_DEFAULT_DEPLOY_PATH "libhttp_channel.so"
+#define PLATFORM_XMLPARSER_PATH      PLATFORM_DEFAULT_DEPLOY_PATH "/lib/libaxis_xmlparser.so"
+#define PLATFORM_TRANSPORTHTTP_PATH  PLATFORM_DEFAULT_DEPLOY_PATH "/lib/libhttp_transport.so"
+#define PLATFORM_CHANNEL_PATH        PLATFORM_DEFAULT_DEPLOY_PATH "/lib/libhttp_channel.so"
 #define PLATFORM_SSLCHANNEL_PATH     PLATFORM_DEFAULT_DEPLOY_PATH "Unknown"
 
 #define PLATFORM_LOG_PATH            ""
@@ -82,9 +82,6 @@
 // reference to ebcdic to ascii conversion table 
 extern const char EBCDICtoASCII[256];
 
-// Following returns a buffer that must be free'ed by caller. 
-extern char *toUTF8(char *b, int len);
-
 // Turkish double quote in EBCDIC is not invariant (i.e. the hexadecimal
 // value for double quote is different in turkish locale than when running
 // in english locale).  This, when using double quotes we must reference the