From 6e9997cf2245f7f5b6e0744b7b108ef343259c92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 29 Sep 2005 17:14:38 +0000 Subject: [PATCH] static jpps specific gsoap functions --- org.glite.jp.primary/Makefile | 10 ++++------ org.glite.jp.primary/src/soap_ops.c | 7 +++---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/org.glite.jp.primary/Makefile b/org.glite.jp.primary/Makefile index f9e6cd3..7a2fb0f 100644 --- a/org.glite.jp.primary/Makefile +++ b/org.glite.jp.primary/Makefile @@ -56,9 +56,10 @@ SRCS:= bones_server.c soap_ops.c \ new_ftp_backend.c mysql.c file_plugin.c \ feed.c authz.c attrs.c\ is_client.c \ - ${ps_prefix}ServerLib.c \ - ${is_prefix}ClientLib.c jpps_C.c -# env_C.c + env_C.c + +# ${ps_prefix}ServerLib.c \ +# ${is_prefix}ClientLib.c jpps_C.c EXA_SRCS:=jpps-test.c ${ps_prefix}C.c ${ps_prefix}Client.c @@ -112,9 +113,6 @@ ${is_prefix}C.c ${is_prefix}H.h: JobProvenanceIS.xh env_C.c env_Server.c: touch env.xh - cp ${jpproject}/JobProvenanceTypes.wsdl . - ${gsoap_prefix}/bin/wsdl2h -t ${top_srcdir}/src/typemap.dat -c -o env.xh JobProvenanceTypes.wsdl - rm -f JobProvenanceTypes.wsdl ${gsoap_prefix}/bin/soapcpp2 -w -c -p env_ env.xh #$(SOAP_PREFIX)H.h $(SOAP_PREFIX)C.c: LB.xh diff --git a/org.glite.jp.primary/src/soap_ops.c b/org.glite.jp.primary/src/soap_ops.c index a2f7986..909b27f 100644 --- a/org.glite.jp.primary/src/soap_ops.c +++ b/org.glite.jp.primary/src/soap_ops.c @@ -10,15 +10,14 @@ #include "feed.h" #include "attrs.h" -#include "jpps_H.h" -/* #include "JobProvenancePS.nsmap" */ -#include "jpps_.nsmap" - #include "jptype_map.h" #include "file_plugin.h" #include "builtin_plugins.h" +#include "jpps_ServerLib.c" +#include "jpps_.nsmap" + static struct jptype__genericFault *jp2s_error(struct soap *soap, const glite_jp_error_t *err) { -- 1.8.2.3